@mittwald/flow-design-tokens 0.2.0-alpha.114 → 0.2.0-alpha.116

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.
@@ -236,6 +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: 1300px;
239
240
  --modal--content-min-height: 120px;
240
241
  --popover--min-width: 200px;
241
242
  --tooltip--max-width: 300px;
@@ -671,8 +672,8 @@
671
672
  --progress-bar--spacing-x: var(--size-rem--m);
672
673
  --progress-bar--height: var(--size-rem--s);
673
674
  --progress-bar--corner-radius: var(--size-rem--xs);
674
- --accent-box--background-color-blue: var(--color--hosting-blue--100);
675
675
  --accent-box--background-color-gradient: var(--color--gradient);
676
+ --accent-box--background-color-blue: var(--color--hosting-blue--100);
676
677
  --accent-box--icon-color-blue: var(--color--hosting-blue--200);
677
678
  --accent-box--padding: var(--size-px--m);
678
679
  --accordion--spacing: var(--size-rem--s);
@@ -1026,6 +1027,8 @@
1026
1027
  --notification--success-background-color--default: var(--neutral--color--100);
1027
1028
  --progress-bar--border-width: var(--border-width--100);
1028
1029
  --progress-bar--background-color: var(--neutral-outline-background-color--default);
1030
+ --accent-box--background-color-neutral: var(--neutral--color--300);
1031
+ --accent-box--icon-color-neutral: var(--neutral--color--400);
1029
1032
  --accent-box--corner-radius: var(--corner-radius--default);
1030
1033
  --accordion--corner-radius: var(--corner-radius--default);
1031
1034
  --accordion--border-width: var(--border-width--100);
@@ -17597,6 +17597,25 @@
17597
17597
  "size",
17598
17598
  "m"
17599
17599
  ]
17600
+ },
17601
+ "l": {
17602
+ "value": "1300px",
17603
+ "filePath": "src/overlays/modal.yml",
17604
+ "isSource": true,
17605
+ "original": {
17606
+ "value": "1300px"
17607
+ },
17608
+ "name": "ModalSizeL",
17609
+ "attributes": {
17610
+ "category": "modal",
17611
+ "type": "size",
17612
+ "item": "l"
17613
+ },
17614
+ "path": [
17615
+ "modal",
17616
+ "size",
17617
+ "l"
17618
+ ]
17600
17619
  }
17601
17620
  },
17602
17621
  "footer-background-color": {
@@ -22003,21 +22022,21 @@
22003
22022
  }
22004
22023
  },
22005
22024
  "accent-box": {
22006
- "background-color-blue": {
22007
- "value": "#F0F5FF",
22025
+ "background-color-neutral": {
22026
+ "value": "#F8F8F8",
22008
22027
  "filePath": "src/structure/accent-box.yml",
22009
22028
  "isSource": true,
22010
22029
  "original": {
22011
- "value": "{color.hosting-blue.100}"
22030
+ "value": "{neutral.color.300}"
22012
22031
  },
22013
- "name": "AccentBoxBackgroundColorBlue",
22032
+ "name": "AccentBoxBackgroundColorNeutral",
22014
22033
  "attributes": {
22015
22034
  "category": "accent-box",
22016
- "type": "background-color-blue"
22035
+ "type": "background-color-neutral"
22017
22036
  },
22018
22037
  "path": [
22019
22038
  "accent-box",
22020
- "background-color-blue"
22039
+ "background-color-neutral"
22021
22040
  ]
22022
22041
  },
22023
22042
  "background-color-green": {
@@ -22054,6 +22073,23 @@
22054
22073
  "background-color-gradient"
22055
22074
  ]
22056
22075
  },
22076
+ "background-color-blue": {
22077
+ "value": "#F0F5FF",
22078
+ "filePath": "src/structure/accent-box.yml",
22079
+ "isSource": true,
22080
+ "original": {
22081
+ "value": "{color.hosting-blue.100}"
22082
+ },
22083
+ "name": "AccentBoxBackgroundColorBlue",
22084
+ "attributes": {
22085
+ "category": "accent-box",
22086
+ "type": "background-color-blue"
22087
+ },
22088
+ "path": [
22089
+ "accent-box",
22090
+ "background-color-blue"
22091
+ ]
22092
+ },
22057
22093
  "icon-color-blue": {
22058
22094
  "value": "#E0EBFF",
22059
22095
  "filePath": "src/structure/accent-box.yml",
@@ -22105,6 +22141,23 @@
22105
22141
  "icon-color-gradient"
22106
22142
  ]
22107
22143
  },
22144
+ "icon-color-neutral": {
22145
+ "value": "#E6E6E6",
22146
+ "filePath": "src/structure/accent-box.yml",
22147
+ "isSource": true,
22148
+ "original": {
22149
+ "value": "{neutral.color.400}"
22150
+ },
22151
+ "name": "AccentBoxIconColorNeutral",
22152
+ "attributes": {
22153
+ "category": "accent-box",
22154
+ "type": "icon-color-neutral"
22155
+ },
22156
+ "path": [
22157
+ "accent-box",
22158
+ "icon-color-neutral"
22159
+ ]
22160
+ },
22108
22161
  "padding": {
22109
22162
  "value": "16px",
22110
22163
  "filePath": "src/structure/accent-box.yml",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.2.0-alpha.114",
3
+ "version": "0.2.0-alpha.116",
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": "50e61e2b1a3cb670e8e46d801d7702fbcd2c9bff"
27
+ "gitHead": "ba590ed3f8fa3490dff512cb78e2a8072e4a0320"
28
28
  }