@mittwald/flow-design-tokens 0.2.0-alpha.133 → 0.2.0-alpha.135

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.
@@ -261,7 +261,7 @@
261
261
  --counter-badge--height-empty: 0.75rem;
262
262
  --loading-spinner--transition-duration: 2000ms;
263
263
  --notification--width: 355px;
264
- --progress-bar--height-s: 0.375rem;
264
+ --progress-bar--height--s: 0.375rem;
265
265
  --accent-box--background-color-green: #D8F5D6;
266
266
  --accent-box--icon-color-green: #c4e3c1;
267
267
  --accent-box--icon-color-gradient: #002b7b14;
@@ -676,7 +676,9 @@
676
676
  --progress-bar--value-font-weight: var(--font-weight--bold);
677
677
  --progress-bar--spacing-y: var(--size-rem--xs);
678
678
  --progress-bar--spacing-x: var(--size-rem--m);
679
- --progress-bar--height: var(--size-rem--s);
679
+ --progress-bar--spacing-bar-to-legend: var(--size-px--m);
680
+ --progress-bar--height--m: var(--size-rem--m);
681
+ --progress-bar--height--l: var(--size-rem--l);
680
682
  --progress-bar--corner-radius: var(--size-rem--xs);
681
683
  --accent-box--background-color-gradient: var(--color--gradient);
682
684
  --accent-box--background-color-blue: var(--color--hosting-blue--100);
@@ -1036,7 +1038,7 @@
1036
1038
  --notification--danger-background-color--default: var(--neutral--color--100);
1037
1039
  --notification--success-background-color--default: var(--neutral--color--100);
1038
1040
  --progress-bar--border-width: var(--border-width--100);
1039
- --progress-bar--background-color: var(--neutral-outline-background-color--default);
1041
+ --progress-bar--background-color: var(--neutral--color--300);
1040
1042
  --accent-box--background-color-neutral: var(--neutral--color--300);
1041
1043
  --accent-box--icon-color-neutral: var(--neutral--color--400);
1042
1044
  --accent-box--corner-radius: var(--corner-radius--default);
@@ -21996,39 +21996,81 @@
21996
21996
  "spacing-x"
21997
21997
  ]
21998
21998
  },
21999
- "height": {
22000
- "value": "0.5rem",
21999
+ "spacing-bar-to-legend": {
22000
+ "value": "16px",
22001
22001
  "filePath": "src/status/progress-bar.yml",
22002
22002
  "isSource": true,
22003
22003
  "original": {
22004
- "value": "{size-rem.s}"
22004
+ "value": "{size-px.m}"
22005
22005
  },
22006
- "name": "ProgressBarHeight",
22006
+ "name": "ProgressBarSpacingBarToLegend",
22007
22007
  "attributes": {
22008
22008
  "category": "progress-bar",
22009
- "type": "height"
22009
+ "type": "spacing-bar-to-legend"
22010
22010
  },
22011
22011
  "path": [
22012
22012
  "progress-bar",
22013
- "height"
22013
+ "spacing-bar-to-legend"
22014
22014
  ]
22015
22015
  },
22016
- "height-s": {
22017
- "value": "0.375rem",
22018
- "filePath": "src/status/progress-bar.yml",
22019
- "isSource": true,
22020
- "original": {
22021
- "value": "0.375rem"
22016
+ "height": {
22017
+ "m": {
22018
+ "value": "1rem",
22019
+ "filePath": "src/status/progress-bar.yml",
22020
+ "isSource": true,
22021
+ "original": {
22022
+ "value": "{size-rem.m}"
22023
+ },
22024
+ "name": "ProgressBarHeightM",
22025
+ "attributes": {
22026
+ "category": "progress-bar",
22027
+ "type": "height",
22028
+ "item": "m"
22029
+ },
22030
+ "path": [
22031
+ "progress-bar",
22032
+ "height",
22033
+ "m"
22034
+ ]
22022
22035
  },
22023
- "name": "ProgressBarHeightS",
22024
- "attributes": {
22025
- "category": "progress-bar",
22026
- "type": "height-s"
22036
+ "s": {
22037
+ "value": "0.375rem",
22038
+ "filePath": "src/status/progress-bar.yml",
22039
+ "isSource": true,
22040
+ "original": {
22041
+ "value": "0.375rem"
22042
+ },
22043
+ "name": "ProgressBarHeightS",
22044
+ "attributes": {
22045
+ "category": "progress-bar",
22046
+ "type": "height",
22047
+ "item": "s"
22048
+ },
22049
+ "path": [
22050
+ "progress-bar",
22051
+ "height",
22052
+ "s"
22053
+ ]
22027
22054
  },
22028
- "path": [
22029
- "progress-bar",
22030
- "height-s"
22031
- ]
22055
+ "l": {
22056
+ "value": "1.5rem",
22057
+ "filePath": "src/status/progress-bar.yml",
22058
+ "isSource": true,
22059
+ "original": {
22060
+ "value": "{size-rem.l}"
22061
+ },
22062
+ "name": "ProgressBarHeightL",
22063
+ "attributes": {
22064
+ "category": "progress-bar",
22065
+ "type": "height",
22066
+ "item": "l"
22067
+ },
22068
+ "path": [
22069
+ "progress-bar",
22070
+ "height",
22071
+ "l"
22072
+ ]
22073
+ }
22032
22074
  },
22033
22075
  "corner-radius": {
22034
22076
  "value": "0.25rem",
@@ -22082,11 +22124,11 @@
22082
22124
  ]
22083
22125
  },
22084
22126
  "background-color": {
22085
- "value": "transparent",
22127
+ "value": "#F8F8F8",
22086
22128
  "filePath": "src/status/progress-bar.yml",
22087
22129
  "isSource": true,
22088
22130
  "original": {
22089
- "value": "{neutral-outline-background-color.default}"
22131
+ "value": "{neutral.color.300}"
22090
22132
  },
22091
22133
  "name": "ProgressBarBackgroundColor",
22092
22134
  "attributes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.2.0-alpha.133",
3
+ "version": "0.2.0-alpha.135",
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": "403b6589d60bf64d0d9abfadc4848ad90db9186b"
27
+ "gitHead": "d6761ade7b9a1ebc62f388158bed53c95815954d"
28
28
  }