Skip to content

Commit 7759cd2

Browse files
authored
bump: components library to v0.3.3 - fix #14 (#15)
* bump: components library to v0.3.3 - fix #14 * bump: components library to v0.3.3 - fix #14
1 parent c0f3750 commit 7759cd2

9 files changed

Lines changed: 15 additions & 57 deletions

File tree

app/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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",

app/client/src/declaration.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
}

app/client/src/main.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import React from "react";
22
import { createRoot } from "react-dom/client";
3-
4-
// @ts-ignore
53
import "./main.scss";
64
import "@openhotel/styles/dist/style.css";
75
import "@openhotel/styles/styles.scss";

app/client/src/modules/application/components/card-layout/card-layout.component.tsx

Lines changed: 0 additions & 26 deletions
This file was deleted.

app/client/src/modules/application/components/card-layout/card-layout.module.scss

Lines changed: 0 additions & 19 deletions
This file was deleted.

app/client/src/modules/application/components/card-layout/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/client/src/modules/application/components/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ export * from "./wrapper-layout";
22
export * from "./application";
33
export * from "./router";
44
export * from "./not-found";
5-
export * from "./card-layout";
65
export * from "./providers";

app/client/src/shared/components/container/container.component.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import React from "react";
22
import { cn } from "shared/utils";
3-
4-
//@ts-ignore
53
import styles from "./container.module.scss";
64

75
type Props = {

app/client/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)