@mittwald/flow-design-tokens 0.1.0-alpha.275 → 0.1.0-alpha.276

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.
@@ -200,6 +200,7 @@
200
200
  --tab--font-weight--selected: var(--font-weight--bold);
201
201
  --tab--padding-x: var(--size-px--l);
202
202
  --tab--padding-y: var(--size-px--m);
203
+ --table--footer-font-weight: var(--font-weight--bold);
203
204
  --table--header-font-weight: var(--font-weight--bold);
204
205
  --table--padding-y: var(--size-px--s);
205
206
  --table--padding-x: var(--size-px--m);
@@ -595,6 +596,7 @@
595
596
  --tab-list--background-color: var(--neutral--color--400);
596
597
  --table--background-color-accent: var(--neutral--color--300);
597
598
  --table--background-color: var(--neutral--color--100);
599
+ --table--footer-border-width: var(--border-width--200);
598
600
  --table--header-border-width: var(--border-width--200);
599
601
  --table--header-color: var(--primary--color--1000);
600
602
  --table--border-width: var(--border-width--100);
@@ -18653,6 +18653,40 @@
18653
18653
  "header-border-width"
18654
18654
  ]
18655
18655
  },
18656
+ "footer-font-weight": {
18657
+ "value": "bold",
18658
+ "filePath": "src/components/table.yml",
18659
+ "isSource": true,
18660
+ "original": {
18661
+ "value": "{font-weight.bold}"
18662
+ },
18663
+ "name": "TableFooterFontWeight",
18664
+ "attributes": {
18665
+ "category": "table",
18666
+ "type": "footer-font-weight"
18667
+ },
18668
+ "path": [
18669
+ "table",
18670
+ "footer-font-weight"
18671
+ ]
18672
+ },
18673
+ "footer-border-width": {
18674
+ "value": "2px",
18675
+ "filePath": "src/components/table.yml",
18676
+ "isSource": true,
18677
+ "original": {
18678
+ "value": "{border-width.200}"
18679
+ },
18680
+ "name": "TableFooterBorderWidth",
18681
+ "attributes": {
18682
+ "category": "table",
18683
+ "type": "footer-border-width"
18684
+ },
18685
+ "path": [
18686
+ "table",
18687
+ "footer-border-width"
18688
+ ]
18689
+ },
18656
18690
  "background-color": {
18657
18691
  "value": "#FFFFFF",
18658
18692
  "filePath": "src/components/table.yml",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.275",
3
+ "version": "0.1.0-alpha.276",
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": "aa58a578751088129a14bb38177fbd0ae19b5acd"
24
+ "gitHead": "9d75f275ef19a886f696af21cb19b59e7006a87b"
25
25
  }