@ivy-interactive/ivy-design-system 1.1.28 → 1.1.30
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 +12 -4
- 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/IvyFrameworkShadowTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkSourceTokens.cs +1018 -2
- 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 +3 -1
- package/dist/css/ivy-framework-chromatic.css +3 -1
- package/dist/css/ivy-framework-source-flat.css +1 -0
- package/dist/css/ivy-framework-source.css +254 -0
- package/dist/js/index.d.ts +2 -1
- package/dist/js/index.js +2 -1
- package/dist/tailwind/ivy-framework.js +2 -1
- package/dist/tokens/index.json +333 -22
- package/package.json +3 -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-10T09:49:53.375Z
|
|
21
21
|
/// Total tokens: 8
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkBorderRadiusTokens
|
|
@@ -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-04-
|
|
21
|
-
/// Total tokens:
|
|
20
|
+
/// Generated on: 2026-04-10T09:49:53.374Z
|
|
21
|
+
/// Total tokens: 36
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkChromaticTokens
|
|
24
24
|
{
|
|
@@ -128,7 +128,13 @@ 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 = "#ffffff";
|
|
132
|
+
|
|
133
|
+
/// <summary>ivy-green</summary>
|
|
134
|
+
public static readonly string IvyGreen = "#00cc92";
|
|
135
|
+
|
|
136
|
+
/// <summary>ivy-green-foreground</summary>
|
|
137
|
+
public static readonly string IvyGreenForeground = "#000000";
|
|
132
138
|
}
|
|
133
139
|
|
|
134
140
|
/// <summary>
|
|
@@ -217,7 +223,9 @@ namespace Ivy.Themes
|
|
|
217
223
|
"pink",
|
|
218
224
|
"pink-foreground",
|
|
219
225
|
"rose",
|
|
220
|
-
"rose-foreground"
|
|
226
|
+
"rose-foreground",
|
|
227
|
+
"ivy-green",
|
|
228
|
+
"ivy-green-foreground"
|
|
221
229
|
};
|
|
222
230
|
}
|
|
223
231
|
|
|
@@ -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-10T09:49:53.376Z
|
|
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-10T09:49:53.376Z
|
|
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-10T09:49:53.374Z
|
|
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-10T09:49:53.375Z
|
|
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-10T09:49:53.375Z
|
|
21
21
|
/// Total tokens: 7
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkShadowTokens
|