@l3mpire/ui 2.22.0 → 2.24.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@l3mpire/ui",
3
- "version": "2.22.0",
3
+ "version": "2.24.0",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "access": "public"
@@ -37,7 +37,7 @@
37
37
  "peerDependencies": {
38
38
  "react": ">=18",
39
39
  "react-dom": ">=18",
40
- "@l3mpire/icons": "0.5.2"
40
+ "@l3mpire/icons": "0.5.3"
41
41
  },
42
42
  "dependencies": {
43
43
  "@dnd-kit/core": "^6.3.1",
@@ -59,8 +59,8 @@
59
59
  "class-variance-authority": "^0.7",
60
60
  "clsx": "^2",
61
61
  "tailwind-merge": "^3",
62
- "@l3mpire/tokens": "0.9.0",
63
- "@l3mpire/icons": "0.5.2"
62
+ "@l3mpire/icons": "0.5.3",
63
+ "@l3mpire/tokens": "0.10.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@types/react": "^19",
@@ -70,7 +70,7 @@
70
70
  "tailwindcss": "^4",
71
71
  "tsup": "^8",
72
72
  "typescript": "^5",
73
- "@l3mpire/icons": "0.5.2"
73
+ "@l3mpire/icons": "0.5.3"
74
74
  },
75
75
  "scripts": {
76
76
  "build": "cp ../../USAGE.md ./USAGE.md && tsup",
@@ -356,6 +356,19 @@ body {
356
356
  --color-link-warning-text-pressed: var(--comp-link-warning-text-pressed);
357
357
  --color-link-disabled-text: var(--comp-link-disabled-text);
358
358
 
359
+ /* ── Colors: RadioCard ─────────────────────────────────────────────────── */
360
+ --color-radio-card-bg-default: var(--comp-radio-card-bg-default);
361
+ --color-radio-card-bg-hover: var(--comp-radio-card-bg-hover);
362
+ --color-radio-card-bg-pressed: var(--comp-radio-card-bg-pressed);
363
+ --color-radio-card-border-unselected: var(--comp-radio-card-border-unselected);
364
+ --color-radio-card-border-selected-default: var(--comp-radio-card-border-selected-default);
365
+ --color-radio-card-border-selected-hover: var(--comp-radio-card-border-selected-hover);
366
+ --color-radio-card-border-selected-pressed: var(--comp-radio-card-border-selected-pressed);
367
+ --color-radio-card-title: var(--comp-radio-card-title);
368
+ --color-radio-card-description: var(--comp-radio-card-description);
369
+ --color-radio-card-icon: var(--comp-radio-card-icon);
370
+ --color-radio-card-group-label: var(--comp-radio-card-group-label);
371
+
359
372
  /* ── Colors: Radio ──────────────────────────────────────────────────────── */
360
373
  --color-radio-unselected-bg: var(--comp-radio-unselected-bg);
361
374
  --color-radio-unselected-border-default: var(--comp-radio-unselected-border-default);
@@ -415,6 +428,14 @@ body {
415
428
  --color-sidebar-item-chevron: var(--comp-sidebar-item-chevron);
416
429
  --color-sidebar-heading-text: var(--comp-sidebar-heading-text);
417
430
 
431
+ /* ── Colors: SwitchCard ────────────────────────────────────────────────── */
432
+ --color-switch-card-bg-off: var(--comp-switch-card-bg-off);
433
+ --color-switch-card-bg-on: var(--comp-switch-card-bg-on);
434
+ --color-switch-card-border: var(--comp-switch-card-border);
435
+ --color-switch-card-title: var(--comp-switch-card-title);
436
+ --color-switch-card-description: var(--comp-switch-card-description);
437
+ --color-switch-card-icon: var(--comp-switch-card-icon);
438
+
418
439
  /* ── Colors: Switch ────────────────────────────────────────────────────── */
419
440
  --color-switch-off-track-default: var(--comp-switch-off-track-default);
420
441
  --color-switch-off-track-hover: var(--comp-switch-off-track-hover);