@mittwald/flow-design-tokens 0.2.0-alpha.749 → 0.2.0-alpha.750
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 +4 -1
- package/dist/variables.json +78 -19
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -149,6 +149,7 @@
|
|
|
149
149
|
--color--code-syntax--operator: #C12F3F;
|
|
150
150
|
--color--code-syntax--invalid: #cb2431;
|
|
151
151
|
--avatar--size--m: 2.5rem;
|
|
152
|
+
--code-block--font-family: FiraCode, monospace;
|
|
152
153
|
--icon--size--s: 1rem;
|
|
153
154
|
--icon--size--m: 1.5rem;
|
|
154
155
|
--icon--size--l: 4rem;
|
|
@@ -164,6 +165,7 @@
|
|
|
164
165
|
--font-size-heading--l: 1.5rem;
|
|
165
166
|
--font-size-heading--xl: 2rem;
|
|
166
167
|
--font-size-heading--xxl: 2.625rem;
|
|
168
|
+
--code-editor--font-family: FiraCode, monospace;
|
|
167
169
|
--calendar--cell-size: 2.25rem;
|
|
168
170
|
--switch--track-height: 1.5rem;
|
|
169
171
|
--switch--track-width: 2.75rem;
|
|
@@ -379,7 +381,6 @@
|
|
|
379
381
|
--avatar--size--l: var(--size-rem--xxl);
|
|
380
382
|
--code-block--font-size: var(--font-size-text--s);
|
|
381
383
|
--code-block--padding: var(--size-px--m);
|
|
382
|
-
--code-block--spacing: var(--size-px--s);
|
|
383
384
|
--code-block--border-style: var(--border-style--default);
|
|
384
385
|
--decorative--blue-background-color: var(--color--hosting-blue--200);
|
|
385
386
|
--decorative--blue-content-accent-color: var(--color--hosting-blue--800);
|
|
@@ -444,6 +445,8 @@
|
|
|
444
445
|
--line-height--m: calc(var(--font-size-text--m) * 1.5);
|
|
445
446
|
--line-height--s: calc(var(--font-size-text--s) * 1.5);
|
|
446
447
|
--font-size-text--default: var(--font-size-text--m);
|
|
448
|
+
--code-editor--font-size: var(--font-size-text--s);
|
|
449
|
+
--code-editor--gutter-element-min-width: var(--size-rem--l);
|
|
447
450
|
--date-picker--date-segment-corner-radius: var(--size-px--xs);
|
|
448
451
|
--calendar--spacing: var(--size-rem--xs);
|
|
449
452
|
--calendar--cell-corner-radius: var(--corner-radius--round);
|
package/dist/variables.json
CHANGED
|
@@ -13360,6 +13360,25 @@
|
|
|
13360
13360
|
"font-size"
|
|
13361
13361
|
]
|
|
13362
13362
|
},
|
|
13363
|
+
"font-family": {
|
|
13364
|
+
"key": "{code-block.font-family}",
|
|
13365
|
+
"value": "FiraCode, monospace",
|
|
13366
|
+
"filePath": "src/content/code-block.yml",
|
|
13367
|
+
"isSource": true,
|
|
13368
|
+
"original": {
|
|
13369
|
+
"value": "FiraCode, monospace",
|
|
13370
|
+
"key": "{code-block.font-family}"
|
|
13371
|
+
},
|
|
13372
|
+
"name": "CodeBlockFontFamily",
|
|
13373
|
+
"attributes": {
|
|
13374
|
+
"category": "code-block",
|
|
13375
|
+
"type": "font-family"
|
|
13376
|
+
},
|
|
13377
|
+
"path": [
|
|
13378
|
+
"code-block",
|
|
13379
|
+
"font-family"
|
|
13380
|
+
]
|
|
13381
|
+
},
|
|
13363
13382
|
"padding": {
|
|
13364
13383
|
"key": "{code-block.padding}",
|
|
13365
13384
|
"value": "16px",
|
|
@@ -13398,25 +13417,6 @@
|
|
|
13398
13417
|
"corner-radius"
|
|
13399
13418
|
]
|
|
13400
13419
|
},
|
|
13401
|
-
"spacing": {
|
|
13402
|
-
"key": "{code-block.spacing}",
|
|
13403
|
-
"value": "8px",
|
|
13404
|
-
"filePath": "src/content/code-block.yml",
|
|
13405
|
-
"isSource": true,
|
|
13406
|
-
"original": {
|
|
13407
|
-
"value": "{size-px.s}",
|
|
13408
|
-
"key": "{code-block.spacing}"
|
|
13409
|
-
},
|
|
13410
|
-
"name": "CodeBlockSpacing",
|
|
13411
|
-
"attributes": {
|
|
13412
|
-
"category": "code-block",
|
|
13413
|
-
"type": "spacing"
|
|
13414
|
-
},
|
|
13415
|
-
"path": [
|
|
13416
|
-
"code-block",
|
|
13417
|
-
"spacing"
|
|
13418
|
-
]
|
|
13419
|
-
},
|
|
13420
13420
|
"border-width": {
|
|
13421
13421
|
"key": "{code-block.border-width}",
|
|
13422
13422
|
"value": "1px",
|
|
@@ -16295,6 +16295,65 @@
|
|
|
16295
16295
|
}
|
|
16296
16296
|
}
|
|
16297
16297
|
},
|
|
16298
|
+
"code-editor": {
|
|
16299
|
+
"font-size": {
|
|
16300
|
+
"key": "{code-editor.font-size}",
|
|
16301
|
+
"value": "0.875rem",
|
|
16302
|
+
"filePath": "src/form/code-editor.yml",
|
|
16303
|
+
"isSource": true,
|
|
16304
|
+
"original": {
|
|
16305
|
+
"value": "{font-size-text.s}",
|
|
16306
|
+
"key": "{code-editor.font-size}"
|
|
16307
|
+
},
|
|
16308
|
+
"name": "CodeEditorFontSize",
|
|
16309
|
+
"attributes": {
|
|
16310
|
+
"category": "code-editor",
|
|
16311
|
+
"type": "font-size"
|
|
16312
|
+
},
|
|
16313
|
+
"path": [
|
|
16314
|
+
"code-editor",
|
|
16315
|
+
"font-size"
|
|
16316
|
+
]
|
|
16317
|
+
},
|
|
16318
|
+
"font-family": {
|
|
16319
|
+
"key": "{code-editor.font-family}",
|
|
16320
|
+
"value": "FiraCode, monospace",
|
|
16321
|
+
"filePath": "src/form/code-editor.yml",
|
|
16322
|
+
"isSource": true,
|
|
16323
|
+
"original": {
|
|
16324
|
+
"value": "FiraCode, monospace",
|
|
16325
|
+
"key": "{code-editor.font-family}"
|
|
16326
|
+
},
|
|
16327
|
+
"name": "CodeEditorFontFamily",
|
|
16328
|
+
"attributes": {
|
|
16329
|
+
"category": "code-editor",
|
|
16330
|
+
"type": "font-family"
|
|
16331
|
+
},
|
|
16332
|
+
"path": [
|
|
16333
|
+
"code-editor",
|
|
16334
|
+
"font-family"
|
|
16335
|
+
]
|
|
16336
|
+
},
|
|
16337
|
+
"gutter-element-min-width": {
|
|
16338
|
+
"key": "{code-editor.gutter-element-min-width}",
|
|
16339
|
+
"value": "1.5rem",
|
|
16340
|
+
"filePath": "src/form/code-editor.yml",
|
|
16341
|
+
"isSource": true,
|
|
16342
|
+
"original": {
|
|
16343
|
+
"value": "{size-rem.l}",
|
|
16344
|
+
"key": "{code-editor.gutter-element-min-width}"
|
|
16345
|
+
},
|
|
16346
|
+
"name": "CodeEditorGutterElementMinWidth",
|
|
16347
|
+
"attributes": {
|
|
16348
|
+
"category": "code-editor",
|
|
16349
|
+
"type": "gutter-element-min-width"
|
|
16350
|
+
},
|
|
16351
|
+
"path": [
|
|
16352
|
+
"code-editor",
|
|
16353
|
+
"gutter-element-min-width"
|
|
16354
|
+
]
|
|
16355
|
+
}
|
|
16356
|
+
},
|
|
16298
16357
|
"date-picker": {
|
|
16299
16358
|
"date-segment-background-color": {
|
|
16300
16359
|
"focused": {
|
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.750",
|
|
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.1.2",
|
|
25
25
|
"style-dictionary": "^5.2.0"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "2df990925da8edceaacb9c5a1ca6ca829f81a725"
|
|
28
28
|
}
|