File tree Expand file tree Collapse file tree
modules/application/components
shared/components/container Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "vite-tsconfig-paths" : " 4.3.2"
1010 },
1111 "dependencies" : {
12- "@openhotel/web-components" : " 0.3.2 " ,
12+ "@openhotel/web-components" : " 0.3.3 " ,
1313 "@vitejs/plugin-react" : " ^4.3.1" ,
1414 "@vitejs/plugin-react-refresh" : " 1.3.6" ,
1515 "dayjs" : " 1.11.13" ,
Original file line number Diff line number Diff line change 1+ // declaration.d.ts or styles.d.ts
2+ declare module "*.scss" {
3+ const content : { [ className : string ] : string } ;
4+ export default content ;
5+ }
6+ declare module "*.css" {
7+ const content : { [ className : string ] : string } ;
8+ export default content ;
9+ }
Original file line number Diff line number Diff line change 11import React from "react" ;
22import { createRoot } from "react-dom/client" ;
3-
4- // @ts -ignore
53import "./main.scss" ;
64import "@openhotel/styles/dist/style.css" ;
75import "@openhotel/styles/styles.scss" ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,5 +2,4 @@ export * from "./wrapper-layout";
22export * from "./application" ;
33export * from "./router" ;
44export * from "./not-found" ;
5- export * from "./card-layout" ;
65export * from "./providers" ;
Original file line number Diff line number Diff line change 11import React from "react" ;
22import { cn } from "shared/utils" ;
3-
4- //@ts -ignore
53import styles from "./container.module.scss" ;
64
75type Props = {
Original file line number Diff line number Diff line change @@ -495,14 +495,14 @@ __metadata:
495495 languageName : node
496496 linkType : hard
497497
498- " @openhotel/web-components@npm:0.3.2 " :
499- version : 0.3.2
500- resolution : " @openhotel/web-components@npm:0.3.2 "
498+ " @openhotel/web-components@npm:0.3.3 " :
499+ version : 0.3.3
500+ resolution : " @openhotel/web-components@npm:0.3.3 "
501501 dependencies :
502502 dayjs : " npm:^1.11.13"
503503 react : " npm:18.3.1"
504504 react-dom : " npm:18.3.1"
505- checksum : 10c0/06719a61004f6e9c72f4e9e3da30e0b22ef561d4a7acded27b477fd6063fc1505372cf6d47e4d087e1c32fc0149ed40392b54ad878f3ce36efa26c79c72f23ad
505+ checksum : 10c0/7b470014ef2b5ec2bb4f9add9ad5073812826580a7169dec20df4905d2e34ab82e0defd3356e13732b6166425a96103dbceae7b100ed067e1390b9080ff00cf7
506506 languageName : node
507507 linkType : hard
508508
@@ -2060,7 +2060,7 @@ __metadata:
20602060 version : 0.0.0-use.local
20612061 resolution : " root-workspace-0b6124@workspace:."
20622062 dependencies :
2063- " @openhotel/web-components " : " npm:0.3.2 "
2063+ " @openhotel/web-components " : " npm:0.3.3 "
20642064 " @rollup/plugin-alias " : " npm:5.1.0"
20652065 " @types/js-cookie " : " npm:3.0.6"
20662066 " @types/react " : " npm:18.3.3"
You can’t perform that action at this time.
0 commit comments