Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"vite-tsconfig-paths": "4.3.2"
},
"dependencies": {
"@openhotel/web-components": "0.3.2",
"@openhotel/web-components": "0.3.3",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-refresh": "1.3.6",
"dayjs": "1.11.13",
Expand Down
9 changes: 9 additions & 0 deletions app/client/src/declaration.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// declaration.d.ts or styles.d.ts
declare module "*.scss" {
const content: { [className: string]: string };
export default content;
}
declare module "*.css" {
const content: { [className: string]: string };
export default content;
}
2 changes: 0 additions & 2 deletions app/client/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import React from "react";
import { createRoot } from "react-dom/client";

// @ts-ignore
import "./main.scss";
import "@openhotel/styles/dist/style.css";
import "@openhotel/styles/styles.scss";
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion app/client/src/modules/application/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ export * from "./wrapper-layout";
export * from "./application";
export * from "./router";
export * from "./not-found";
export * from "./card-layout";
export * from "./providers";
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import React from "react";
import { cn } from "shared/utils";

//@ts-ignore
import styles from "./container.module.scss";

type Props = {
Expand Down
10 changes: 5 additions & 5 deletions app/client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -495,14 +495,14 @@ __metadata:
languageName: node
linkType: hard

"@openhotel/web-components@npm:0.3.2":
version: 0.3.2
resolution: "@openhotel/web-components@npm:0.3.2"
"@openhotel/web-components@npm:0.3.3":
version: 0.3.3
resolution: "@openhotel/web-components@npm:0.3.3"
dependencies:
dayjs: "npm:^1.11.13"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
checksum: 10c0/06719a61004f6e9c72f4e9e3da30e0b22ef561d4a7acded27b477fd6063fc1505372cf6d47e4d087e1c32fc0149ed40392b54ad878f3ce36efa26c79c72f23ad
checksum: 10c0/7b470014ef2b5ec2bb4f9add9ad5073812826580a7169dec20df4905d2e34ab82e0defd3356e13732b6166425a96103dbceae7b100ed067e1390b9080ff00cf7
languageName: node
linkType: hard

Expand Down Expand Up @@ -2060,7 +2060,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@openhotel/web-components": "npm:0.3.2"
"@openhotel/web-components": "npm:0.3.3"
"@rollup/plugin-alias": "npm:5.1.0"
"@types/js-cookie": "npm:3.0.6"
"@types/react": "npm:18.3.3"
Expand Down