@ivy-interactive/ivy-design-system 1.1.21 → 1.1.23
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/dist/csharp/IvyFrameworkBorderRadiusTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkChromaticTokens.cs +18 -18
- package/dist/csharp/IvyFrameworkDarkThemeTokens.cs +10 -10
- package/dist/csharp/IvyFrameworkLightThemeTokens.cs +8 -8
- package/dist/csharp/IvyFrameworkNeutralTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkPaddingTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkSourceTokens.cs +29 -25
- package/dist/csharp/IvyWebDarkThemeTokens.cs +1 -1
- package/dist/csharp/IvyWebLightThemeTokens.cs +1 -1
- package/dist/csharp/IvyWebSourceTokens.cs +1 -1
- package/dist/css/ivy-framework-chromatic-flat.css +17 -17
- package/dist/css/ivy-framework-chromatic.css +17 -17
- package/dist/css/ivy-framework-dark-flat.css +9 -9
- package/dist/css/ivy-framework-dark.css +9 -9
- package/dist/css/ivy-framework-light.css +7 -7
- package/dist/css/ivy-framework-source-flat.css +24 -23
- package/dist/css/ivy-framework-source.css +24 -23
- package/dist/js/index.d.ts +1 -0
- package/dist/js/index.js +1 -0
- package/dist/tailwind/ivy-framework.js +1 -0
- package/dist/tokens/index.json +33 -29
- package/package.json +14 -2
|
@@ -17,7 +17,7 @@ namespace Ivy.Themes
|
|
|
17
17
|
/// Provides compile-time access to all design tokens
|
|
18
18
|
/// </summary>
|
|
19
19
|
/// <remarks>
|
|
20
|
-
/// Generated on: 2026-
|
|
20
|
+
/// Generated on: 2026-04-02T15:53:31.896Z
|
|
21
21
|
/// Total tokens: 8
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkBorderRadiusTokens
|
|
@@ -17,7 +17,7 @@ namespace Ivy.Themes
|
|
|
17
17
|
/// Provides compile-time access to all design tokens
|
|
18
18
|
/// </summary>
|
|
19
19
|
/// <remarks>
|
|
20
|
-
/// Generated on: 2026-
|
|
20
|
+
/// Generated on: 2026-04-02T15:53:31.895Z
|
|
21
21
|
/// Total tokens: 34
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkChromaticTokens
|
|
@@ -29,103 +29,103 @@ namespace Ivy.Themes
|
|
|
29
29
|
public static class Color
|
|
30
30
|
{
|
|
31
31
|
/// <summary>red</summary>
|
|
32
|
-
public static readonly string Red = "#
|
|
32
|
+
public static readonly string Red = "#ef4444";
|
|
33
33
|
|
|
34
34
|
/// <summary>red-foreground</summary>
|
|
35
35
|
public static readonly string RedForeground = "#000000";
|
|
36
36
|
|
|
37
37
|
/// <summary>orange</summary>
|
|
38
|
-
public static readonly string Orange = "#
|
|
38
|
+
public static readonly string Orange = "#f97316";
|
|
39
39
|
|
|
40
40
|
/// <summary>orange-foreground</summary>
|
|
41
41
|
public static readonly string OrangeForeground = "#000000";
|
|
42
42
|
|
|
43
43
|
/// <summary>amber</summary>
|
|
44
|
-
public static readonly string Amber = "#
|
|
44
|
+
public static readonly string Amber = "#f59e0b";
|
|
45
45
|
|
|
46
46
|
/// <summary>amber-foreground</summary>
|
|
47
47
|
public static readonly string AmberForeground = "#000000";
|
|
48
48
|
|
|
49
49
|
/// <summary>yellow</summary>
|
|
50
|
-
public static readonly string Yellow = "#
|
|
50
|
+
public static readonly string Yellow = "#eab308";
|
|
51
51
|
|
|
52
52
|
/// <summary>yellow-foreground</summary>
|
|
53
53
|
public static readonly string YellowForeground = "#000000";
|
|
54
54
|
|
|
55
55
|
/// <summary>lime</summary>
|
|
56
|
-
public static readonly string Lime = "#
|
|
56
|
+
public static readonly string Lime = "#84cc16";
|
|
57
57
|
|
|
58
58
|
/// <summary>lime-foreground</summary>
|
|
59
59
|
public static readonly string LimeForeground = "#000000";
|
|
60
60
|
|
|
61
61
|
/// <summary>green</summary>
|
|
62
|
-
public static readonly string Green = "#
|
|
62
|
+
public static readonly string Green = "#22c55e";
|
|
63
63
|
|
|
64
64
|
/// <summary>green-foreground</summary>
|
|
65
65
|
public static readonly string GreenForeground = "#000000";
|
|
66
66
|
|
|
67
67
|
/// <summary>emerald</summary>
|
|
68
|
-
public static readonly string Emerald = "#
|
|
68
|
+
public static readonly string Emerald = "#10b981";
|
|
69
69
|
|
|
70
70
|
/// <summary>emerald-foreground</summary>
|
|
71
71
|
public static readonly string EmeraldForeground = "#000000";
|
|
72
72
|
|
|
73
73
|
/// <summary>teal</summary>
|
|
74
|
-
public static readonly string Teal = "#
|
|
74
|
+
public static readonly string Teal = "#14b8a6";
|
|
75
75
|
|
|
76
76
|
/// <summary>teal-foreground</summary>
|
|
77
77
|
public static readonly string TealForeground = "#ffffff";
|
|
78
78
|
|
|
79
79
|
/// <summary>cyan</summary>
|
|
80
|
-
public static readonly string Cyan = "#
|
|
80
|
+
public static readonly string Cyan = "#06b6d4";
|
|
81
81
|
|
|
82
82
|
/// <summary>cyan-foreground</summary>
|
|
83
83
|
public static readonly string CyanForeground = "#ffffff";
|
|
84
84
|
|
|
85
85
|
/// <summary>sky</summary>
|
|
86
|
-
public static readonly string Sky = "#
|
|
86
|
+
public static readonly string Sky = "#0ea5e9";
|
|
87
87
|
|
|
88
88
|
/// <summary>sky-foreground</summary>
|
|
89
89
|
public static readonly string SkyForeground = "#ffffff";
|
|
90
90
|
|
|
91
91
|
/// <summary>blue</summary>
|
|
92
|
-
public static readonly string Blue = "#
|
|
92
|
+
public static readonly string Blue = "#3b82f6";
|
|
93
93
|
|
|
94
94
|
/// <summary>blue-foreground</summary>
|
|
95
95
|
public static readonly string BlueForeground = "#ffffff";
|
|
96
96
|
|
|
97
97
|
/// <summary>indigo</summary>
|
|
98
|
-
public static readonly string Indigo = "#
|
|
98
|
+
public static readonly string Indigo = "#6366f1";
|
|
99
99
|
|
|
100
100
|
/// <summary>indigo-foreground</summary>
|
|
101
101
|
public static readonly string IndigoForeground = "#ffffff";
|
|
102
102
|
|
|
103
103
|
/// <summary>violet</summary>
|
|
104
|
-
public static readonly string Violet = "#
|
|
104
|
+
public static readonly string Violet = "#8b5cf6";
|
|
105
105
|
|
|
106
106
|
/// <summary>violet-foreground</summary>
|
|
107
107
|
public static readonly string VioletForeground = "#ffffff";
|
|
108
108
|
|
|
109
109
|
/// <summary>purple</summary>
|
|
110
|
-
public static readonly string Purple = "#
|
|
110
|
+
public static readonly string Purple = "#a855f7";
|
|
111
111
|
|
|
112
112
|
/// <summary>purple-foreground</summary>
|
|
113
113
|
public static readonly string PurpleForeground = "#ffffff";
|
|
114
114
|
|
|
115
115
|
/// <summary>fuchsia</summary>
|
|
116
|
-
public static readonly string Fuchsia = "#
|
|
116
|
+
public static readonly string Fuchsia = "#d946ef";
|
|
117
117
|
|
|
118
118
|
/// <summary>fuchsia-foreground</summary>
|
|
119
119
|
public static readonly string FuchsiaForeground = "#000000";
|
|
120
120
|
|
|
121
121
|
/// <summary>pink</summary>
|
|
122
|
-
public static readonly string Pink = "#
|
|
122
|
+
public static readonly string Pink = "#ec4899";
|
|
123
123
|
|
|
124
124
|
/// <summary>pink-foreground</summary>
|
|
125
125
|
public static readonly string PinkForeground = "#000000";
|
|
126
126
|
|
|
127
127
|
/// <summary>rose</summary>
|
|
128
|
-
public static readonly string Rose = "#
|
|
128
|
+
public static readonly string Rose = "#f43f5e";
|
|
129
129
|
|
|
130
130
|
/// <summary>rose-foreground</summary>
|
|
131
131
|
public static readonly string RoseForeground = "#000000";
|
|
@@ -17,7 +17,7 @@ namespace Ivy.Themes
|
|
|
17
17
|
/// Provides compile-time access to all design tokens
|
|
18
18
|
/// </summary>
|
|
19
19
|
/// <remarks>
|
|
20
|
-
/// Generated on: 2026-
|
|
20
|
+
/// Generated on: 2026-04-02T15:53:31.897Z
|
|
21
21
|
/// Total tokens: 25
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkDarkThemeTokens
|
|
@@ -29,37 +29,37 @@ namespace Ivy.Themes
|
|
|
29
29
|
public static class Color
|
|
30
30
|
{
|
|
31
31
|
/// <summary>primary</summary>
|
|
32
|
-
public static readonly string Primary = "#
|
|
32
|
+
public static readonly string Primary = "#e5e5e5";
|
|
33
33
|
|
|
34
34
|
/// <summary>primary-foreground</summary>
|
|
35
35
|
public static readonly string PrimaryForeground = "#000000";
|
|
36
36
|
|
|
37
37
|
/// <summary>secondary</summary>
|
|
38
|
-
public static readonly string Secondary = "#
|
|
38
|
+
public static readonly string Secondary = "#262626";
|
|
39
39
|
|
|
40
40
|
/// <summary>secondary-foreground</summary>
|
|
41
41
|
public static readonly string SecondaryForeground = "#f8f8f8";
|
|
42
42
|
|
|
43
43
|
/// <summary>destructive</summary>
|
|
44
|
-
public static readonly string Destructive = "#
|
|
44
|
+
public static readonly string Destructive = "#ef4444";
|
|
45
45
|
|
|
46
46
|
/// <summary>destructive-foreground</summary>
|
|
47
|
-
public static readonly string DestructiveForeground = "#
|
|
47
|
+
public static readonly string DestructiveForeground = "#ffffff";
|
|
48
48
|
|
|
49
49
|
/// <summary>success</summary>
|
|
50
|
-
public static readonly string Success = "#
|
|
50
|
+
public static readonly string Success = "#22c55e";
|
|
51
51
|
|
|
52
52
|
/// <summary>success-foreground</summary>
|
|
53
|
-
public static readonly string SuccessForeground = "#
|
|
53
|
+
public static readonly string SuccessForeground = "#ffffff";
|
|
54
54
|
|
|
55
55
|
/// <summary>warning</summary>
|
|
56
|
-
public static readonly string Warning = "#
|
|
56
|
+
public static readonly string Warning = "#f59e0b";
|
|
57
57
|
|
|
58
58
|
/// <summary>warning-foreground</summary>
|
|
59
|
-
public static readonly string WarningForeground = "#
|
|
59
|
+
public static readonly string WarningForeground = "#ffffff";
|
|
60
60
|
|
|
61
61
|
/// <summary>info</summary>
|
|
62
|
-
public static readonly string Info = "#
|
|
62
|
+
public static readonly string Info = "#3b82f6";
|
|
63
63
|
|
|
64
64
|
/// <summary>info-foreground</summary>
|
|
65
65
|
public static readonly string InfoForeground = "#ffffff";
|
|
@@ -17,7 +17,7 @@ namespace Ivy.Themes
|
|
|
17
17
|
/// Provides compile-time access to all design tokens
|
|
18
18
|
/// </summary>
|
|
19
19
|
/// <remarks>
|
|
20
|
-
/// Generated on: 2026-
|
|
20
|
+
/// Generated on: 2026-04-02T15:53:31.896Z
|
|
21
21
|
/// Total tokens: 25
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkLightThemeTokens
|
|
@@ -29,37 +29,37 @@ namespace Ivy.Themes
|
|
|
29
29
|
public static class Color
|
|
30
30
|
{
|
|
31
31
|
/// <summary>primary</summary>
|
|
32
|
-
public static readonly string Primary = "#
|
|
32
|
+
public static readonly string Primary = "#000000";
|
|
33
33
|
|
|
34
34
|
/// <summary>primary-foreground</summary>
|
|
35
|
-
public static readonly string PrimaryForeground = "#
|
|
35
|
+
public static readonly string PrimaryForeground = "#ffffff";
|
|
36
36
|
|
|
37
37
|
/// <summary>secondary</summary>
|
|
38
|
-
public static readonly string Secondary = "#
|
|
38
|
+
public static readonly string Secondary = "#e5e5e5";
|
|
39
39
|
|
|
40
40
|
/// <summary>secondary-foreground</summary>
|
|
41
41
|
public static readonly string SecondaryForeground = "#000000";
|
|
42
42
|
|
|
43
43
|
/// <summary>destructive</summary>
|
|
44
|
-
public static readonly string Destructive = "#
|
|
44
|
+
public static readonly string Destructive = "#ef4444";
|
|
45
45
|
|
|
46
46
|
/// <summary>destructive-foreground</summary>
|
|
47
47
|
public static readonly string DestructiveForeground = "#000000";
|
|
48
48
|
|
|
49
49
|
/// <summary>success</summary>
|
|
50
|
-
public static readonly string Success = "#
|
|
50
|
+
public static readonly string Success = "#22c55e";
|
|
51
51
|
|
|
52
52
|
/// <summary>success-foreground</summary>
|
|
53
53
|
public static readonly string SuccessForeground = "#000000";
|
|
54
54
|
|
|
55
55
|
/// <summary>warning</summary>
|
|
56
|
-
public static readonly string Warning = "#
|
|
56
|
+
public static readonly string Warning = "#f59e0b";
|
|
57
57
|
|
|
58
58
|
/// <summary>warning-foreground</summary>
|
|
59
59
|
public static readonly string WarningForeground = "#000000";
|
|
60
60
|
|
|
61
61
|
/// <summary>info</summary>
|
|
62
|
-
public static readonly string Info = "#
|
|
62
|
+
public static readonly string Info = "#3b82f6";
|
|
63
63
|
|
|
64
64
|
/// <summary>info-foreground</summary>
|
|
65
65
|
public static readonly string InfoForeground = "#ffffff";
|
|
@@ -17,7 +17,7 @@ namespace Ivy.Themes
|
|
|
17
17
|
/// Provides compile-time access to all design tokens
|
|
18
18
|
/// </summary>
|
|
19
19
|
/// <remarks>
|
|
20
|
-
/// Generated on: 2026-
|
|
20
|
+
/// Generated on: 2026-04-02T15:53:31.895Z
|
|
21
21
|
/// Total tokens: 14
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkNeutralTokens
|
|
@@ -17,7 +17,7 @@ namespace Ivy.Themes
|
|
|
17
17
|
/// Provides compile-time access to all design tokens
|
|
18
18
|
/// </summary>
|
|
19
19
|
/// <remarks>
|
|
20
|
-
/// Generated on: 2026-
|
|
20
|
+
/// Generated on: 2026-04-02T15:53:31.896Z
|
|
21
21
|
/// Total tokens: 8
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkPaddingTokens
|
|
@@ -17,8 +17,8 @@ namespace Ivy.Themes
|
|
|
17
17
|
/// Provides compile-time access to all design tokens
|
|
18
18
|
/// </summary>
|
|
19
19
|
/// <remarks>
|
|
20
|
-
/// Generated on: 2026-
|
|
21
|
-
/// Total tokens:
|
|
20
|
+
/// Generated on: 2026-04-02T15:53:31.894Z
|
|
21
|
+
/// Total tokens: 60
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkSourceTokens
|
|
24
24
|
{
|
|
@@ -38,26 +38,29 @@ namespace Ivy.Themes
|
|
|
38
38
|
public static readonly string White = "#ffffff";
|
|
39
39
|
|
|
40
40
|
/// <summary>secondary-light</summary>
|
|
41
|
-
public static readonly string SecondaryLight = "#
|
|
41
|
+
public static readonly string SecondaryLight = "#e5e5e5";
|
|
42
42
|
|
|
43
43
|
/// <summary>secondary-dark</summary>
|
|
44
|
-
public static readonly string SecondaryDark = "#
|
|
44
|
+
public static readonly string SecondaryDark = "#262626";
|
|
45
45
|
|
|
46
46
|
/// <summary>destructive</summary>
|
|
47
|
-
public static readonly string Destructive = "#
|
|
47
|
+
public static readonly string Destructive = "#ef4444";
|
|
48
48
|
|
|
49
49
|
/// <summary>success</summary>
|
|
50
|
-
public static readonly string Success = "#
|
|
50
|
+
public static readonly string Success = "#22c55e";
|
|
51
51
|
|
|
52
52
|
/// <summary>warning</summary>
|
|
53
|
-
public static readonly string Warning = "#
|
|
53
|
+
public static readonly string Warning = "#f59e0b";
|
|
54
54
|
|
|
55
55
|
/// <summary>info</summary>
|
|
56
|
-
public static readonly string Info = "#
|
|
56
|
+
public static readonly string Info = "#3b82f6";
|
|
57
57
|
|
|
58
58
|
/// <summary>border</summary>
|
|
59
59
|
public static readonly string Border = "#d1d5db";
|
|
60
60
|
|
|
61
|
+
/// <summary>border-secondary</summary>
|
|
62
|
+
public static readonly string BorderSecondary = "#3c3c3c";
|
|
63
|
+
|
|
61
64
|
/// <summary>ring</summary>
|
|
62
65
|
public static readonly string Ring = "#777777";
|
|
63
66
|
|
|
@@ -83,55 +86,55 @@ namespace Ivy.Themes
|
|
|
83
86
|
public static readonly string BackgroundDark = "#0a0a0a";
|
|
84
87
|
|
|
85
88
|
/// <summary>red</summary>
|
|
86
|
-
public static readonly string Red = "#
|
|
89
|
+
public static readonly string Red = "#ef4444";
|
|
87
90
|
|
|
88
91
|
/// <summary>orange</summary>
|
|
89
|
-
public static readonly string Orange = "#
|
|
92
|
+
public static readonly string Orange = "#f97316";
|
|
90
93
|
|
|
91
94
|
/// <summary>amber</summary>
|
|
92
|
-
public static readonly string Amber = "#
|
|
95
|
+
public static readonly string Amber = "#f59e0b";
|
|
93
96
|
|
|
94
97
|
/// <summary>yellow</summary>
|
|
95
|
-
public static readonly string Yellow = "#
|
|
98
|
+
public static readonly string Yellow = "#eab308";
|
|
96
99
|
|
|
97
100
|
/// <summary>lime</summary>
|
|
98
|
-
public static readonly string Lime = "#
|
|
101
|
+
public static readonly string Lime = "#84cc16";
|
|
99
102
|
|
|
100
103
|
/// <summary>green</summary>
|
|
101
|
-
public static readonly string Green = "#
|
|
104
|
+
public static readonly string Green = "#22c55e";
|
|
102
105
|
|
|
103
106
|
/// <summary>emerald</summary>
|
|
104
|
-
public static readonly string Emerald = "#
|
|
107
|
+
public static readonly string Emerald = "#10b981";
|
|
105
108
|
|
|
106
109
|
/// <summary>teal</summary>
|
|
107
|
-
public static readonly string Teal = "#
|
|
110
|
+
public static readonly string Teal = "#14b8a6";
|
|
108
111
|
|
|
109
112
|
/// <summary>cyan</summary>
|
|
110
|
-
public static readonly string Cyan = "#
|
|
113
|
+
public static readonly string Cyan = "#06b6d4";
|
|
111
114
|
|
|
112
115
|
/// <summary>sky</summary>
|
|
113
|
-
public static readonly string Sky = "#
|
|
116
|
+
public static readonly string Sky = "#0ea5e9";
|
|
114
117
|
|
|
115
118
|
/// <summary>blue</summary>
|
|
116
|
-
public static readonly string Blue = "#
|
|
119
|
+
public static readonly string Blue = "#3b82f6";
|
|
117
120
|
|
|
118
121
|
/// <summary>indigo</summary>
|
|
119
|
-
public static readonly string Indigo = "#
|
|
122
|
+
public static readonly string Indigo = "#6366f1";
|
|
120
123
|
|
|
121
124
|
/// <summary>violet</summary>
|
|
122
|
-
public static readonly string Violet = "#
|
|
125
|
+
public static readonly string Violet = "#8b5cf6";
|
|
123
126
|
|
|
124
127
|
/// <summary>purple</summary>
|
|
125
|
-
public static readonly string Purple = "#
|
|
128
|
+
public static readonly string Purple = "#a855f7";
|
|
126
129
|
|
|
127
130
|
/// <summary>fuchsia</summary>
|
|
128
|
-
public static readonly string Fuchsia = "#
|
|
131
|
+
public static readonly string Fuchsia = "#d946ef";
|
|
129
132
|
|
|
130
133
|
/// <summary>pink</summary>
|
|
131
|
-
public static readonly string Pink = "#
|
|
134
|
+
public static readonly string Pink = "#ec4899";
|
|
132
135
|
|
|
133
136
|
/// <summary>rose</summary>
|
|
134
|
-
public static readonly string Rose = "#
|
|
137
|
+
public static readonly string Rose = "#f43f5e";
|
|
135
138
|
|
|
136
139
|
/// <summary>slate</summary>
|
|
137
140
|
public static readonly string Slate = "#64748b";
|
|
@@ -285,6 +288,7 @@ namespace Ivy.Themes
|
|
|
285
288
|
"warning",
|
|
286
289
|
"info",
|
|
287
290
|
"border",
|
|
291
|
+
"border-secondary",
|
|
288
292
|
"ring",
|
|
289
293
|
"muted-light",
|
|
290
294
|
"muted-dark",
|
|
@@ -17,7 +17,7 @@ namespace Ivy.Themes
|
|
|
17
17
|
/// Provides compile-time access to all design tokens
|
|
18
18
|
/// </summary>
|
|
19
19
|
/// <remarks>
|
|
20
|
-
/// Generated on: 2026-
|
|
20
|
+
/// Generated on: 2026-04-02T15:53:31.898Z
|
|
21
21
|
/// Total tokens: 24
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyWebDarkThemeTokens
|
|
@@ -17,7 +17,7 @@ namespace Ivy.Themes
|
|
|
17
17
|
/// Provides compile-time access to all design tokens
|
|
18
18
|
/// </summary>
|
|
19
19
|
/// <remarks>
|
|
20
|
-
/// Generated on: 2026-
|
|
20
|
+
/// Generated on: 2026-04-02T15:53:31.898Z
|
|
21
21
|
/// Total tokens: 24
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyWebLightThemeTokens
|
|
@@ -17,7 +17,7 @@ namespace Ivy.Themes
|
|
|
17
17
|
/// Provides compile-time access to all design tokens
|
|
18
18
|
/// </summary>
|
|
19
19
|
/// <remarks>
|
|
20
|
-
/// Generated on: 2026-
|
|
20
|
+
/// Generated on: 2026-04-02T15:53:31.897Z
|
|
21
21
|
/// Total tokens: 25
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyWebSourceTokens
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
@layer base {
|
|
2
2
|
:root {
|
|
3
|
-
--red: #
|
|
3
|
+
--red: #ef4444;
|
|
4
4
|
--red-foreground: #000000;
|
|
5
|
-
--orange: #
|
|
5
|
+
--orange: #f97316;
|
|
6
6
|
--orange-foreground: #000000;
|
|
7
|
-
--amber: #
|
|
7
|
+
--amber: #f59e0b;
|
|
8
8
|
--amber-foreground: #000000;
|
|
9
|
-
--yellow: #
|
|
9
|
+
--yellow: #eab308;
|
|
10
10
|
--yellow-foreground: #000000;
|
|
11
|
-
--lime: #
|
|
11
|
+
--lime: #84cc16;
|
|
12
12
|
--lime-foreground: #000000;
|
|
13
|
-
--green: #
|
|
13
|
+
--green: #22c55e;
|
|
14
14
|
--green-foreground: #000000;
|
|
15
|
-
--emerald: #
|
|
15
|
+
--emerald: #10b981;
|
|
16
16
|
--emerald-foreground: #000000;
|
|
17
|
-
--teal: #
|
|
17
|
+
--teal: #14b8a6;
|
|
18
18
|
--teal-foreground: #ffffff;
|
|
19
|
-
--cyan: #
|
|
19
|
+
--cyan: #06b6d4;
|
|
20
20
|
--cyan-foreground: #ffffff;
|
|
21
|
-
--sky: #
|
|
21
|
+
--sky: #0ea5e9;
|
|
22
22
|
--sky-foreground: #ffffff;
|
|
23
|
-
--blue: #
|
|
23
|
+
--blue: #3b82f6;
|
|
24
24
|
--blue-foreground: #ffffff;
|
|
25
|
-
--indigo: #
|
|
25
|
+
--indigo: #6366f1;
|
|
26
26
|
--indigo-foreground: #ffffff;
|
|
27
|
-
--violet: #
|
|
27
|
+
--violet: #8b5cf6;
|
|
28
28
|
--violet-foreground: #ffffff;
|
|
29
|
-
--purple: #
|
|
29
|
+
--purple: #a855f7;
|
|
30
30
|
--purple-foreground: #ffffff;
|
|
31
|
-
--fuchsia: #
|
|
31
|
+
--fuchsia: #d946ef;
|
|
32
32
|
--fuchsia-foreground: #000000;
|
|
33
|
-
--pink: #
|
|
33
|
+
--pink: #ec4899;
|
|
34
34
|
--pink-foreground: #000000;
|
|
35
|
-
--rose: #
|
|
35
|
+
--rose: #f43f5e;
|
|
36
36
|
--rose-foreground: #000000;
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
@layer base {
|
|
2
2
|
:root {
|
|
3
|
-
--color-red: #
|
|
3
|
+
--color-red: #ef4444;
|
|
4
4
|
--color-red-foreground: #000000;
|
|
5
|
-
--color-orange: #
|
|
5
|
+
--color-orange: #f97316;
|
|
6
6
|
--color-orange-foreground: #000000;
|
|
7
|
-
--color-amber: #
|
|
7
|
+
--color-amber: #f59e0b;
|
|
8
8
|
--color-amber-foreground: #000000;
|
|
9
|
-
--color-yellow: #
|
|
9
|
+
--color-yellow: #eab308;
|
|
10
10
|
--color-yellow-foreground: #000000;
|
|
11
|
-
--color-lime: #
|
|
11
|
+
--color-lime: #84cc16;
|
|
12
12
|
--color-lime-foreground: #000000;
|
|
13
|
-
--color-green: #
|
|
13
|
+
--color-green: #22c55e;
|
|
14
14
|
--color-green-foreground: #000000;
|
|
15
|
-
--color-emerald: #
|
|
15
|
+
--color-emerald: #10b981;
|
|
16
16
|
--color-emerald-foreground: #000000;
|
|
17
|
-
--color-teal: #
|
|
17
|
+
--color-teal: #14b8a6;
|
|
18
18
|
--color-teal-foreground: #ffffff;
|
|
19
|
-
--color-cyan: #
|
|
19
|
+
--color-cyan: #06b6d4;
|
|
20
20
|
--color-cyan-foreground: #ffffff;
|
|
21
|
-
--color-sky: #
|
|
21
|
+
--color-sky: #0ea5e9;
|
|
22
22
|
--color-sky-foreground: #ffffff;
|
|
23
|
-
--color-blue: #
|
|
23
|
+
--color-blue: #3b82f6;
|
|
24
24
|
--color-blue-foreground: #ffffff;
|
|
25
|
-
--color-indigo: #
|
|
25
|
+
--color-indigo: #6366f1;
|
|
26
26
|
--color-indigo-foreground: #ffffff;
|
|
27
|
-
--color-violet: #
|
|
27
|
+
--color-violet: #8b5cf6;
|
|
28
28
|
--color-violet-foreground: #ffffff;
|
|
29
|
-
--color-purple: #
|
|
29
|
+
--color-purple: #a855f7;
|
|
30
30
|
--color-purple-foreground: #ffffff;
|
|
31
|
-
--color-fuchsia: #
|
|
31
|
+
--color-fuchsia: #d946ef;
|
|
32
32
|
--color-fuchsia-foreground: #000000;
|
|
33
|
-
--color-pink: #
|
|
33
|
+
--color-pink: #ec4899;
|
|
34
34
|
--color-pink-foreground: #000000;
|
|
35
|
-
--color-rose: #
|
|
35
|
+
--color-rose: #f43f5e;
|
|
36
36
|
--color-rose-foreground: #000000;
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
@layer base {
|
|
2
2
|
.dark {
|
|
3
|
-
--primary: #
|
|
3
|
+
--primary: #e5e5e5;
|
|
4
4
|
--primary-foreground: #000000;
|
|
5
|
-
--secondary: #
|
|
5
|
+
--secondary: #262626;
|
|
6
6
|
--secondary-foreground: #f8f8f8;
|
|
7
|
-
--destructive: #
|
|
8
|
-
--destructive-foreground: #
|
|
9
|
-
--success: #
|
|
10
|
-
--success-foreground: #
|
|
11
|
-
--warning: #
|
|
12
|
-
--warning-foreground: #
|
|
13
|
-
--info: #
|
|
7
|
+
--destructive: #ef4444;
|
|
8
|
+
--destructive-foreground: #ffffff;
|
|
9
|
+
--success: #22c55e;
|
|
10
|
+
--success-foreground: #ffffff;
|
|
11
|
+
--warning: #f59e0b;
|
|
12
|
+
--warning-foreground: #ffffff;
|
|
13
|
+
--info: #3b82f6;
|
|
14
14
|
--info-foreground: #ffffff;
|
|
15
15
|
--background: #0a0a0a;
|
|
16
16
|
--foreground: #f8f8f8;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
@layer base {
|
|
2
2
|
.dark {
|
|
3
|
-
--color-primary: #
|
|
3
|
+
--color-primary: #e5e5e5;
|
|
4
4
|
--color-primary-foreground: #000000;
|
|
5
|
-
--color-secondary: #
|
|
5
|
+
--color-secondary: #262626;
|
|
6
6
|
--color-secondary-foreground: #f8f8f8;
|
|
7
|
-
--color-destructive: #
|
|
8
|
-
--color-destructive-foreground: #
|
|
9
|
-
--color-success: #
|
|
10
|
-
--color-success-foreground: #
|
|
11
|
-
--color-warning: #
|
|
12
|
-
--color-warning-foreground: #
|
|
13
|
-
--color-info: #
|
|
7
|
+
--color-destructive: #ef4444;
|
|
8
|
+
--color-destructive-foreground: #ffffff;
|
|
9
|
+
--color-success: #22c55e;
|
|
10
|
+
--color-success-foreground: #ffffff;
|
|
11
|
+
--color-warning: #f59e0b;
|
|
12
|
+
--color-warning-foreground: #ffffff;
|
|
13
|
+
--color-info: #3b82f6;
|
|
14
14
|
--color-info-foreground: #ffffff;
|
|
15
15
|
--color-background: #0a0a0a;
|
|
16
16
|
--color-foreground: #f8f8f8;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
@layer base {
|
|
2
2
|
:root {
|
|
3
|
-
--color-primary: #
|
|
4
|
-
--color-primary-foreground: #
|
|
5
|
-
--color-secondary: #
|
|
3
|
+
--color-primary: #000000;
|
|
4
|
+
--color-primary-foreground: #ffffff;
|
|
5
|
+
--color-secondary: #e5e5e5;
|
|
6
6
|
--color-secondary-foreground: #000000;
|
|
7
|
-
--color-destructive: #
|
|
7
|
+
--color-destructive: #ef4444;
|
|
8
8
|
--color-destructive-foreground: #000000;
|
|
9
|
-
--color-success: #
|
|
9
|
+
--color-success: #22c55e;
|
|
10
10
|
--color-success-foreground: #000000;
|
|
11
|
-
--color-warning: #
|
|
11
|
+
--color-warning: #f59e0b;
|
|
12
12
|
--color-warning-foreground: #000000;
|
|
13
|
-
--color-info: #
|
|
13
|
+
--color-info: #3b82f6;
|
|
14
14
|
--color-info-foreground: #ffffff;
|
|
15
15
|
--color-background: #ffffff;
|
|
16
16
|
--color-foreground: #000000;
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
--primary: #00cc92;
|
|
4
4
|
--black: #000000;
|
|
5
5
|
--white: #ffffff;
|
|
6
|
-
--secondary-light: #
|
|
7
|
-
--secondary-dark: #
|
|
8
|
-
--destructive: #
|
|
9
|
-
--success: #
|
|
10
|
-
--warning: #
|
|
11
|
-
--info: #
|
|
6
|
+
--secondary-light: #e5e5e5;
|
|
7
|
+
--secondary-dark: #262626;
|
|
8
|
+
--destructive: #ef4444;
|
|
9
|
+
--success: #22c55e;
|
|
10
|
+
--warning: #f59e0b;
|
|
11
|
+
--info: #3b82f6;
|
|
12
12
|
--border: #d1d5db;
|
|
13
|
+
--border-secondary: #3c3c3c;
|
|
13
14
|
--ring: #777777;
|
|
14
15
|
--muted-light: #f8f8f8;
|
|
15
16
|
--muted-dark: #1a1a1a;
|
|
@@ -18,23 +19,23 @@
|
|
|
18
19
|
--card-foreground-light: #262626;
|
|
19
20
|
--card-dark: #171717;
|
|
20
21
|
--background-dark: #0a0a0a;
|
|
21
|
-
--red: #
|
|
22
|
-
--orange: #
|
|
23
|
-
--amber: #
|
|
24
|
-
--yellow: #
|
|
25
|
-
--lime: #
|
|
26
|
-
--green: #
|
|
27
|
-
--emerald: #
|
|
28
|
-
--teal: #
|
|
29
|
-
--cyan: #
|
|
30
|
-
--sky: #
|
|
31
|
-
--blue: #
|
|
32
|
-
--indigo: #
|
|
33
|
-
--violet: #
|
|
34
|
-
--purple: #
|
|
35
|
-
--fuchsia: #
|
|
36
|
-
--pink: #
|
|
37
|
-
--rose: #
|
|
22
|
+
--red: #ef4444;
|
|
23
|
+
--orange: #f97316;
|
|
24
|
+
--amber: #f59e0b;
|
|
25
|
+
--yellow: #eab308;
|
|
26
|
+
--lime: #84cc16;
|
|
27
|
+
--green: #22c55e;
|
|
28
|
+
--emerald: #10b981;
|
|
29
|
+
--teal: #14b8a6;
|
|
30
|
+
--cyan: #06b6d4;
|
|
31
|
+
--sky: #0ea5e9;
|
|
32
|
+
--blue: #3b82f6;
|
|
33
|
+
--indigo: #6366f1;
|
|
34
|
+
--violet: #8b5cf6;
|
|
35
|
+
--purple: #a855f7;
|
|
36
|
+
--fuchsia: #d946ef;
|
|
37
|
+
--pink: #ec4899;
|
|
38
|
+
--rose: #f43f5e;
|
|
38
39
|
--slate: #64748b;
|
|
39
40
|
--gray: #6b7280;
|
|
40
41
|
--zinc: #71717a;
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
--color-primary: #00cc92;
|
|
4
4
|
--color-black: #000000;
|
|
5
5
|
--color-white: #ffffff;
|
|
6
|
-
--color-secondary-light: #
|
|
7
|
-
--color-secondary-dark: #
|
|
8
|
-
--color-destructive: #
|
|
9
|
-
--color-success: #
|
|
10
|
-
--color-warning: #
|
|
11
|
-
--color-info: #
|
|
6
|
+
--color-secondary-light: #e5e5e5;
|
|
7
|
+
--color-secondary-dark: #262626;
|
|
8
|
+
--color-destructive: #ef4444;
|
|
9
|
+
--color-success: #22c55e;
|
|
10
|
+
--color-warning: #f59e0b;
|
|
11
|
+
--color-info: #3b82f6;
|
|
12
12
|
--color-border: #d1d5db;
|
|
13
|
+
--color-border-secondary: #3c3c3c;
|
|
13
14
|
--color-ring: #777777;
|
|
14
15
|
--color-muted-light: #f8f8f8;
|
|
15
16
|
--color-muted-dark: #1a1a1a;
|
|
@@ -18,23 +19,23 @@
|
|
|
18
19
|
--color-card-foreground-light: #262626;
|
|
19
20
|
--color-card-dark: #171717;
|
|
20
21
|
--color-background-dark: #0a0a0a;
|
|
21
|
-
--color-red: #
|
|
22
|
-
--color-orange: #
|
|
23
|
-
--color-amber: #
|
|
24
|
-
--color-yellow: #
|
|
25
|
-
--color-lime: #
|
|
26
|
-
--color-green: #
|
|
27
|
-
--color-emerald: #
|
|
28
|
-
--color-teal: #
|
|
29
|
-
--color-cyan: #
|
|
30
|
-
--color-sky: #
|
|
31
|
-
--color-blue: #
|
|
32
|
-
--color-indigo: #
|
|
33
|
-
--color-violet: #
|
|
34
|
-
--color-purple: #
|
|
35
|
-
--color-fuchsia: #
|
|
36
|
-
--color-pink: #
|
|
37
|
-
--color-rose: #
|
|
22
|
+
--color-red: #ef4444;
|
|
23
|
+
--color-orange: #f97316;
|
|
24
|
+
--color-amber: #f59e0b;
|
|
25
|
+
--color-yellow: #eab308;
|
|
26
|
+
--color-lime: #84cc16;
|
|
27
|
+
--color-green: #22c55e;
|
|
28
|
+
--color-emerald: #10b981;
|
|
29
|
+
--color-teal: #14b8a6;
|
|
30
|
+
--color-cyan: #06b6d4;
|
|
31
|
+
--color-sky: #0ea5e9;
|
|
32
|
+
--color-blue: #3b82f6;
|
|
33
|
+
--color-indigo: #6366f1;
|
|
34
|
+
--color-violet: #8b5cf6;
|
|
35
|
+
--color-purple: #a855f7;
|
|
36
|
+
--color-fuchsia: #d946ef;
|
|
37
|
+
--color-pink: #ec4899;
|
|
38
|
+
--color-rose: #f43f5e;
|
|
38
39
|
--color-slate: #64748b;
|
|
39
40
|
--color-gray: #6b7280;
|
|
40
41
|
--color-zinc: #71717a;
|
package/dist/js/index.d.ts
CHANGED
package/dist/js/index.js
CHANGED
|
@@ -13,6 +13,7 @@ export const tokens = {
|
|
|
13
13
|
"color-warning": "var(--color-warning)",
|
|
14
14
|
"color-info": "var(--color-info)",
|
|
15
15
|
"color-border": "var(--color-border)",
|
|
16
|
+
"color-border-secondary": "var(--color-border-secondary)",
|
|
16
17
|
"color-ring": "var(--color-ring)",
|
|
17
18
|
"color-muted-light": "var(--color-muted-light)",
|
|
18
19
|
"color-muted-dark": "var(--color-muted-dark)",
|
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
"warning": "var(--color-warning)",
|
|
13
13
|
"info": "var(--color-info)",
|
|
14
14
|
"border": "var(--color-border)",
|
|
15
|
+
"border-secondary": "var(--color-border-secondary)",
|
|
15
16
|
"ring": "var(--color-ring)",
|
|
16
17
|
"muted-light": "var(--color-muted-light)",
|
|
17
18
|
"muted-dark": "var(--color-muted-dark)",
|
package/dist/tokens/index.json
CHANGED
|
@@ -15,33 +15,37 @@
|
|
|
15
15
|
"type": "color"
|
|
16
16
|
},
|
|
17
17
|
"secondary-light": {
|
|
18
|
-
"value": "#
|
|
18
|
+
"value": "#e5e5e5",
|
|
19
19
|
"type": "color"
|
|
20
20
|
},
|
|
21
21
|
"secondary-dark": {
|
|
22
|
-
"value": "#
|
|
22
|
+
"value": "#262626",
|
|
23
23
|
"type": "color"
|
|
24
24
|
},
|
|
25
25
|
"destructive": {
|
|
26
|
-
"value": "#
|
|
26
|
+
"value": "#ef4444",
|
|
27
27
|
"type": "color"
|
|
28
28
|
},
|
|
29
29
|
"success": {
|
|
30
|
-
"value": "#
|
|
30
|
+
"value": "#22c55e",
|
|
31
31
|
"type": "color"
|
|
32
32
|
},
|
|
33
33
|
"warning": {
|
|
34
|
-
"value": "#
|
|
34
|
+
"value": "#f59e0b",
|
|
35
35
|
"type": "color"
|
|
36
36
|
},
|
|
37
37
|
"info": {
|
|
38
|
-
"value": "#
|
|
38
|
+
"value": "#3b82f6",
|
|
39
39
|
"type": "color"
|
|
40
40
|
},
|
|
41
41
|
"border": {
|
|
42
42
|
"value": "#d1d5db",
|
|
43
43
|
"type": "color"
|
|
44
44
|
},
|
|
45
|
+
"border-secondary": {
|
|
46
|
+
"value": "#3c3c3c",
|
|
47
|
+
"type": "color"
|
|
48
|
+
},
|
|
45
49
|
"ring": {
|
|
46
50
|
"value": "#777777",
|
|
47
51
|
"type": "color"
|
|
@@ -75,71 +79,71 @@
|
|
|
75
79
|
"type": "color"
|
|
76
80
|
},
|
|
77
81
|
"red": {
|
|
78
|
-
"value": "#
|
|
82
|
+
"value": "#ef4444",
|
|
79
83
|
"type": "color"
|
|
80
84
|
},
|
|
81
85
|
"orange": {
|
|
82
|
-
"value": "#
|
|
86
|
+
"value": "#f97316",
|
|
83
87
|
"type": "color"
|
|
84
88
|
},
|
|
85
89
|
"amber": {
|
|
86
|
-
"value": "#
|
|
90
|
+
"value": "#f59e0b",
|
|
87
91
|
"type": "color"
|
|
88
92
|
},
|
|
89
93
|
"yellow": {
|
|
90
|
-
"value": "#
|
|
94
|
+
"value": "#eab308",
|
|
91
95
|
"type": "color"
|
|
92
96
|
},
|
|
93
97
|
"lime": {
|
|
94
|
-
"value": "#
|
|
98
|
+
"value": "#84cc16",
|
|
95
99
|
"type": "color"
|
|
96
100
|
},
|
|
97
101
|
"green": {
|
|
98
|
-
"value": "#
|
|
102
|
+
"value": "#22c55e",
|
|
99
103
|
"type": "color"
|
|
100
104
|
},
|
|
101
105
|
"emerald": {
|
|
102
|
-
"value": "#
|
|
106
|
+
"value": "#10b981",
|
|
103
107
|
"type": "color"
|
|
104
108
|
},
|
|
105
109
|
"teal": {
|
|
106
|
-
"value": "#
|
|
110
|
+
"value": "#14b8a6",
|
|
107
111
|
"type": "color"
|
|
108
112
|
},
|
|
109
113
|
"cyan": {
|
|
110
|
-
"value": "#
|
|
114
|
+
"value": "#06b6d4",
|
|
111
115
|
"type": "color"
|
|
112
116
|
},
|
|
113
117
|
"sky": {
|
|
114
|
-
"value": "#
|
|
118
|
+
"value": "#0ea5e9",
|
|
115
119
|
"type": "color"
|
|
116
120
|
},
|
|
117
121
|
"blue": {
|
|
118
|
-
"value": "#
|
|
122
|
+
"value": "#3b82f6",
|
|
119
123
|
"type": "color"
|
|
120
124
|
},
|
|
121
125
|
"indigo": {
|
|
122
|
-
"value": "#
|
|
126
|
+
"value": "#6366f1",
|
|
123
127
|
"type": "color"
|
|
124
128
|
},
|
|
125
129
|
"violet": {
|
|
126
|
-
"value": "#
|
|
130
|
+
"value": "#8b5cf6",
|
|
127
131
|
"type": "color"
|
|
128
132
|
},
|
|
129
133
|
"purple": {
|
|
130
|
-
"value": "#
|
|
134
|
+
"value": "#a855f7",
|
|
131
135
|
"type": "color"
|
|
132
136
|
},
|
|
133
137
|
"fuchsia": {
|
|
134
|
-
"value": "#
|
|
138
|
+
"value": "#d946ef",
|
|
135
139
|
"type": "color"
|
|
136
140
|
},
|
|
137
141
|
"pink": {
|
|
138
|
-
"value": "#
|
|
142
|
+
"value": "#ec4899",
|
|
139
143
|
"type": "color"
|
|
140
144
|
},
|
|
141
145
|
"rose": {
|
|
142
|
-
"value": "#
|
|
146
|
+
"value": "#f43f5e",
|
|
143
147
|
"type": "color"
|
|
144
148
|
},
|
|
145
149
|
"slate": {
|
|
@@ -246,11 +250,11 @@
|
|
|
246
250
|
"light": {
|
|
247
251
|
"color": {
|
|
248
252
|
"primary": {
|
|
249
|
-
"value": "{ivy-framework.source.color.
|
|
253
|
+
"value": "{ivy-framework.source.color.black}",
|
|
250
254
|
"type": "color"
|
|
251
255
|
},
|
|
252
256
|
"primary-foreground": {
|
|
253
|
-
"value": "{ivy-framework.source.color.
|
|
257
|
+
"value": "{ivy-framework.source.color.white}",
|
|
254
258
|
"type": "color"
|
|
255
259
|
},
|
|
256
260
|
"secondary": {
|
|
@@ -350,7 +354,7 @@
|
|
|
350
354
|
"dark": {
|
|
351
355
|
"color": {
|
|
352
356
|
"primary": {
|
|
353
|
-
"value": "{ivy-framework.source.color.
|
|
357
|
+
"value": "{ivy-framework.source.color.secondary-light}",
|
|
354
358
|
"type": "color"
|
|
355
359
|
},
|
|
356
360
|
"primary-foreground": {
|
|
@@ -370,7 +374,7 @@
|
|
|
370
374
|
"type": "color"
|
|
371
375
|
},
|
|
372
376
|
"destructive-foreground": {
|
|
373
|
-
"value": "{ivy-framework.source.color.
|
|
377
|
+
"value": "{ivy-framework.source.color.white}",
|
|
374
378
|
"type": "color"
|
|
375
379
|
},
|
|
376
380
|
"success": {
|
|
@@ -378,7 +382,7 @@
|
|
|
378
382
|
"type": "color"
|
|
379
383
|
},
|
|
380
384
|
"success-foreground": {
|
|
381
|
-
"value": "{ivy-framework.source.color.
|
|
385
|
+
"value": "{ivy-framework.source.color.white}",
|
|
382
386
|
"type": "color"
|
|
383
387
|
},
|
|
384
388
|
"warning": {
|
|
@@ -386,7 +390,7 @@
|
|
|
386
390
|
"type": "color"
|
|
387
391
|
},
|
|
388
392
|
"warning-foreground": {
|
|
389
|
-
"value": "{ivy-framework.source.color.
|
|
393
|
+
"value": "{ivy-framework.source.color.white}",
|
|
390
394
|
"type": "color"
|
|
391
395
|
},
|
|
392
396
|
"info": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ivy-interactive/ivy-design-system",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.23",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -15,6 +15,16 @@
|
|
|
15
15
|
},
|
|
16
16
|
"./css/ivy-framework": "./dist/css/ivy-framework.css",
|
|
17
17
|
"./css/ivy-framework-flat": "./dist/css/ivy-framework-flat.css",
|
|
18
|
+
"./css/ivy-framework-source": "./dist/css/ivy-framework-source.css",
|
|
19
|
+
"./css/ivy-framework-source.css": "./dist/css/ivy-framework-source.css",
|
|
20
|
+
"./css/ivy-framework-light": "./dist/css/ivy-framework-light.css",
|
|
21
|
+
"./css/ivy-framework-light.css": "./dist/css/ivy-framework-light.css",
|
|
22
|
+
"./css/ivy-framework-dark": "./dist/css/ivy-framework-dark.css",
|
|
23
|
+
"./css/ivy-framework-dark.css": "./dist/css/ivy-framework-dark.css",
|
|
24
|
+
"./css/ivy-framework-chromatic": "./dist/css/ivy-framework-chromatic.css",
|
|
25
|
+
"./css/ivy-framework-chromatic.css": "./dist/css/ivy-framework-chromatic.css",
|
|
26
|
+
"./css/ivy-framework-neutral": "./dist/css/ivy-framework-neutral.css",
|
|
27
|
+
"./css/ivy-framework-neutral.css": "./dist/css/ivy-framework-neutral.css",
|
|
18
28
|
"./css/ivy-web": "./dist/css/ivy-web-light.css",
|
|
19
29
|
"./css/ivy-web-light": "./dist/css/ivy-web-light.css",
|
|
20
30
|
"./css/ivy-web-dark": "./dist/css/ivy-web-dark.css",
|
|
@@ -47,7 +57,9 @@
|
|
|
47
57
|
"prepublishOnly": "npm run clean && npm run build",
|
|
48
58
|
"test": "vitest run",
|
|
49
59
|
"test:watch": "vitest",
|
|
50
|
-
"test:ui": "vitest --ui"
|
|
60
|
+
"test:ui": "vitest --ui",
|
|
61
|
+
"demo": "npm run build && cd demo && npm install && npm run dev",
|
|
62
|
+
"demo:dev": "cd demo && npm run dev"
|
|
51
63
|
},
|
|
52
64
|
"keywords": [
|
|
53
65
|
"design-tokens",
|