@ivy-interactive/ivy-design-system 1.1.30 → 1.1.32
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 +2 -2
- package/dist/csharp/IvyFrameworkDarkThemeTokens.cs +6 -2
- package/dist/csharp/IvyFrameworkLightThemeTokens.cs +7 -3
- package/dist/csharp/IvyFrameworkNeutralTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkPaddingTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkShadowTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkSourceTokens.cs +1 -1
- 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 +1 -1
- package/dist/css/ivy-framework-chromatic.css +1 -1
- package/dist/css/ivy-framework-dark-flat.css +1 -0
- package/dist/css/ivy-framework-dark.css +1 -0
- package/dist/css/ivy-framework-light.css +2 -1
- package/dist/tokens/index.json +10 -2
- package/package.json +1 -1
|
@@ -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-06-25T12:08:58.385Z
|
|
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-06-25T12:08:58.385Z
|
|
21
21
|
/// Total tokens: 36
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkChromaticTokens
|
|
@@ -128,7 +128,7 @@ namespace Ivy.Themes
|
|
|
128
128
|
public static readonly string Rose = "#f43f5e";
|
|
129
129
|
|
|
130
130
|
/// <summary>rose-foreground</summary>
|
|
131
|
-
public static readonly string RoseForeground = "#
|
|
131
|
+
public static readonly string RoseForeground = "#000000";
|
|
132
132
|
|
|
133
133
|
/// <summary>ivy-green</summary>
|
|
134
134
|
public static readonly string IvyGreen = "#00cc92";
|
|
@@ -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-06-25T12:08:58.387Z
|
|
21
|
+
/// Total tokens: 26
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkDarkThemeTokens
|
|
24
24
|
{
|
|
@@ -73,6 +73,9 @@ namespace Ivy.Themes
|
|
|
73
73
|
/// <summary>border</summary>
|
|
74
74
|
public static readonly string Border = "#262626";
|
|
75
75
|
|
|
76
|
+
/// <summary>border-secondary</summary>
|
|
77
|
+
public static readonly string BorderSecondary = "#3c3c3c";
|
|
78
|
+
|
|
76
79
|
/// <summary>input</summary>
|
|
77
80
|
public static readonly string Input = "#262626";
|
|
78
81
|
|
|
@@ -172,6 +175,7 @@ namespace Ivy.Themes
|
|
|
172
175
|
"background",
|
|
173
176
|
"foreground",
|
|
174
177
|
"border",
|
|
178
|
+
"border-secondary",
|
|
175
179
|
"input",
|
|
176
180
|
"ring",
|
|
177
181
|
"muted",
|
|
@@ -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-06-25T12:08:58.387Z
|
|
21
|
+
/// Total tokens: 26
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkLightThemeTokens
|
|
24
24
|
{
|
|
@@ -44,7 +44,7 @@ namespace Ivy.Themes
|
|
|
44
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
50
|
public static readonly string Success = "#22c55e";
|
|
@@ -73,6 +73,9 @@ namespace Ivy.Themes
|
|
|
73
73
|
/// <summary>border</summary>
|
|
74
74
|
public static readonly string Border = "#d1d5db";
|
|
75
75
|
|
|
76
|
+
/// <summary>border-secondary</summary>
|
|
77
|
+
public static readonly string BorderSecondary = "#3c3c3c";
|
|
78
|
+
|
|
76
79
|
/// <summary>input</summary>
|
|
77
80
|
public static readonly string Input = "#d1d5db";
|
|
78
81
|
|
|
@@ -172,6 +175,7 @@ namespace Ivy.Themes
|
|
|
172
175
|
"background",
|
|
173
176
|
"foreground",
|
|
174
177
|
"border",
|
|
178
|
+
"border-secondary",
|
|
175
179
|
"input",
|
|
176
180
|
"ring",
|
|
177
181
|
"muted",
|
|
@@ -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-06-25T12:08:58.385Z
|
|
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-06-25T12:08:58.386Z
|
|
21
21
|
/// Total tokens: 8
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkPaddingTokens
|
|
@@ -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-06-25T12:08:58.386Z
|
|
21
21
|
/// Total tokens: 7
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkShadowTokens
|
|
@@ -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-06-25T12:08:58.383Z
|
|
21
21
|
/// Total tokens: 314
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkSourceTokens
|
|
@@ -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-06-25T12:08:58.389Z
|
|
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-06-25T12:08:58.388Z
|
|
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-06-25T12:08:58.388Z
|
|
21
21
|
/// Total tokens: 25
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyWebSourceTokens
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
--color-secondary: #e5e5e5;
|
|
6
6
|
--color-secondary-foreground: #000000;
|
|
7
7
|
--color-destructive: #ef4444;
|
|
8
|
-
--color-destructive-foreground: #
|
|
8
|
+
--color-destructive-foreground: #ffffff;
|
|
9
9
|
--color-success: #22c55e;
|
|
10
10
|
--color-success-foreground: #000000;
|
|
11
11
|
--color-warning: #f59e0b;
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
--color-background: #ffffff;
|
|
16
16
|
--color-foreground: #000000;
|
|
17
17
|
--color-border: #d1d5db;
|
|
18
|
+
--color-border-secondary: #3c3c3c;
|
|
18
19
|
--color-input: #d1d5db;
|
|
19
20
|
--color-ring: #777777;
|
|
20
21
|
--color-muted: #f8f8f8;
|
package/dist/tokens/index.json
CHANGED
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
"type": "color"
|
|
574
574
|
},
|
|
575
575
|
"destructive-foreground": {
|
|
576
|
-
"value": "{ivy-framework.source.color.
|
|
576
|
+
"value": "{ivy-framework.source.color.white}",
|
|
577
577
|
"type": "color"
|
|
578
578
|
},
|
|
579
579
|
"success": {
|
|
@@ -612,6 +612,10 @@
|
|
|
612
612
|
"value": "{ivy-framework.source.color.border}",
|
|
613
613
|
"type": "color"
|
|
614
614
|
},
|
|
615
|
+
"border-secondary": {
|
|
616
|
+
"value": "{ivy-framework.source.color.border-secondary}",
|
|
617
|
+
"type": "color"
|
|
618
|
+
},
|
|
615
619
|
"input": {
|
|
616
620
|
"value": "{ivy-framework.source.color.border}",
|
|
617
621
|
"type": "color"
|
|
@@ -716,6 +720,10 @@
|
|
|
716
720
|
"value": "{ivy-framework.source.color.card-foreground-light}",
|
|
717
721
|
"type": "color"
|
|
718
722
|
},
|
|
723
|
+
"border-secondary": {
|
|
724
|
+
"value": "{ivy-framework.source.color.border-secondary}",
|
|
725
|
+
"type": "color"
|
|
726
|
+
},
|
|
719
727
|
"input": {
|
|
720
728
|
"value": "{ivy-framework.source.color.card-foreground-light}",
|
|
721
729
|
"type": "color"
|
|
@@ -954,7 +962,7 @@
|
|
|
954
962
|
"type": "color"
|
|
955
963
|
},
|
|
956
964
|
"rose-foreground": {
|
|
957
|
-
"value": "{ivy-framework.source.color.
|
|
965
|
+
"value": "{ivy-framework.source.color.black}",
|
|
958
966
|
"type": "color"
|
|
959
967
|
},
|
|
960
968
|
"ivy-green": {
|