@surf-kit/tokens 0.1.2 → 0.1.3
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.
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
--surf-color-status-error: #e81152;
|
|
69
69
|
--surf-color-status-error-subtle: rgba(232, 17, 82, 0.1);
|
|
70
70
|
--surf-color-status-info: #0091a5;
|
|
71
|
+
--surf-color-status-info-subtle: rgba(0, 145, 165, 0.15);
|
|
71
72
|
--surf-spacing-1: 4px;
|
|
72
73
|
--surf-spacing-2: 8px;
|
|
73
74
|
--surf-spacing-3: 12px;
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
--surf-color-status-error: #e8175d;
|
|
69
69
|
--surf-color-status-error-subtle: #fde8ef;
|
|
70
70
|
--surf-color-status-info: #5bc8f5;
|
|
71
|
+
--surf-color-status-info-subtle: rgba(14, 165, 233, 0.15);
|
|
71
72
|
--surf-spacing-1: 4px;
|
|
72
73
|
--surf-spacing-2: 8px;
|
|
73
74
|
--surf-spacing-3: 12px;
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
--surf-color-status-error: #e8175d;
|
|
69
69
|
--surf-color-status-error-subtle: #fde8ef;
|
|
70
70
|
--surf-color-status-info: #5bc8f5;
|
|
71
|
+
--surf-color-status-info-subtle: rgba(91, 200, 245, 0.15);
|
|
71
72
|
--surf-spacing-1: 4px;
|
|
72
73
|
--surf-spacing-2: 8px;
|
|
73
74
|
--surf-spacing-3: 12px;
|
package/dist/css/variables.css
CHANGED
package/dist/json/tokens.json
CHANGED
package/dist/ts/tokens.d.ts
CHANGED
|
@@ -70,6 +70,7 @@ export const ColorStatusWarningSubtle: string;
|
|
|
70
70
|
export const ColorStatusError: string;
|
|
71
71
|
export const ColorStatusErrorSubtle: string;
|
|
72
72
|
export const ColorStatusInfo: string;
|
|
73
|
+
export const ColorStatusInfoSubtle: string;
|
|
73
74
|
export const Spacing1: string;
|
|
74
75
|
export const Spacing2: string;
|
|
75
76
|
export const Spacing3: string;
|
package/dist/ts/tokens.js
CHANGED
|
@@ -1262,6 +1262,24 @@ export default {
|
|
|
1262
1262
|
},
|
|
1263
1263
|
path: ["color", "status", "info"],
|
|
1264
1264
|
},
|
|
1265
|
+
"info-subtle": {
|
|
1266
|
+
$value: "#5bc8f526",
|
|
1267
|
+
filePath:
|
|
1268
|
+
"/home/runner/work/surf-kit/surf-kit/packages/tokens/src/semantic/light.json",
|
|
1269
|
+
isSource: true,
|
|
1270
|
+
$type: "color",
|
|
1271
|
+
original: {
|
|
1272
|
+
$value: "rgba(91,200,245,0.15)",
|
|
1273
|
+
$type: "color",
|
|
1274
|
+
},
|
|
1275
|
+
name: "ColorStatusInfoSubtle",
|
|
1276
|
+
attributes: {
|
|
1277
|
+
category: "color",
|
|
1278
|
+
type: "status",
|
|
1279
|
+
item: "info-subtle",
|
|
1280
|
+
},
|
|
1281
|
+
path: ["color", "status", "info-subtle"],
|
|
1282
|
+
},
|
|
1265
1283
|
},
|
|
1266
1284
|
},
|
|
1267
1285
|
spacing: {
|