@m7kni/tokens 0.2.0 → 0.2.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.
|
@@ -29,9 +29,9 @@ public enum DSColorLight {
|
|
|
29
29
|
public static let colorFgSoft = Color(red: 0.2184, green: 0.2568, blue: 0.2743)
|
|
30
30
|
public static let colorStatusFail = Color(red: 0.6588, green: 0.2275, blue: 0.1804)
|
|
31
31
|
public static let colorStatusInfo = Color(red: 0.3487, green: 0.3982, blue: 0.4208) /** A note, not a state. Hollow circle, the unfilled twin of FAIL. */
|
|
32
|
-
public static let colorStatusOk = Color(red: 0.
|
|
32
|
+
public static let colorStatusOk = Color(red: 0.1373, green: 0.451, blue: 0.2745)
|
|
33
33
|
public static let colorStatusQueued = Color(red: 0.1137, green: 0.4157, blue: 0.5412) /** Accepted and waiting to start. Hollow diamond: in hand, not yet acting. */
|
|
34
34
|
public static let colorStatusRetired = Color(red: 0.3487, green: 0.3982, blue: 0.4208) /** No longer live and carrying no verdict. Hollow square, the unfilled twin of OK. */
|
|
35
35
|
public static let colorStatusRunning = Color(red: 0.1137, green: 0.4157, blue: 0.5412) /** The system is doing this now. Filled right-pointing triangle; the only status glyph that implies motion. */
|
|
36
|
-
public static let colorStatusWarn = Color(red: 0.
|
|
36
|
+
public static let colorStatusWarn = Color(red: 0.5333, green: 0.3647, blue: 0.0039)
|
|
37
37
|
}
|
package/dist/tokens.css
CHANGED
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
--color-fg-on-inverse: oklch(0.93 0.005 227);
|
|
53
53
|
--color-border-default: oklch(0.9 0.008 227);
|
|
54
54
|
--color-border-strong: oklch(0.82 0.01 227);
|
|
55
|
-
--color-status-ok: #
|
|
56
|
-
--color-status-warn: #
|
|
55
|
+
--color-status-ok: #237346;
|
|
56
|
+
--color-status-warn: #885d01;
|
|
57
57
|
--color-status-fail: #a83a2e;
|
|
58
58
|
--color-status-running: #1d6a8a; /** The system is doing this now. Filled right-pointing triangle; the only status glyph that implies motion. */
|
|
59
59
|
--color-status-queued: #1d6a8a; /** Accepted and waiting to start. Hollow diamond: in hand, not yet acting. */
|
package/dist/tokens.light.css
CHANGED
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
--color-fg-on-inverse: oklch(0.93 0.005 227);
|
|
52
52
|
--color-border-default: oklch(0.9 0.008 227);
|
|
53
53
|
--color-border-strong: oklch(0.82 0.01 227);
|
|
54
|
-
--color-status-ok: #
|
|
55
|
-
--color-status-warn: #
|
|
54
|
+
--color-status-ok: #237346;
|
|
55
|
+
--color-status-warn: #885d01;
|
|
56
56
|
--color-status-fail: #a83a2e;
|
|
57
57
|
--color-status-running: #1d6a8a; /** The system is doing this now. Filled right-pointing triangle; the only status glyph that implies motion. */
|
|
58
58
|
--color-status-queued: #1d6a8a; /** Accepted and waiting to start. Hollow diamond: in hand, not yet acting. */
|
package/package.json
CHANGED
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"$value": "#5fae7f"
|
|
108
108
|
},
|
|
109
109
|
"600": {
|
|
110
|
-
"$value": "#
|
|
110
|
+
"$value": "#237346"
|
|
111
111
|
},
|
|
112
112
|
"$type": "color"
|
|
113
113
|
},
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"$value": "#c9a04a"
|
|
117
117
|
},
|
|
118
118
|
"600": {
|
|
119
|
-
"$value": "#
|
|
119
|
+
"$value": "#885d01"
|
|
120
120
|
},
|
|
121
121
|
"$type": "color"
|
|
122
122
|
},
|