@itilite/lumina-ui 0.0.321 → 0.0.322
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +106 -0
- package/dist/{cjs/types/components/Button/types.d.ts → Button.d.mts} +10 -1
- package/dist/{esm/types/components/Button/types.d.ts → Button.d.ts} +10 -1
- package/dist/Button.js +111 -0
- package/dist/Button.mjs +9 -0
- package/dist/{esm/types/components/Checkbox/types.d.ts → Checkbox.d.mts} +10 -1
- package/dist/{types/components/Checkbox/types.d.ts → Checkbox.d.ts} +10 -1
- package/dist/Checkbox.js +121 -0
- package/dist/Checkbox.mjs +9 -0
- package/dist/chunk-FUJQIYOF.mjs +37 -0
- package/dist/chunk-ME35H7QC.mjs +77 -0
- package/dist/chunk-OMYHSSPQ.mjs +64 -0
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +197 -0
- package/dist/index.mjs +11 -0
- package/dist/styles.css +1162 -0
- package/package.json +72 -80
- package/babel.config.js +0 -7
- package/dist/cjs/index.css +0 -1
- package/dist/cjs/index.js +0 -23219
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/types/components/Button/Button.d.ts +0 -4
- package/dist/cjs/types/components/Button/index.d.ts +0 -1
- package/dist/cjs/types/components/Checkbox/Checkbox.d.ts +0 -4
- package/dist/cjs/types/components/Checkbox/index.d.ts +0 -1
- package/dist/cjs/types/components/Checkbox/types.d.ts +0 -11
- package/dist/cjs/types/components/Modal/Modal.d.ts +0 -3
- package/dist/cjs/types/components/Modal/index.d.ts +0 -1
- package/dist/cjs/types/components/Modal/types.d.ts +0 -21
- package/dist/cjs/types/components/Radio/Radio.d.ts +0 -4
- package/dist/cjs/types/components/Radio/index.d.ts +0 -1
- package/dist/cjs/types/components/Radio/types.d.ts +0 -11
- package/dist/cjs/types/components/Switch/Switch.d.ts +0 -4
- package/dist/cjs/types/components/Switch/index.d.ts +0 -1
- package/dist/cjs/types/components/Switch/types.d.ts +0 -7
- package/dist/cjs/types/components/Tag/Tag.d.ts +0 -4
- package/dist/cjs/types/components/Tag/index.d.ts +0 -1
- package/dist/cjs/types/components/Tag/type.d.ts +0 -7
- package/dist/cjs/types/components/Tooltip/Tooltip.d.ts +0 -3
- package/dist/cjs/types/components/Tooltip/index.d.ts +0 -1
- package/dist/cjs/types/components/Tooltip/types.d.ts +0 -8
- package/dist/cjs/types/components/index.d.ts +0 -7
- package/dist/cjs/types/index.d.ts +0 -1
- package/dist/esm/index.css +0 -1
- package/dist/esm/index.js +0 -23193
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/types/components/Button/Button.d.ts +0 -4
- package/dist/esm/types/components/Button/index.d.ts +0 -1
- package/dist/esm/types/components/Checkbox/Checkbox.d.ts +0 -4
- package/dist/esm/types/components/Checkbox/index.d.ts +0 -1
- package/dist/esm/types/components/Modal/Modal.d.ts +0 -3
- package/dist/esm/types/components/Modal/index.d.ts +0 -1
- package/dist/esm/types/components/Modal/types.d.ts +0 -21
- package/dist/esm/types/components/Radio/Radio.d.ts +0 -4
- package/dist/esm/types/components/Radio/index.d.ts +0 -1
- package/dist/esm/types/components/Radio/types.d.ts +0 -11
- package/dist/esm/types/components/Switch/Switch.d.ts +0 -4
- package/dist/esm/types/components/Switch/index.d.ts +0 -1
- package/dist/esm/types/components/Switch/types.d.ts +0 -7
- package/dist/esm/types/components/Tag/Tag.d.ts +0 -4
- package/dist/esm/types/components/Tag/index.d.ts +0 -1
- package/dist/esm/types/components/Tag/type.d.ts +0 -7
- package/dist/esm/types/components/Tooltip/Tooltip.d.ts +0 -3
- package/dist/esm/types/components/Tooltip/index.d.ts +0 -1
- package/dist/esm/types/components/Tooltip/types.d.ts +0 -8
- package/dist/esm/types/components/index.d.ts +0 -7
- package/dist/esm/types/index.d.ts +0 -1
- package/dist/types/components/Button/Button.d.ts +0 -4
- package/dist/types/components/Button/Button.test.d.ts +0 -1
- package/dist/types/components/Button/index.d.ts +0 -1
- package/dist/types/components/Button/types.d.ts +0 -16
- package/dist/types/components/Checkbox/Checkbox.d.ts +0 -4
- package/dist/types/components/Checkbox/index.d.ts +0 -1
- package/dist/types/components/Modal/Modal.d.ts +0 -3
- package/dist/types/components/Modal/index.d.ts +0 -1
- package/dist/types/components/Modal/types.d.ts +0 -21
- package/dist/types/components/Radio/Radio.d.ts +0 -4
- package/dist/types/components/Radio/index.d.ts +0 -1
- package/dist/types/components/Radio/types.d.ts +0 -11
- package/dist/types/components/Switch/Switch.d.ts +0 -4
- package/dist/types/components/Switch/index.d.ts +0 -1
- package/dist/types/components/Switch/types.d.ts +0 -7
- package/dist/types/components/Tag/Tag.d.ts +0 -4
- package/dist/types/components/Tag/index.d.ts +0 -1
- package/dist/types/components/Tag/type.d.ts +0 -7
- package/dist/types/components/Tooltip/Tooltip.d.ts +0 -3
- package/dist/types/components/Tooltip/index.d.ts +0 -1
- package/dist/types/components/Tooltip/types.d.ts +0 -8
- package/dist/types/components/index.d.ts +0 -7
- package/dist/types/index.d.ts +0 -1
- package/eslint.config.mjs +0 -55
- package/jest.config.js +0 -12
- package/rollup.config.mjs +0 -58
- package/setupTests.ts +0 -1
- package/src/components/Button/Button.module.scss +0 -199
- package/src/components/Button/Button.test.tsx +0 -90
- package/src/components/Button/Button.tsx +0 -91
- package/src/components/Button/index.ts +0 -1
- package/src/components/Button/types.ts +0 -16
- package/src/components/Checkbox/Checkbox.module.scss +0 -141
- package/src/components/Checkbox/Checkbox.tsx +0 -56
- package/src/components/Checkbox/index.ts +0 -1
- package/src/components/Checkbox/types.ts +0 -12
- package/src/components/Modal/Modal.module.scss +0 -61
- package/src/components/Modal/Modal.tsx +0 -103
- package/src/components/Modal/index.ts +0 -1
- package/src/components/Modal/types.ts +0 -21
- package/src/components/Radio/Radio.module.scss +0 -103
- package/src/components/Radio/Radio.tsx +0 -54
- package/src/components/Radio/index.ts +0 -1
- package/src/components/Radio/types.ts +0 -12
- package/src/components/Switch/Switch.module.scss +0 -17
- package/src/components/Switch/Switch.tsx +0 -37
- package/src/components/Switch/index.ts +0 -1
- package/src/components/Switch/types.ts +0 -12
- package/src/components/Tag/Tag.module.scss +0 -61
- package/src/components/Tag/Tag.tsx +0 -34
- package/src/components/Tag/index.ts +0 -1
- package/src/components/Tag/type.ts +0 -7
- package/src/components/Tooltip/Tooltip.module.scss +0 -12
- package/src/components/Tooltip/Tooltip.tsx +0 -29
- package/src/components/Tooltip/index.ts +0 -1
- package/src/components/Tooltip/types.ts +0 -21
- package/src/components/index.ts +0 -8
- package/src/global.d.ts +0 -6
- package/src/index.ts +0 -1
- package/src/types/jest.d.ts +0 -10
- package/src/types/scss.d.ts +0 -1
- package/tsconfig.json +0 -41
package/package.json
CHANGED
|
@@ -1,95 +1,87 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itilite/lumina-ui",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Design
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"
|
|
31
|
-
"@types/jest": "^29.5.12",
|
|
32
|
-
"@types/prop-types": "^15.7.12",
|
|
33
|
-
"@types/react": "^18.3.12",
|
|
34
|
-
"@types/react-dom": "^18.3.0",
|
|
35
|
-
"@typescript-eslint/eslint-plugin": "^8.2.0",
|
|
36
|
-
"@typescript-eslint/parser": "^8.2.0",
|
|
37
|
-
"antd": "^5.20.1",
|
|
38
|
-
"autoprefixer": "^10.4.20",
|
|
39
|
-
"babel-jest": "^29.7.0",
|
|
40
|
-
"clsx": "^2.1.1",
|
|
41
|
-
"eslint": "^9.9.0",
|
|
42
|
-
"eslint-config-standard-with-typescript": "^43.0.1",
|
|
43
|
-
"eslint-define-config": "^2.1.0",
|
|
44
|
-
"eslint-plugin-import": "^2.29.1",
|
|
45
|
-
"eslint-plugin-react": "^7.35.0",
|
|
46
|
-
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
47
|
-
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
48
|
-
"eslint-plugin-unused-imports": "^4.1.3",
|
|
49
|
-
"glob": "9.3.5",
|
|
50
|
-
"identity-obj-proxy": "^3.0.0",
|
|
51
|
-
"jest": "^29.7.0",
|
|
52
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
53
|
-
"postcss": "^8.4.41",
|
|
54
|
-
"postcss-scss": "^4.0.9",
|
|
55
|
-
"prop-types": "^15.8.1",
|
|
56
|
-
"react": "^18.3.1",
|
|
57
|
-
"react-dom": "^18.3.1",
|
|
58
|
-
"rollup": "^4.21.0",
|
|
59
|
-
"rollup-plugin-dts": "^6.1.1",
|
|
60
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
61
|
-
"rollup-plugin-postcss": "^4.0.2",
|
|
62
|
-
"rollup-plugin-scss": "^4.0.0",
|
|
63
|
-
"sass": "^1.77.8",
|
|
64
|
-
"tailwindcss": "^3.4.10",
|
|
65
|
-
"tslib": "^2.6.3",
|
|
66
|
-
"typescript": "^5.5.3"
|
|
67
|
-
},
|
|
68
|
-
"peerDependencies": {
|
|
69
|
-
"react": ">=18"
|
|
70
|
-
},
|
|
71
|
-
"jest": {
|
|
72
|
-
"setupFilesAfterEnv": [
|
|
73
|
-
"<rootDir>/src/setupTests.ts"
|
|
74
|
-
],
|
|
75
|
-
"testEnvironment": "jsdom"
|
|
3
|
+
"version": "0.0.322",
|
|
4
|
+
"description": "Itilite Lumina Design System UI Components",
|
|
5
|
+
"sideEffects": false,
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"main": "./dist/index.js",
|
|
8
|
+
"module": "./dist/index.mjs",
|
|
9
|
+
"types": "./dist/index.d.ts",
|
|
10
|
+
"files": [
|
|
11
|
+
"dist",
|
|
12
|
+
"README.md"
|
|
13
|
+
],
|
|
14
|
+
"exports": {
|
|
15
|
+
".": {
|
|
16
|
+
"types": "./dist/index.d.ts",
|
|
17
|
+
"import": "./dist/index.mjs",
|
|
18
|
+
"require": "./dist/index.js"
|
|
19
|
+
},
|
|
20
|
+
"./button": {
|
|
21
|
+
"types": "./dist/Button.d.ts",
|
|
22
|
+
"import": "./dist/Button.mjs",
|
|
23
|
+
"require": "./dist/Button.js"
|
|
24
|
+
},
|
|
25
|
+
"./checkbox": {
|
|
26
|
+
"types": "./dist/Checkbox.d.ts",
|
|
27
|
+
"import": "./dist/Checkbox.mjs",
|
|
28
|
+
"require": "./dist/Checkbox.js"
|
|
29
|
+
},
|
|
30
|
+
"./styles.css": "./dist/styles.css"
|
|
76
31
|
},
|
|
77
32
|
"repository": {
|
|
78
33
|
"type": "git",
|
|
79
|
-
"url": "git+https://github.com/Itilite/design-system.git"
|
|
34
|
+
"url": "git+https://github.com/Itilite/design-system.git",
|
|
35
|
+
"directory": "packages/ui"
|
|
80
36
|
},
|
|
81
37
|
"keywords": [
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
38
|
+
"react",
|
|
39
|
+
"ui",
|
|
40
|
+
"components",
|
|
41
|
+
"design-system",
|
|
42
|
+
"itilite",
|
|
43
|
+
"lumina"
|
|
86
44
|
],
|
|
45
|
+
"author": "Itilite",
|
|
87
46
|
"bugs": {
|
|
88
47
|
"url": "https://github.com/Itilite/design-system/issues"
|
|
89
48
|
},
|
|
90
49
|
"homepage": "https://github.com/Itilite/design-system#readme",
|
|
50
|
+
"scripts": {
|
|
51
|
+
"build": "tsup",
|
|
52
|
+
"dev": "tsup --watch",
|
|
53
|
+
"lint": "eslint .",
|
|
54
|
+
"check-types": "tsc --noEmit",
|
|
55
|
+
"clean": "rm -rf .turbo node_modules dist"
|
|
56
|
+
},
|
|
91
57
|
"dependencies": {
|
|
92
|
-
"
|
|
93
|
-
|
|
58
|
+
"clsx": "^2.1.1"
|
|
59
|
+
},
|
|
60
|
+
"devDependencies": {
|
|
61
|
+
"@itilite/eslint-config": "workspace:*",
|
|
62
|
+
"@itilite/tailwind-config": "workspace:*",
|
|
63
|
+
"@itilite/typescript-config": "workspace:*",
|
|
64
|
+
"@types/node": "^24.10.1",
|
|
65
|
+
"@types/react": "^18.2.61",
|
|
66
|
+
"@types/react-dom": "^18.2.19",
|
|
67
|
+
"antd": "5.13.1",
|
|
68
|
+
"autoprefixer": "^10.4.0",
|
|
69
|
+
"concurrently": "^9.2.1",
|
|
70
|
+
"esbuild-sass-plugin": "^3.0.0",
|
|
71
|
+
"eslint": "^8.57.0",
|
|
72
|
+
"postcss": "^8.4.0",
|
|
73
|
+
"postcss-modules": "^6.0.1",
|
|
74
|
+
"react": "^18.2.0",
|
|
75
|
+
"sass": "^1.69.5",
|
|
76
|
+
"tailwindcss": "^3.4.0",
|
|
77
|
+
"tsup": "^8.0.2",
|
|
78
|
+
"typescript": "5.5.4"
|
|
79
|
+
},
|
|
80
|
+
"peerDependencies": {
|
|
81
|
+
"antd": "5.13.1",
|
|
82
|
+
"react": "^18.2.0"
|
|
83
|
+
},
|
|
84
|
+
"publishConfig": {
|
|
85
|
+
"access": "public"
|
|
94
86
|
}
|
|
95
87
|
}
|
package/babel.config.js
DELETED
package/dist/cjs/index.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.Button-module__button___18Bed{@apply tw-flex tw-justify-center tw-gap-1 tw-items-center tw-rounded-lg}.Button-module__button___18Bed.Button-module__size_large___Gohrm{height:56px;@apply tw-px-4}.Button-module__button___18Bed.Button-module__size_large___Gohrm.Button-module__shape_circle___1CtM2{width:56px}.Button-module__button___18Bed.Button-module__size_normal___Ym8Ah{height:40px;@apply tw-px-3}.Button-module__button___18Bed.Button-module__size_normal___Ym8Ah.Button-module__shape_circle___1CtM2{width:40px}.Button-module__button___18Bed.Button-module__size_small___mGHht{height:32px;@apply tw-px-2}.Button-module__button___18Bed.Button-module__size_small___mGHht.Button-module__shape_circle___1CtM2{width:32px}.Button-module__button___18Bed.Button-module__type_primary___WbRH0{border-width:1px;@apply tw-bg-color-action-primary;@apply tw-border;@apply tw-border-solid;@apply tw-border-color-border-primary-default;box-shadow:0 1px 0 0 rgba(17,24,39,.1)}.Button-module__button___18Bed.Button-module__type_primary___WbRH0.ant-btn-primary:active,.Button-module__button___18Bed.Button-module__type_primary___WbRH0.ant-btn-primary:hover{@apply tw-bg-color-action-primary;box-shadow:0 2px 4px 0 rgba(17,24,39,.1)}.Button-module__button___18Bed.Button-module__type_primary___WbRH0:focus-visible{outline:2px solid rgba(236,93,37,.38)}.Button-module__button___18Bed.Button-module__type_primary___WbRH0.Button-module__variant_link___mo-UB,.Button-module__button___18Bed.Button-module__type_primary___WbRH0.Button-module__variant_link___mo-UB:hover,.Button-module__button___18Bed.Button-module__type_primary___WbRH0.Button-module__variant_subtle___G4bvs,.Button-module__button___18Bed.Button-module__type_primary___WbRH0.Button-module__variant_subtle___G4bvs:hover,.Button-module__button___18Bed.Button-module__type_primary___WbRH0.Button-module__variant_text___r7oFS,.Button-module__button___18Bed.Button-module__type_primary___WbRH0.Button-module__variant_text___r7oFS:hover{@apply tw-text-color-text-primary}.Button-module__button___18Bed.Button-module__type_secondary___HXHdT{border-style:solid;border-width:1px;@apply tw-bg-color-surface-dark;@apply tw-border-color-surface-dark;box-shadow:0 1px 0 0 rgba(17,24,39,.1)}.Button-module__button___18Bed.Button-module__type_secondary___HXHdT.ant-btn-primary:active,.Button-module__button___18Bed.Button-module__type_secondary___HXHdT.ant-btn-primary:hover{@apply tw-bg-color-surface-dark;box-shadow:0 2px 4px 0 rgba(17,24,39,.1)}.Button-module__button___18Bed.Button-module__type_secondary___HXHdT.ant-btn-primary:focus-visible{outline:2px solid rgba(236,93,37,.38)}.Button-module__button___18Bed.Button-module__type_secondary___HXHdT.Button-module__variant_link___mo-UB,.Button-module__button___18Bed.Button-module__type_secondary___HXHdT.Button-module__variant_link___mo-UB:hover,.Button-module__button___18Bed.Button-module__type_secondary___HXHdT.Button-module__variant_subtle___G4bvs,.Button-module__button___18Bed.Button-module__type_secondary___HXHdT.Button-module__variant_subtle___G4bvs:hover,.Button-module__button___18Bed.Button-module__type_secondary___HXHdT.Button-module__variant_text___r7oFS,.Button-module__button___18Bed.Button-module__type_secondary___HXHdT.Button-module__variant_text___r7oFS:hover{@apply tw-text-color-text-default}.Button-module__button___18Bed.Button-module__type_critical___Y0vJw{border-width:1px;@apply tw-bg-color-action-critical;@apply tw-border-solid;@apply tw-border-color-border-critical-default;box-shadow:0 1px 0 0 rgba(17,24,39,.1)}.Button-module__button___18Bed.Button-module__type_critical___Y0vJw.ant-btn-primary:active,.Button-module__button___18Bed.Button-module__type_critical___Y0vJw.ant-btn-primary:hover{@apply tw-bg-color-action-critical;box-shadow:0 2px 4px 0 rgba(17,24,39,.1)}.Button-module__button___18Bed.Button-module__type_critical___Y0vJw.ant-btn-primary:focus-visible{outline:2px solid rgba(236,93,37,.38)}.Button-module__button___18Bed.Button-module__type_critical___Y0vJw.Button-module__variant_link___mo-UB,.Button-module__button___18Bed.Button-module__type_critical___Y0vJw.Button-module__variant_link___mo-UB:hover,.Button-module__button___18Bed.Button-module__type_critical___Y0vJw.Button-module__variant_subtle___G4bvs,.Button-module__button___18Bed.Button-module__type_critical___Y0vJw.Button-module__variant_subtle___G4bvs:hover,.Button-module__button___18Bed.Button-module__type_critical___Y0vJw.Button-module__variant_text___r7oFS,.Button-module__button___18Bed.Button-module__type_critical___Y0vJw.Button-module__variant_text___r7oFS:hover{@apply tw-text-color-text-critical}.Button-module__button___18Bed.Button-module__variant_subtle___G4bvs{@apply tw-bg-color-white;@apply tw-border;@apply tw-border-solid;@apply tw-border-color-border-default-subtle;box-shadow:0 1px 0 0 rgba(17,24,39,.1)}.Button-module__button___18Bed.Button-module__variant_subtle___G4bvs.ant-btn-default:hover{box-shadow:0 2px 4px 0 rgba(17,24,39,.15);@apply tw-border-color-border-default-subtle}.Button-module__button___18Bed.Button-module__variant_subtle___G4bvs.ant-btn-default:focus-visible{outline:2px solid rgba(236,93,37,.38)}.Button-module__button___18Bed.Button-module__variant_text___r7oFS{@apply tw-bg-transparent;@apply tw-border-0;@apply tw-border-none;box-shadow:none}.Button-module__button___18Bed.Button-module__variant_text___r7oFS.ant-btn-default:hover{box-shadow:0 2px 4px 0 rgba(17,24,39,.15);@apply tw-border-none;@apply tw-bg-color-surface-default-subtle}.Button-module__button___18Bed.Button-module__variant_text___r7oFS.ant-btn-default:active{@apply tw-bg-color-surface-default-hover}.Button-module__button___18Bed.Button-module__variant_text___r7oFS.ant-btn:focus-visible{outline:2px solid rgba(236,93,37,.2)}.Button-module__button___18Bed.Button-module__variant_link___mo-UB,.Button-module__button___18Bed.Button-module__variant_link___mo-UB.ant-btn-default:hover{box-shadow:none;@apply tw-border-none;@apply tw-bg-transparent}.Button-module__button___18Bed.Button-module__variant_link___mo-UB.ant-btn-default:hover.Button-module__onHoverUnderline___OyHzj{text-decoration:underline}.Button-module__button___18Bed.Button-module__variant_link___mo-UB.ant-btn-default:active{@apply tw-bg-transparent}.Button-module__button___18Bed.Button-module__variant_link___mo-UB.ant-btn:focus-visible{outline:none}.Switch-module__switch___PKzsW.ant-switch.ant-switch-checked,.Switch-module__switch___PKzsW.ant-switch.ant-switch-checked:hover,.Switch-module__switch___PKzsW.ant-switch.ant-switch-small,.Switch-module__switch___PKzsW.ant-switch.ant-switch-small .ant-switch-handle{@apply tw-bg-color-action-primary}.Modal-module__modal___yNG-7.Modal-module__footerMargintopDisable___nTwgB .Modal-module__ant-modal-footer___6Tkcf{margin-top:0;@apply tw-mt-0}.Modal-module__modal___yNG-7 .ant-modal-footer .primaryFooter{padding:24px;@apply tw-p-6;@apply tw-flex tw-justify-end}.Modal-module__modal___yNG-7 .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___XrUvJ,.Modal-module__modal___yNG-7 .ant-modal-footer .primaryFooter .Modal-module__okBtn___QgnAx{min-width:92px}.Modal-module__modal___yNG-7 .ant-modal-footer .secondaryFooter{padding:24px;@apply tw-p-6;@apply tw-pt-0;@apply tw-flex tw-justify-end}.Modal-module__modal___yNG-7 .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___XrUvJ,.Modal-module__modal___yNG-7 .ant-modal-footer .secondaryFooter .Modal-module__okBtn___QgnAx{width:50%}.Modal-module__modal___yNG-7 .ant-modal-content{padding:0;@apply tw-rounded-xl;@apply tw-p-0}.Modal-module__modal___yNG-7 .ant-modal-content .ant-modal-header{@apply tw-p-4 sm:tw-p-6 tw-mb-0}.Modal-module__modal___yNG-7 .ant-modal-content .ant-modal-header .ant-modal-title{justify-content:flex-start;@apply tw-font-medium tw-text-font-size-50 tw-leading-7 tw-text-color-surface-dark tw-pr-5}.Modal-module__modal___yNG-7 .ant-modal-content .ant-modal-close,.Modal-module__modal___yNG-7 .ant-modal-content .ant-modal-close .ant-modal-close-x{display:flex;@apply tw-flex tw-items-center tw-justify-center}.Modal-module__modal___yNG-7 .ant-modal-content .ant-modal-body{max-height:80vh;overflow:auto;padding:0 1.5rem 1.5rem}.Modal-module__modal___yNG-7 .ant-modal-content .ant-modal-close{@apply tw-top-6 tw-right-6 tw-pb-1}.Modal-module__modal___yNG-7 .ant-btn-primary{margin-inline-start:.5rem;@apply tw-ms-2}.Tooltip-module__light___KHW7i .ant-tooltip-content .ant-tooltip-inner{background-color:#fff!important;color:#111827;@apply tw-text-color-border-dark-subtle tw-rounded-lg tw-p-2.5}.Tooltip-module__light___KHW7i .ant-tooltip-arrow:before{background-color:#fff!important}.Checkbox-module__checkbox___D0D4S{align-items:center;display:flex}.Checkbox-module__checkbox___D0D4S.Checkbox-module__size_small___xrnwa .ant-checkbox .ant-checkbox-inner{height:16px;width:16px}.Checkbox-module__checkbox___D0D4S.Checkbox-module__size_medium___V0L7S .ant-checkbox .ant-checkbox-inner{height:20px;width:20px}.Checkbox-module__checkbox___D0D4S.Checkbox-module__size_medium___V0L7S .ant-checkbox .ant-checkbox-inner:after{inset-inline-start:27%}.Checkbox-module__checkbox___D0D4S.Checkbox-module__size_large___3FuMo .ant-checkbox .ant-checkbox-inner{height:24px;width:24px}.Checkbox-module__checkbox___D0D4S.Checkbox-module__size_large___3FuMo .ant-checkbox .ant-checkbox-inner:after{inset-inline-start:33%}.Checkbox-module__checkbox___D0D4S.Checkbox-module__type_checked___pQSFb .ant-checkbox-checked .ant-checkbox-inner{background-color:#ec5d25;border-color:#ec5d25}.Checkbox-module__checkbox___D0D4S.Checkbox-module__type_checked___pQSFb.ant-checkbox-wrapper:hover .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner{@apply tw-bg-color-text-primary-hover}.Checkbox-module__checkbox___D0D4S.Checkbox-module__type_checked___pQSFb .ant-checkbox-checked:focus-visible{outline:2px solid #0a65e7}.Checkbox-module__checkbox___D0D4S.Checkbox-module__type_checked___pQSFb.Checkbox-module__disabled___WagIC{@apply tw-cursor-not-allowed}.Checkbox-module__checkbox___D0D4S.Checkbox-module__type_checked___pQSFb.Checkbox-module__disabled___WagIC .ant-checkbox-checked .ant-checkbox-inner{background-color:#ec5d25;border-color:#ec5d25;opacity:.5}.Checkbox-module__checkbox___D0D4S.Checkbox-module__type_checked___pQSFb.Checkbox-module__disabled___WagIC .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#fff}.Checkbox-module__checkbox___D0D4S.Checkbox-module__type_unchecked___nhedk .ant-checkbox .ant-checkbox-inner{border-color:#b6bac3}.Checkbox-module__checkbox___D0D4S.Checkbox-module__type_unchecked___nhedk .ant-checkbox:hover .ant-checkbox-inner{border-color:#6b7280}.Checkbox-module__checkbox___D0D4S.Checkbox-module__type_unchecked___nhedk .ant-checkbox:focus-visible{outline:2px solid #0a65e7}.Checkbox-module__checkbox___D0D4S.Checkbox-module__type_unchecked___nhedk.Checkbox-module__disabled___WagIC{@apply tw-cursor-not-allowed}.Checkbox-module__checkbox___D0D4S.Checkbox-module__type_unchecked___nhedk.Checkbox-module__disabled___WagIC .ant-checkbox .ant-checkbox-inner{background-color:#f9fafb;border-color:#b6bac3}.Checkbox-module__checkbox___D0D4S .ant-checkbox-disabled+span{color:#363e4f}.Checkbox-module__checkbox___D0D4S.Checkbox-module__variant_normal___2gugg{color:#363e4f;font-size:.875rem;font-weight:400;line-height:20px}.Checkbox-module__checkbox___D0D4S.Checkbox-module__variant_emphasized___tLXw0{color:#363e4f;font-size:.875rem;font-weight:500;line-height:20px}.Checkbox-module__checkbox___D0D4S.Checkbox-module__variant_indeterminate___swxxo.Checkbox-module__disabled___WagIC .ant-checkbox-indeterminate .ant-checkbox-inner{background-color:#ec5d25;border-color:#ec5d25;opacity:.5}.Checkbox-module__checkbox___D0D4S.Checkbox-module__variant_indeterminate___swxxo.Checkbox-module__disabled___WagIC .ant-checkbox-indeterminate .ant-checkbox-inner:after{border-color:#fff}.Checkbox-module__checkbox___D0D4S.Checkbox-module__variant_indeterminate___swxxo .ant-checkbox-indeterminate .ant-checkbox-inner{background-color:#ec5d25!important;border-color:#ec5d25!important}.Checkbox-module__checkbox___D0D4S.Checkbox-module__variant_indeterminate___swxxo .ant-checkbox-indeterminate .ant-checkbox-inner:after{background:#fff;border-radius:4px;height:3px;inset-inline-start:50%;width:60%}.Radio-module__radio___qhO7H{align-items:center;display:flex}.Radio-module__radio___qhO7H.Radio-module__size_small___SUyKK .ant-radio .ant-radio-inner{height:16px;width:16px}.Radio-module__radio___qhO7H.Radio-module__size_medium___ew0Kp .ant-radio .ant-radio-inner{height:20px;width:20px}.Radio-module__radio___qhO7H.Radio-module__size_large___DOsUo .ant-radio .ant-radio-inner{height:24px;width:24px}.Radio-module__radio___qhO7H.Radio-module__type_checked___amYVs .ant-radio-checked .ant-radio-inner{background-color:#ec5d25;border-color:#ec5d25}.Radio-module__radio___qhO7H.Radio-module__type_checked___amYVs .ant-radio-checked:hover .ant-radio-inner{background-color:#b94710;border-color:#b94710}.Radio-module__radio___qhO7H.Radio-module__type_checked___amYVs .ant-radio-checked:focus-visible{outline:2px solid #0a65e7}.Radio-module__radio___qhO7H.Radio-module__type_checked___amYVs.Radio-module__disabled___RZ0be{@apply tw-cursor-not-allowed}.Radio-module__radio___qhO7H.Radio-module__type_checked___amYVs.Radio-module__disabled___RZ0be .ant-radio-checked .ant-radio-inner{background-color:#b6bac3;border-color:#b6bac3}.Radio-module__radio___qhO7H.Radio-module__type_checked___amYVs.Radio-module__disabled___RZ0be .ant-radio-checked .ant-radio-inner:after{background-color:#fff;transform:scale(.375)}.Radio-module__radio___qhO7H.Radio-module__type_unchecked___GQtug .ant-radio .ant-radio-inner{border-color:#b6bac3}.Radio-module__radio___qhO7H.Radio-module__type_unchecked___GQtug .ant-radio:hover .ant-radio-inner{border-color:#6b7280}.Radio-module__radio___qhO7H.Radio-module__type_unchecked___GQtug .ant-radio:focus-visible{outline:2px solid #0a65e7}.Radio-module__radio___qhO7H.Radio-module__type_unchecked___GQtug.Radio-module__disabled___RZ0be{@apply tw-cursor-not-allowed}.Radio-module__radio___qhO7H.Radio-module__type_unchecked___GQtug.Radio-module__disabled___RZ0be .ant-radio .ant-radio-inner{background-color:#f9fafb;border-color:#b6bac3}.Radio-module__radio___qhO7H.Radio-module__variant_normal___fJgIP{color:#363e4f;font-size:.875rem;font-weight:400;line-height:20px}.Radio-module__radio___qhO7H.Radio-module__variant_emphasized___Ih1mU{color:#363e4f;font-size:.875rem;font-weight:500;line-height:20px}.Tag-module__tag___0Cfjz{@apply tw-rounded;@apply tw-p-1;@apply tw-font-medium;@apply tw-text-font-size-10;@apply tw-leading-3;@apply tw-bg-white;@apply tw-h-max;@apply tw-border-solid;border-width:.5px}.Tag-module__tag___0Cfjz.Tag-module__blue___OZprV,.Tag-module__tag___0Cfjz.Tag-module__bookingConfirmed___j8eIs,.Tag-module__tag___0Cfjz.Tag-module__bookingPending___3i6Ai,.Tag-module__tag___0Cfjz.Tag-module__bookingRescheduledPending___4N6Vl,.Tag-module__tag___0Cfjz.Tag-module__bookingRescheduled___tZRjg,.Tag-module__tag___0Cfjz.Tag-module__failed___3CqXv,.Tag-module__tag___0Cfjz.Tag-module__processing___IKFXM,.Tag-module__tag___0Cfjz.Tag-module__small___-vgjh,.Tag-module__tag___0Cfjz.Tag-module__success___Lq3l5,.Tag-module__tag___0Cfjz.Tag-module__warning___QjEQv{@apply tw-text-color-text-weak;@apply tw-bg-color-surface-default-hover;@apply tw-border-color-text-weak}
|