@itilite/lumina-ui 1.1.1 → 1.1.3

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 (45) hide show
  1. package/dist/atom/Avatar/Avatar.js +4 -2
  2. package/dist/atom/Avatar/Avatar.mjs +1 -1
  3. package/dist/atom/Button/Button.js +1 -1
  4. package/dist/atom/Button/Button.mjs +1 -1
  5. package/dist/atom/Modal/Modal.js +1 -1
  6. package/dist/atom/Modal/Modal.mjs +2 -2
  7. package/dist/chunk-AF2RKLH6.mjs +77 -0
  8. package/dist/chunk-IWO2Y5QX.mjs +89 -0
  9. package/dist/chunk-UQJ3BDM4.mjs +141 -0
  10. package/dist/index.js +5 -3
  11. package/dist/index.mjs +11 -11
  12. package/dist/styles.css +306 -302
  13. package/package.json +1 -1
  14. package/dist/Avatar.d.mts +0 -17
  15. package/dist/Avatar.d.ts +0 -17
  16. package/dist/Avatar.js +0 -121
  17. package/dist/Avatar.mjs +0 -9
  18. package/dist/Button.d.mts +0 -25
  19. package/dist/Button.d.ts +0 -25
  20. package/dist/Button.js +0 -111
  21. package/dist/Button.mjs +0 -9
  22. package/dist/Checkbox.d.mts +0 -20
  23. package/dist/Checkbox.d.ts +0 -20
  24. package/dist/Checkbox.js +0 -121
  25. package/dist/Checkbox.mjs +0 -9
  26. package/dist/Modal.d.mts +0 -25
  27. package/dist/Modal.d.ts +0 -25
  28. package/dist/Modal.js +0 -267
  29. package/dist/Modal.mjs +0 -10
  30. package/dist/Radio.d.mts +0 -17
  31. package/dist/Radio.d.ts +0 -17
  32. package/dist/Radio.js +0 -122
  33. package/dist/Radio.mjs +0 -9
  34. package/dist/Switch.d.mts +0 -13
  35. package/dist/Switch.d.ts +0 -13
  36. package/dist/Switch.js +0 -102
  37. package/dist/Switch.mjs +0 -9
  38. package/dist/Tag.d.mts +0 -13
  39. package/dist/Tag.d.ts +0 -13
  40. package/dist/Tag.js +0 -108
  41. package/dist/Tag.mjs +0 -9
  42. package/dist/Tooltip.d.mts +0 -12
  43. package/dist/Tooltip.d.ts +0 -12
  44. package/dist/Tooltip.js +0 -97
  45. package/dist/Tooltip.mjs +0 -9
package/dist/styles.css CHANGED
@@ -102,130 +102,198 @@
102
102
 
103
103
 
104
104
  /* CSS Modules */
105
- /* src/atom/Tooltip/Tooltip.module.scss */
106
- .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
107
- background-color: white !important;
108
- color: #111827;
105
+ /* src/atom/Button/Button.module.scss */
106
+ .Button-module__button___cLCyl {
107
+ display: flex;
108
+ align-items: center;
109
+ justify-content: center;
110
+ gap: 0.25rem;
109
111
  border-radius: 0.5rem;
110
- padding: 0.625rem;
111
- --tw-text-opacity: 1;
112
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
113
112
  }
114
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
115
- background-color: white !important;
113
+ .Button-module__button___cLCyl.Button-module__size_large___S-mbU {
114
+ height: 56px;
115
+ padding-left: 1rem;
116
+ padding-right: 1rem;
116
117
  }
117
-
118
- /* src/atom/Tag/Tag.module.scss */
119
- .Tag-module__tag___PIkhI {
120
- border-radius: 0.25rem;
121
- padding: 0.25rem;
122
- font-weight: 500;
123
- font-size: 0.625rem;
124
- line-height: .75rem;
118
+ .Button-module__button___cLCyl.Button-module__size_large___S-mbU.Button-module__shape_circle___sPUS5 {
119
+ width: 56px;
120
+ }
121
+ .Button-module__button___cLCyl.Button-module__size_normal___qJUMj {
122
+ height: 40px;
123
+ padding-left: 0.75rem;
124
+ padding-right: 0.75rem;
125
+ }
126
+ .Button-module__button___cLCyl.Button-module__size_normal___qJUMj.Button-module__shape_circle___sPUS5 {
127
+ width: 40px;
128
+ }
129
+ .Button-module__button___cLCyl.Button-module__size_small___IUeei {
130
+ height: 32px;
131
+ padding-left: 0.5rem;
132
+ padding-right: 0.5rem;
133
+ }
134
+ .Button-module__button___cLCyl.Button-module__size_small___IUeei.Button-module__shape_circle___sPUS5 {
135
+ width: 32px;
136
+ }
137
+ .Button-module__button___cLCyl.Button-module__type_primary___Tauz- {
125
138
  --tw-bg-opacity: 1;
126
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
127
- height: -moz-max-content;
128
- height: max-content;
139
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
140
+ border-width: 1px;
129
141
  border-style: solid;
130
- border-width: 0.5px
142
+ --tw-border-opacity: 1;
143
+ border-color: rgb(236 93 37 / var(--tw-border-opacity, 1));
144
+ box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
131
145
  }
132
- .Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
133
- padding-top: 2px;
134
- padding-bottom: 2px;
135
- padding-left: 0.25rem;
136
- padding-right: 0.25rem;
137
- font-size: 0.625rem;
138
- line-height: .75rem
146
+ .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:active {
147
+ --tw-bg-opacity: 1;
148
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
149
+ box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
139
150
  }
140
- .Tag-module__tag___PIkhI.Tag-module__success___99fad {
151
+ .Button-module__button___cLCyl.Button-module__type_primary___Tauz-:focus-visible {
152
+ outline: 2px solid rgba(236, 93, 37, 0.3803921569);
153
+ }
154
+ .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd {
141
155
  --tw-text-opacity: 1;
142
- color: rgb(27 126 73 / var(--tw-text-opacity, 1));
143
- --tw-bg-opacity: 1;
144
- background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
145
- --tw-border-opacity: 1;
146
- border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
156
+ color: rgb(236 93 37 / var(--tw-text-opacity, 1));
147
157
  }
148
- .Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
158
+ .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd:hover {
149
159
  --tw-text-opacity: 1;
150
- color: rgb(10 101 231 / var(--tw-text-opacity, 1));
151
- --tw-bg-opacity: 1;
152
- background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
153
- --tw-border-opacity: 1;
154
- border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
160
+ color: rgb(236 93 37 / var(--tw-text-opacity, 1));
155
161
  }
156
- .Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
162
+ .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_link___Cj1O9 {
157
163
  --tw-text-opacity: 1;
158
- color: rgb(185 71 16 / var(--tw-text-opacity, 1));
159
- --tw-bg-opacity: 1;
160
- background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1));
161
- --tw-border-opacity: 1;
162
- border-color: rgb(254 196 140 / var(--tw-border-opacity, 1))
164
+ color: rgb(236 93 37 / var(--tw-text-opacity, 1));
163
165
  }
164
- .Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
166
+ .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_link___Cj1O9:hover {
165
167
  --tw-text-opacity: 1;
166
- color: rgb(107 114 128 / var(--tw-text-opacity, 1));
167
- --tw-bg-opacity: 1;
168
- background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
169
- --tw-border-opacity: 1;
170
- border-color: rgb(211 216 223 / var(--tw-border-opacity, 1))
168
+ color: rgb(236 93 37 / var(--tw-text-opacity, 1));
171
169
  }
172
- .Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
170
+ .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__disabled___nwPn4 {
173
171
  --tw-text-opacity: 1;
174
- color: rgb(27 126 73 / var(--tw-text-opacity, 1));
172
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
173
+ }
174
+ .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA {
175
+ border-width: 1px;
176
+ border-style: solid;
175
177
  --tw-bg-opacity: 1;
176
- background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
178
+ background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
177
179
  --tw-border-opacity: 1;
178
- border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
180
+ border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
181
+ box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
179
182
  }
180
- .Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
181
- --tw-text-opacity: 1;
182
- color: rgb(10 101 231 / var(--tw-text-opacity, 1));
183
+ .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:active {
183
184
  --tw-bg-opacity: 1;
184
- background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
185
- --tw-border-opacity: 1;
186
- border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
185
+ background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
186
+ box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
187
187
  }
188
- .Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
188
+ .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:focus-visible {
189
+ outline: 2px solid rgba(236, 93, 37, 0.3803921569);
190
+ }
191
+ .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd {
189
192
  --tw-text-opacity: 1;
190
- color: rgb(154 103 0 / var(--tw-text-opacity, 1));
193
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
194
+ }
195
+ .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd:hover {
196
+ --tw-text-opacity: 1;
197
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
198
+ }
199
+ .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_link___Cj1O9 {
200
+ --tw-text-opacity: 1;
201
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
202
+ }
203
+ .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_link___Cj1O9:hover {
204
+ --tw-text-opacity: 1;
205
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
206
+ }
207
+ .Button-module__button___cLCyl.Button-module__type_critical___6ILOp {
208
+ border-width: 1px;
191
209
  --tw-bg-opacity: 1;
192
- background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1));
210
+ background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
211
+ border-style: solid;
193
212
  --tw-border-opacity: 1;
194
- border-color: rgb(234 197 79 / var(--tw-border-opacity, 1))
213
+ border-color: rgb(207 34 49 / var(--tw-border-opacity, 1));
214
+ box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
195
215
  }
196
- .Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
216
+ .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:active {
217
+ --tw-bg-opacity: 1;
218
+ background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
219
+ box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
220
+ }
221
+ .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:focus-visible {
222
+ outline: 2px solid rgba(236, 93, 37, 0.3803921569);
223
+ }
224
+ .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd {
197
225
  --tw-text-opacity: 1;
198
226
  color: rgb(207 34 49 / var(--tw-text-opacity, 1));
227
+ }
228
+ .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd:hover {
229
+ --tw-text-opacity: 1;
230
+ color: rgb(207 34 49 / var(--tw-text-opacity, 1));
231
+ }
232
+ .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_link___Cj1O9 {
233
+ --tw-text-opacity: 1;
234
+ color: rgb(207 34 49 / var(--tw-text-opacity, 1));
235
+ }
236
+ .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_link___Cj1O9:hover {
237
+ --tw-text-opacity: 1;
238
+ color: rgb(207 34 49 / var(--tw-text-opacity, 1));
239
+ }
240
+ .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd {
199
241
  --tw-bg-opacity: 1;
200
- background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1));
242
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
243
+ border-width: 1px;
244
+ border-style: solid;
201
245
  --tw-border-opacity: 1;
202
- border-color: rgb(255 171 169 / var(--tw-border-opacity, 1))
246
+ border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
247
+ box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
203
248
  }
204
- .Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
205
- --tw-text-opacity: 1;
206
- color: rgb(107 114 128 / var(--tw-text-opacity, 1));
249
+ .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:hover {
250
+ box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
251
+ --tw-border-opacity: 1;
252
+ border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
253
+ }
254
+ .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:focus-visible {
255
+ outline: 2px solid rgba(236, 93, 37, 0.3803921569);
256
+ }
257
+ .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia {
258
+ background-color: transparent;
259
+ border-width: 0px;
260
+ border-style: none;
261
+ box-shadow: none;
262
+ }
263
+ .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:hover {
264
+ box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
265
+ border-style: none;
266
+ --tw-bg-opacity: 1;
267
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
268
+ }
269
+ .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:active {
207
270
  --tw-bg-opacity: 1;
208
271
  background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
209
- --tw-border-opacity: 1;
210
- border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
211
272
  }
212
-
213
- /* src/atom/Switch/Switch.module.scss */
214
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
215
- height: 0.75rem;
216
- min-width: 1.5rem
273
+ .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn:focus-visible {
274
+ outline: 2px solid rgba(236, 93, 37, 0.2);
217
275
  }
218
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
219
- height: 0.5rem;
220
- width: 0.5rem
276
+ .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9 {
277
+ background-color: transparent;
278
+ padding: 0px;
279
+ border-width: 0px;
280
+ border-style: none;
281
+ height: auto;
282
+ box-shadow: none;
221
283
  }
222
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
223
- --tw-bg-opacity: 1;
224
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
284
+ .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover.Button-module__onHoverUnderline___LOfXo {
285
+ text-decoration: underline;
225
286
  }
226
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
227
- --tw-bg-opacity: 1;
228
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
287
+ .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
288
+ box-shadow: none;
289
+ border-style: none;
290
+ background-color: transparent;
291
+ }
292
+ .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
293
+ background-color: transparent;
294
+ }
295
+ .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
296
+ outline: none;
229
297
  }
230
298
 
231
299
  /* src/atom/Checkbox/Checkbox.module.scss */
@@ -326,77 +394,17 @@
326
394
  background: white;
327
395
  }
328
396
 
329
- /* src/atom/Modal/Modal.module.scss */
330
- .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
331
- margin-top: 0;
332
- margin-top: 0px;
397
+ /* src/atom/Tooltip/Tooltip.module.scss */
398
+ .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
399
+ background-color: white !important;
400
+ color: #111827;
401
+ border-radius: 0.5rem;
402
+ padding: 0.625rem;
403
+ --tw-text-opacity: 1;
404
+ color: rgb(33 40 55 / var(--tw-text-opacity, 1));
333
405
  }
334
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
335
- padding: 24px;
336
- padding: 1.5rem;
337
- display: flex;
338
- justify-content: flex-end;
339
- }
340
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
341
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
342
- min-width: 92px;
343
- }
344
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
345
- padding: 24px;
346
- padding: 1.5rem;
347
- padding-top: 0px;
348
- display: flex;
349
- justify-content: flex-end;
350
- }
351
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
352
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
353
- width: 50%;
354
- }
355
- .Modal-module__modal___PKrAi .ant-modal-content {
356
- padding: 0;
357
- border-radius: 0.75rem;
358
- padding: 0px;
359
- }
360
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
361
- margin-bottom: 0px;
362
- padding: 1rem;
363
- }
364
- @media (min-width: 576px) {
365
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
366
- padding: 1.5rem;
367
- }
368
- }
369
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
370
- justify-content: flex-start;
371
- padding-right: 1.25rem;
372
- font-size: 1.25rem;
373
- font-weight: 500;
374
- line-height: 1.75rem;
375
- --tw-text-opacity: 1;
376
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
377
- }
378
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
379
- display: flex;
380
- align-items: flex-end;
381
- justify-content: center;
382
- }
383
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
384
- display: flex;
385
- align-items: center;
386
- justify-content: center;
387
- }
388
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
389
- padding: 0 1.5rem 1.5rem;
390
- max-height: 80vh;
391
- overflow: auto;
392
- }
393
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
394
- top: 1.5rem;
395
- right: 1.5rem;
396
- padding-bottom: 0.25rem;
397
- }
398
- .Modal-module__modal___PKrAi .ant-btn-primary {
399
- margin-inline-start: 0.5rem;
406
+ .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
407
+ background-color: white !important;
400
408
  }
401
409
 
402
410
  /* src/atom/Radio/Radio.module.scss */
@@ -467,192 +475,188 @@
467
475
  line-height: 20px;
468
476
  }
469
477
 
470
- /* src/atom/Button/Button.module.scss */
471
- .Button-module__button___cLCyl {
472
- display: flex;
473
- align-items: center;
474
- justify-content: center;
475
- gap: 0.25rem;
476
- border-radius: 0.5rem;
477
- }
478
- .Button-module__button___cLCyl.Button-module__size_large___S-mbU {
479
- height: 56px;
480
- padding-left: 1rem;
481
- padding-right: 1rem;
482
- }
483
- .Button-module__button___cLCyl.Button-module__size_large___S-mbU.Button-module__shape_circle___sPUS5 {
484
- width: 56px;
485
- }
486
- .Button-module__button___cLCyl.Button-module__size_normal___qJUMj {
487
- height: 40px;
488
- padding-left: 0.75rem;
489
- padding-right: 0.75rem;
478
+ /* src/atom/Switch/Switch.module.scss */
479
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
480
+ height: 0.75rem;
481
+ min-width: 1.5rem
490
482
  }
491
- .Button-module__button___cLCyl.Button-module__size_normal___qJUMj.Button-module__shape_circle___sPUS5 {
492
- width: 40px;
483
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
484
+ height: 0.5rem;
485
+ width: 0.5rem
493
486
  }
494
- .Button-module__button___cLCyl.Button-module__size_small___IUeei {
495
- height: 32px;
496
- padding-left: 0.5rem;
497
- padding-right: 0.5rem;
487
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
488
+ --tw-bg-opacity: 1;
489
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
498
490
  }
499
- .Button-module__button___cLCyl.Button-module__size_small___IUeei.Button-module__shape_circle___sPUS5 {
500
- width: 32px;
491
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
492
+ --tw-bg-opacity: 1;
493
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
501
494
  }
502
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz- {
495
+
496
+ /* src/atom/Tag/Tag.module.scss */
497
+ .Tag-module__tag___PIkhI {
498
+ border-radius: 0.25rem;
499
+ padding: 0.25rem;
500
+ font-weight: 500;
501
+ font-size: 0.625rem;
502
+ line-height: .75rem;
503
503
  --tw-bg-opacity: 1;
504
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
505
- border-width: 1px;
504
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
505
+ height: -moz-max-content;
506
+ height: max-content;
506
507
  border-style: solid;
507
- --tw-border-opacity: 1;
508
- border-color: rgb(236 93 37 / var(--tw-border-opacity, 1));
509
- box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
510
- }
511
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:active {
512
- --tw-bg-opacity: 1;
513
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
514
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
515
- }
516
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-:focus-visible {
517
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
518
- }
519
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd {
520
- --tw-text-opacity: 1;
521
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
522
- }
523
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd:hover {
524
- --tw-text-opacity: 1;
525
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
508
+ border-width: 0.5px
526
509
  }
527
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_link___Cj1O9 {
528
- --tw-text-opacity: 1;
529
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
510
+ .Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
511
+ padding-top: 2px;
512
+ padding-bottom: 2px;
513
+ padding-left: 0.25rem;
514
+ padding-right: 0.25rem;
515
+ font-size: 0.625rem;
516
+ line-height: .75rem
530
517
  }
531
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_link___Cj1O9:hover {
518
+ .Tag-module__tag___PIkhI.Tag-module__success___99fad {
532
519
  --tw-text-opacity: 1;
533
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
534
- }
535
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA {
536
- border-width: 1px;
537
- border-style: solid;
520
+ color: rgb(27 126 73 / var(--tw-text-opacity, 1));
538
521
  --tw-bg-opacity: 1;
539
- background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
522
+ background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
540
523
  --tw-border-opacity: 1;
541
- border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
542
- box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
524
+ border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
543
525
  }
544
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:active {
526
+ .Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
527
+ --tw-text-opacity: 1;
528
+ color: rgb(10 101 231 / var(--tw-text-opacity, 1));
545
529
  --tw-bg-opacity: 1;
546
- background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
547
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
548
- }
549
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:focus-visible {
550
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
530
+ background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
531
+ --tw-border-opacity: 1;
532
+ border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
551
533
  }
552
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd {
534
+ .Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
553
535
  --tw-text-opacity: 1;
554
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
536
+ color: rgb(185 71 16 / var(--tw-text-opacity, 1));
537
+ --tw-bg-opacity: 1;
538
+ background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1));
539
+ --tw-border-opacity: 1;
540
+ border-color: rgb(254 196 140 / var(--tw-border-opacity, 1))
555
541
  }
556
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd:hover {
542
+ .Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
557
543
  --tw-text-opacity: 1;
558
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
544
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
545
+ --tw-bg-opacity: 1;
546
+ background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
547
+ --tw-border-opacity: 1;
548
+ border-color: rgb(211 216 223 / var(--tw-border-opacity, 1))
559
549
  }
560
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_link___Cj1O9 {
550
+ .Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
561
551
  --tw-text-opacity: 1;
562
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
552
+ color: rgb(27 126 73 / var(--tw-text-opacity, 1));
553
+ --tw-bg-opacity: 1;
554
+ background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
555
+ --tw-border-opacity: 1;
556
+ border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
563
557
  }
564
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_link___Cj1O9:hover {
558
+ .Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
565
559
  --tw-text-opacity: 1;
566
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
567
- }
568
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp {
569
- border-width: 1px;
560
+ color: rgb(10 101 231 / var(--tw-text-opacity, 1));
570
561
  --tw-bg-opacity: 1;
571
- background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
572
- border-style: solid;
562
+ background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
573
563
  --tw-border-opacity: 1;
574
- border-color: rgb(207 34 49 / var(--tw-border-opacity, 1));
575
- box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
564
+ border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
576
565
  }
577
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:active {
566
+ .Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
567
+ --tw-text-opacity: 1;
568
+ color: rgb(154 103 0 / var(--tw-text-opacity, 1));
578
569
  --tw-bg-opacity: 1;
579
- background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
580
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
581
- }
582
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:focus-visible {
583
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
570
+ background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1));
571
+ --tw-border-opacity: 1;
572
+ border-color: rgb(234 197 79 / var(--tw-border-opacity, 1))
584
573
  }
585
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd {
574
+ .Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
586
575
  --tw-text-opacity: 1;
587
576
  color: rgb(207 34 49 / var(--tw-text-opacity, 1));
577
+ --tw-bg-opacity: 1;
578
+ background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1));
579
+ --tw-border-opacity: 1;
580
+ border-color: rgb(255 171 169 / var(--tw-border-opacity, 1))
588
581
  }
589
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd:hover {
582
+ .Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
590
583
  --tw-text-opacity: 1;
591
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
584
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
585
+ --tw-bg-opacity: 1;
586
+ background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
587
+ --tw-border-opacity: 1;
588
+ border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
592
589
  }
593
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_link___Cj1O9 {
594
- --tw-text-opacity: 1;
595
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
590
+
591
+ /* src/atom/Modal/Modal.module.scss */
592
+ .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
593
+ margin-top: 0;
594
+ margin-top: 0px;
596
595
  }
597
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_link___Cj1O9:hover {
598
- --tw-text-opacity: 1;
599
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
596
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
597
+ padding: 24px;
598
+ padding: 1.5rem;
599
+ display: flex;
600
+ justify-content: flex-end;
600
601
  }
601
- .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd {
602
- --tw-bg-opacity: 1;
603
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
604
- border-width: 1px;
605
- border-style: solid;
606
- --tw-border-opacity: 1;
607
- border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
608
- box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
602
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
603
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
604
+ min-width: 92px;
609
605
  }
610
- .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:hover {
611
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
612
- --tw-border-opacity: 1;
613
- border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
606
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
607
+ padding: 24px;
608
+ padding: 1.5rem;
609
+ padding-top: 0px;
610
+ display: flex;
611
+ justify-content: flex-end;
614
612
  }
615
- .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:focus-visible {
616
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
613
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
614
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
615
+ width: 50%;
617
616
  }
618
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia {
619
- background-color: transparent;
620
- border-width: 0px;
621
- border-style: none;
622
- box-shadow: none;
617
+ .Modal-module__modal___PKrAi .ant-modal-content {
618
+ padding: 0;
619
+ border-radius: 0.75rem;
620
+ padding: 0px;
623
621
  }
624
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:hover {
625
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
626
- border-style: none;
627
- --tw-bg-opacity: 1;
628
- background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
622
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
623
+ margin-bottom: 0px;
624
+ padding: 1rem;
629
625
  }
630
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:active {
631
- --tw-bg-opacity: 1;
632
- background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
626
+ @media (min-width: 576px) {
627
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
628
+ padding: 1.5rem;
629
+ }
633
630
  }
634
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn:focus-visible {
635
- outline: 2px solid rgba(236, 93, 37, 0.2);
631
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
632
+ justify-content: flex-start;
633
+ padding-right: 1.25rem;
634
+ font-size: 1.25rem;
635
+ font-weight: 500;
636
+ line-height: 1.75rem;
637
+ --tw-text-opacity: 1;
638
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
636
639
  }
637
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9 {
638
- background-color: transparent;
639
- padding: 0px;
640
- border-width: 0px;
641
- border-style: none;
642
- height: auto;
643
- box-shadow: none;
640
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
641
+ display: flex;
642
+ align-items: flex-end;
643
+ justify-content: center;
644
644
  }
645
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover.Button-module__onHoverUnderline___LOfXo {
646
- text-decoration: underline;
645
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
646
+ display: flex;
647
+ align-items: center;
648
+ justify-content: center;
647
649
  }
648
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
649
- box-shadow: none;
650
- border-style: none;
651
- background-color: transparent;
650
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
651
+ padding: 0 1.5rem 1.5rem;
652
+ max-height: 80vh;
653
+ overflow: auto;
652
654
  }
653
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
654
- background-color: transparent;
655
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
656
+ top: 1.5rem;
657
+ right: 1.5rem;
658
+ padding-bottom: 0.25rem;
655
659
  }
656
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
657
- outline: none;
660
+ .Modal-module__modal___PKrAi .ant-btn-primary {
661
+ margin-inline-start: 0.5rem;
658
662
  }