@mittwald/flow-design-tokens 0.2.0-alpha.656 → 0.2.0-alpha.657

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.
@@ -477,8 +477,6 @@
477
477
  --labeled-value--label-to-value-spacing: var(--size-rem--xxs);
478
478
  --labeled-value--value-to-action-spacing: var(--size-rem--xs);
479
479
  --markdown--spacing: var(--size-rem--m);
480
- --rating--spacing--s: var(--size-rem--xs);
481
- --rating--spacing--m: var(--size-rem--s);
482
480
  --text--blockquote-border-style: var(--border-style--default);
483
481
  --text--blockquote-padding: var(--size-rem--s);
484
482
  --text--list-padding: var(--size-rem--l);
@@ -518,6 +516,8 @@
518
516
  --form-control--padding-x: var(--size-px--m);
519
517
  --form-control--padding-y: var(--size-px--s);
520
518
  --form-control--border-style: var(--border-style--default);
519
+ --rating--spacing--s: var(--size-rem--xxs);
520
+ --rating--spacing--m: var(--size-rem--xs);
521
521
  --segmented-button--text-to-text-spacing: var(--size-rem--xs);
522
522
  --slider--spacing-x: var(--size-rem--s);
523
523
  --slider--spacing-y: var(--size-rem--m);
@@ -958,8 +958,6 @@
958
958
  --image--border-width: var(--border-width--100);
959
959
  --label--line-height: var(--line-height--m);
960
960
  --label--color--default: var(--neutral--color--800);
961
- --rating--star-color: var(--neutral--color--700);
962
- --rating--star-filled-color: var(--primary--color--1000);
963
961
  --text--color--default: var(--neutral--color--1000);
964
962
  --text--color--light: var(--light-plain-content-color);
965
963
  --text--color--dark: var(--dark-plain-content-color);
@@ -990,6 +988,8 @@
990
988
  --form-control--background-color--focused: var(--neutral--color--300);
991
989
  --form-control--background-color--invalid: var(--danger--color--100);
992
990
  --form-control--background-color--selected: var(--primary--color--200);
991
+ --rating--star-color: var(--neutral--color--700);
992
+ --rating--star-filled-color: var(--primary--color--1000);
993
993
  --slider--color--default: var(--primary--color--1000);
994
994
  --slider--color--disabled: var(--neutral--color--600);
995
995
  --slider--track-color--default: var(--neutral--color--700);
@@ -15860,90 +15860,6 @@
15860
15860
  ]
15861
15861
  }
15862
15862
  },
15863
- "rating": {
15864
- "spacing": {
15865
- "s": {
15866
- "key": "{rating.spacing.s}",
15867
- "value": "0.25rem",
15868
- "filePath": "src/content/rating.yml",
15869
- "isSource": true,
15870
- "original": {
15871
- "value": "{size-rem.xs}",
15872
- "key": "{rating.spacing.s}"
15873
- },
15874
- "name": "RatingSpacingS",
15875
- "attributes": {
15876
- "category": "rating",
15877
- "type": "spacing",
15878
- "item": "s"
15879
- },
15880
- "path": [
15881
- "rating",
15882
- "spacing",
15883
- "s"
15884
- ]
15885
- },
15886
- "m": {
15887
- "key": "{rating.spacing.m}",
15888
- "value": "0.5rem",
15889
- "filePath": "src/content/rating.yml",
15890
- "isSource": true,
15891
- "original": {
15892
- "value": "{size-rem.s}",
15893
- "key": "{rating.spacing.m}"
15894
- },
15895
- "name": "RatingSpacingM",
15896
- "attributes": {
15897
- "category": "rating",
15898
- "type": "spacing",
15899
- "item": "m"
15900
- },
15901
- "path": [
15902
- "rating",
15903
- "spacing",
15904
- "m"
15905
- ]
15906
- }
15907
- },
15908
- "star-color": {
15909
- "key": "{rating.star-color}",
15910
- "value": "#909090",
15911
- "filePath": "src/content/rating.yml",
15912
- "isSource": true,
15913
- "original": {
15914
- "value": "{neutral.color.700}",
15915
- "key": "{rating.star-color}"
15916
- },
15917
- "name": "RatingStarColor",
15918
- "attributes": {
15919
- "category": "rating",
15920
- "type": "star-color"
15921
- },
15922
- "path": [
15923
- "rating",
15924
- "star-color"
15925
- ]
15926
- },
15927
- "star-filled-color": {
15928
- "key": "{rating.star-filled-color}",
15929
- "value": "#002A7B",
15930
- "filePath": "src/content/rating.yml",
15931
- "isSource": true,
15932
- "original": {
15933
- "value": "{primary.color.1000}",
15934
- "key": "{rating.star-filled-color}"
15935
- },
15936
- "name": "RatingStarFilledColor",
15937
- "attributes": {
15938
- "category": "rating",
15939
- "type": "star-filled-color"
15940
- },
15941
- "path": [
15942
- "rating",
15943
- "star-filled-color"
15944
- ]
15945
- }
15946
- },
15947
15863
  "text": {
15948
15864
  "color": {
15949
15865
  "default": {
@@ -18052,6 +17968,90 @@
18052
17968
  }
18053
17969
  }
18054
17970
  },
17971
+ "rating": {
17972
+ "spacing": {
17973
+ "s": {
17974
+ "key": "{rating.spacing.s}",
17975
+ "value": "0.125rem",
17976
+ "filePath": "src/form/rating.yml",
17977
+ "isSource": true,
17978
+ "original": {
17979
+ "value": "{size-rem.xxs}",
17980
+ "key": "{rating.spacing.s}"
17981
+ },
17982
+ "name": "RatingSpacingS",
17983
+ "attributes": {
17984
+ "category": "rating",
17985
+ "type": "spacing",
17986
+ "item": "s"
17987
+ },
17988
+ "path": [
17989
+ "rating",
17990
+ "spacing",
17991
+ "s"
17992
+ ]
17993
+ },
17994
+ "m": {
17995
+ "key": "{rating.spacing.m}",
17996
+ "value": "0.25rem",
17997
+ "filePath": "src/form/rating.yml",
17998
+ "isSource": true,
17999
+ "original": {
18000
+ "value": "{size-rem.xs}",
18001
+ "key": "{rating.spacing.m}"
18002
+ },
18003
+ "name": "RatingSpacingM",
18004
+ "attributes": {
18005
+ "category": "rating",
18006
+ "type": "spacing",
18007
+ "item": "m"
18008
+ },
18009
+ "path": [
18010
+ "rating",
18011
+ "spacing",
18012
+ "m"
18013
+ ]
18014
+ }
18015
+ },
18016
+ "star-color": {
18017
+ "key": "{rating.star-color}",
18018
+ "value": "#909090",
18019
+ "filePath": "src/form/rating.yml",
18020
+ "isSource": true,
18021
+ "original": {
18022
+ "value": "{neutral.color.700}",
18023
+ "key": "{rating.star-color}"
18024
+ },
18025
+ "name": "RatingStarColor",
18026
+ "attributes": {
18027
+ "category": "rating",
18028
+ "type": "star-color"
18029
+ },
18030
+ "path": [
18031
+ "rating",
18032
+ "star-color"
18033
+ ]
18034
+ },
18035
+ "star-filled-color": {
18036
+ "key": "{rating.star-filled-color}",
18037
+ "value": "#002A7B",
18038
+ "filePath": "src/form/rating.yml",
18039
+ "isSource": true,
18040
+ "original": {
18041
+ "value": "{primary.color.1000}",
18042
+ "key": "{rating.star-filled-color}"
18043
+ },
18044
+ "name": "RatingStarFilledColor",
18045
+ "attributes": {
18046
+ "category": "rating",
18047
+ "type": "star-filled-color"
18048
+ },
18049
+ "path": [
18050
+ "rating",
18051
+ "star-filled-color"
18052
+ ]
18053
+ }
18054
+ },
18055
18055
  "segmented-button": {
18056
18056
  "text-to-text-spacing": {
18057
18057
  "key": "{segmented-button.text-to-text-spacing}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.2.0-alpha.656",
3
+ "version": "0.2.0-alpha.657",
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.1.4"
26
26
  },
27
- "gitHead": "3693d83de58d9229eac6ebdfd924c99f85e66b1e"
27
+ "gitHead": "5e1336f56fed4a0839d88df64394b4a93c53bff7"
28
28
  }