@kinetixui/tokens 0.3.1 → 0.4.1
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/android/Theme.kt +1 -1
- package/dist/android/res/values/colors.xml +1 -1
- package/dist/flutter/app_colors.dart +1 -1
- package/dist/flutter/app_theme.dart +1 -1
- package/dist/flutter/kinetix_color_scheme.dark.dart +50 -0
- package/dist/flutter/kinetix_color_scheme.dart +50 -0
- package/dist/ios/KinetixColors.swift +1 -1
- package/dist/ios/KinetixColorsSwiftUI.dark.swift +48 -0
- package/dist/ios/KinetixColorsSwiftUI.swift +48 -0
- package/dist/ios/Theme.swift +1 -1
- package/dist/web/globals.css +1 -1
- package/dist/web/tokens.d.ts +1 -1
- package/dist/web/tokens.js +1 -1
- package/dist/web/tokens.ts +1 -1
- package/package.json +2 -2
package/dist/android/Theme.kt
CHANGED
|
@@ -21,7 +21,7 @@ object KinetixTheme {
|
|
|
21
21
|
val colorChart3 = Color(0xffffbc53)
|
|
22
22
|
val colorChart4 = Color(0xffd13a3a)
|
|
23
23
|
val colorChart5 = Color(0xffb4a499)
|
|
24
|
-
val colorDestructive = Color(
|
|
24
|
+
val colorDestructive = Color(0xffc60a0a)
|
|
25
25
|
val colorDestructiveForeground = Color(0xfffef3f2)
|
|
26
26
|
val colorForeground = Color(0xff050c11)
|
|
27
27
|
val colorInfo = Color(0xff57778d)
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
<color name="color_muted_foreground">#ff6d6d6d</color>
|
|
123
123
|
<color name="color_accent">#fff0f7ff</color>
|
|
124
124
|
<color name="color_accent_foreground">#ff1b3c53</color>
|
|
125
|
-
<color name="color_destructive">#
|
|
125
|
+
<color name="color_destructive">#ffc60a0a</color>
|
|
126
126
|
<color name="color_destructive_foreground">#fffef3f2</color>
|
|
127
127
|
<color name="color_success">#ff5d6d5c</color>
|
|
128
128
|
<color name="color_success_foreground">#fff1f3f1</color>
|
|
@@ -68,7 +68,7 @@ class KinetixColors {
|
|
|
68
68
|
static const colorCream850 = Color(0xFFAD866C);
|
|
69
69
|
static const colorCream900 = Color(0xFFA27659);
|
|
70
70
|
static const colorCream950 = Color(0xFF976747);
|
|
71
|
-
static const colorDestructive = Color(
|
|
71
|
+
static const colorDestructive = Color(0xFFC60A0A); /** a11y: figma error #ec5047 is 3.33:1 under on-error / 3.62:1 as text on the page — fails WCAG AA. red.500 #c60a0a clears 5.6:1 / 6.1:1. See ACCESSIBILITY-AUDIT.md. */
|
|
72
72
|
static const colorDestructiveForeground = Color(0xFFFEF3F2); /** figma: onError #fef3f2 */
|
|
73
73
|
static const colorForeground = Color(0xFF050C11); /** figma: onSurface #050c11 */
|
|
74
74
|
static const colorGreen0 = Color(0xFFFFFFFF);
|
|
@@ -23,7 +23,7 @@ class KinetixTheme {
|
|
|
23
23
|
static const colorChart3 = Color(0xFFFFBC53);
|
|
24
24
|
static const colorChart4 = Color(0xFFD13A3A);
|
|
25
25
|
static const colorChart5 = Color(0xFFB4A499);
|
|
26
|
-
static const colorDestructive = Color(
|
|
26
|
+
static const colorDestructive = Color(0xFFC60A0A); /** a11y: figma error #ec5047 is 3.33:1 under on-error / 3.62:1 as text on the page — fails WCAG AA. red.500 #c60a0a clears 5.6:1 / 6.1:1. See ACCESSIBILITY-AUDIT.md. */
|
|
27
27
|
static const colorDestructiveForeground = Color(0xFFFEF3F2); /** figma: onError #fef3f2 */
|
|
28
28
|
static const colorForeground = Color(0xFF050C11); /** figma: onSurface #050c11 */
|
|
29
29
|
static const colorInfo = Color(0xFF57778D); /** synth: steel blue, distinct from navy primary */
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
//
|
|
2
|
+
// KinetixColorSchemeDark — generated by Style Dictionary. Do not edit.
|
|
3
|
+
//
|
|
4
|
+
|
|
5
|
+
import 'dart:ui';
|
|
6
|
+
|
|
7
|
+
class KinetixColorSchemeDark {
|
|
8
|
+
KinetixColorSchemeDark._();
|
|
9
|
+
|
|
10
|
+
static const background = Color(0xFF050C11);
|
|
11
|
+
static const foreground = Color(0xFFF0F7FF);
|
|
12
|
+
static const card = Color(0xFF0B1821);
|
|
13
|
+
static const cardForeground = Color(0xFFF0F7FF);
|
|
14
|
+
static const popover = Color(0xFF0B1821);
|
|
15
|
+
static const popoverForeground = Color(0xFFF0F7FF);
|
|
16
|
+
static const primary = Color(0xFF92B2C8);
|
|
17
|
+
static const primaryForeground = Color(0xFF050C11);
|
|
18
|
+
static const secondary = Color(0xFF2E362E);
|
|
19
|
+
static const secondaryForeground = Color(0xFFE3E7E3);
|
|
20
|
+
static const muted = Color(0xFF102432);
|
|
21
|
+
static const mutedForeground = Color(0xFF92B2C8);
|
|
22
|
+
static const accent = Color(0xFF102432);
|
|
23
|
+
static const accentForeground = Color(0xFFF0F7FF);
|
|
24
|
+
static const destructive = Color(0xFFDD6A6A);
|
|
25
|
+
static const destructiveForeground = Color(0xFF280202);
|
|
26
|
+
static const success = Color(0xFF90A08F);
|
|
27
|
+
static const successForeground = Color(0xFF171B17);
|
|
28
|
+
static const warning = Color(0xFFFFC975);
|
|
29
|
+
static const warningForeground = Color(0xFF2A1A00);
|
|
30
|
+
static const border = Color(0xFF395A70);
|
|
31
|
+
static const input = Color(0xFF395A70);
|
|
32
|
+
static const ring = Color(0xFF92B2C8);
|
|
33
|
+
static const chart1 = Color(0xFF92B2C8);
|
|
34
|
+
static const chart2 = Color(0xFF90A08F);
|
|
35
|
+
static const chart3 = Color(0xFFFFC975);
|
|
36
|
+
static const chart4 = Color(0xFFDD6A6A);
|
|
37
|
+
static const chart5 = Color(0xFFD2C1B6);
|
|
38
|
+
static const sidebar = Color(0xFF0B1821);
|
|
39
|
+
static const sidebarForeground = Color(0xFFF0F7FF);
|
|
40
|
+
static const sidebarPrimary = Color(0xFF92B2C8);
|
|
41
|
+
static const sidebarPrimaryForeground = Color(0xFF050C11);
|
|
42
|
+
static const sidebarAccent = Color(0xFF102432);
|
|
43
|
+
static const sidebarAccentForeground = Color(0xFFF0F7FF);
|
|
44
|
+
static const sidebarBorder = Color(0xFF395A70);
|
|
45
|
+
static const sidebarRing = Color(0xFF92B2C8);
|
|
46
|
+
static const tertiary = Color(0xFF395A70);
|
|
47
|
+
static const tertiaryForeground = Color(0xFFF0F7FF);
|
|
48
|
+
static const info = Color(0xFF92B2C8);
|
|
49
|
+
static const infoForeground = Color(0xFF050C11);
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
//
|
|
2
|
+
// KinetixColorScheme — generated by Style Dictionary. Do not edit.
|
|
3
|
+
//
|
|
4
|
+
|
|
5
|
+
import 'dart:ui';
|
|
6
|
+
|
|
7
|
+
class KinetixColorScheme {
|
|
8
|
+
KinetixColorScheme._();
|
|
9
|
+
|
|
10
|
+
static const background = Color(0xFFFFFFFF);
|
|
11
|
+
static const foreground = Color(0xFF050C11);
|
|
12
|
+
static const card = Color(0xFFFFFFFF);
|
|
13
|
+
static const cardForeground = Color(0xFF050C11);
|
|
14
|
+
static const popover = Color(0xFFFFFFFF);
|
|
15
|
+
static const popoverForeground = Color(0xFF050C11);
|
|
16
|
+
static const primary = Color(0xFF1B3C53);
|
|
17
|
+
static const primaryForeground = Color(0xFFF0F7FF);
|
|
18
|
+
static const secondary = Color(0xFFF1F3F1);
|
|
19
|
+
static const secondaryForeground = Color(0xFF5D6D5C);
|
|
20
|
+
static const muted = Color(0xFFF6F6F6);
|
|
21
|
+
static const mutedForeground = Color(0xFF6D6D6D);
|
|
22
|
+
static const accent = Color(0xFFF0F7FF);
|
|
23
|
+
static const accentForeground = Color(0xFF1B3C53);
|
|
24
|
+
static const destructive = Color(0xFFC60A0A);
|
|
25
|
+
static const destructiveForeground = Color(0xFFFEF3F2);
|
|
26
|
+
static const success = Color(0xFF5D6D5C);
|
|
27
|
+
static const successForeground = Color(0xFFF1F3F1);
|
|
28
|
+
static const warning = Color(0xFFF97907);
|
|
29
|
+
static const warningForeground = Color(0xFFFFF8EB);
|
|
30
|
+
static const border = Color(0xFF92B2C8);
|
|
31
|
+
static const input = Color(0xFF92B2C8);
|
|
32
|
+
static const ring = Color(0xFF1B3C53);
|
|
33
|
+
static const chart1 = Color(0xFF1B3C53);
|
|
34
|
+
static const chart2 = Color(0xFF748873);
|
|
35
|
+
static const chart3 = Color(0xFFFFBC53);
|
|
36
|
+
static const chart4 = Color(0xFFD13A3A);
|
|
37
|
+
static const chart5 = Color(0xFFB4A499);
|
|
38
|
+
static const sidebar = Color(0xFFFAFAFA);
|
|
39
|
+
static const sidebarForeground = Color(0xFF050C11);
|
|
40
|
+
static const sidebarPrimary = Color(0xFF1B3C53);
|
|
41
|
+
static const sidebarPrimaryForeground = Color(0xFFF0F7FF);
|
|
42
|
+
static const sidebarAccent = Color(0xFFF0F7FF);
|
|
43
|
+
static const sidebarAccentForeground = Color(0xFF1B3C53);
|
|
44
|
+
static const sidebarBorder = Color(0xFFE0E0E0);
|
|
45
|
+
static const sidebarRing = Color(0xFF1B3C53);
|
|
46
|
+
static const tertiary = Color(0xFFB0B0B0);
|
|
47
|
+
static const tertiaryForeground = Color(0xFFF0F7FF);
|
|
48
|
+
static const info = Color(0xFF57778D);
|
|
49
|
+
static const infoForeground = Color(0xFFF0F7FF);
|
|
50
|
+
}
|
|
@@ -65,7 +65,7 @@ public enum KinetixColor {
|
|
|
65
65
|
public static let colorCream850 = UIColor(red: 0.678, green: 0.525, blue: 0.424, alpha: 1)
|
|
66
66
|
public static let colorCream900 = UIColor(red: 0.635, green: 0.463, blue: 0.349, alpha: 1)
|
|
67
67
|
public static let colorCream950 = UIColor(red: 0.592, green: 0.404, blue: 0.278, alpha: 1)
|
|
68
|
-
public static let colorDestructive = UIColor(red: 0.
|
|
68
|
+
public static let colorDestructive = UIColor(red: 0.776, green: 0.039, blue: 0.039, alpha: 1) /** a11y: figma error #ec5047 is 3.33:1 under on-error / 3.62:1 as text on the page — fails WCAG AA. red.500 #c60a0a clears 5.6:1 / 6.1:1. See ACCESSIBILITY-AUDIT.md. */
|
|
69
69
|
public static let colorDestructiveForeground = UIColor(red: 0.996, green: 0.953, blue: 0.949, alpha: 1) /** figma: onError #fef3f2 */
|
|
70
70
|
public static let colorForeground = UIColor(red: 0.020, green: 0.047, blue: 0.067, alpha: 1) /** figma: onSurface #050c11 */
|
|
71
71
|
public static let colorGreen0 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
//
|
|
2
|
+
// KinetixColorsSwiftUIDark — generated by Style Dictionary. Do not edit.
|
|
3
|
+
//
|
|
4
|
+
|
|
5
|
+
import SwiftUI
|
|
6
|
+
|
|
7
|
+
public enum KinetixColorsSwiftUIDark {
|
|
8
|
+
public static let background = Color(red: 0.02, green: 0.047, blue: 0.067)
|
|
9
|
+
public static let foreground = Color(red: 0.941, green: 0.969, blue: 1)
|
|
10
|
+
public static let card = Color(red: 0.043, green: 0.094, blue: 0.129)
|
|
11
|
+
public static let cardForeground = Color(red: 0.941, green: 0.969, blue: 1)
|
|
12
|
+
public static let popover = Color(red: 0.043, green: 0.094, blue: 0.129)
|
|
13
|
+
public static let popoverForeground = Color(red: 0.941, green: 0.969, blue: 1)
|
|
14
|
+
public static let primary = Color(red: 0.573, green: 0.698, blue: 0.784)
|
|
15
|
+
public static let primaryForeground = Color(red: 0.02, green: 0.047, blue: 0.067)
|
|
16
|
+
public static let secondary = Color(red: 0.18, green: 0.212, blue: 0.18)
|
|
17
|
+
public static let secondaryForeground = Color(red: 0.89, green: 0.906, blue: 0.89)
|
|
18
|
+
public static let muted = Color(red: 0.063, green: 0.141, blue: 0.196)
|
|
19
|
+
public static let mutedForeground = Color(red: 0.573, green: 0.698, blue: 0.784)
|
|
20
|
+
public static let accent = Color(red: 0.063, green: 0.141, blue: 0.196)
|
|
21
|
+
public static let accentForeground = Color(red: 0.941, green: 0.969, blue: 1)
|
|
22
|
+
public static let destructive = Color(red: 0.867, green: 0.416, blue: 0.416)
|
|
23
|
+
public static let destructiveForeground = Color(red: 0.157, green: 0.008, blue: 0.008)
|
|
24
|
+
public static let success = Color(red: 0.565, green: 0.627, blue: 0.561)
|
|
25
|
+
public static let successForeground = Color(red: 0.09, green: 0.106, blue: 0.09)
|
|
26
|
+
public static let warning = Color(red: 1, green: 0.788, blue: 0.459)
|
|
27
|
+
public static let warningForeground = Color(red: 0.165, green: 0.102, blue: 0)
|
|
28
|
+
public static let border = Color(red: 0.224, green: 0.353, blue: 0.439)
|
|
29
|
+
public static let input = Color(red: 0.224, green: 0.353, blue: 0.439)
|
|
30
|
+
public static let ring = Color(red: 0.573, green: 0.698, blue: 0.784)
|
|
31
|
+
public static let chart1 = Color(red: 0.573, green: 0.698, blue: 0.784)
|
|
32
|
+
public static let chart2 = Color(red: 0.565, green: 0.627, blue: 0.561)
|
|
33
|
+
public static let chart3 = Color(red: 1, green: 0.788, blue: 0.459)
|
|
34
|
+
public static let chart4 = Color(red: 0.867, green: 0.416, blue: 0.416)
|
|
35
|
+
public static let chart5 = Color(red: 0.824, green: 0.757, blue: 0.714)
|
|
36
|
+
public static let sidebar = Color(red: 0.043, green: 0.094, blue: 0.129)
|
|
37
|
+
public static let sidebarForeground = Color(red: 0.941, green: 0.969, blue: 1)
|
|
38
|
+
public static let sidebarPrimary = Color(red: 0.573, green: 0.698, blue: 0.784)
|
|
39
|
+
public static let sidebarPrimaryForeground = Color(red: 0.02, green: 0.047, blue: 0.067)
|
|
40
|
+
public static let sidebarAccent = Color(red: 0.063, green: 0.141, blue: 0.196)
|
|
41
|
+
public static let sidebarAccentForeground = Color(red: 0.941, green: 0.969, blue: 1)
|
|
42
|
+
public static let sidebarBorder = Color(red: 0.224, green: 0.353, blue: 0.439)
|
|
43
|
+
public static let sidebarRing = Color(red: 0.573, green: 0.698, blue: 0.784)
|
|
44
|
+
public static let tertiary = Color(red: 0.224, green: 0.353, blue: 0.439)
|
|
45
|
+
public static let tertiaryForeground = Color(red: 0.941, green: 0.969, blue: 1)
|
|
46
|
+
public static let info = Color(red: 0.573, green: 0.698, blue: 0.784)
|
|
47
|
+
public static let infoForeground = Color(red: 0.02, green: 0.047, blue: 0.067)
|
|
48
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
//
|
|
2
|
+
// KinetixColorsSwiftUI — generated by Style Dictionary. Do not edit.
|
|
3
|
+
//
|
|
4
|
+
|
|
5
|
+
import SwiftUI
|
|
6
|
+
|
|
7
|
+
public enum KinetixColorsSwiftUI {
|
|
8
|
+
public static let background = Color(red: 1, green: 1, blue: 1)
|
|
9
|
+
public static let foreground = Color(red: 0.02, green: 0.047, blue: 0.067)
|
|
10
|
+
public static let card = Color(red: 1, green: 1, blue: 1)
|
|
11
|
+
public static let cardForeground = Color(red: 0.02, green: 0.047, blue: 0.067)
|
|
12
|
+
public static let popover = Color(red: 1, green: 1, blue: 1)
|
|
13
|
+
public static let popoverForeground = Color(red: 0.02, green: 0.047, blue: 0.067)
|
|
14
|
+
public static let primary = Color(red: 0.106, green: 0.235, blue: 0.325)
|
|
15
|
+
public static let primaryForeground = Color(red: 0.941, green: 0.969, blue: 1)
|
|
16
|
+
public static let secondary = Color(red: 0.945, green: 0.953, blue: 0.945)
|
|
17
|
+
public static let secondaryForeground = Color(red: 0.365, green: 0.427, blue: 0.361)
|
|
18
|
+
public static let muted = Color(red: 0.965, green: 0.965, blue: 0.965)
|
|
19
|
+
public static let mutedForeground = Color(red: 0.427, green: 0.427, blue: 0.427)
|
|
20
|
+
public static let accent = Color(red: 0.941, green: 0.969, blue: 1)
|
|
21
|
+
public static let accentForeground = Color(red: 0.106, green: 0.235, blue: 0.325)
|
|
22
|
+
public static let destructive = Color(red: 0.776, green: 0.039, blue: 0.039)
|
|
23
|
+
public static let destructiveForeground = Color(red: 0.996, green: 0.953, blue: 0.949)
|
|
24
|
+
public static let success = Color(red: 0.365, green: 0.427, blue: 0.361)
|
|
25
|
+
public static let successForeground = Color(red: 0.945, green: 0.953, blue: 0.945)
|
|
26
|
+
public static let warning = Color(red: 0.976, green: 0.475, blue: 0.027)
|
|
27
|
+
public static let warningForeground = Color(red: 1, green: 0.973, blue: 0.922)
|
|
28
|
+
public static let border = Color(red: 0.573, green: 0.698, blue: 0.784)
|
|
29
|
+
public static let input = Color(red: 0.573, green: 0.698, blue: 0.784)
|
|
30
|
+
public static let ring = Color(red: 0.106, green: 0.235, blue: 0.325)
|
|
31
|
+
public static let chart1 = Color(red: 0.106, green: 0.235, blue: 0.325)
|
|
32
|
+
public static let chart2 = Color(red: 0.455, green: 0.533, blue: 0.451)
|
|
33
|
+
public static let chart3 = Color(red: 1, green: 0.737, blue: 0.325)
|
|
34
|
+
public static let chart4 = Color(red: 0.82, green: 0.227, blue: 0.227)
|
|
35
|
+
public static let chart5 = Color(red: 0.706, green: 0.643, blue: 0.6)
|
|
36
|
+
public static let sidebar = Color(red: 0.98, green: 0.98, blue: 0.98)
|
|
37
|
+
public static let sidebarForeground = Color(red: 0.02, green: 0.047, blue: 0.067)
|
|
38
|
+
public static let sidebarPrimary = Color(red: 0.106, green: 0.235, blue: 0.325)
|
|
39
|
+
public static let sidebarPrimaryForeground = Color(red: 0.941, green: 0.969, blue: 1)
|
|
40
|
+
public static let sidebarAccent = Color(red: 0.941, green: 0.969, blue: 1)
|
|
41
|
+
public static let sidebarAccentForeground = Color(red: 0.106, green: 0.235, blue: 0.325)
|
|
42
|
+
public static let sidebarBorder = Color(red: 0.878, green: 0.878, blue: 0.878)
|
|
43
|
+
public static let sidebarRing = Color(red: 0.106, green: 0.235, blue: 0.325)
|
|
44
|
+
public static let tertiary = Color(red: 0.69, green: 0.69, blue: 0.69)
|
|
45
|
+
public static let tertiaryForeground = Color(red: 0.941, green: 0.969, blue: 1)
|
|
46
|
+
public static let info = Color(red: 0.341, green: 0.467, blue: 0.553)
|
|
47
|
+
public static let infoForeground = Color(red: 0.941, green: 0.969, blue: 1)
|
|
48
|
+
}
|
package/dist/ios/Theme.swift
CHANGED
|
@@ -20,7 +20,7 @@ public class KinetixTheme {
|
|
|
20
20
|
public static let colorChart3 = UIColor(red: 1.000, green: 0.737, blue: 0.325, alpha: 1)
|
|
21
21
|
public static let colorChart4 = UIColor(red: 0.820, green: 0.227, blue: 0.227, alpha: 1)
|
|
22
22
|
public static let colorChart5 = UIColor(red: 0.706, green: 0.643, blue: 0.600, alpha: 1)
|
|
23
|
-
public static let colorDestructive = UIColor(red: 0.
|
|
23
|
+
public static let colorDestructive = UIColor(red: 0.776, green: 0.039, blue: 0.039, alpha: 1) /** a11y: figma error #ec5047 is 3.33:1 under on-error / 3.62:1 as text on the page — fails WCAG AA. red.500 #c60a0a clears 5.6:1 / 6.1:1. See ACCESSIBILITY-AUDIT.md. */
|
|
24
24
|
public static let colorDestructiveForeground = UIColor(red: 0.996, green: 0.953, blue: 0.949, alpha: 1) /** figma: onError #fef3f2 */
|
|
25
25
|
public static let colorForeground = UIColor(red: 0.020, green: 0.047, blue: 0.067, alpha: 1) /** figma: onSurface #050c11 */
|
|
26
26
|
public static let colorInfo = UIColor(red: 0.341, green: 0.467, blue: 0.553, alpha: 1) /** synth: steel blue, distinct from navy primary */
|
package/dist/web/globals.css
CHANGED
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
--muted-foreground: var(--neutral-600); /** figma: onSurfaceVariant #6d6d6d */
|
|
193
193
|
--accent: var(--blue-50); /** figma: 'LightBlue' #f0f7ff (the hover fill used by Outline/Ghost buttons) */
|
|
194
194
|
--accent-foreground: var(--blue-500); /** synth: = primary for readable text on accent */
|
|
195
|
-
--destructive: var(--
|
|
195
|
+
--destructive: var(--red-500); /** a11y: figma error #ec5047 is 3.33:1 under on-error / 3.62:1 as text on the page — fails WCAG AA. red.500 #c60a0a clears 5.6:1 / 6.1:1. See ACCESSIBILITY-AUDIT.md. */
|
|
196
196
|
--destructive-foreground: var(--semantic-on-error); /** figma: onError #fef3f2 */
|
|
197
197
|
--success: var(--green-600); /** synth: no Figma success token; green ramp step 6 (distinct from secondary) */
|
|
198
198
|
--success-foreground: var(--green-50); /** synth */
|
package/dist/web/tokens.d.ts
CHANGED
|
@@ -135,7 +135,7 @@ declare const tokens: {
|
|
|
135
135
|
"muted-foreground": "#6d6d6d",
|
|
136
136
|
"accent": "#f0f7ff",
|
|
137
137
|
"accent-foreground": "#1b3c53",
|
|
138
|
-
"destructive": "#
|
|
138
|
+
"destructive": "#c60a0a",
|
|
139
139
|
"destructive-foreground": "#fef3f2",
|
|
140
140
|
"success": "#5d6d5c",
|
|
141
141
|
"success-foreground": "#f1f3f1",
|
package/dist/web/tokens.js
CHANGED
|
@@ -135,7 +135,7 @@ export const tokens = {
|
|
|
135
135
|
"muted-foreground": "#6d6d6d",
|
|
136
136
|
"accent": "#f0f7ff",
|
|
137
137
|
"accent-foreground": "#1b3c53",
|
|
138
|
-
"destructive": "#
|
|
138
|
+
"destructive": "#c60a0a",
|
|
139
139
|
"destructive-foreground": "#fef3f2",
|
|
140
140
|
"success": "#5d6d5c",
|
|
141
141
|
"success-foreground": "#f1f3f1",
|
package/dist/web/tokens.ts
CHANGED
|
@@ -136,7 +136,7 @@ export const tokens = {
|
|
|
136
136
|
"muted-foreground": "#6d6d6d",
|
|
137
137
|
"accent": "#f0f7ff",
|
|
138
138
|
"accent-foreground": "#1b3c53",
|
|
139
|
-
"destructive": "#
|
|
139
|
+
"destructive": "#c60a0a",
|
|
140
140
|
"destructive-foreground": "#fef3f2",
|
|
141
141
|
"success": "#5d6d5c",
|
|
142
142
|
"success-foreground": "#f1f3f1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kinetixui/tokens",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "KinetixUI design tokens — CSS variables, a TypeScript object, and native SwiftUI / Jetpack Compose / Flutter text styles, compiled by Style Dictionary.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design-tokens",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"homepage": "https://kinetixui.com",
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "https://github.com/
|
|
17
|
+
"url": "https://github.com/zedalleys/kinetixui.git",
|
|
18
18
|
"directory": "packages/tokens"
|
|
19
19
|
},
|
|
20
20
|
"type": "module",
|