@synergy-design-system/tokens 2.14.0 → 2.15.1
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.
- package/CHANGELOG.md +14 -0
- package/dist/js/index.d.ts +151 -2
- package/dist/js/index.js +151 -1
- package/dist/scss/_tokens.scss +31 -1
- package/dist/themes/dark.css +4 -5
- package/dist/themes/light.css +4 -5
- package/package.json +15 -8
- package/src/figma-tokens/_docs.json +42 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v2.15.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.15.0...tokens/2.15.1) (2024-12-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 🐛 Upgrade style-dictionary to new major version ([#702](https://github.com/synergy-design-system/synergy-design-system/issues/702)) ([723aefa](https://github.com/synergy-design-system/synergy-design-system/commit/723aefabd13d54d4e05ef2a352c884de9d36cd8f))
|
|
7
|
+
|
|
8
|
+
# [@synergy-design-system/tokens-v2.15.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.14.0...tokens/2.15.0) (2024-11-27)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* ✨ Create styles for a syn-link-list ([#678](https://github.com/synergy-design-system/synergy-design-system/issues/678)) ([ca3b99a](https://github.com/synergy-design-system/synergy-design-system/commit/ca3b99a828e2a078b538881f74324d0bee8fde66))
|
|
14
|
+
|
|
1
15
|
# [@synergy-design-system/tokens-v2.14.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.13.0...tokens/2.14.0) (2024-11-21)
|
|
2
16
|
|
|
3
17
|
|
package/dist/js/index.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.15.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
|
|
7
6
|
/**
|
|
8
7
|
* Maps to the css variable `--syn-font-size-x-small`
|
|
9
8
|
*/
|
|
@@ -1148,3 +1147,153 @@ export const SynColorNeutral950: string;
|
|
|
1148
1147
|
* Maps to the css variable `--syn-color-neutral-1000`
|
|
1149
1148
|
*/
|
|
1150
1149
|
export const SynColorNeutral1000: string;
|
|
1150
|
+
|
|
1151
|
+
/**
|
|
1152
|
+
* Maps to the css variable `--syn-border-radius-large`
|
|
1153
|
+
*/
|
|
1154
|
+
export const SynBorderRadiusLarge: string;
|
|
1155
|
+
|
|
1156
|
+
/**
|
|
1157
|
+
* Maps to the css variable `--syn-border-radius-x-large`
|
|
1158
|
+
*/
|
|
1159
|
+
export const SynBorderRadiusXLarge: string;
|
|
1160
|
+
|
|
1161
|
+
/**
|
|
1162
|
+
* Maps to the css variable `--syn-shadow-x-small`
|
|
1163
|
+
*/
|
|
1164
|
+
export const SynShadowXSmall: string;
|
|
1165
|
+
|
|
1166
|
+
/**
|
|
1167
|
+
* Maps to the css variable `--syn-shadow-small`
|
|
1168
|
+
*/
|
|
1169
|
+
export const SynShadowSmall: string;
|
|
1170
|
+
|
|
1171
|
+
/**
|
|
1172
|
+
* Maps to the css variable `--syn-transition-x-slow`
|
|
1173
|
+
*/
|
|
1174
|
+
export const SynTransitionXSlow: string;
|
|
1175
|
+
|
|
1176
|
+
/**
|
|
1177
|
+
* Maps to the css variable `--syn-transition-slow`
|
|
1178
|
+
*/
|
|
1179
|
+
export const SynTransitionSlow: string;
|
|
1180
|
+
|
|
1181
|
+
/**
|
|
1182
|
+
* Maps to the css variable `--syn-transition-medium`
|
|
1183
|
+
*/
|
|
1184
|
+
export const SynTransitionMedium: string;
|
|
1185
|
+
|
|
1186
|
+
/**
|
|
1187
|
+
* Maps to the css variable `--syn-transition-fast`
|
|
1188
|
+
*/
|
|
1189
|
+
export const SynTransitionFast: string;
|
|
1190
|
+
|
|
1191
|
+
/**
|
|
1192
|
+
* Maps to the css variable `--syn-transition-x-fast`
|
|
1193
|
+
*/
|
|
1194
|
+
export const SynTransitionXFast: string;
|
|
1195
|
+
|
|
1196
|
+
/**
|
|
1197
|
+
* Maps to the css variable `--syn-font-serif`
|
|
1198
|
+
*/
|
|
1199
|
+
export const SynFontSerif: string;
|
|
1200
|
+
|
|
1201
|
+
/**
|
|
1202
|
+
* Maps to the css variable `--syn-font-size-2x-small`
|
|
1203
|
+
*/
|
|
1204
|
+
export const SynFontSize2xSmall: string;
|
|
1205
|
+
|
|
1206
|
+
/**
|
|
1207
|
+
* Maps to the css variable `--syn-font-size-4x-large`
|
|
1208
|
+
*/
|
|
1209
|
+
export const SynFontSize4xLarge: string;
|
|
1210
|
+
|
|
1211
|
+
/**
|
|
1212
|
+
* Maps to the css variable `--syn-font-weight-light`
|
|
1213
|
+
*/
|
|
1214
|
+
export const SynFontWeightLight: string;
|
|
1215
|
+
|
|
1216
|
+
/**
|
|
1217
|
+
* Maps to the css variable `--syn-letter-spacing-denser`
|
|
1218
|
+
*/
|
|
1219
|
+
export const SynLetterSpacingDenser: string;
|
|
1220
|
+
|
|
1221
|
+
/**
|
|
1222
|
+
* Maps to the css variable `--syn-letter-spacing-dense`
|
|
1223
|
+
*/
|
|
1224
|
+
export const SynLetterSpacingDense: string;
|
|
1225
|
+
|
|
1226
|
+
/**
|
|
1227
|
+
* Maps to the css variable `--syn-letter-spacing-normal`
|
|
1228
|
+
*/
|
|
1229
|
+
export const SynLetterSpacingNormal: string;
|
|
1230
|
+
|
|
1231
|
+
/**
|
|
1232
|
+
* Maps to the css variable `--syn-letter-spacing-loose`
|
|
1233
|
+
*/
|
|
1234
|
+
export const SynLetterSpacingLoose: string;
|
|
1235
|
+
|
|
1236
|
+
/**
|
|
1237
|
+
* Maps to the css variable `--syn-letter-spacing-looser`
|
|
1238
|
+
*/
|
|
1239
|
+
export const SynLetterSpacingLooser: string;
|
|
1240
|
+
|
|
1241
|
+
/**
|
|
1242
|
+
* Maps to the css variable `--syn-focus-ring-style`
|
|
1243
|
+
*/
|
|
1244
|
+
export const SynFocusRingStyle: string;
|
|
1245
|
+
|
|
1246
|
+
/**
|
|
1247
|
+
* Maps to the css variable `--syn-focus-ring`
|
|
1248
|
+
*/
|
|
1249
|
+
export const SynFocusRing: string;
|
|
1250
|
+
|
|
1251
|
+
/**
|
|
1252
|
+
* Maps to the css variable `--syn-input-border-color-disabled`
|
|
1253
|
+
*/
|
|
1254
|
+
export const SynInputBorderColorDisabled: string;
|
|
1255
|
+
|
|
1256
|
+
/**
|
|
1257
|
+
* Maps to the css variable `--syn-input-border-width`
|
|
1258
|
+
*/
|
|
1259
|
+
export const SynInputBorderWidth: string;
|
|
1260
|
+
|
|
1261
|
+
/**
|
|
1262
|
+
* Maps to the css variable `--syn-input-font-family`
|
|
1263
|
+
*/
|
|
1264
|
+
export const SynInputFontFamily: string;
|
|
1265
|
+
|
|
1266
|
+
/**
|
|
1267
|
+
* Maps to the css variable `--syn-input-font-weight`
|
|
1268
|
+
*/
|
|
1269
|
+
export const SynInputFontWeight: string;
|
|
1270
|
+
|
|
1271
|
+
/**
|
|
1272
|
+
* Maps to the css variable `--syn-input-letter-spacing`
|
|
1273
|
+
*/
|
|
1274
|
+
export const SynInputLetterSpacing: string;
|
|
1275
|
+
|
|
1276
|
+
/**
|
|
1277
|
+
* Maps to the css variable `--syn-z-index-drawer`
|
|
1278
|
+
*/
|
|
1279
|
+
export const SynZIndexDrawer: string;
|
|
1280
|
+
|
|
1281
|
+
/**
|
|
1282
|
+
* Maps to the css variable `--syn-z-index-dialog`
|
|
1283
|
+
*/
|
|
1284
|
+
export const SynZIndexDialog: string;
|
|
1285
|
+
|
|
1286
|
+
/**
|
|
1287
|
+
* Maps to the css variable `--syn-z-index-dropdown`
|
|
1288
|
+
*/
|
|
1289
|
+
export const SynZIndexDropdown: string;
|
|
1290
|
+
|
|
1291
|
+
/**
|
|
1292
|
+
* Maps to the css variable `--syn-z-index-toast`
|
|
1293
|
+
*/
|
|
1294
|
+
export const SynZIndexToast: string;
|
|
1295
|
+
|
|
1296
|
+
/**
|
|
1297
|
+
* Maps to the css variable `--syn-z-index-tooltip`
|
|
1298
|
+
*/
|
|
1299
|
+
export const SynZIndexTooltip: string;
|
package/dist/js/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.15.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -1147,3 +1147,153 @@ export const SynColorNeutral950 = 'var(--syn-color-neutral-950)';
|
|
|
1147
1147
|
* @type {string}
|
|
1148
1148
|
*/
|
|
1149
1149
|
export const SynColorNeutral1000 = 'var(--syn-color-neutral-1000)';
|
|
1150
|
+
|
|
1151
|
+
/**
|
|
1152
|
+
* @type {string}
|
|
1153
|
+
*/
|
|
1154
|
+
export const SynBorderRadiusLarge = 'var(--syn-border-radius-large)';
|
|
1155
|
+
|
|
1156
|
+
/**
|
|
1157
|
+
* @type {string}
|
|
1158
|
+
*/
|
|
1159
|
+
export const SynBorderRadiusXLarge = 'var(--syn-border-radius-x-large)';
|
|
1160
|
+
|
|
1161
|
+
/**
|
|
1162
|
+
* @type {string}
|
|
1163
|
+
*/
|
|
1164
|
+
export const SynShadowXSmall = 'var(--syn-shadow-x-small)';
|
|
1165
|
+
|
|
1166
|
+
/**
|
|
1167
|
+
* @type {string}
|
|
1168
|
+
*/
|
|
1169
|
+
export const SynShadowSmall = 'var(--syn-shadow-small)';
|
|
1170
|
+
|
|
1171
|
+
/**
|
|
1172
|
+
* @type {string}
|
|
1173
|
+
*/
|
|
1174
|
+
export const SynTransitionXSlow = 'var(--syn-transition-x-slow)';
|
|
1175
|
+
|
|
1176
|
+
/**
|
|
1177
|
+
* @type {string}
|
|
1178
|
+
*/
|
|
1179
|
+
export const SynTransitionSlow = 'var(--syn-transition-slow)';
|
|
1180
|
+
|
|
1181
|
+
/**
|
|
1182
|
+
* @type {string}
|
|
1183
|
+
*/
|
|
1184
|
+
export const SynTransitionMedium = 'var(--syn-transition-medium)';
|
|
1185
|
+
|
|
1186
|
+
/**
|
|
1187
|
+
* @type {string}
|
|
1188
|
+
*/
|
|
1189
|
+
export const SynTransitionFast = 'var(--syn-transition-fast)';
|
|
1190
|
+
|
|
1191
|
+
/**
|
|
1192
|
+
* @type {string}
|
|
1193
|
+
*/
|
|
1194
|
+
export const SynTransitionXFast = 'var(--syn-transition-x-fast)';
|
|
1195
|
+
|
|
1196
|
+
/**
|
|
1197
|
+
* @type {string}
|
|
1198
|
+
*/
|
|
1199
|
+
export const SynFontSerif = 'var(--syn-font-serif)';
|
|
1200
|
+
|
|
1201
|
+
/**
|
|
1202
|
+
* @type {string}
|
|
1203
|
+
*/
|
|
1204
|
+
export const SynFontSize2xSmall = 'var(--syn-font-size-2x-small)';
|
|
1205
|
+
|
|
1206
|
+
/**
|
|
1207
|
+
* @type {string}
|
|
1208
|
+
*/
|
|
1209
|
+
export const SynFontSize4xLarge = 'var(--syn-font-size-4x-large)';
|
|
1210
|
+
|
|
1211
|
+
/**
|
|
1212
|
+
* @type {string}
|
|
1213
|
+
*/
|
|
1214
|
+
export const SynFontWeightLight = 'var(--syn-font-weight-light)';
|
|
1215
|
+
|
|
1216
|
+
/**
|
|
1217
|
+
* @type {string}
|
|
1218
|
+
*/
|
|
1219
|
+
export const SynLetterSpacingDenser = 'var(--syn-letter-spacing-denser)';
|
|
1220
|
+
|
|
1221
|
+
/**
|
|
1222
|
+
* @type {string}
|
|
1223
|
+
*/
|
|
1224
|
+
export const SynLetterSpacingDense = 'var(--syn-letter-spacing-dense)';
|
|
1225
|
+
|
|
1226
|
+
/**
|
|
1227
|
+
* @type {string}
|
|
1228
|
+
*/
|
|
1229
|
+
export const SynLetterSpacingNormal = 'var(--syn-letter-spacing-normal)';
|
|
1230
|
+
|
|
1231
|
+
/**
|
|
1232
|
+
* @type {string}
|
|
1233
|
+
*/
|
|
1234
|
+
export const SynLetterSpacingLoose = 'var(--syn-letter-spacing-loose)';
|
|
1235
|
+
|
|
1236
|
+
/**
|
|
1237
|
+
* @type {string}
|
|
1238
|
+
*/
|
|
1239
|
+
export const SynLetterSpacingLooser = 'var(--syn-letter-spacing-looser)';
|
|
1240
|
+
|
|
1241
|
+
/**
|
|
1242
|
+
* @type {string}
|
|
1243
|
+
*/
|
|
1244
|
+
export const SynFocusRingStyle = 'var(--syn-focus-ring-style)';
|
|
1245
|
+
|
|
1246
|
+
/**
|
|
1247
|
+
* @type {string}
|
|
1248
|
+
*/
|
|
1249
|
+
export const SynFocusRing = 'var(--syn-focus-ring)';
|
|
1250
|
+
|
|
1251
|
+
/**
|
|
1252
|
+
* @type {string}
|
|
1253
|
+
*/
|
|
1254
|
+
export const SynInputBorderColorDisabled = 'var(--syn-input-border-color-disabled)';
|
|
1255
|
+
|
|
1256
|
+
/**
|
|
1257
|
+
* @type {string}
|
|
1258
|
+
*/
|
|
1259
|
+
export const SynInputBorderWidth = 'var(--syn-input-border-width)';
|
|
1260
|
+
|
|
1261
|
+
/**
|
|
1262
|
+
* @type {string}
|
|
1263
|
+
*/
|
|
1264
|
+
export const SynInputFontFamily = 'var(--syn-input-font-family)';
|
|
1265
|
+
|
|
1266
|
+
/**
|
|
1267
|
+
* @type {string}
|
|
1268
|
+
*/
|
|
1269
|
+
export const SynInputFontWeight = 'var(--syn-input-font-weight)';
|
|
1270
|
+
|
|
1271
|
+
/**
|
|
1272
|
+
* @type {string}
|
|
1273
|
+
*/
|
|
1274
|
+
export const SynInputLetterSpacing = 'var(--syn-input-letter-spacing)';
|
|
1275
|
+
|
|
1276
|
+
/**
|
|
1277
|
+
* @type {string}
|
|
1278
|
+
*/
|
|
1279
|
+
export const SynZIndexDrawer = 'var(--syn-z-index-drawer)';
|
|
1280
|
+
|
|
1281
|
+
/**
|
|
1282
|
+
* @type {string}
|
|
1283
|
+
*/
|
|
1284
|
+
export const SynZIndexDialog = 'var(--syn-z-index-dialog)';
|
|
1285
|
+
|
|
1286
|
+
/**
|
|
1287
|
+
* @type {string}
|
|
1288
|
+
*/
|
|
1289
|
+
export const SynZIndexDropdown = 'var(--syn-z-index-dropdown)';
|
|
1290
|
+
|
|
1291
|
+
/**
|
|
1292
|
+
* @type {string}
|
|
1293
|
+
*/
|
|
1294
|
+
export const SynZIndexToast = 'var(--syn-z-index-toast)';
|
|
1295
|
+
|
|
1296
|
+
/**
|
|
1297
|
+
* @type {string}
|
|
1298
|
+
*/
|
|
1299
|
+
export const SynZIndexTooltip = 'var(--syn-z-index-tooltip)';
|
package/dist/scss/_tokens.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.15.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
*/
|
|
5
5
|
$SynFontSizeXSmall: var(--syn-font-size-x-small) !default;
|
|
@@ -231,3 +231,33 @@ $SynColorNeutral800: var(--syn-color-neutral-800) !default;
|
|
|
231
231
|
$SynColorNeutral900: var(--syn-color-neutral-900) !default;
|
|
232
232
|
$SynColorNeutral950: var(--syn-color-neutral-950) !default;
|
|
233
233
|
$SynColorNeutral1000: var(--syn-color-neutral-1000) !default;
|
|
234
|
+
$SynBorderRadiusLarge: var(--syn-border-radius-large) !default;
|
|
235
|
+
$SynBorderRadiusXLarge: var(--syn-border-radius-x-large) !default;
|
|
236
|
+
$SynShadowXSmall: var(--syn-shadow-x-small) !default;
|
|
237
|
+
$SynShadowSmall: var(--syn-shadow-small) !default;
|
|
238
|
+
$SynTransitionXSlow: var(--syn-transition-x-slow) !default;
|
|
239
|
+
$SynTransitionSlow: var(--syn-transition-slow) !default;
|
|
240
|
+
$SynTransitionMedium: var(--syn-transition-medium) !default;
|
|
241
|
+
$SynTransitionFast: var(--syn-transition-fast) !default;
|
|
242
|
+
$SynTransitionXFast: var(--syn-transition-x-fast) !default;
|
|
243
|
+
$SynFontSerif: var(--syn-font-serif) !default;
|
|
244
|
+
$SynFontSize2xSmall: var(--syn-font-size-2x-small) !default;
|
|
245
|
+
$SynFontSize4xLarge: var(--syn-font-size-4x-large) !default;
|
|
246
|
+
$SynFontWeightLight: var(--syn-font-weight-light) !default;
|
|
247
|
+
$SynLetterSpacingDenser: var(--syn-letter-spacing-denser) !default;
|
|
248
|
+
$SynLetterSpacingDense: var(--syn-letter-spacing-dense) !default;
|
|
249
|
+
$SynLetterSpacingNormal: var(--syn-letter-spacing-normal) !default;
|
|
250
|
+
$SynLetterSpacingLoose: var(--syn-letter-spacing-loose) !default;
|
|
251
|
+
$SynLetterSpacingLooser: var(--syn-letter-spacing-looser) !default;
|
|
252
|
+
$SynFocusRingStyle: var(--syn-focus-ring-style) !default;
|
|
253
|
+
$SynFocusRing: var(--syn-focus-ring) !default;
|
|
254
|
+
$SynInputBorderColorDisabled: var(--syn-input-border-color-disabled) !default;
|
|
255
|
+
$SynInputBorderWidth: var(--syn-input-border-width) !default;
|
|
256
|
+
$SynInputFontFamily: var(--syn-input-font-family) !default;
|
|
257
|
+
$SynInputFontWeight: var(--syn-input-font-weight) !default;
|
|
258
|
+
$SynInputLetterSpacing: var(--syn-input-letter-spacing) !default;
|
|
259
|
+
$SynZIndexDrawer: var(--syn-z-index-drawer) !default;
|
|
260
|
+
$SynZIndexDialog: var(--syn-z-index-dialog) !default;
|
|
261
|
+
$SynZIndexDropdown: var(--syn-z-index-dropdown) !default;
|
|
262
|
+
$SynZIndexToast: var(--syn-z-index-toast) !default;
|
|
263
|
+
$SynZIndexTooltip: var(--syn-z-index-tooltip) !default;
|
package/dist/themes/dark.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.15.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
|
-
* Do not edit directly
|
|
5
|
-
* Generated on Thu, 21 Nov 2024 12:46:27 GMT
|
|
4
|
+
* Do not edit directly, this file was auto-generated.
|
|
6
5
|
*/
|
|
7
6
|
|
|
8
7
|
:root, .syn-theme-dark {
|
|
9
8
|
color-scheme: dark;
|
|
9
|
+
|
|
10
10
|
--syn-font-size-x-small: 12px;
|
|
11
11
|
--syn-font-size-small: 14px;
|
|
12
12
|
--syn-font-size-medium: 16px;
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
--syn-shadow-overflow-up: 0 -1px 4px 0 rgba(249, 250, 251, 0.12), 0 -3px 8px 0 rgba(249, 250, 251, 0.12), 0 -4px 12px 0 rgba(249, 250, 251, 0.16); /* Overflow Up */
|
|
35
35
|
--syn-shadow-overflow-left: -1px 0 4px 0 rgba(249, 250, 251, 0.12), -3px 0 8px 0 rgba(249, 250, 251, 0.12), -4px 0 12px 0 rgba(249, 250, 251, 0.16); /* Overflow Left */
|
|
36
36
|
--syn-shadow-overflow-right: 1px 0 4px 0 rgba(249, 250, 251, 0.12), 3px 0 8px 0 rgba(249, 250, 251, 0.12), 4px 0 12px 0 rgba(249, 250, 251, 0.16); /* Overflow Right */
|
|
37
|
-
--syn-font-sans: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
|
|
38
|
-
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; /* Open Sans */
|
|
37
|
+
--syn-font-sans: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; /* Open Sans */
|
|
39
38
|
--syn-font-mono: 'Roboto Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
|
|
40
39
|
--syn-spacing-4x-small: calc(4px / 4);
|
|
41
40
|
--syn-spacing-3x-small: calc(4px / 2);
|
package/dist/themes/light.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.15.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
|
-
* Do not edit directly
|
|
5
|
-
* Generated on Thu, 21 Nov 2024 12:46:27 GMT
|
|
4
|
+
* Do not edit directly, this file was auto-generated.
|
|
6
5
|
*/
|
|
7
6
|
|
|
8
7
|
:root, .syn-theme-light {
|
|
9
8
|
color-scheme: light;
|
|
9
|
+
|
|
10
10
|
--syn-font-size-x-small: 12px;
|
|
11
11
|
--syn-font-size-small: 14px;
|
|
12
12
|
--syn-font-size-medium: 16px;
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
--syn-shadow-overflow-up: 0 -1px 4px 0 rgba(49, 55, 58, 0.12), 0 -3px 8px 0 rgba(49, 55, 58, 0.12), 0 -4px 12px 0 rgba(49, 55, 58, 0.16); /* Overflow Up */
|
|
35
35
|
--syn-shadow-overflow-left: -1px 0 4px 0 rgba(49, 55, 58, 0.12), -3px 0 8px 0 rgba(49, 55, 58, 0.12), -4px 0 12px 0 rgba(49, 55, 58, 0.16); /* Overflow Left */
|
|
36
36
|
--syn-shadow-overflow-right: 1px 0 4px 0 rgba(49, 55, 58, 0.12), 3px 0 8px 0 rgba(49, 55, 58, 0.12), 4px 0 12px 0 rgba(49, 55, 58, 0.16); /* Overflow Right */
|
|
37
|
-
--syn-font-sans: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
|
|
38
|
-
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; /* Open Sans */
|
|
37
|
+
--syn-font-sans: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; /* Open Sans */
|
|
39
38
|
--syn-font-mono: 'Roboto Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
|
|
40
39
|
--syn-spacing-4x-small: calc(4px / 4);
|
|
41
40
|
--syn-spacing-3x-small: calc(4px / 2);
|
package/package.json
CHANGED
|
@@ -3,28 +3,34 @@
|
|
|
3
3
|
"name": "SICK Global UX Foundation",
|
|
4
4
|
"url": "https://www.sick.com"
|
|
5
5
|
},
|
|
6
|
-
"description": "Design tokens for the SICK Design System",
|
|
6
|
+
"description": "Design tokens for Synergy, the SICK Design System",
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@semantic-release/changelog": "^6.0.3",
|
|
9
9
|
"@semantic-release/exec": "^6.0.3",
|
|
10
10
|
"@semantic-release/git": "^10.0.1",
|
|
11
|
-
"@tokens-studio/sd-transforms": "^
|
|
11
|
+
"@tokens-studio/sd-transforms": "^1.2.8",
|
|
12
|
+
"@types/node": "^20.17.6",
|
|
12
13
|
"chalk": "^5.3.0",
|
|
13
14
|
"change-case": "^5.4.4",
|
|
14
15
|
"eslint": "^8.57.1",
|
|
15
|
-
"eslint-
|
|
16
|
+
"eslint-import-resolver-typescript": "^3.6.3",
|
|
16
17
|
"rimraf": "^6.0.1",
|
|
17
18
|
"semantic-release": "^19.0.5",
|
|
18
19
|
"semantic-release-monorepo": "7.0.5",
|
|
19
|
-
"style-dictionary": "^
|
|
20
|
+
"style-dictionary": "^4.2.0",
|
|
20
21
|
"stylelint": "^16.10.0",
|
|
22
|
+
"typescript": "^5.7.2",
|
|
21
23
|
"@synergy-design-system/eslint-config-syn": "0.1.0",
|
|
22
24
|
"@synergy-design-system/stylelint-config-syn": "0.1.0"
|
|
23
25
|
},
|
|
24
26
|
"exports": {
|
|
25
27
|
".": {
|
|
26
28
|
"types": "./dist/js/index.d.ts",
|
|
27
|
-
"import": "./dist/js/index.js"
|
|
29
|
+
"import": "./dist/js/index.js",
|
|
30
|
+
"default": "./dist/js/index.js"
|
|
31
|
+
},
|
|
32
|
+
"./package.json": {
|
|
33
|
+
"default": "./package.json"
|
|
28
34
|
},
|
|
29
35
|
"./themes/*": "./dist/themes/*",
|
|
30
36
|
"./scss/*": "./dist/scss/*"
|
|
@@ -101,14 +107,15 @@
|
|
|
101
107
|
},
|
|
102
108
|
"type": "module",
|
|
103
109
|
"types": "./dist/js/index.d.ts",
|
|
104
|
-
"version": "2.
|
|
110
|
+
"version": "2.15.1",
|
|
105
111
|
"scripts": {
|
|
106
112
|
"build": "pnpm clean && node scripts/build.js",
|
|
107
113
|
"clean": "rimraf build",
|
|
108
114
|
"lint:css": "stylelint \"dist/**/*.css\"",
|
|
109
|
-
"lint:js": "eslint scripts",
|
|
115
|
+
"lint:js": "eslint scripts dist/js",
|
|
116
|
+
"lint:types": "tsc --noEmit",
|
|
110
117
|
"lint": "pnpm run /^lint:.*/",
|
|
111
|
-
"format.eslint": "pnpm lint --fix",
|
|
118
|
+
"format.eslint": "pnpm lint:js --fix",
|
|
112
119
|
"start": "pnpm build",
|
|
113
120
|
"release": "semantic-release --tagFormat 'tokens/${version}' -e semantic-release-monorepo",
|
|
114
121
|
"release.dry": "semantic-release --dry-run --tagFormat 'tokens/${version}' -e semantic-release-monorepo"
|
|
@@ -1440,6 +1440,38 @@
|
|
|
1440
1440
|
}
|
|
1441
1441
|
}
|
|
1442
1442
|
},
|
|
1443
|
+
"link-list": {
|
|
1444
|
+
"horizontal": {
|
|
1445
|
+
"title": {
|
|
1446
|
+
"value": "Horizontal",
|
|
1447
|
+
"type": "text"
|
|
1448
|
+
},
|
|
1449
|
+
"description": {
|
|
1450
|
+
"value": "Use the horizontal attribute to indicate that it is used as a horizontal link list.",
|
|
1451
|
+
"type": "text"
|
|
1452
|
+
}
|
|
1453
|
+
},
|
|
1454
|
+
"multiline": {
|
|
1455
|
+
"title": {
|
|
1456
|
+
"value": "Multiline",
|
|
1457
|
+
"type": "text"
|
|
1458
|
+
},
|
|
1459
|
+
"description": {
|
|
1460
|
+
"value": "The horizontal link list automatically wraps into a new line if there is not enough space available.",
|
|
1461
|
+
"type": "text"
|
|
1462
|
+
}
|
|
1463
|
+
},
|
|
1464
|
+
"size": {
|
|
1465
|
+
"title": {
|
|
1466
|
+
"value": "Size",
|
|
1467
|
+
"type": "text"
|
|
1468
|
+
},
|
|
1469
|
+
"description": {
|
|
1470
|
+
"value": "Use the size attribute to change the link list size.",
|
|
1471
|
+
"type": "text"
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
},
|
|
1443
1475
|
"menu-item": {
|
|
1444
1476
|
"default": {
|
|
1445
1477
|
"description": {
|
|
@@ -2850,6 +2882,16 @@
|
|
|
2850
2882
|
"value": "Links can be used to display a link to other pages.",
|
|
2851
2883
|
"type": "text"
|
|
2852
2884
|
}
|
|
2885
|
+
},
|
|
2886
|
+
"link-list": {
|
|
2887
|
+
"description": {
|
|
2888
|
+
"value": "Links can be grouped horizontally or vertically.",
|
|
2889
|
+
"type": "text"
|
|
2890
|
+
},
|
|
2891
|
+
"title": {
|
|
2892
|
+
"value": "Link list",
|
|
2893
|
+
"type": "text"
|
|
2894
|
+
}
|
|
2853
2895
|
}
|
|
2854
2896
|
},
|
|
2855
2897
|
"templates": {
|