@itilite/lumina-ui 1.0.1-beta.4 → 1.0.21

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 (2) hide show
  1. package/dist/styles.css +94 -94
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -95,87 +95,6 @@
95
95
 
96
96
 
97
97
  /* CSS Modules */
98
- /* src/atom/Radio/Radio.module.scss */
99
- .Radio-module__radio___1CPAk {
100
- display: flex;
101
- align-items: center;
102
- }
103
- .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
104
- height: 16px;
105
- width: 16px;
106
- }
107
- .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
108
- height: 20px;
109
- width: 20px;
110
- }
111
- .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
112
- height: 24px;
113
- width: 24px;
114
- }
115
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
116
- border-color: #EC5D25;
117
- background-color: #EC5D25;
118
- }
119
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
120
- border-color: #B94710;
121
- background-color: #B94710;
122
- }
123
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
124
- outline: 2px solid #0A65E7;
125
- }
126
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
127
- cursor: not-allowed;
128
- }
129
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
130
- border-color: #B6BAC3;
131
- background-color: #B6BAC3;
132
- }
133
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
134
- transform: scale(0.375);
135
- background-color: #FFFFFF;
136
- }
137
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
138
- border-color: #B6BAC3;
139
- }
140
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
141
- border-color: #6B7280;
142
- }
143
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
144
- outline: 2px solid #0A65E7;
145
- }
146
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
147
- cursor: not-allowed;
148
- }
149
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
150
- border-color: #B6BAC3;
151
- background-color: #F9FAFB;
152
- }
153
- .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
154
- color: #363E4F;
155
- font-weight: 400;
156
- font-size: 0.875rem;
157
- line-height: 20px;
158
- }
159
- .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
160
- color: #363E4F;
161
- font-weight: 500;
162
- font-size: 0.875rem;
163
- line-height: 20px;
164
- }
165
-
166
- /* src/atom/Tooltip/Tooltip.module.scss */
167
- .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
168
- background-color: white !important;
169
- color: #111827;
170
- border-radius: 0.5rem;
171
- padding: 0.625rem;
172
- --tw-text-opacity: 1;
173
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
174
- }
175
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
176
- background-color: white !important;
177
- }
178
-
179
98
  /* src/atom/Button/Button.module.scss */
180
99
  .Button-module__button___cLCyl {
181
100
  display: flex;
@@ -366,22 +285,72 @@
366
285
  outline: none;
367
286
  }
368
287
 
369
- /* src/atom/Switch/Switch.module.scss */
370
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
371
- height: 0.75rem;
372
- min-width: 1.5rem
288
+ /* src/atom/Radio/Radio.module.scss */
289
+ .Radio-module__radio___1CPAk {
290
+ display: flex;
291
+ align-items: center;
373
292
  }
374
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
375
- height: 0.5rem;
376
- width: 0.5rem
293
+ .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
294
+ height: 16px;
295
+ width: 16px;
377
296
  }
378
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
379
- --tw-bg-opacity: 1;
380
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
297
+ .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
298
+ height: 20px;
299
+ width: 20px;
381
300
  }
382
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
383
- --tw-bg-opacity: 1;
384
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
301
+ .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
302
+ height: 24px;
303
+ width: 24px;
304
+ }
305
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
306
+ border-color: #EC5D25;
307
+ background-color: #EC5D25;
308
+ }
309
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
310
+ border-color: #B94710;
311
+ background-color: #B94710;
312
+ }
313
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
314
+ outline: 2px solid #0A65E7;
315
+ }
316
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
317
+ cursor: not-allowed;
318
+ }
319
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
320
+ border-color: #B6BAC3;
321
+ background-color: #B6BAC3;
322
+ }
323
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
324
+ transform: scale(0.375);
325
+ background-color: #FFFFFF;
326
+ }
327
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
328
+ border-color: #B6BAC3;
329
+ }
330
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
331
+ border-color: #6B7280;
332
+ }
333
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
334
+ outline: 2px solid #0A65E7;
335
+ }
336
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
337
+ cursor: not-allowed;
338
+ }
339
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
340
+ border-color: #B6BAC3;
341
+ background-color: #F9FAFB;
342
+ }
343
+ .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
344
+ color: #363E4F;
345
+ font-weight: 400;
346
+ font-size: 0.875rem;
347
+ line-height: 20px;
348
+ }
349
+ .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
350
+ color: #363E4F;
351
+ font-weight: 500;
352
+ font-size: 0.875rem;
353
+ line-height: 20px;
385
354
  }
386
355
 
387
356
  /* src/atom/Checkbox/Checkbox.module.scss */
@@ -482,6 +451,37 @@
482
451
  background: white;
483
452
  }
484
453
 
454
+ /* src/atom/Tooltip/Tooltip.module.scss */
455
+ .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
456
+ background-color: white !important;
457
+ color: #111827;
458
+ border-radius: 0.5rem;
459
+ padding: 0.625rem;
460
+ --tw-text-opacity: 1;
461
+ color: rgb(33 40 55 / var(--tw-text-opacity, 1));
462
+ }
463
+ .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
464
+ background-color: white !important;
465
+ }
466
+
467
+ /* src/atom/Switch/Switch.module.scss */
468
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
469
+ height: 0.75rem;
470
+ min-width: 1.5rem
471
+ }
472
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
473
+ height: 0.5rem;
474
+ width: 0.5rem
475
+ }
476
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
477
+ --tw-bg-opacity: 1;
478
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
479
+ }
480
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
481
+ --tw-bg-opacity: 1;
482
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
483
+ }
484
+
485
485
  /* src/atom/Modal/Modal.module.scss */
486
486
  .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
487
487
  margin-top: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itilite/lumina-ui",
3
- "version": "1.0.1-beta.4",
3
+ "version": "1.0.21",
4
4
  "description": "Itilite Lumina Design System UI Components",
5
5
  "sideEffects": false,
6
6
  "license": "MIT",