@ivy-interactive/ivy-design-system 1.1.23 → 1.1.27
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 +11 -11
- package/dist/csharp/IvyFrameworkDarkThemeTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkLightThemeTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkNeutralTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkPaddingTokens.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 +10 -10
- package/dist/css/ivy-framework-chromatic.css +10 -10
- package/dist/tokens/index.json +10 -10
- 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-04-
|
|
20
|
+
/// Generated on: 2026-04-07T08:39:46.646Z
|
|
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-04-
|
|
20
|
+
/// Generated on: 2026-04-07T08:39:46.646Z
|
|
21
21
|
/// Total tokens: 34
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkChromaticTokens
|
|
@@ -74,61 +74,61 @@ namespace Ivy.Themes
|
|
|
74
74
|
public static readonly string Teal = "#14b8a6";
|
|
75
75
|
|
|
76
76
|
/// <summary>teal-foreground</summary>
|
|
77
|
-
public static readonly string TealForeground = "#
|
|
77
|
+
public static readonly string TealForeground = "#000000";
|
|
78
78
|
|
|
79
79
|
/// <summary>cyan</summary>
|
|
80
80
|
public static readonly string Cyan = "#06b6d4";
|
|
81
81
|
|
|
82
82
|
/// <summary>cyan-foreground</summary>
|
|
83
|
-
public static readonly string CyanForeground = "#
|
|
83
|
+
public static readonly string CyanForeground = "#000000";
|
|
84
84
|
|
|
85
85
|
/// <summary>sky</summary>
|
|
86
86
|
public static readonly string Sky = "#0ea5e9";
|
|
87
87
|
|
|
88
88
|
/// <summary>sky-foreground</summary>
|
|
89
|
-
public static readonly string SkyForeground = "#
|
|
89
|
+
public static readonly string SkyForeground = "#000000";
|
|
90
90
|
|
|
91
91
|
/// <summary>blue</summary>
|
|
92
92
|
public static readonly string Blue = "#3b82f6";
|
|
93
93
|
|
|
94
94
|
/// <summary>blue-foreground</summary>
|
|
95
|
-
public static readonly string BlueForeground = "#
|
|
95
|
+
public static readonly string BlueForeground = "#000000";
|
|
96
96
|
|
|
97
97
|
/// <summary>indigo</summary>
|
|
98
98
|
public static readonly string Indigo = "#6366f1";
|
|
99
99
|
|
|
100
100
|
/// <summary>indigo-foreground</summary>
|
|
101
|
-
public static readonly string IndigoForeground = "#
|
|
101
|
+
public static readonly string IndigoForeground = "#000000";
|
|
102
102
|
|
|
103
103
|
/// <summary>violet</summary>
|
|
104
104
|
public static readonly string Violet = "#8b5cf6";
|
|
105
105
|
|
|
106
106
|
/// <summary>violet-foreground</summary>
|
|
107
|
-
public static readonly string VioletForeground = "#
|
|
107
|
+
public static readonly string VioletForeground = "#000000";
|
|
108
108
|
|
|
109
109
|
/// <summary>purple</summary>
|
|
110
110
|
public static readonly string Purple = "#a855f7";
|
|
111
111
|
|
|
112
112
|
/// <summary>purple-foreground</summary>
|
|
113
|
-
public static readonly string PurpleForeground = "#
|
|
113
|
+
public static readonly string PurpleForeground = "#000000";
|
|
114
114
|
|
|
115
115
|
/// <summary>fuchsia</summary>
|
|
116
116
|
public static readonly string Fuchsia = "#d946ef";
|
|
117
117
|
|
|
118
118
|
/// <summary>fuchsia-foreground</summary>
|
|
119
|
-
public static readonly string FuchsiaForeground = "#
|
|
119
|
+
public static readonly string FuchsiaForeground = "#ffffff";
|
|
120
120
|
|
|
121
121
|
/// <summary>pink</summary>
|
|
122
122
|
public static readonly string Pink = "#ec4899";
|
|
123
123
|
|
|
124
124
|
/// <summary>pink-foreground</summary>
|
|
125
|
-
public static readonly string PinkForeground = "#
|
|
125
|
+
public static readonly string PinkForeground = "#ffffff";
|
|
126
126
|
|
|
127
127
|
/// <summary>rose</summary>
|
|
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 = "#ffffff";
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
/// <summary>
|
|
@@ -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-04-
|
|
20
|
+
/// Generated on: 2026-04-07T08:39:46.647Z
|
|
21
21
|
/// Total tokens: 25
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkDarkThemeTokens
|
|
@@ -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-04-
|
|
20
|
+
/// Generated on: 2026-04-07T08:39:46.647Z
|
|
21
21
|
/// Total tokens: 25
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkLightThemeTokens
|
|
@@ -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-04-
|
|
20
|
+
/// Generated on: 2026-04-07T08:39:46.645Z
|
|
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-04-
|
|
20
|
+
/// Generated on: 2026-04-07T08:39:46.647Z
|
|
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-04-
|
|
20
|
+
/// Generated on: 2026-04-07T08:39:46.645Z
|
|
21
21
|
/// Total tokens: 60
|
|
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-04-
|
|
20
|
+
/// Generated on: 2026-04-07T08:39:46.649Z
|
|
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-04-
|
|
20
|
+
/// Generated on: 2026-04-07T08:39:46.648Z
|
|
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-04-
|
|
20
|
+
/// Generated on: 2026-04-07T08:39:46.648Z
|
|
21
21
|
/// Total tokens: 25
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyWebSourceTokens
|
|
@@ -15,24 +15,24 @@
|
|
|
15
15
|
--emerald: #10b981;
|
|
16
16
|
--emerald-foreground: #000000;
|
|
17
17
|
--teal: #14b8a6;
|
|
18
|
-
--teal-foreground: #
|
|
18
|
+
--teal-foreground: #000000;
|
|
19
19
|
--cyan: #06b6d4;
|
|
20
|
-
--cyan-foreground: #
|
|
20
|
+
--cyan-foreground: #000000;
|
|
21
21
|
--sky: #0ea5e9;
|
|
22
|
-
--sky-foreground: #
|
|
22
|
+
--sky-foreground: #000000;
|
|
23
23
|
--blue: #3b82f6;
|
|
24
|
-
--blue-foreground: #
|
|
24
|
+
--blue-foreground: #000000;
|
|
25
25
|
--indigo: #6366f1;
|
|
26
|
-
--indigo-foreground: #
|
|
26
|
+
--indigo-foreground: #000000;
|
|
27
27
|
--violet: #8b5cf6;
|
|
28
|
-
--violet-foreground: #
|
|
28
|
+
--violet-foreground: #000000;
|
|
29
29
|
--purple: #a855f7;
|
|
30
|
-
--purple-foreground: #
|
|
30
|
+
--purple-foreground: #000000;
|
|
31
31
|
--fuchsia: #d946ef;
|
|
32
|
-
--fuchsia-foreground: #
|
|
32
|
+
--fuchsia-foreground: #ffffff;
|
|
33
33
|
--pink: #ec4899;
|
|
34
|
-
--pink-foreground: #
|
|
34
|
+
--pink-foreground: #ffffff;
|
|
35
35
|
--rose: #f43f5e;
|
|
36
|
-
--rose-foreground: #
|
|
36
|
+
--rose-foreground: #ffffff;
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -15,24 +15,24 @@
|
|
|
15
15
|
--color-emerald: #10b981;
|
|
16
16
|
--color-emerald-foreground: #000000;
|
|
17
17
|
--color-teal: #14b8a6;
|
|
18
|
-
--color-teal-foreground: #
|
|
18
|
+
--color-teal-foreground: #000000;
|
|
19
19
|
--color-cyan: #06b6d4;
|
|
20
|
-
--color-cyan-foreground: #
|
|
20
|
+
--color-cyan-foreground: #000000;
|
|
21
21
|
--color-sky: #0ea5e9;
|
|
22
|
-
--color-sky-foreground: #
|
|
22
|
+
--color-sky-foreground: #000000;
|
|
23
23
|
--color-blue: #3b82f6;
|
|
24
|
-
--color-blue-foreground: #
|
|
24
|
+
--color-blue-foreground: #000000;
|
|
25
25
|
--color-indigo: #6366f1;
|
|
26
|
-
--color-indigo-foreground: #
|
|
26
|
+
--color-indigo-foreground: #000000;
|
|
27
27
|
--color-violet: #8b5cf6;
|
|
28
|
-
--color-violet-foreground: #
|
|
28
|
+
--color-violet-foreground: #000000;
|
|
29
29
|
--color-purple: #a855f7;
|
|
30
|
-
--color-purple-foreground: #
|
|
30
|
+
--color-purple-foreground: #000000;
|
|
31
31
|
--color-fuchsia: #d946ef;
|
|
32
|
-
--color-fuchsia-foreground: #
|
|
32
|
+
--color-fuchsia-foreground: #ffffff;
|
|
33
33
|
--color-pink: #ec4899;
|
|
34
|
-
--color-pink-foreground: #
|
|
34
|
+
--color-pink-foreground: #ffffff;
|
|
35
35
|
--color-rose: #f43f5e;
|
|
36
|
-
--color-rose-foreground: #
|
|
36
|
+
--color-rose-foreground: #ffffff;
|
|
37
37
|
}
|
|
38
38
|
}
|
package/dist/tokens/index.json
CHANGED
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
"type": "color"
|
|
580
580
|
},
|
|
581
581
|
"teal-foreground": {
|
|
582
|
-
"value": "{ivy-framework.source.color.
|
|
582
|
+
"value": "{ivy-framework.source.color.black}",
|
|
583
583
|
"type": "color"
|
|
584
584
|
},
|
|
585
585
|
"cyan": {
|
|
@@ -587,7 +587,7 @@
|
|
|
587
587
|
"type": "color"
|
|
588
588
|
},
|
|
589
589
|
"cyan-foreground": {
|
|
590
|
-
"value": "{ivy-framework.source.color.
|
|
590
|
+
"value": "{ivy-framework.source.color.black}",
|
|
591
591
|
"type": "color"
|
|
592
592
|
},
|
|
593
593
|
"sky": {
|
|
@@ -595,7 +595,7 @@
|
|
|
595
595
|
"type": "color"
|
|
596
596
|
},
|
|
597
597
|
"sky-foreground": {
|
|
598
|
-
"value": "{ivy-framework.source.color.
|
|
598
|
+
"value": "{ivy-framework.source.color.black}",
|
|
599
599
|
"type": "color"
|
|
600
600
|
},
|
|
601
601
|
"blue": {
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
"type": "color"
|
|
604
604
|
},
|
|
605
605
|
"blue-foreground": {
|
|
606
|
-
"value": "{ivy-framework.source.color.
|
|
606
|
+
"value": "{ivy-framework.source.color.black}",
|
|
607
607
|
"type": "color"
|
|
608
608
|
},
|
|
609
609
|
"indigo": {
|
|
@@ -611,7 +611,7 @@
|
|
|
611
611
|
"type": "color"
|
|
612
612
|
},
|
|
613
613
|
"indigo-foreground": {
|
|
614
|
-
"value": "{ivy-framework.source.color.
|
|
614
|
+
"value": "{ivy-framework.source.color.black}",
|
|
615
615
|
"type": "color"
|
|
616
616
|
},
|
|
617
617
|
"violet": {
|
|
@@ -619,7 +619,7 @@
|
|
|
619
619
|
"type": "color"
|
|
620
620
|
},
|
|
621
621
|
"violet-foreground": {
|
|
622
|
-
"value": "{ivy-framework.source.color.
|
|
622
|
+
"value": "{ivy-framework.source.color.black}",
|
|
623
623
|
"type": "color"
|
|
624
624
|
},
|
|
625
625
|
"purple": {
|
|
@@ -627,7 +627,7 @@
|
|
|
627
627
|
"type": "color"
|
|
628
628
|
},
|
|
629
629
|
"purple-foreground": {
|
|
630
|
-
"value": "{ivy-framework.source.color.
|
|
630
|
+
"value": "{ivy-framework.source.color.black}",
|
|
631
631
|
"type": "color"
|
|
632
632
|
},
|
|
633
633
|
"fuchsia": {
|
|
@@ -635,7 +635,7 @@
|
|
|
635
635
|
"type": "color"
|
|
636
636
|
},
|
|
637
637
|
"fuchsia-foreground": {
|
|
638
|
-
"value": "{ivy-framework.source.color.
|
|
638
|
+
"value": "{ivy-framework.source.color.white}",
|
|
639
639
|
"type": "color"
|
|
640
640
|
},
|
|
641
641
|
"pink": {
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
"type": "color"
|
|
644
644
|
},
|
|
645
645
|
"pink-foreground": {
|
|
646
|
-
"value": "{ivy-framework.source.color.
|
|
646
|
+
"value": "{ivy-framework.source.color.white}",
|
|
647
647
|
"type": "color"
|
|
648
648
|
},
|
|
649
649
|
"rose": {
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
"type": "color"
|
|
652
652
|
},
|
|
653
653
|
"rose-foreground": {
|
|
654
|
-
"value": "{ivy-framework.source.color.
|
|
654
|
+
"value": "{ivy-framework.source.color.white}",
|
|
655
655
|
"type": "color"
|
|
656
656
|
}
|
|
657
657
|
}
|