@mittwald/flow-design-tokens 0.2.0-alpha.181 → 0.2.0-alpha.183
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 -1
- package/dist/variables.json +2 -2
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
--contextual-help--max-width: 500px;
|
|
237
237
|
--modal--size--s: 660px;
|
|
238
238
|
--modal--size--m: 900px;
|
|
239
|
-
--modal--size--l:
|
|
239
|
+
--modal--size--l: 1300px;
|
|
240
240
|
--modal--content-min-height: 120px;
|
|
241
241
|
--popover--min-width: 200px;
|
|
242
242
|
--tooltip--max-width: 300px;
|
package/dist/variables.json
CHANGED
|
@@ -17813,11 +17813,11 @@
|
|
|
17813
17813
|
]
|
|
17814
17814
|
},
|
|
17815
17815
|
"l": {
|
|
17816
|
-
"value": "
|
|
17816
|
+
"value": "1300px",
|
|
17817
17817
|
"filePath": "src/overlays/modal.yml",
|
|
17818
17818
|
"isSource": true,
|
|
17819
17819
|
"original": {
|
|
17820
|
-
"value": "
|
|
17820
|
+
"value": "1300px"
|
|
17821
17821
|
},
|
|
17822
17822
|
"name": "ModalSizeL",
|
|
17823
17823
|
"attributes": {
|
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.183",
|
|
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": "4ede26a67659546f14748a6130cfdc8aa850b354"
|
|
28
28
|
}
|