@mittwald/flow-design-tokens 0.1.0-alpha.348 → 0.1.0-alpha.349
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 +6 -2
- package/dist/variables.json +73 -3
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
--size-rem--xxxs: 0.0625rem;
|
|
30
30
|
--tooltip--max-width: 300px;
|
|
31
31
|
--popover--min-width: 200px;
|
|
32
|
-
--overlay--background-color: rgba(0, 0, 0, 0.3);
|
|
33
32
|
--modal--size--m: 900px;
|
|
34
33
|
--modal--size--s: 660px;
|
|
35
34
|
--contextual-help--max-width: 500px;
|
|
@@ -410,13 +409,17 @@
|
|
|
410
409
|
--popover--popover-to-trigger-spacing: var(--size-px--m);
|
|
411
410
|
--popover--border-style: var(--border-style--default);
|
|
412
411
|
--popover--padding: var(--size-px--m);
|
|
413
|
-
--
|
|
412
|
+
--overlay--background-color: var(--dark--color--200);
|
|
414
413
|
--modal--off-canvas-max-width: calc(100vw - var(--size-px--m));
|
|
415
414
|
--modal--off-canvas-padding-y: var(--size-px--s);
|
|
416
415
|
--modal--action-group-border-style: var(--border-style--default);
|
|
417
416
|
--modal--action-group-padding: var(--size-rem--l);
|
|
418
417
|
--modal--padding-bottom: var(--size-px--xl);
|
|
419
418
|
--modal--padding: var(--size-px--l);
|
|
419
|
+
--light-box--spacing: var(--size-px--s);
|
|
420
|
+
--light-box--max-height: calc(100dvh - var(--size-px--l));
|
|
421
|
+
--light-box--max-width: calc(100dvw - var(--size-px--l));
|
|
422
|
+
--light-box--overlay-background-color: var(--dark--color--600);
|
|
420
423
|
--contextual-help--content-to-content-spacing: var(--size-rem--s);
|
|
421
424
|
--tab-panel--padding: var(--size-px--xl);
|
|
422
425
|
--tab--text-to-status-spacing: var(--size-rem--s);
|
|
@@ -715,6 +718,7 @@
|
|
|
715
718
|
--tooltip--background-color: var(--neutral--color--900);
|
|
716
719
|
--popover--border-width: var(--border-width--100);
|
|
717
720
|
--popover--background-color: var(--neutral--color--100);
|
|
721
|
+
--popover--corner-radius: var(--corner-radius--default);
|
|
718
722
|
--popover--box-shadow: var(--shadow--overlay);
|
|
719
723
|
--modal--off-canvas-header-background-color: var(--neutral--color--200);
|
|
720
724
|
--modal--action-group-border-top-width: var(--border-width--100);
|
package/dist/variables.json
CHANGED
|
@@ -16524,6 +16524,76 @@
|
|
|
16524
16524
|
]
|
|
16525
16525
|
}
|
|
16526
16526
|
},
|
|
16527
|
+
"light-box": {
|
|
16528
|
+
"overlay-background-color": {
|
|
16529
|
+
"value": "rgb(0 0 0 / 75%)",
|
|
16530
|
+
"filePath": "src/overlays/light-box.yml",
|
|
16531
|
+
"isSource": true,
|
|
16532
|
+
"original": {
|
|
16533
|
+
"value": "{dark.color.600}"
|
|
16534
|
+
},
|
|
16535
|
+
"name": "LightBoxOverlayBackgroundColor",
|
|
16536
|
+
"attributes": {
|
|
16537
|
+
"category": "light-box",
|
|
16538
|
+
"type": "overlay-background-color"
|
|
16539
|
+
},
|
|
16540
|
+
"path": [
|
|
16541
|
+
"light-box",
|
|
16542
|
+
"overlay-background-color"
|
|
16543
|
+
]
|
|
16544
|
+
},
|
|
16545
|
+
"max-width": {
|
|
16546
|
+
"value": "calc(100dvw - 24px)",
|
|
16547
|
+
"filePath": "src/overlays/light-box.yml",
|
|
16548
|
+
"isSource": true,
|
|
16549
|
+
"original": {
|
|
16550
|
+
"value": "calc(100dvw - {size-px.l})"
|
|
16551
|
+
},
|
|
16552
|
+
"name": "LightBoxMaxWidth",
|
|
16553
|
+
"attributes": {
|
|
16554
|
+
"category": "light-box",
|
|
16555
|
+
"type": "max-width"
|
|
16556
|
+
},
|
|
16557
|
+
"path": [
|
|
16558
|
+
"light-box",
|
|
16559
|
+
"max-width"
|
|
16560
|
+
]
|
|
16561
|
+
},
|
|
16562
|
+
"max-height": {
|
|
16563
|
+
"value": "calc(100dvh - 24px)",
|
|
16564
|
+
"filePath": "src/overlays/light-box.yml",
|
|
16565
|
+
"isSource": true,
|
|
16566
|
+
"original": {
|
|
16567
|
+
"value": "calc(100dvh - {size-px.l})"
|
|
16568
|
+
},
|
|
16569
|
+
"name": "LightBoxMaxHeight",
|
|
16570
|
+
"attributes": {
|
|
16571
|
+
"category": "light-box",
|
|
16572
|
+
"type": "max-height"
|
|
16573
|
+
},
|
|
16574
|
+
"path": [
|
|
16575
|
+
"light-box",
|
|
16576
|
+
"max-height"
|
|
16577
|
+
]
|
|
16578
|
+
},
|
|
16579
|
+
"spacing": {
|
|
16580
|
+
"value": "8px",
|
|
16581
|
+
"filePath": "src/overlays/light-box.yml",
|
|
16582
|
+
"isSource": true,
|
|
16583
|
+
"original": {
|
|
16584
|
+
"value": "{size-px.s}"
|
|
16585
|
+
},
|
|
16586
|
+
"name": "LightBoxSpacing",
|
|
16587
|
+
"attributes": {
|
|
16588
|
+
"category": "light-box",
|
|
16589
|
+
"type": "spacing"
|
|
16590
|
+
},
|
|
16591
|
+
"path": [
|
|
16592
|
+
"light-box",
|
|
16593
|
+
"spacing"
|
|
16594
|
+
]
|
|
16595
|
+
}
|
|
16596
|
+
},
|
|
16527
16597
|
"modal": {
|
|
16528
16598
|
"corner-radius": {
|
|
16529
16599
|
"value": "4px",
|
|
@@ -16772,11 +16842,11 @@
|
|
|
16772
16842
|
},
|
|
16773
16843
|
"overlay": {
|
|
16774
16844
|
"background-color": {
|
|
16775
|
-
"value": "
|
|
16845
|
+
"value": "rgb(0 0 0 / 25%)",
|
|
16776
16846
|
"filePath": "src/overlays/overlay.yml",
|
|
16777
16847
|
"isSource": true,
|
|
16778
16848
|
"original": {
|
|
16779
|
-
"value": "
|
|
16849
|
+
"value": "{dark.color.200}"
|
|
16780
16850
|
},
|
|
16781
16851
|
"name": "OverlayBackgroundColor",
|
|
16782
16852
|
"attributes": {
|
|
@@ -16812,7 +16882,7 @@
|
|
|
16812
16882
|
"filePath": "src/overlays/popover.yml",
|
|
16813
16883
|
"isSource": true,
|
|
16814
16884
|
"original": {
|
|
16815
|
-
"value": "{
|
|
16885
|
+
"value": "{corner-radius.default}"
|
|
16816
16886
|
},
|
|
16817
16887
|
"name": "PopoverCornerRadius",
|
|
16818
16888
|
"attributes": {
|
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.349",
|
|
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": "9abd015cbaa3978e1bd624bf2f15972e6ac7af65"
|
|
25
25
|
}
|