@lumaui/tokens 0.1.2 → 0.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.
@@ -9,7 +9,6 @@
9
9
  export const LUMA_COMPONENT_CLASSES = [
10
10
  'active:lm-bg-button-danger-bg-active',
11
11
  'active:lm-bg-button-primary-bg-active',
12
- 'bg-gradient-to-b',
13
12
  'bg-transparent',
14
13
  'border',
15
14
  'disabled:cursor-not-allowed',
@@ -37,14 +36,13 @@ export const LUMA_COMPONENT_CLASSES = [
37
36
  'lm-border-card-nested',
38
37
  'lm-border-card-preview',
39
38
  'lm-border-card-shadow',
40
- 'lm-from-card-gradient-from',
39
+ 'lm-border-neutral-60',
41
40
  'lm-p-card',
42
41
  'lm-rounded-button',
43
42
  'lm-rounded-card-nested',
44
43
  'lm-rounded-card-preview',
45
44
  'lm-rounded-card-shadow',
46
45
  'lm-rounded-lg',
47
- 'lm-shadow-card',
48
46
  'lm-shadow-card-shadow',
49
47
  'lm-text-button-danger-text',
50
48
  'lm-text-button-ghost-text',
@@ -53,10 +51,8 @@ export const LUMA_COMPONENT_CLASSES = [
53
51
  'lm-text-primary',
54
52
  'lm-text-secondary',
55
53
  'lm-text-size-base',
56
- 'lm-to-card-gradient-to',
57
54
  'mb-1',
58
55
  'mb-5',
59
- 'p-[1px]',
60
56
  'px-[var(--luma-button-padding-x-lg)]',
61
57
  'px-[var(--luma-button-padding-x-md)]',
62
58
  'px-[var(--luma-button-padding-x-sm)]',
@@ -64,7 +60,6 @@ export const LUMA_COMPONENT_CLASSES = [
64
60
  'py-[var(--luma-button-padding-y-md)]',
65
61
  'py-[var(--luma-button-padding-y-sm)]',
66
62
  'relative',
67
- 'rounded-[17px]',
68
63
  'text-2xl',
69
64
  'text-base',
70
65
  'text-lg',
@@ -49,8 +49,6 @@
49
49
  --luma-card-nested-border: oklch(0.25 0.008 265);
50
50
  --luma-card-preview-background: oklch(0.20 0.005 265);
51
51
  --luma-card-preview-border: oklch(0.25 0.008 265);
52
- --luma-card-gradient-from: oklch(0.25 0.01 265 / 0.6);
53
- --luma-card-gradient-to: oklch(0.2 0.008 265 / 0.6);
54
52
  --luma-card-background: oklch(0.17 0.005 265);
55
53
  --luma-card-box-shadow: 0px 2px 0 0px oklch(0 0 0 / 0.3);
56
54
  --luma-code-background: oklch(0.08 0.005 265);
package/build/luma.css CHANGED
@@ -110,8 +110,6 @@
110
110
  --luma-card-preview-background: oklch(0.99 0 0);
111
111
  --luma-card-preview-border: oklch(0.92 0.008 265);
112
112
  --luma-card-preview-radius: 12px;
113
- --luma-card-gradient-from: oklch(0.92 0.005 0 / 0.6);
114
- --luma-card-gradient-to: oklch(0.96 0.003 0 / 0.6);
115
113
  --luma-card-background: oklch(1 0 0);
116
114
  --luma-card-padding: 1.5rem;
117
115
  --luma-card-box-shadow: 0px 2px 0 0px #e4e4e4;
@@ -534,16 +532,6 @@
534
532
  }
535
533
 
536
534
  /* Card Legacy Utilities (gradient wrapper) */
537
- @utility lm-from-card-gradient-from {
538
- --tw-gradient-from: var(--luma-card-gradient-from);
539
- --tw-gradient-to: rgb(255 255 255 / 0);
540
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
541
- }
542
-
543
- @utility lm-to-card-gradient-to {
544
- --tw-gradient-to: var(--luma-card-gradient-to);
545
- }
546
-
547
535
  @utility lm-bg-card-background {
548
536
  background-color: var(--luma-card-background);
549
537
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumaui/tokens",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Design tokens for Luma UI - Neo-Minimal design system",
5
5
  "type": "module",
6
6
  "main": "./build/luma-complete.css",
@@ -43,11 +43,11 @@
43
43
  "author": "Luma UI Team",
44
44
  "repository": {
45
45
  "type": "git",
46
- "url": "https://github.com/pureartisan/lumo.git",
46
+ "url": "https://github.com/lumaui/luma-ui.git",
47
47
  "directory": "packages/tokens"
48
48
  },
49
- "homepage": "https://github.com/pureartisan/lumo#readme",
49
+ "homepage": "https://github.com/lumaui/luma-ui#readme",
50
50
  "bugs": {
51
- "url": "https://github.com/pureartisan/lumo/issues"
51
+ "url": "https://github.com/lumaui/luma-ui/issues"
52
52
  }
53
53
  }