@mittwald/flow-design-tokens 0.1.0-alpha.387 → 0.1.0-alpha.388
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 +0 -1
- package/dist/variables.json +0 -17
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -990,7 +990,6 @@
|
|
|
990
990
|
--separator--height: var(--border-width--100);
|
|
991
991
|
--table--corner-radius: var(--corner-radius--default);
|
|
992
992
|
--table--border-width: var(--border-width--100);
|
|
993
|
-
--table--header-color: var(--primary--color--1000);
|
|
994
993
|
--table--header-border-width: var(--border-width--200);
|
|
995
994
|
--table--footer-border-width: var(--border-width--200);
|
|
996
995
|
--table--background-color: var(--neutral--color--100);
|
package/dist/variables.json
CHANGED
|
@@ -22338,23 +22338,6 @@
|
|
|
22338
22338
|
"padding-y"
|
|
22339
22339
|
]
|
|
22340
22340
|
},
|
|
22341
|
-
"header-color": {
|
|
22342
|
-
"value": "#002A7B",
|
|
22343
|
-
"filePath": "src/structure/table.yml",
|
|
22344
|
-
"isSource": true,
|
|
22345
|
-
"original": {
|
|
22346
|
-
"value": "{primary.color.1000}"
|
|
22347
|
-
},
|
|
22348
|
-
"name": "TableHeaderColor",
|
|
22349
|
-
"attributes": {
|
|
22350
|
-
"category": "table",
|
|
22351
|
-
"type": "header-color"
|
|
22352
|
-
},
|
|
22353
|
-
"path": [
|
|
22354
|
-
"table",
|
|
22355
|
-
"header-color"
|
|
22356
|
-
]
|
|
22357
|
-
},
|
|
22358
22341
|
"header-font-weight": {
|
|
22359
22342
|
"value": "bold",
|
|
22360
22343
|
"filePath": "src/structure/table.yml",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-design-tokens",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.388",
|
|
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",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"prettier": "^3.4.1",
|
|
23
23
|
"style-dictionary": "^4.2.0"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "204af852ceb314d06914059772b3fa879ccf6e30"
|
|
26
26
|
}
|