@ivy-interactive/ivy-design-system 1.1.17 → 1.1.18
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/IvyFrameworkChromaticTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkDarkThemeTokens.cs +2 -2
- package/dist/csharp/IvyFrameworkLightThemeTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkNeutralTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkSourceTokens.cs +6 -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-dark-flat.css +1 -1
- package/dist/css/ivy-framework-dark.css +1 -1
- package/dist/css/ivy-framework-source-flat.css +1 -0
- package/dist/css/ivy-framework-source.css +1 -0
- 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 +685 -690
- 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:
|
|
20
|
+
/// Generated on: 2026-01-19T11:39:38.509Z
|
|
21
21
|
/// Total tokens: 34
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkChromaticTokens
|
|
@@ -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:
|
|
20
|
+
/// Generated on: 2026-01-19T11:39:38.510Z
|
|
21
21
|
/// Total tokens: 25
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkDarkThemeTokens
|
|
@@ -65,7 +65,7 @@ namespace Ivy.Themes
|
|
|
65
65
|
public static readonly string InfoForeground = "#ffffff";
|
|
66
66
|
|
|
67
67
|
/// <summary>background</summary>
|
|
68
|
-
public static readonly string Background = "#
|
|
68
|
+
public static readonly string Background = "#0a0a0a";
|
|
69
69
|
|
|
70
70
|
/// <summary>foreground</summary>
|
|
71
71
|
public static readonly string Foreground = "#f8f8f8";
|
|
@@ -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:
|
|
20
|
+
/// Generated on: 2026-01-19T11:39:38.509Z
|
|
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:
|
|
20
|
+
/// Generated on: 2026-01-19T11:39:38.509Z
|
|
21
21
|
/// Total tokens: 14
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkNeutralTokens
|
|
@@ -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:
|
|
21
|
-
/// Total tokens:
|
|
20
|
+
/// Generated on: 2026-01-19T11:39:38.508Z
|
|
21
|
+
/// Total tokens: 40
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkSourceTokens
|
|
24
24
|
{
|
|
@@ -79,6 +79,9 @@ namespace Ivy.Themes
|
|
|
79
79
|
/// <summary>card-dark</summary>
|
|
80
80
|
public static readonly string CardDark = "#171717";
|
|
81
81
|
|
|
82
|
+
/// <summary>background-dark</summary>
|
|
83
|
+
public static readonly string BackgroundDark = "#0a0a0a";
|
|
84
|
+
|
|
82
85
|
/// <summary>red</summary>
|
|
83
86
|
public static readonly string Red = "#dd5860";
|
|
84
87
|
|
|
@@ -216,6 +219,7 @@ namespace Ivy.Themes
|
|
|
216
219
|
"accent-foreground-light",
|
|
217
220
|
"card-foreground-light",
|
|
218
221
|
"card-dark",
|
|
222
|
+
"background-dark",
|
|
219
223
|
"red",
|
|
220
224
|
"orange",
|
|
221
225
|
"amber",
|
|
@@ -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:
|
|
20
|
+
/// Generated on: 2026-01-19T11:39:38.511Z
|
|
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:
|
|
20
|
+
/// Generated on: 2026-01-19T11:39:38.510Z
|
|
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:
|
|
20
|
+
/// Generated on: 2026-01-19T11:39:38.510Z
|
|
21
21
|
/// Total tokens: 25
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyWebSourceTokens
|
package/dist/js/index.d.ts
CHANGED
package/dist/js/index.js
CHANGED
|
@@ -20,6 +20,7 @@ export const tokens = {
|
|
|
20
20
|
"color-accent-foreground-light": "var(--color-accent-foreground-light)",
|
|
21
21
|
"color-card-foreground-light": "var(--color-card-foreground-light)",
|
|
22
22
|
"color-card-dark": "var(--color-card-dark)",
|
|
23
|
+
"color-background-dark": "var(--color-background-dark)",
|
|
23
24
|
"color-red": "var(--color-red)",
|
|
24
25
|
"color-orange": "var(--color-orange)",
|
|
25
26
|
"color-amber": "var(--color-amber)",
|
|
@@ -19,6 +19,7 @@ export default {
|
|
|
19
19
|
"accent-foreground-light": "var(--color-accent-foreground-light)",
|
|
20
20
|
"card-foreground-light": "var(--color-card-foreground-light)",
|
|
21
21
|
"card-dark": "var(--color-card-dark)",
|
|
22
|
+
"background-dark": "var(--color-background-dark)",
|
|
22
23
|
"red": "var(--color-red)",
|
|
23
24
|
"orange": "var(--color-orange)",
|
|
24
25
|
"amber": "var(--color-amber)",
|