@ivy-interactive/ivy-design-system 1.1.16 → 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.
@@ -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: 2025-12-27T21:08:13.587Z
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: 2025-12-27T21:08:13.588Z
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 = "#000000";
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: 2025-12-27T21:08:13.587Z
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: 2025-12-27T21:08:13.586Z
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: 2025-12-27T21:08:13.586Z
21
- /// Total tokens: 39
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: 2025-12-27T21:08:13.589Z
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: 2025-12-27T21:08:13.589Z
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: 2025-12-27T21:08:13.588Z
20
+ /// Generated on: 2026-01-19T11:39:38.510Z
21
21
  /// Total tokens: 25
22
22
  /// </remarks>
23
23
  public static class IvyWebSourceTokens
@@ -12,7 +12,7 @@
12
12
  --warning-foreground: #000000;
13
13
  --info: #4469c0;
14
14
  --info-foreground: #ffffff;
15
- --background: #000000;
15
+ --background: #0a0a0a;
16
16
  --foreground: #f8f8f8;
17
17
  --border: #262626;
18
18
  --input: #262626;
@@ -12,7 +12,7 @@
12
12
  --color-warning-foreground: #000000;
13
13
  --color-info: #4469c0;
14
14
  --color-info-foreground: #ffffff;
15
- --color-background: #000000;
15
+ --color-background: #0a0a0a;
16
16
  --color-foreground: #f8f8f8;
17
17
  --color-border: #262626;
18
18
  --color-input: #262626;
@@ -17,6 +17,7 @@
17
17
  --accent-foreground-light: #333333;
18
18
  --card-foreground-light: #262626;
19
19
  --card-dark: #171717;
20
+ --background-dark: #0a0a0a;
20
21
  --red: #dd5860;
21
22
  --orange: #dc824d;
22
23
  --amber: #deb145;
@@ -17,6 +17,7 @@
17
17
  --color-accent-foreground-light: #333333;
18
18
  --color-card-foreground-light: #262626;
19
19
  --color-card-dark: #171717;
20
+ --color-background-dark: #0a0a0a;
20
21
  --color-red: #dd5860;
21
22
  --color-orange: #dc824d;
22
23
  --color-amber: #deb145;
@@ -20,6 +20,7 @@ export type TokenName =
20
20
  | 'color-accent-foreground-light'
21
21
  | 'color-card-foreground-light'
22
22
  | 'color-card-dark'
23
+ | 'color-background-dark'
23
24
  | 'color-red'
24
25
  | 'color-orange'
25
26
  | 'color-amber'
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)",