@mittwald/flow-design-tokens 0.1.0-alpha.318 → 0.1.0-alpha.319

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.
@@ -247,6 +247,11 @@
247
247
  --dark--color--100: rgb(0 0 0 / 12.5%);
248
248
  --border-style--default: solid;
249
249
  --corner-radius--round: 50%;
250
+ --file-card--sub-title-font-size: var(--font-size-text--s);
251
+ --file-card--border-style: var(--border-style--default);
252
+ --file-card--spacing: var(--size-rem--s);
253
+ --file-card--padding-y: var(--size-px--xs);
254
+ --file-card--padding-x: var(--size-px--s);
250
255
  --table--footer-font-weight: var(--font-weight--bold);
251
256
  --table--header-font-weight: var(--font-weight--bold);
252
257
  --table--padding-y: var(--size-px--s);
@@ -655,6 +660,8 @@
655
660
  --button--padding-x: var(--size-px--m);
656
661
  --action-group--spacing--s: var(--size-px--s);
657
662
  --action-group--spacing--m: var(--size-px--m);
663
+ --file-card--border-width: var(--border-width--100);
664
+ --file-card--corner-radius: var(--corner-radius--default);
658
665
  --table--background-color-accent: var(--neutral--color--300);
659
666
  --table--background-color: var(--neutral--color--100);
660
667
  --table--footer-border-width: var(--border-width--200);
@@ -968,6 +975,7 @@
968
975
  --button--succeeded-icon-color: var(--success--color--800);
969
976
  --button--pending-icon-color: var(--neutral--color--1000);
970
977
  --button--corner-radius: var(--corner-radius--default);
978
+ --file-card--border-color: var(--neutral-outline-border-color);
971
979
  --table--border-color: var(--neutral-outline-border-color);
972
980
  --section--border-color: var(--separator--color);
973
981
  --section--border-width: var(--separator--height);
@@ -22092,5 +22092,143 @@
22092
22092
  ]
22093
22093
  }
22094
22094
  }
22095
+ },
22096
+ "file-card": {
22097
+ "padding-x": {
22098
+ "value": "8px",
22099
+ "filePath": "src/upload/file-card.yml",
22100
+ "isSource": true,
22101
+ "original": {
22102
+ "value": "{size-px.s}"
22103
+ },
22104
+ "name": "FileCardPaddingX",
22105
+ "attributes": {
22106
+ "category": "file-card",
22107
+ "type": "padding-x"
22108
+ },
22109
+ "path": [
22110
+ "file-card",
22111
+ "padding-x"
22112
+ ]
22113
+ },
22114
+ "padding-y": {
22115
+ "value": "4px",
22116
+ "filePath": "src/upload/file-card.yml",
22117
+ "isSource": true,
22118
+ "original": {
22119
+ "value": "{size-px.xs}"
22120
+ },
22121
+ "name": "FileCardPaddingY",
22122
+ "attributes": {
22123
+ "category": "file-card",
22124
+ "type": "padding-y"
22125
+ },
22126
+ "path": [
22127
+ "file-card",
22128
+ "padding-y"
22129
+ ]
22130
+ },
22131
+ "spacing": {
22132
+ "value": "0.5rem",
22133
+ "filePath": "src/upload/file-card.yml",
22134
+ "isSource": true,
22135
+ "original": {
22136
+ "value": "{size-rem.s}"
22137
+ },
22138
+ "name": "FileCardSpacing",
22139
+ "attributes": {
22140
+ "category": "file-card",
22141
+ "type": "spacing"
22142
+ },
22143
+ "path": [
22144
+ "file-card",
22145
+ "spacing"
22146
+ ]
22147
+ },
22148
+ "corner-radius": {
22149
+ "value": "4px",
22150
+ "filePath": "src/upload/file-card.yml",
22151
+ "isSource": true,
22152
+ "original": {
22153
+ "value": "{corner-radius.default}"
22154
+ },
22155
+ "name": "FileCardCornerRadius",
22156
+ "attributes": {
22157
+ "category": "file-card",
22158
+ "type": "corner-radius"
22159
+ },
22160
+ "path": [
22161
+ "file-card",
22162
+ "corner-radius"
22163
+ ]
22164
+ },
22165
+ "border-width": {
22166
+ "value": "1px",
22167
+ "filePath": "src/upload/file-card.yml",
22168
+ "isSource": true,
22169
+ "original": {
22170
+ "value": "{border-width.100}"
22171
+ },
22172
+ "name": "FileCardBorderWidth",
22173
+ "attributes": {
22174
+ "category": "file-card",
22175
+ "type": "border-width"
22176
+ },
22177
+ "path": [
22178
+ "file-card",
22179
+ "border-width"
22180
+ ]
22181
+ },
22182
+ "border-style": {
22183
+ "value": "solid",
22184
+ "filePath": "src/upload/file-card.yml",
22185
+ "isSource": true,
22186
+ "original": {
22187
+ "value": "{border-style.default}"
22188
+ },
22189
+ "name": "FileCardBorderStyle",
22190
+ "attributes": {
22191
+ "category": "file-card",
22192
+ "type": "border-style"
22193
+ },
22194
+ "path": [
22195
+ "file-card",
22196
+ "border-style"
22197
+ ]
22198
+ },
22199
+ "border-color": {
22200
+ "value": "#909090",
22201
+ "filePath": "src/upload/file-card.yml",
22202
+ "isSource": true,
22203
+ "original": {
22204
+ "value": "{neutral-outline-border-color}"
22205
+ },
22206
+ "name": "FileCardBorderColor",
22207
+ "attributes": {
22208
+ "category": "file-card",
22209
+ "type": "border-color"
22210
+ },
22211
+ "path": [
22212
+ "file-card",
22213
+ "border-color"
22214
+ ]
22215
+ },
22216
+ "sub-title-font-size": {
22217
+ "value": "0.875rem",
22218
+ "filePath": "src/upload/file-card.yml",
22219
+ "isSource": true,
22220
+ "original": {
22221
+ "value": "{font-size-text.s}"
22222
+ },
22223
+ "name": "FileCardSubTitleFontSize",
22224
+ "attributes": {
22225
+ "category": "file-card",
22226
+ "type": "sub-title-font-size"
22227
+ },
22228
+ "path": [
22229
+ "file-card",
22230
+ "sub-title-font-size"
22231
+ ]
22232
+ }
22095
22233
  }
22096
22234
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.318",
3
+ "version": "0.1.0-alpha.319",
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": "b5e6a5c600397f6bdd42fb8c2e385d6ff23539ef"
24
+ "gitHead": "a6da762f147a12affae23f0d365b32c2e7d08638"
25
25
  }