@mittwald/flow-design-tokens 0.1.0-alpha.306 → 0.1.0-alpha.307
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
|
@@ -312,6 +312,7 @@
|
|
|
312
312
|
--progress-bar--value-font-weight: var(--font-weight--bold);
|
|
313
313
|
--progress-bar--font-size-s: var(--font-size--s);
|
|
314
314
|
--progress-bar--font-size: var(--font-size--m);
|
|
315
|
+
--popover--tip-width: var(--size-px--m);
|
|
315
316
|
--popover--tip-height: var(--size-px--s);
|
|
316
317
|
--popover--popover-to-trigger-spacing: var(--size-px--m);
|
|
317
318
|
--popover--border-style: var(--border-style--default);
|
package/dist/variables.json
CHANGED
|
@@ -18655,6 +18655,23 @@
|
|
|
18655
18655
|
"popover",
|
|
18656
18656
|
"tip-height"
|
|
18657
18657
|
]
|
|
18658
|
+
},
|
|
18659
|
+
"tip-width": {
|
|
18660
|
+
"value": "16px",
|
|
18661
|
+
"filePath": "src/components/popover.yml",
|
|
18662
|
+
"isSource": true,
|
|
18663
|
+
"original": {
|
|
18664
|
+
"value": "{size-px.m}"
|
|
18665
|
+
},
|
|
18666
|
+
"name": "PopoverTipWidth",
|
|
18667
|
+
"attributes": {
|
|
18668
|
+
"category": "popover",
|
|
18669
|
+
"type": "tip-width"
|
|
18670
|
+
},
|
|
18671
|
+
"path": [
|
|
18672
|
+
"popover",
|
|
18673
|
+
"tip-width"
|
|
18674
|
+
]
|
|
18658
18675
|
}
|
|
18659
18676
|
},
|
|
18660
18677
|
"progress-bar": {
|
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.307",
|
|
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",
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"nx": "^20.0.0",
|
|
22
22
|
"style-dictionary": "^4.1.3"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "e273d9acbf4391b42d5988a746b24533d3c64dfe"
|
|
25
25
|
}
|