@itilite/lumina-ui 0.0.31 → 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.
Files changed (130) hide show
  1. package/README.md +106 -0
  2. package/dist/{cjs/types/components/Button/types.d.ts → Button.d.mts} +10 -1
  3. package/dist/{esm/types/components/Button/types.d.ts → Button.d.ts} +10 -1
  4. package/dist/Button.js +111 -0
  5. package/dist/Button.mjs +9 -0
  6. package/dist/{esm/types/components/Checkbox/types.d.ts → Checkbox.d.mts} +10 -1
  7. package/dist/{types/components/Checkbox/types.d.ts → Checkbox.d.ts} +10 -1
  8. package/dist/Checkbox.js +121 -0
  9. package/dist/Checkbox.mjs +9 -0
  10. package/dist/chunk-FUJQIYOF.mjs +37 -0
  11. package/dist/chunk-ME35H7QC.mjs +77 -0
  12. package/dist/chunk-OMYHSSPQ.mjs +64 -0
  13. package/dist/index.d.mts +4 -0
  14. package/dist/index.d.ts +4 -0
  15. package/dist/index.js +197 -0
  16. package/dist/index.mjs +11 -0
  17. package/dist/styles.css +1162 -0
  18. package/package.json +72 -80
  19. package/babel.config.js +0 -7
  20. package/dist/cjs/index.css +0 -1
  21. package/dist/cjs/index.js +0 -23219
  22. package/dist/cjs/index.js.map +0 -1
  23. package/dist/cjs/types/components/Button/Button.d.ts +0 -4
  24. package/dist/cjs/types/components/Button/index.d.ts +0 -1
  25. package/dist/cjs/types/components/Checkbox/Checkbox.d.ts +0 -4
  26. package/dist/cjs/types/components/Checkbox/index.d.ts +0 -1
  27. package/dist/cjs/types/components/Checkbox/types.d.ts +0 -11
  28. package/dist/cjs/types/components/Modal/Modal.d.ts +0 -3
  29. package/dist/cjs/types/components/Modal/index.d.ts +0 -1
  30. package/dist/cjs/types/components/Modal/types.d.ts +0 -21
  31. package/dist/cjs/types/components/Radio/Radio.d.ts +0 -4
  32. package/dist/cjs/types/components/Radio/index.d.ts +0 -1
  33. package/dist/cjs/types/components/Radio/types.d.ts +0 -11
  34. package/dist/cjs/types/components/Switch/Switch.d.ts +0 -4
  35. package/dist/cjs/types/components/Switch/index.d.ts +0 -1
  36. package/dist/cjs/types/components/Switch/types.d.ts +0 -7
  37. package/dist/cjs/types/components/Tag/Tag.d.ts +0 -4
  38. package/dist/cjs/types/components/Tag/index.d.ts +0 -1
  39. package/dist/cjs/types/components/Tag/type.d.ts +0 -7
  40. package/dist/cjs/types/components/Tooltip/Tooltip.d.ts +0 -3
  41. package/dist/cjs/types/components/Tooltip/index.d.ts +0 -1
  42. package/dist/cjs/types/components/Tooltip/types.d.ts +0 -8
  43. package/dist/cjs/types/components/index.d.ts +0 -7
  44. package/dist/cjs/types/index.d.ts +0 -1
  45. package/dist/esm/index.css +0 -1
  46. package/dist/esm/index.js +0 -23193
  47. package/dist/esm/index.js.map +0 -1
  48. package/dist/esm/types/components/Button/Button.d.ts +0 -4
  49. package/dist/esm/types/components/Button/index.d.ts +0 -1
  50. package/dist/esm/types/components/Checkbox/Checkbox.d.ts +0 -4
  51. package/dist/esm/types/components/Checkbox/index.d.ts +0 -1
  52. package/dist/esm/types/components/Modal/Modal.d.ts +0 -3
  53. package/dist/esm/types/components/Modal/index.d.ts +0 -1
  54. package/dist/esm/types/components/Modal/types.d.ts +0 -21
  55. package/dist/esm/types/components/Radio/Radio.d.ts +0 -4
  56. package/dist/esm/types/components/Radio/index.d.ts +0 -1
  57. package/dist/esm/types/components/Radio/types.d.ts +0 -11
  58. package/dist/esm/types/components/Switch/Switch.d.ts +0 -4
  59. package/dist/esm/types/components/Switch/index.d.ts +0 -1
  60. package/dist/esm/types/components/Switch/types.d.ts +0 -7
  61. package/dist/esm/types/components/Tag/Tag.d.ts +0 -4
  62. package/dist/esm/types/components/Tag/index.d.ts +0 -1
  63. package/dist/esm/types/components/Tag/type.d.ts +0 -7
  64. package/dist/esm/types/components/Tooltip/Tooltip.d.ts +0 -3
  65. package/dist/esm/types/components/Tooltip/index.d.ts +0 -1
  66. package/dist/esm/types/components/Tooltip/types.d.ts +0 -8
  67. package/dist/esm/types/components/index.d.ts +0 -7
  68. package/dist/esm/types/index.d.ts +0 -1
  69. package/dist/types/components/Button/Button.d.ts +0 -4
  70. package/dist/types/components/Button/Button.test.d.ts +0 -1
  71. package/dist/types/components/Button/index.d.ts +0 -1
  72. package/dist/types/components/Button/types.d.ts +0 -16
  73. package/dist/types/components/Checkbox/Checkbox.d.ts +0 -4
  74. package/dist/types/components/Checkbox/index.d.ts +0 -1
  75. package/dist/types/components/Modal/Modal.d.ts +0 -3
  76. package/dist/types/components/Modal/index.d.ts +0 -1
  77. package/dist/types/components/Modal/types.d.ts +0 -21
  78. package/dist/types/components/Radio/Radio.d.ts +0 -4
  79. package/dist/types/components/Radio/index.d.ts +0 -1
  80. package/dist/types/components/Radio/types.d.ts +0 -11
  81. package/dist/types/components/Switch/Switch.d.ts +0 -4
  82. package/dist/types/components/Switch/index.d.ts +0 -1
  83. package/dist/types/components/Switch/types.d.ts +0 -7
  84. package/dist/types/components/Tag/Tag.d.ts +0 -4
  85. package/dist/types/components/Tag/index.d.ts +0 -1
  86. package/dist/types/components/Tag/type.d.ts +0 -7
  87. package/dist/types/components/Tooltip/Tooltip.d.ts +0 -3
  88. package/dist/types/components/Tooltip/index.d.ts +0 -1
  89. package/dist/types/components/Tooltip/types.d.ts +0 -8
  90. package/dist/types/components/index.d.ts +0 -7
  91. package/dist/types/index.d.ts +0 -1
  92. package/eslint.config.mjs +0 -55
  93. package/jest.config.js +0 -12
  94. package/rollup.config.mjs +0 -58
  95. package/setupTests.ts +0 -1
  96. package/src/components/Button/Button.module.scss +0 -199
  97. package/src/components/Button/Button.test.tsx +0 -90
  98. package/src/components/Button/Button.tsx +0 -91
  99. package/src/components/Button/index.ts +0 -1
  100. package/src/components/Button/types.ts +0 -16
  101. package/src/components/Checkbox/Checkbox.module.scss +0 -141
  102. package/src/components/Checkbox/Checkbox.tsx +0 -56
  103. package/src/components/Checkbox/index.ts +0 -1
  104. package/src/components/Checkbox/types.ts +0 -12
  105. package/src/components/Modal/Modal.module.scss +0 -61
  106. package/src/components/Modal/Modal.tsx +0 -103
  107. package/src/components/Modal/index.ts +0 -1
  108. package/src/components/Modal/types.ts +0 -21
  109. package/src/components/Radio/Radio.module.scss +0 -103
  110. package/src/components/Radio/Radio.tsx +0 -54
  111. package/src/components/Radio/index.ts +0 -1
  112. package/src/components/Radio/types.ts +0 -12
  113. package/src/components/Switch/Switch.module.scss +0 -17
  114. package/src/components/Switch/Switch.tsx +0 -37
  115. package/src/components/Switch/index.ts +0 -1
  116. package/src/components/Switch/types.ts +0 -12
  117. package/src/components/Tag/Tag.module.scss +0 -61
  118. package/src/components/Tag/Tag.tsx +0 -34
  119. package/src/components/Tag/index.ts +0 -1
  120. package/src/components/Tag/type.ts +0 -7
  121. package/src/components/Tooltip/Tooltip.module.scss +0 -12
  122. package/src/components/Tooltip/Tooltip.tsx +0 -29
  123. package/src/components/Tooltip/index.ts +0 -1
  124. package/src/components/Tooltip/types.ts +0 -21
  125. package/src/components/index.ts +0 -8
  126. package/src/global.d.ts +0 -6
  127. package/src/index.ts +0 -1
  128. package/src/types/jest.d.ts +0 -10
  129. package/src/types/scss.d.ts +0 -1
  130. 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.31",
4
- "description": "Design system",
5
- "main": "dist/cjs/index.js",
6
- "module": "dist/esm/index.js",
7
- "types": "dist/types/index.d.ts",
8
- "scripts": {
9
- "build:types": "tsc --emitDeclarationOnly",
10
- "build": "rollup -c",
11
- "prebuild:all": "node -v && npm -v && pwd && ls -la",
12
- "build:all": "ROLLUP_DEBUG=* rollup -c && tsc --emitDeclarationOnly",
13
- "dev": "rollup -c -w",
14
- "lint": "eslint ",
15
- "lint:fix": "eslint ./src --ext .ts,.tsx --fix",
16
- "test": "jest",
17
- "publish": "npm init --scope=itilite && npm publish"
18
- },
19
- "author": "Itilite",
20
- "license": "ISC",
21
- "devDependencies": {
22
- "@babel/core": "^7.25.9",
23
- "@babel/preset-env": "^7.25.9",
24
- "@babel/preset-react": "^7.25.9",
25
- "@babel/preset-typescript": "^7.25.9",
26
- "@rollup/plugin-commonjs": "^26.0.1",
27
- "@rollup/plugin-node-resolve": "^15.2.3",
28
- "@rollup/plugin-typescript": "^11.1.6",
29
- "@testing-library/jest-dom": "^6.6.2",
30
- "@testing-library/react": "^16.0.1",
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
- "Design",
83
- "system",
84
- "LuminaUI",
85
- "Frontend"
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
- "minimatch": "^8.0.4",
93
- "minipass": "^4.2.8"
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
@@ -1,7 +0,0 @@
1
- module.exports = {
2
- presets: [
3
- "@babel/preset-env",
4
- "@babel/preset-react",
5
- "@babel/preset-typescript",
6
- ],
7
- };
@@ -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}