@mittwald/flow-design-tokens 0.2.0-alpha.895 → 0.2.0-alpha.897

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.
@@ -1075,6 +1075,9 @@
1075
1075
  --list-item--corner-radius: var(--corner-radius--m);
1076
1076
  --list-item--border-width: var(--border-width--100);
1077
1077
  --list-item--background-color--default: var(--neutral-outline-background-color--default);
1078
+ --list-item--checkbox-color: var(--light-static--color--800);
1079
+ --list-item--checkbox-background-color: var(--dark-static--color--400);
1080
+ --list-item--checkbox-corner-radius: var(--corner-radius--s);
1078
1081
  --separator--color: var(--neutral--color--500);
1079
1082
  --separator--height: var(--border-width--100);
1080
1083
  --table--corner-radius: var(--corner-radius--m);
@@ -1075,6 +1075,9 @@
1075
1075
  --list-item--corner-radius: var(--corner-radius--m);
1076
1076
  --list-item--border-width: var(--border-width--100);
1077
1077
  --list-item--background-color--default: var(--neutral-outline-background-color--default);
1078
+ --list-item--checkbox-color: var(--light-static--color--800);
1079
+ --list-item--checkbox-background-color: var(--dark-static--color--400);
1080
+ --list-item--checkbox-corner-radius: var(--corner-radius--s);
1078
1081
  --separator--color: var(--neutral--color--500);
1079
1082
  --separator--height: var(--border-width--100);
1080
1083
  --table--corner-radius: var(--corner-radius--m);
package/dist/css/base.css CHANGED
@@ -918,6 +918,9 @@
918
918
  --list-item--corner-radius: var(--corner-radius--m);
919
919
  --list-item--border-width: var(--border-width--100);
920
920
  --list-item--background-color--default: var(--neutral-outline-background-color--default);
921
+ --list-item--checkbox-color: var(--light-static--color--800);
922
+ --list-item--checkbox-background-color: var(--dark-static--color--400);
923
+ --list-item--checkbox-corner-radius: var(--corner-radius--s);
921
924
  --separator--color: var(--neutral--color--500);
922
925
  --separator--height: var(--border-width--100);
923
926
  --table--corner-radius: var(--corner-radius--m);
@@ -29371,6 +29371,63 @@
29371
29371
  "list-item",
29372
29372
  "subtitle-font-size"
29373
29373
  ]
29374
+ },
29375
+ "checkbox-color": {
29376
+ "key": "{list-item.checkbox-color}",
29377
+ "value": "rgb(255 255 255 / 100%)",
29378
+ "filePath": "src/structure/list.yml",
29379
+ "isSource": true,
29380
+ "original": {
29381
+ "value": "{light-static.color.800}",
29382
+ "key": "{list-item.checkbox-color}"
29383
+ },
29384
+ "name": "ListItemCheckboxColor",
29385
+ "attributes": {
29386
+ "category": "list-item",
29387
+ "type": "checkbox-color"
29388
+ },
29389
+ "path": [
29390
+ "list-item",
29391
+ "checkbox-color"
29392
+ ]
29393
+ },
29394
+ "checkbox-background-color": {
29395
+ "key": "{list-item.checkbox-background-color}",
29396
+ "value": "rgb(0 0 0 / 50%)",
29397
+ "filePath": "src/structure/list.yml",
29398
+ "isSource": true,
29399
+ "original": {
29400
+ "value": "{dark-static.color.400}",
29401
+ "key": "{list-item.checkbox-background-color}"
29402
+ },
29403
+ "name": "ListItemCheckboxBackgroundColor",
29404
+ "attributes": {
29405
+ "category": "list-item",
29406
+ "type": "checkbox-background-color"
29407
+ },
29408
+ "path": [
29409
+ "list-item",
29410
+ "checkbox-background-color"
29411
+ ]
29412
+ },
29413
+ "checkbox-corner-radius": {
29414
+ "key": "{list-item.checkbox-corner-radius}",
29415
+ "value": "4px",
29416
+ "filePath": "src/structure/list.yml",
29417
+ "isSource": true,
29418
+ "original": {
29419
+ "value": "{corner-radius.s}",
29420
+ "key": "{list-item.checkbox-corner-radius}"
29421
+ },
29422
+ "name": "ListItemCheckboxCornerRadius",
29423
+ "attributes": {
29424
+ "category": "list-item",
29425
+ "type": "checkbox-corner-radius"
29426
+ },
29427
+ "path": [
29428
+ "list-item",
29429
+ "checkbox-corner-radius"
29430
+ ]
29374
29431
  }
29375
29432
  },
29376
29433
  "section": {
@@ -29371,6 +29371,63 @@
29371
29371
  "list-item",
29372
29372
  "subtitle-font-size"
29373
29373
  ]
29374
+ },
29375
+ "checkbox-color": {
29376
+ "key": "{list-item.checkbox-color}",
29377
+ "value": "rgb(255 255 255 / 100%)",
29378
+ "filePath": "src/structure/list.yml",
29379
+ "isSource": true,
29380
+ "original": {
29381
+ "value": "{light-static.color.800}",
29382
+ "key": "{list-item.checkbox-color}"
29383
+ },
29384
+ "name": "ListItemCheckboxColor",
29385
+ "attributes": {
29386
+ "category": "list-item",
29387
+ "type": "checkbox-color"
29388
+ },
29389
+ "path": [
29390
+ "list-item",
29391
+ "checkbox-color"
29392
+ ]
29393
+ },
29394
+ "checkbox-background-color": {
29395
+ "key": "{list-item.checkbox-background-color}",
29396
+ "value": "rgb(0 0 0 / 50%)",
29397
+ "filePath": "src/structure/list.yml",
29398
+ "isSource": true,
29399
+ "original": {
29400
+ "value": "{dark-static.color.400}",
29401
+ "key": "{list-item.checkbox-background-color}"
29402
+ },
29403
+ "name": "ListItemCheckboxBackgroundColor",
29404
+ "attributes": {
29405
+ "category": "list-item",
29406
+ "type": "checkbox-background-color"
29407
+ },
29408
+ "path": [
29409
+ "list-item",
29410
+ "checkbox-background-color"
29411
+ ]
29412
+ },
29413
+ "checkbox-corner-radius": {
29414
+ "key": "{list-item.checkbox-corner-radius}",
29415
+ "value": "4px",
29416
+ "filePath": "src/structure/list.yml",
29417
+ "isSource": true,
29418
+ "original": {
29419
+ "value": "{corner-radius.s}",
29420
+ "key": "{list-item.checkbox-corner-radius}"
29421
+ },
29422
+ "name": "ListItemCheckboxCornerRadius",
29423
+ "attributes": {
29424
+ "category": "list-item",
29425
+ "type": "checkbox-corner-radius"
29426
+ },
29427
+ "path": [
29428
+ "list-item",
29429
+ "checkbox-corner-radius"
29430
+ ]
29374
29431
  }
29375
29432
  },
29376
29433
  "section": {
@@ -26048,6 +26048,63 @@
26048
26048
  "list-item",
26049
26049
  "subtitle-font-size"
26050
26050
  ]
26051
+ },
26052
+ "checkbox-color": {
26053
+ "key": "{list-item.checkbox-color}",
26054
+ "value": "rgb(255 255 255 / 100%)",
26055
+ "filePath": "src/structure/list.yml",
26056
+ "isSource": true,
26057
+ "original": {
26058
+ "value": "{light-static.color.800}",
26059
+ "key": "{list-item.checkbox-color}"
26060
+ },
26061
+ "name": "ListItemCheckboxColor",
26062
+ "attributes": {
26063
+ "category": "list-item",
26064
+ "type": "checkbox-color"
26065
+ },
26066
+ "path": [
26067
+ "list-item",
26068
+ "checkbox-color"
26069
+ ]
26070
+ },
26071
+ "checkbox-background-color": {
26072
+ "key": "{list-item.checkbox-background-color}",
26073
+ "value": "rgb(0 0 0 / 50%)",
26074
+ "filePath": "src/structure/list.yml",
26075
+ "isSource": true,
26076
+ "original": {
26077
+ "value": "{dark-static.color.400}",
26078
+ "key": "{list-item.checkbox-background-color}"
26079
+ },
26080
+ "name": "ListItemCheckboxBackgroundColor",
26081
+ "attributes": {
26082
+ "category": "list-item",
26083
+ "type": "checkbox-background-color"
26084
+ },
26085
+ "path": [
26086
+ "list-item",
26087
+ "checkbox-background-color"
26088
+ ]
26089
+ },
26090
+ "checkbox-corner-radius": {
26091
+ "key": "{list-item.checkbox-corner-radius}",
26092
+ "value": "4px",
26093
+ "filePath": "src/structure/list.yml",
26094
+ "isSource": true,
26095
+ "original": {
26096
+ "value": "{corner-radius.s}",
26097
+ "key": "{list-item.checkbox-corner-radius}"
26098
+ },
26099
+ "name": "ListItemCheckboxCornerRadius",
26100
+ "attributes": {
26101
+ "category": "list-item",
26102
+ "type": "checkbox-corner-radius"
26103
+ },
26104
+ "path": [
26105
+ "list-item",
26106
+ "checkbox-corner-radius"
26107
+ ]
26051
26108
  }
26052
26109
  },
26053
26110
  "section": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.2.0-alpha.895",
3
+ "version": "0.2.0-alpha.897",
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",
@@ -25,5 +25,5 @@
25
25
  "rimraf": "^6.1.3",
26
26
  "style-dictionary": "^5.4.4"
27
27
  },
28
- "gitHead": "a19a9e62cb80d923e3ef433f9d42ac3b37eb17f7"
28
+ "gitHead": "93de98792cf43c7d0d6ef9d5907ae3fd8e6df09c"
29
29
  }