@mittwald/flow-design-tokens 0.2.0-alpha.70 → 0.2.0-alpha.71
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/variables.css +1 -0
- package/dist/variables.json +17 -0
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -918,6 +918,7 @@
|
|
|
918
918
|
--text--color--dark: var(--dark-plain-content-color);
|
|
919
919
|
--text--blockquote-border-width: var(--border-width--300);
|
|
920
920
|
--focus--outline-color: var(--primary--color--800);
|
|
921
|
+
--focus--secondary-outline-color: var(--neutral--color--100);
|
|
921
922
|
--focus--outline-width: var(--border-width--200);
|
|
922
923
|
--choice--icon-color--selected: var(--primary--color--800);
|
|
923
924
|
--calendar--heading-font-size: var(--font-size-text--default);
|
package/dist/variables.json
CHANGED
|
@@ -14294,6 +14294,23 @@
|
|
|
14294
14294
|
"outline-color"
|
|
14295
14295
|
]
|
|
14296
14296
|
},
|
|
14297
|
+
"secondary-outline-color": {
|
|
14298
|
+
"value": "#FFFFFF",
|
|
14299
|
+
"filePath": "src/focus.yml",
|
|
14300
|
+
"isSource": true,
|
|
14301
|
+
"original": {
|
|
14302
|
+
"value": "{neutral.color.100}"
|
|
14303
|
+
},
|
|
14304
|
+
"name": "FocusSecondaryOutlineColor",
|
|
14305
|
+
"attributes": {
|
|
14306
|
+
"category": "focus",
|
|
14307
|
+
"type": "secondary-outline-color"
|
|
14308
|
+
},
|
|
14309
|
+
"path": [
|
|
14310
|
+
"focus",
|
|
14311
|
+
"secondary-outline-color"
|
|
14312
|
+
]
|
|
14313
|
+
},
|
|
14297
14314
|
"outline-offset": {
|
|
14298
14315
|
"value": "2px",
|
|
14299
14316
|
"filePath": "src/focus.yml",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-design-tokens",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.71",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The design tokens used in Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://github.com/mittwald/flow/tree/main/packages/design-tokens",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"rimraf": "^6.0.1",
|
|
25
25
|
"style-dictionary": "^4.3.3"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "8dc1738bac60826ebee4f05992008242939f5e07"
|
|
28
28
|
}
|