@esri/calcite-design-tokens 2.3.0-next.4 → 3.0.0-next.0

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/dist/js/global.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 27 Nov 2024 19:58:48 GMT
3
+ * Generated on Wed, 27 Nov 2024 23:28:01 GMT
4
4
  */
5
5
 
6
6
  export default {
@@ -5654,7 +5654,7 @@ export default {
5654
5654
  path: ["semantic", "font", "line-height", "relative", "default"],
5655
5655
  },
5656
5656
  tight: {
5657
- value: "125%",
5657
+ value: "1.25",
5658
5658
  type: "lineHeights",
5659
5659
  description: "1.25",
5660
5660
  attributes: {
@@ -5716,7 +5716,7 @@ export default {
5716
5716
  path: ["semantic", "font", "line-height", "relative", "tight"],
5717
5717
  },
5718
5718
  snug: {
5719
- value: "137.5%",
5719
+ value: "1.375",
5720
5720
  type: "lineHeights",
5721
5721
  description: "1.375",
5722
5722
  attributes: {
@@ -5778,7 +5778,7 @@ export default {
5778
5778
  path: ["semantic", "font", "line-height", "relative", "snug"],
5779
5779
  },
5780
5780
  normal: {
5781
- value: "150%",
5781
+ value: "1.5",
5782
5782
  type: "lineHeights",
5783
5783
  description: "1.5",
5784
5784
  attributes: {
@@ -5840,7 +5840,7 @@ export default {
5840
5840
  path: ["semantic", "font", "line-height", "relative", "normal"],
5841
5841
  },
5842
5842
  relaxed: {
5843
- value: "162.5%",
5843
+ value: "1.625",
5844
5844
  type: "lineHeights",
5845
5845
  description: "1.625",
5846
5846
  attributes: {
@@ -5902,7 +5902,7 @@ export default {
5902
5902
  path: ["semantic", "font", "line-height", "relative", "relaxed"],
5903
5903
  },
5904
5904
  loose: {
5905
- value: "200%",
5905
+ value: "2",
5906
5906
  type: "lineHeights",
5907
5907
  description: "2",
5908
5908
  attributes: {
@@ -7115,582 +7115,1788 @@ export default {
7115
7115
  },
7116
7116
  },
7117
7117
  size: {
7118
- px: {
7119
- value: "1px",
7120
- type: "spacing",
7121
- attributes: {
7122
- "calcite-schema": {
7123
- system: "calcite",
7124
- tier: "semantic",
7125
- domain: "",
7126
- component: "",
7127
- pattern: "",
7128
- element: "",
7129
- category: "sizing",
7130
- group: "",
7131
- kind: "",
7132
- appearance: "",
7133
- property: "",
7134
- variant: "",
7135
- state: "",
7136
- scale: "px",
7137
- context: "",
7138
- mode: "",
7139
- },
7140
- names: {
7141
- scss: "$calcite-size-px",
7142
- css: "var(--calcite-size-px)",
7143
- js: "semantic.size.px",
7144
- docs: "semantic.size.px",
7145
- es6: "calciteSizePx",
7146
- },
7147
- },
7148
- filePath:
7149
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7150
- isSource: true,
7151
- original: {
7152
- value: "{core.size.default.1}",
7118
+ fixed: {
7119
+ xxxs: {
7120
+ value: "2px",
7153
7121
  type: "spacing",
7122
+ description: "deprecated",
7154
7123
  attributes: {
7155
7124
  "calcite-schema": {
7156
7125
  system: "calcite",
7157
7126
  tier: "semantic",
7158
7127
  domain: "",
7159
7128
  component: "",
7160
- pattern: "",
7129
+ pattern: "fixed",
7161
7130
  element: "",
7162
- category: "sizing",
7131
+ category: "size",
7163
7132
  group: "",
7164
7133
  kind: "",
7165
7134
  appearance: "",
7166
7135
  property: "",
7167
7136
  variant: "",
7168
7137
  state: "",
7169
- scale: "px",
7138
+ scale: "xxxs",
7170
7139
  context: "",
7171
7140
  mode: "",
7172
7141
  },
7142
+ names: {
7143
+ scss: "$calcite-size-fixed-xxxs",
7144
+ css: "var(--calcite-size-fixed-xxxs)",
7145
+ js: "semantic.size.fixed.xxxs",
7146
+ docs: "semantic.size.fixed.xxxs",
7147
+ es6: "calciteSizeFixedXxxs",
7148
+ },
7173
7149
  },
7174
- },
7175
- name: "Size Px",
7176
- path: ["semantic", "size", "px"],
7177
- },
7178
- xxxs: {
7179
- value: "2px",
7180
- type: "spacing",
7181
- attributes: {
7182
- "calcite-schema": {
7183
- system: "calcite",
7184
- tier: "semantic",
7185
- domain: "",
7186
- component: "",
7187
- pattern: "",
7188
- element: "",
7189
- category: "sizing",
7190
- group: "",
7191
- kind: "",
7192
- appearance: "",
7193
- property: "",
7194
- variant: "",
7195
- state: "",
7196
- scale: "xxxs",
7197
- context: "",
7198
- mode: "",
7199
- },
7200
- names: {
7201
- scss: "$calcite-size-xxxs",
7202
- css: "var(--calcite-size-xxxs)",
7203
- js: "semantic.size.xxxs",
7204
- docs: "semantic.size.xxxs",
7205
- es6: "calciteSizeXxxs",
7150
+ filePath:
7151
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7152
+ isSource: true,
7153
+ original: {
7154
+ value: "{core.size.default.2}",
7155
+ type: "spacing",
7156
+ description: "deprecated",
7157
+ attributes: {
7158
+ "calcite-schema": {
7159
+ system: "calcite",
7160
+ tier: "semantic",
7161
+ domain: "",
7162
+ component: "",
7163
+ pattern: "fixed",
7164
+ element: "",
7165
+ category: "size",
7166
+ group: "",
7167
+ kind: "",
7168
+ appearance: "",
7169
+ property: "",
7170
+ variant: "",
7171
+ state: "",
7172
+ scale: "xxxs",
7173
+ context: "",
7174
+ mode: "",
7175
+ },
7176
+ },
7206
7177
  },
7178
+ name: "Size Fixed Xxxs",
7179
+ path: ["semantic", "size", "fixed", "xxxs"],
7207
7180
  },
7208
- filePath:
7209
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7210
- isSource: true,
7211
- original: {
7212
- value: "{core.size.default.2}",
7181
+ xxs: {
7182
+ value: "4px",
7213
7183
  type: "spacing",
7184
+ description: "deprecated",
7214
7185
  attributes: {
7215
7186
  "calcite-schema": {
7216
7187
  system: "calcite",
7217
7188
  tier: "semantic",
7218
7189
  domain: "",
7219
7190
  component: "",
7220
- pattern: "",
7191
+ pattern: "fixed",
7221
7192
  element: "",
7222
- category: "sizing",
7193
+ category: "size",
7223
7194
  group: "",
7224
7195
  kind: "",
7225
7196
  appearance: "",
7226
7197
  property: "",
7227
7198
  variant: "",
7228
7199
  state: "",
7229
- scale: "xxxs",
7200
+ scale: "xxs",
7230
7201
  context: "",
7231
7202
  mode: "",
7232
7203
  },
7204
+ names: {
7205
+ scss: "$calcite-size-fixed-xxs",
7206
+ css: "var(--calcite-size-fixed-xxs)",
7207
+ js: "semantic.size.fixed.xxs",
7208
+ docs: "semantic.size.fixed.xxs",
7209
+ es6: "calciteSizeFixedXxs",
7210
+ },
7233
7211
  },
7234
- },
7235
- name: "Size Xxxs",
7236
- path: ["semantic", "size", "xxxs"],
7237
- },
7238
- xxs: {
7239
- value: "4px",
7240
- type: "spacing",
7241
- attributes: {
7242
- "calcite-schema": {
7243
- system: "calcite",
7244
- tier: "semantic",
7245
- domain: "",
7246
- component: "",
7247
- pattern: "",
7248
- element: "",
7249
- category: "sizing",
7250
- group: "",
7251
- kind: "",
7252
- appearance: "",
7253
- property: "",
7254
- variant: "",
7255
- state: "",
7256
- scale: "xxs",
7257
- context: "",
7258
- mode: "",
7259
- },
7260
- names: {
7261
- scss: "$calcite-size-xxs",
7262
- css: "var(--calcite-size-xxs)",
7263
- js: "semantic.size.xxs",
7264
- docs: "semantic.size.xxs",
7265
- es6: "calciteSizeXxs",
7212
+ filePath:
7213
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7214
+ isSource: true,
7215
+ original: {
7216
+ value: "{core.size.default.4}",
7217
+ type: "spacing",
7218
+ description: "deprecated",
7219
+ attributes: {
7220
+ "calcite-schema": {
7221
+ system: "calcite",
7222
+ tier: "semantic",
7223
+ domain: "",
7224
+ component: "",
7225
+ pattern: "fixed",
7226
+ element: "",
7227
+ category: "size",
7228
+ group: "",
7229
+ kind: "",
7230
+ appearance: "",
7231
+ property: "",
7232
+ variant: "",
7233
+ state: "",
7234
+ scale: "xxs",
7235
+ context: "",
7236
+ mode: "",
7237
+ },
7238
+ },
7266
7239
  },
7240
+ name: "Size Fixed Xxs",
7241
+ path: ["semantic", "size", "fixed", "xxs"],
7267
7242
  },
7268
- filePath:
7269
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7270
- isSource: true,
7271
- original: {
7272
- value: "{core.size.default.4}",
7243
+ xs: {
7244
+ value: "6px",
7273
7245
  type: "spacing",
7246
+ description: "deprecated",
7274
7247
  attributes: {
7275
7248
  "calcite-schema": {
7276
7249
  system: "calcite",
7277
7250
  tier: "semantic",
7278
7251
  domain: "",
7279
7252
  component: "",
7280
- pattern: "",
7253
+ pattern: "fixed",
7281
7254
  element: "",
7282
- category: "sizing",
7255
+ category: "size",
7283
7256
  group: "",
7284
7257
  kind: "",
7285
7258
  appearance: "",
7286
7259
  property: "",
7287
7260
  variant: "",
7288
7261
  state: "",
7289
- scale: "xxs",
7262
+ scale: "xs",
7290
7263
  context: "",
7291
7264
  mode: "",
7292
7265
  },
7266
+ names: {
7267
+ scss: "$calcite-size-fixed-xs",
7268
+ css: "var(--calcite-size-fixed-xs)",
7269
+ js: "semantic.size.fixed.xs",
7270
+ docs: "semantic.size.fixed.xs",
7271
+ es6: "calciteSizeFixedXs",
7272
+ },
7293
7273
  },
7294
- },
7295
- name: "Size Xxs",
7296
- path: ["semantic", "size", "xxs"],
7297
- },
7298
- xs: {
7299
- value: "6px",
7300
- type: "spacing",
7301
- attributes: {
7302
- "calcite-schema": {
7303
- system: "calcite",
7304
- tier: "semantic",
7305
- domain: "",
7306
- component: "",
7307
- pattern: "",
7308
- element: "",
7309
- category: "sizing",
7310
- group: "",
7311
- kind: "",
7312
- appearance: "",
7313
- property: "",
7314
- variant: "",
7315
- state: "",
7316
- scale: "xs",
7317
- context: "",
7318
- mode: "",
7319
- },
7320
- names: {
7321
- scss: "$calcite-size-xs",
7322
- css: "var(--calcite-size-xs)",
7323
- js: "semantic.size.xs",
7324
- docs: "semantic.size.xs",
7325
- es6: "calciteSizeXs",
7274
+ filePath:
7275
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7276
+ isSource: true,
7277
+ original: {
7278
+ value: "{core.size.default.6}",
7279
+ type: "spacing",
7280
+ description: "deprecated",
7281
+ attributes: {
7282
+ "calcite-schema": {
7283
+ system: "calcite",
7284
+ tier: "semantic",
7285
+ domain: "",
7286
+ component: "",
7287
+ pattern: "fixed",
7288
+ element: "",
7289
+ category: "size",
7290
+ group: "",
7291
+ kind: "",
7292
+ appearance: "",
7293
+ property: "",
7294
+ variant: "",
7295
+ state: "",
7296
+ scale: "xs",
7297
+ context: "",
7298
+ mode: "",
7299
+ },
7300
+ },
7326
7301
  },
7302
+ name: "Size Fixed Xs",
7303
+ path: ["semantic", "size", "fixed", "xs"],
7327
7304
  },
7328
- filePath:
7329
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7330
- isSource: true,
7331
- original: {
7332
- value: "{core.size.default.6}",
7305
+ sm: {
7306
+ value: "8px",
7333
7307
  type: "spacing",
7308
+ description: "deprecated",
7334
7309
  attributes: {
7335
7310
  "calcite-schema": {
7336
7311
  system: "calcite",
7337
7312
  tier: "semantic",
7338
7313
  domain: "",
7339
7314
  component: "",
7340
- pattern: "",
7315
+ pattern: "fixed",
7341
7316
  element: "",
7342
- category: "sizing",
7317
+ category: "size",
7343
7318
  group: "",
7344
7319
  kind: "",
7345
7320
  appearance: "",
7346
7321
  property: "",
7347
7322
  variant: "",
7348
7323
  state: "",
7349
- scale: "xs",
7324
+ scale: "sm",
7350
7325
  context: "",
7351
7326
  mode: "",
7352
7327
  },
7328
+ names: {
7329
+ scss: "$calcite-size-fixed-sm",
7330
+ css: "var(--calcite-size-fixed-sm)",
7331
+ js: "semantic.size.fixed.sm",
7332
+ docs: "semantic.size.fixed.sm",
7333
+ es6: "calciteSizeFixedSm",
7334
+ },
7353
7335
  },
7354
- },
7355
- name: "Size Xs",
7356
- path: ["semantic", "size", "xs"],
7357
- },
7358
- sm: {
7359
- value: "8px",
7360
- type: "spacing",
7361
- attributes: {
7362
- "calcite-schema": {
7363
- system: "calcite",
7364
- tier: "semantic",
7365
- domain: "",
7366
- component: "",
7367
- pattern: "",
7368
- element: "",
7369
- category: "sizing",
7370
- group: "",
7371
- kind: "",
7372
- appearance: "",
7373
- property: "",
7374
- variant: "",
7375
- state: "",
7376
- scale: "sm",
7377
- context: "",
7378
- mode: "",
7379
- },
7380
- names: {
7381
- scss: "$calcite-size-sm",
7382
- css: "var(--calcite-size-sm)",
7383
- js: "semantic.size.sm",
7384
- docs: "semantic.size.sm",
7385
- es6: "calciteSizeSm",
7336
+ filePath:
7337
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7338
+ isSource: true,
7339
+ original: {
7340
+ value: "{core.size.default.8}",
7341
+ type: "spacing",
7342
+ description: "deprecated",
7343
+ attributes: {
7344
+ "calcite-schema": {
7345
+ system: "calcite",
7346
+ tier: "semantic",
7347
+ domain: "",
7348
+ component: "",
7349
+ pattern: "fixed",
7350
+ element: "",
7351
+ category: "size",
7352
+ group: "",
7353
+ kind: "",
7354
+ appearance: "",
7355
+ property: "",
7356
+ variant: "",
7357
+ state: "",
7358
+ scale: "sm",
7359
+ context: "",
7360
+ mode: "",
7361
+ },
7362
+ },
7386
7363
  },
7364
+ name: "Size Fixed Sm",
7365
+ path: ["semantic", "size", "fixed", "sm"],
7387
7366
  },
7388
- filePath:
7389
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7390
- isSource: true,
7391
- original: {
7392
- value: "{core.size.default.8}",
7367
+ "sm+": {
7368
+ value: "10px",
7393
7369
  type: "spacing",
7370
+ description: "deprecated",
7394
7371
  attributes: {
7395
7372
  "calcite-schema": {
7396
7373
  system: "calcite",
7397
7374
  tier: "semantic",
7398
7375
  domain: "",
7399
7376
  component: "",
7400
- pattern: "",
7377
+ pattern: "fixed",
7401
7378
  element: "",
7402
- category: "sizing",
7379
+ category: "size",
7403
7380
  group: "",
7404
7381
  kind: "",
7405
7382
  appearance: "",
7406
7383
  property: "",
7407
7384
  variant: "",
7408
7385
  state: "",
7409
- scale: "sm",
7386
+ scale: "sm+",
7410
7387
  context: "",
7411
7388
  mode: "",
7412
7389
  },
7390
+ names: {
7391
+ scss: "$calcite-size-fixed-sm-plus",
7392
+ css: "var(--calcite-size-fixed-sm-plus)",
7393
+ js: "semantic.size.fixed.sm+",
7394
+ docs: "semantic.size.fixed.sm+",
7395
+ es6: "calciteSizeFixedSmPlus",
7396
+ },
7413
7397
  },
7414
- },
7415
- name: "Size Sm",
7416
- path: ["semantic", "size", "sm"],
7417
- },
7418
- "sm+": {
7419
- value: "10px",
7420
- type: "spacing",
7421
- attributes: {
7422
- "calcite-schema": {
7423
- system: "calcite",
7424
- tier: "semantic",
7425
- domain: "",
7426
- component: "",
7427
- pattern: "",
7428
- element: "",
7429
- category: "sizing",
7430
- group: "",
7431
- kind: "",
7432
- appearance: "",
7433
- property: "",
7434
- variant: "",
7435
- state: "",
7436
- scale: "sm+",
7437
- context: "",
7438
- mode: "",
7398
+ filePath:
7399
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7400
+ isSource: true,
7401
+ original: {
7402
+ value: "{core.size.default.10}",
7403
+ type: "spacing",
7404
+ description: "deprecated",
7405
+ attributes: {
7406
+ "calcite-schema": {
7407
+ system: "calcite",
7408
+ tier: "semantic",
7409
+ domain: "",
7410
+ component: "",
7411
+ pattern: "fixed",
7412
+ element: "",
7413
+ category: "size",
7414
+ group: "",
7415
+ kind: "",
7416
+ appearance: "",
7417
+ property: "",
7418
+ variant: "",
7419
+ state: "",
7420
+ scale: "sm+",
7421
+ context: "",
7422
+ mode: "",
7423
+ },
7424
+ },
7439
7425
  },
7440
- names: {
7441
- scss: "$calcite-size-sm-plus",
7442
- css: "var(--calcite-size-sm-plus)",
7443
- js: "semantic.size.sm+",
7444
- docs: "semantic.size.sm+",
7445
- es6: "calciteSizeSmPlus",
7426
+ name: "Size Fixed Sm +",
7427
+ path: ["semantic", "size", "fixed", "sm+"],
7428
+ },
7429
+ md: {
7430
+ value: "12px",
7431
+ type: "spacing",
7432
+ description: "deprecated",
7433
+ attributes: {
7434
+ "calcite-schema": {
7435
+ system: "calcite",
7436
+ tier: "semantic",
7437
+ domain: "",
7438
+ component: "",
7439
+ pattern: "fixed",
7440
+ element: "",
7441
+ category: "size",
7442
+ group: "",
7443
+ kind: "",
7444
+ appearance: "",
7445
+ property: "",
7446
+ variant: "",
7447
+ state: "",
7448
+ scale: "md",
7449
+ context: "",
7450
+ mode: "",
7451
+ },
7452
+ names: {
7453
+ scss: "$calcite-size-fixed-md",
7454
+ css: "var(--calcite-size-fixed-md)",
7455
+ js: "semantic.size.fixed.md",
7456
+ docs: "semantic.size.fixed.md",
7457
+ es6: "calciteSizeFixedMd",
7458
+ },
7459
+ },
7460
+ filePath:
7461
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7462
+ isSource: true,
7463
+ original: {
7464
+ value: "{core.size.default.12}",
7465
+ type: "spacing",
7466
+ description: "deprecated",
7467
+ attributes: {
7468
+ "calcite-schema": {
7469
+ system: "calcite",
7470
+ tier: "semantic",
7471
+ domain: "",
7472
+ component: "",
7473
+ pattern: "fixed",
7474
+ element: "",
7475
+ category: "size",
7476
+ group: "",
7477
+ kind: "",
7478
+ appearance: "",
7479
+ property: "",
7480
+ variant: "",
7481
+ state: "",
7482
+ scale: "md",
7483
+ context: "",
7484
+ mode: "",
7485
+ },
7486
+ },
7446
7487
  },
7488
+ name: "Size Fixed Md",
7489
+ path: ["semantic", "size", "fixed", "md"],
7447
7490
  },
7448
- filePath:
7449
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7450
- isSource: true,
7451
- original: {
7452
- value: "{core.size.default.10}",
7491
+ "md+": {
7492
+ value: "14px",
7453
7493
  type: "spacing",
7494
+ description: "deprecated",
7454
7495
  attributes: {
7455
7496
  "calcite-schema": {
7456
7497
  system: "calcite",
7457
7498
  tier: "semantic",
7458
7499
  domain: "",
7459
7500
  component: "",
7460
- pattern: "",
7501
+ pattern: "fixed",
7461
7502
  element: "",
7462
- category: "sizing",
7503
+ category: "size",
7463
7504
  group: "",
7464
7505
  kind: "",
7465
7506
  appearance: "",
7466
7507
  property: "",
7467
7508
  variant: "",
7468
7509
  state: "",
7469
- scale: "sm+",
7510
+ scale: "md+",
7470
7511
  context: "",
7471
7512
  mode: "",
7472
7513
  },
7514
+ names: {
7515
+ scss: "$calcite-size-fixed-md-plus",
7516
+ css: "var(--calcite-size-fixed-md-plus)",
7517
+ js: "semantic.size.fixed.md+",
7518
+ docs: "semantic.size.fixed.md+",
7519
+ es6: "calciteSizeFixedMdPlus",
7520
+ },
7521
+ },
7522
+ filePath:
7523
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7524
+ isSource: true,
7525
+ original: {
7526
+ value: "{core.size.default.14}",
7527
+ type: "spacing",
7528
+ description: "deprecated",
7529
+ attributes: {
7530
+ "calcite-schema": {
7531
+ system: "calcite",
7532
+ tier: "semantic",
7533
+ domain: "",
7534
+ component: "",
7535
+ pattern: "fixed",
7536
+ element: "",
7537
+ category: "size",
7538
+ group: "",
7539
+ kind: "",
7540
+ appearance: "",
7541
+ property: "",
7542
+ variant: "",
7543
+ state: "",
7544
+ scale: "md+",
7545
+ context: "",
7546
+ mode: "",
7547
+ },
7548
+ },
7473
7549
  },
7550
+ name: "Size Fixed Md +",
7551
+ path: ["semantic", "size", "fixed", "md+"],
7474
7552
  },
7475
- name: "Size Sm +",
7476
- path: ["semantic", "size", "sm+"],
7477
- },
7478
- md: {
7479
- value: "12px",
7480
- type: "spacing",
7481
- attributes: {
7482
- "calcite-schema": {
7483
- system: "calcite",
7484
- tier: "semantic",
7485
- domain: "",
7486
- component: "",
7487
- pattern: "",
7488
- element: "",
7489
- category: "sizing",
7490
- group: "",
7491
- kind: "",
7492
- appearance: "",
7493
- property: "",
7494
- variant: "",
7495
- state: "",
7496
- scale: "md",
7497
- context: "",
7498
- mode: "",
7553
+ lg: {
7554
+ value: "16px",
7555
+ type: "spacing",
7556
+ description: "deprecated",
7557
+ attributes: {
7558
+ "calcite-schema": {
7559
+ system: "calcite",
7560
+ tier: "semantic",
7561
+ domain: "",
7562
+ component: "",
7563
+ pattern: "fixed",
7564
+ element: "",
7565
+ category: "size",
7566
+ group: "",
7567
+ kind: "",
7568
+ appearance: "",
7569
+ property: "",
7570
+ variant: "",
7571
+ state: "",
7572
+ scale: "lg",
7573
+ context: "",
7574
+ mode: "",
7575
+ },
7576
+ names: {
7577
+ scss: "$calcite-size-fixed-lg",
7578
+ css: "var(--calcite-size-fixed-lg)",
7579
+ js: "semantic.size.fixed.lg",
7580
+ docs: "semantic.size.fixed.lg",
7581
+ es6: "calciteSizeFixedLg",
7582
+ },
7499
7583
  },
7500
- names: {
7501
- scss: "$calcite-size-md",
7502
- css: "var(--calcite-size-md)",
7503
- js: "semantic.size.md",
7504
- docs: "semantic.size.md",
7505
- es6: "calciteSizeMd",
7584
+ filePath:
7585
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7586
+ isSource: true,
7587
+ original: {
7588
+ value: "{core.size.default.16}",
7589
+ type: "spacing",
7590
+ description: "deprecated",
7591
+ attributes: {
7592
+ "calcite-schema": {
7593
+ system: "calcite",
7594
+ tier: "semantic",
7595
+ domain: "",
7596
+ component: "",
7597
+ pattern: "fixed",
7598
+ element: "",
7599
+ category: "size",
7600
+ group: "",
7601
+ kind: "",
7602
+ appearance: "",
7603
+ property: "",
7604
+ variant: "",
7605
+ state: "",
7606
+ scale: "lg",
7607
+ context: "",
7608
+ mode: "",
7609
+ },
7610
+ },
7506
7611
  },
7612
+ name: "Size Fixed Lg",
7613
+ path: ["semantic", "size", "fixed", "lg"],
7507
7614
  },
7508
- filePath:
7509
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7510
- isSource: true,
7511
- original: {
7512
- value: "{core.size.default.12}",
7615
+ xl: {
7616
+ value: "20px",
7513
7617
  type: "spacing",
7618
+ description: "deprecated",
7514
7619
  attributes: {
7515
7620
  "calcite-schema": {
7516
7621
  system: "calcite",
7517
7622
  tier: "semantic",
7518
7623
  domain: "",
7519
7624
  component: "",
7520
- pattern: "",
7625
+ pattern: "fixed",
7521
7626
  element: "",
7522
- category: "sizing",
7627
+ category: "size",
7523
7628
  group: "",
7524
7629
  kind: "",
7525
7630
  appearance: "",
7526
7631
  property: "",
7527
7632
  variant: "",
7528
7633
  state: "",
7529
- scale: "md",
7634
+ scale: "xl",
7530
7635
  context: "",
7531
7636
  mode: "",
7532
7637
  },
7638
+ names: {
7639
+ scss: "$calcite-size-fixed-xl",
7640
+ css: "var(--calcite-size-fixed-xl)",
7641
+ js: "semantic.size.fixed.xl",
7642
+ docs: "semantic.size.fixed.xl",
7643
+ es6: "calciteSizeFixedXl",
7644
+ },
7645
+ },
7646
+ filePath:
7647
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7648
+ isSource: true,
7649
+ original: {
7650
+ value: "{core.size.default.20}",
7651
+ type: "spacing",
7652
+ description: "deprecated",
7653
+ attributes: {
7654
+ "calcite-schema": {
7655
+ system: "calcite",
7656
+ tier: "semantic",
7657
+ domain: "",
7658
+ component: "",
7659
+ pattern: "fixed",
7660
+ element: "",
7661
+ category: "size",
7662
+ group: "",
7663
+ kind: "",
7664
+ appearance: "",
7665
+ property: "",
7666
+ variant: "",
7667
+ state: "",
7668
+ scale: "xl",
7669
+ context: "",
7670
+ mode: "",
7671
+ },
7672
+ },
7533
7673
  },
7674
+ name: "Size Fixed Xl",
7675
+ path: ["semantic", "size", "fixed", "xl"],
7534
7676
  },
7535
- name: "Size Md",
7536
- path: ["semantic", "size", "md"],
7537
- },
7538
- "md+": {
7539
- value: "14px",
7540
- type: "spacing",
7541
- attributes: {
7542
- "calcite-schema": {
7543
- system: "calcite",
7544
- tier: "semantic",
7545
- domain: "",
7546
- component: "",
7547
- pattern: "",
7548
- element: "",
7549
- category: "sizing",
7550
- group: "",
7551
- kind: "",
7552
- appearance: "",
7553
- property: "",
7554
- variant: "",
7555
- state: "",
7556
- scale: "md+",
7557
- context: "",
7558
- mode: "",
7677
+ xxl: {
7678
+ value: "24px",
7679
+ type: "spacing",
7680
+ description: "deprecated",
7681
+ attributes: {
7682
+ "calcite-schema": {
7683
+ system: "calcite",
7684
+ tier: "semantic",
7685
+ domain: "",
7686
+ component: "",
7687
+ pattern: "fixed",
7688
+ element: "",
7689
+ category: "size",
7690
+ group: "",
7691
+ kind: "",
7692
+ appearance: "",
7693
+ property: "",
7694
+ variant: "",
7695
+ state: "",
7696
+ scale: "xxl",
7697
+ context: "",
7698
+ mode: "",
7699
+ },
7700
+ names: {
7701
+ scss: "$calcite-size-fixed-xxl",
7702
+ css: "var(--calcite-size-fixed-xxl)",
7703
+ js: "semantic.size.fixed.xxl",
7704
+ docs: "semantic.size.fixed.xxl",
7705
+ es6: "calciteSizeFixedXxl",
7706
+ },
7559
7707
  },
7560
- names: {
7561
- scss: "$calcite-size-md-plus",
7562
- css: "var(--calcite-size-md-plus)",
7563
- js: "semantic.size.md+",
7564
- docs: "semantic.size.md+",
7565
- es6: "calciteSizeMdPlus",
7708
+ filePath:
7709
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7710
+ isSource: true,
7711
+ original: {
7712
+ value: "{core.size.default.24}",
7713
+ type: "spacing",
7714
+ description: "deprecated",
7715
+ attributes: {
7716
+ "calcite-schema": {
7717
+ system: "calcite",
7718
+ tier: "semantic",
7719
+ domain: "",
7720
+ component: "",
7721
+ pattern: "fixed",
7722
+ element: "",
7723
+ category: "size",
7724
+ group: "",
7725
+ kind: "",
7726
+ appearance: "",
7727
+ property: "",
7728
+ variant: "",
7729
+ state: "",
7730
+ scale: "xxl",
7731
+ context: "",
7732
+ mode: "",
7733
+ },
7734
+ },
7735
+ },
7736
+ name: "Size Fixed Xxl",
7737
+ path: ["semantic", "size", "fixed", "xxl"],
7738
+ },
7739
+ xxxl: {
7740
+ value: "32px",
7741
+ type: "spacing",
7742
+ description: "deprecated",
7743
+ attributes: {
7744
+ "calcite-schema": {
7745
+ system: "calcite",
7746
+ tier: "semantic",
7747
+ domain: "",
7748
+ component: "",
7749
+ pattern: "fixed",
7750
+ element: "",
7751
+ category: "size",
7752
+ group: "",
7753
+ kind: "",
7754
+ appearance: "",
7755
+ property: "",
7756
+ variant: "",
7757
+ state: "",
7758
+ scale: "xxxl",
7759
+ context: "",
7760
+ mode: "",
7761
+ },
7762
+ names: {
7763
+ scss: "$calcite-size-fixed-xxxl",
7764
+ css: "var(--calcite-size-fixed-xxxl)",
7765
+ js: "semantic.size.fixed.xxxl",
7766
+ docs: "semantic.size.fixed.xxxl",
7767
+ es6: "calciteSizeFixedXxxl",
7768
+ },
7769
+ },
7770
+ filePath:
7771
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7772
+ isSource: true,
7773
+ original: {
7774
+ value: "{core.size.default.32}",
7775
+ type: "spacing",
7776
+ description: "deprecated",
7777
+ attributes: {
7778
+ "calcite-schema": {
7779
+ system: "calcite",
7780
+ tier: "semantic",
7781
+ domain: "",
7782
+ component: "",
7783
+ pattern: "fixed",
7784
+ element: "",
7785
+ category: "size",
7786
+ group: "",
7787
+ kind: "",
7788
+ appearance: "",
7789
+ property: "",
7790
+ variant: "",
7791
+ state: "",
7792
+ scale: "xxxl",
7793
+ context: "",
7794
+ mode: "",
7795
+ },
7796
+ },
7797
+ },
7798
+ name: "Size Fixed Xxxl",
7799
+ path: ["semantic", "size", "fixed", "xxxl"],
7800
+ },
7801
+ },
7802
+ default: {
7803
+ px: {
7804
+ value: "1px",
7805
+ type: "size",
7806
+ attributes: {
7807
+ "calcite-schema": {
7808
+ system: "calcite",
7809
+ tier: "semantic",
7810
+ domain: "",
7811
+ component: "",
7812
+ pattern: "",
7813
+ element: "",
7814
+ category: "size",
7815
+ group: "",
7816
+ kind: "",
7817
+ appearance: "",
7818
+ property: "",
7819
+ variant: "",
7820
+ state: "",
7821
+ scale: "px",
7822
+ context: "",
7823
+ mode: "",
7824
+ },
7825
+ names: {
7826
+ scss: "$calcite-size-px",
7827
+ css: "var(--calcite-size-px)",
7828
+ js: "semantic.size.default.px",
7829
+ docs: "semantic.size.default.px",
7830
+ es6: "calciteSizePx",
7831
+ },
7832
+ },
7833
+ filePath:
7834
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7835
+ isSource: true,
7836
+ original: {
7837
+ value: "{core.size.default.1}",
7838
+ type: "size",
7839
+ attributes: {
7840
+ "calcite-schema": {
7841
+ system: "calcite",
7842
+ tier: "semantic",
7843
+ domain: "",
7844
+ component: "",
7845
+ pattern: "",
7846
+ element: "",
7847
+ category: "size",
7848
+ group: "",
7849
+ kind: "",
7850
+ appearance: "",
7851
+ property: "",
7852
+ variant: "",
7853
+ state: "",
7854
+ scale: "px",
7855
+ context: "",
7856
+ mode: "",
7857
+ },
7858
+ },
7859
+ },
7860
+ name: "Size Px",
7861
+ path: ["semantic", "size", "default", "px"],
7862
+ },
7863
+ xxxs: {
7864
+ value: "0.75rem",
7865
+ type: "dimension",
7866
+ attributes: {
7867
+ "calcite-schema": {
7868
+ system: "calcite",
7869
+ tier: "semantic",
7870
+ domain: "",
7871
+ component: "",
7872
+ pattern: "",
7873
+ element: "",
7874
+ category: "size",
7875
+ group: "",
7876
+ kind: "",
7877
+ appearance: "",
7878
+ property: "",
7879
+ variant: "",
7880
+ state: "",
7881
+ scale: "xxxs",
7882
+ context: "",
7883
+ mode: "",
7884
+ },
7885
+ names: {
7886
+ scss: "$calcite-size-xxxs",
7887
+ css: "var(--calcite-size-xxxs)",
7888
+ js: "semantic.size.default.xxxs",
7889
+ docs: "semantic.size.default.xxxs",
7890
+ es6: "calciteSizeXxxs",
7891
+ },
7892
+ },
7893
+ filePath:
7894
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7895
+ isSource: true,
7896
+ original: {
7897
+ value: "{core.size.default.12}",
7898
+ type: "dimension",
7899
+ attributes: {
7900
+ "calcite-schema": {
7901
+ system: "calcite",
7902
+ tier: "semantic",
7903
+ domain: "",
7904
+ component: "",
7905
+ pattern: "",
7906
+ element: "",
7907
+ category: "size",
7908
+ group: "",
7909
+ kind: "",
7910
+ appearance: "",
7911
+ property: "",
7912
+ variant: "",
7913
+ state: "",
7914
+ scale: "xxxs",
7915
+ context: "",
7916
+ mode: "",
7917
+ },
7918
+ },
7919
+ },
7920
+ name: "Size Xxxs",
7921
+ path: ["semantic", "size", "default", "xxxs"],
7922
+ },
7923
+ xxs: {
7924
+ value: "0.875rem",
7925
+ type: "dimension",
7926
+ attributes: {
7927
+ "calcite-schema": {
7928
+ system: "calcite",
7929
+ tier: "semantic",
7930
+ domain: "",
7931
+ component: "",
7932
+ pattern: "",
7933
+ element: "",
7934
+ category: "size",
7935
+ group: "",
7936
+ kind: "",
7937
+ appearance: "",
7938
+ property: "",
7939
+ variant: "",
7940
+ state: "",
7941
+ scale: "xxs",
7942
+ context: "",
7943
+ mode: "",
7944
+ },
7945
+ names: {
7946
+ scss: "$calcite-size-xxs",
7947
+ css: "var(--calcite-size-xxs)",
7948
+ js: "semantic.size.default.xxs",
7949
+ docs: "semantic.size.default.xxs",
7950
+ es6: "calciteSizeXxs",
7951
+ },
7952
+ },
7953
+ filePath:
7954
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7955
+ isSource: true,
7956
+ original: {
7957
+ value: "{core.size.default.14}",
7958
+ type: "dimension",
7959
+ attributes: {
7960
+ "calcite-schema": {
7961
+ system: "calcite",
7962
+ tier: "semantic",
7963
+ domain: "",
7964
+ component: "",
7965
+ pattern: "",
7966
+ element: "",
7967
+ category: "size",
7968
+ group: "",
7969
+ kind: "",
7970
+ appearance: "",
7971
+ property: "",
7972
+ variant: "",
7973
+ state: "",
7974
+ scale: "xxs",
7975
+ context: "",
7976
+ mode: "",
7977
+ },
7978
+ },
7979
+ },
7980
+ name: "Size Xxs",
7981
+ path: ["semantic", "size", "default", "xxs"],
7982
+ },
7983
+ xs: {
7984
+ value: "1rem",
7985
+ type: "dimension",
7986
+ attributes: {
7987
+ "calcite-schema": {
7988
+ system: "calcite",
7989
+ tier: "semantic",
7990
+ domain: "",
7991
+ component: "",
7992
+ pattern: "",
7993
+ element: "",
7994
+ category: "size",
7995
+ group: "",
7996
+ kind: "",
7997
+ appearance: "",
7998
+ property: "",
7999
+ variant: "",
8000
+ state: "",
8001
+ scale: "xs",
8002
+ context: "",
8003
+ mode: "",
8004
+ },
8005
+ names: {
8006
+ scss: "$calcite-size-xs",
8007
+ css: "var(--calcite-size-xs)",
8008
+ js: "semantic.size.default.xs",
8009
+ docs: "semantic.size.default.xs",
8010
+ es6: "calciteSizeXs",
8011
+ },
8012
+ },
8013
+ filePath:
8014
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
8015
+ isSource: true,
8016
+ original: {
8017
+ value: "{core.size.default.16}",
8018
+ type: "dimension",
8019
+ attributes: {
8020
+ "calcite-schema": {
8021
+ system: "calcite",
8022
+ tier: "semantic",
8023
+ domain: "",
8024
+ component: "",
8025
+ pattern: "",
8026
+ element: "",
8027
+ category: "size",
8028
+ group: "",
8029
+ kind: "",
8030
+ appearance: "",
8031
+ property: "",
8032
+ variant: "",
8033
+ state: "",
8034
+ scale: "xs",
8035
+ context: "",
8036
+ mode: "",
8037
+ },
8038
+ },
8039
+ },
8040
+ name: "Size Xs",
8041
+ path: ["semantic", "size", "default", "xs"],
8042
+ },
8043
+ sm: {
8044
+ value: "1.5rem",
8045
+ type: "dimension",
8046
+ attributes: {
8047
+ "calcite-schema": {
8048
+ system: "calcite",
8049
+ tier: "semantic",
8050
+ domain: "",
8051
+ component: "",
8052
+ pattern: "",
8053
+ element: "",
8054
+ category: "size",
8055
+ group: "",
8056
+ kind: "",
8057
+ appearance: "",
8058
+ property: "",
8059
+ variant: "",
8060
+ state: "",
8061
+ scale: "sm",
8062
+ context: "",
8063
+ mode: "",
8064
+ },
8065
+ names: {
8066
+ scss: "$calcite-size-sm",
8067
+ css: "var(--calcite-size-sm)",
8068
+ js: "semantic.size.default.sm",
8069
+ docs: "semantic.size.default.sm",
8070
+ es6: "calciteSizeSm",
8071
+ },
8072
+ },
8073
+ filePath:
8074
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
8075
+ isSource: true,
8076
+ original: {
8077
+ value: "{core.size.default.24}",
8078
+ type: "dimension",
8079
+ attributes: {
8080
+ "calcite-schema": {
8081
+ system: "calcite",
8082
+ tier: "semantic",
8083
+ domain: "",
8084
+ component: "",
8085
+ pattern: "",
8086
+ element: "",
8087
+ category: "size",
8088
+ group: "",
8089
+ kind: "",
8090
+ appearance: "",
8091
+ property: "",
8092
+ variant: "",
8093
+ state: "",
8094
+ scale: "sm",
8095
+ context: "",
8096
+ mode: "",
8097
+ },
8098
+ },
8099
+ },
8100
+ name: "Size Sm",
8101
+ path: ["semantic", "size", "default", "sm"],
8102
+ },
8103
+ md: {
8104
+ value: "2rem",
8105
+ type: "dimension",
8106
+ attributes: {
8107
+ "calcite-schema": {
8108
+ system: "calcite",
8109
+ tier: "semantic",
8110
+ domain: "",
8111
+ component: "",
8112
+ pattern: "",
8113
+ element: "",
8114
+ category: "size",
8115
+ group: "",
8116
+ kind: "",
8117
+ appearance: "",
8118
+ property: "",
8119
+ variant: "",
8120
+ state: "",
8121
+ scale: "md",
8122
+ context: "",
8123
+ mode: "",
8124
+ },
8125
+ names: {
8126
+ scss: "$calcite-size-md",
8127
+ css: "var(--calcite-size-md)",
8128
+ js: "semantic.size.default.md",
8129
+ docs: "semantic.size.default.md",
8130
+ es6: "calciteSizeMd",
8131
+ },
8132
+ },
8133
+ filePath:
8134
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
8135
+ isSource: true,
8136
+ original: {
8137
+ value: "{core.size.default.32}",
8138
+ type: "dimension",
8139
+ attributes: {
8140
+ "calcite-schema": {
8141
+ system: "calcite",
8142
+ tier: "semantic",
8143
+ domain: "",
8144
+ component: "",
8145
+ pattern: "",
8146
+ element: "",
8147
+ category: "size",
8148
+ group: "",
8149
+ kind: "",
8150
+ appearance: "",
8151
+ property: "",
8152
+ variant: "",
8153
+ state: "",
8154
+ scale: "md",
8155
+ context: "",
8156
+ mode: "",
8157
+ },
8158
+ },
8159
+ },
8160
+ name: "Size Md",
8161
+ path: ["semantic", "size", "default", "md"],
8162
+ },
8163
+ lg: {
8164
+ value: "2.75rem",
8165
+ type: "dimension",
8166
+ attributes: {
8167
+ "calcite-schema": {
8168
+ system: "calcite",
8169
+ tier: "semantic",
8170
+ domain: "",
8171
+ component: "",
8172
+ pattern: "",
8173
+ element: "",
8174
+ category: "size",
8175
+ group: "",
8176
+ kind: "",
8177
+ appearance: "",
8178
+ property: "",
8179
+ variant: "",
8180
+ state: "",
8181
+ scale: "lg",
8182
+ context: "",
8183
+ mode: "",
8184
+ },
8185
+ names: {
8186
+ scss: "$calcite-size-lg",
8187
+ css: "var(--calcite-size-lg)",
8188
+ js: "semantic.size.default.lg",
8189
+ docs: "semantic.size.default.lg",
8190
+ es6: "calciteSizeLg",
8191
+ },
8192
+ },
8193
+ filePath:
8194
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
8195
+ isSource: true,
8196
+ original: {
8197
+ value: "{core.size.default.44}",
8198
+ type: "dimension",
8199
+ attributes: {
8200
+ "calcite-schema": {
8201
+ system: "calcite",
8202
+ tier: "semantic",
8203
+ domain: "",
8204
+ component: "",
8205
+ pattern: "",
8206
+ element: "",
8207
+ category: "size",
8208
+ group: "",
8209
+ kind: "",
8210
+ appearance: "",
8211
+ property: "",
8212
+ variant: "",
8213
+ state: "",
8214
+ scale: "lg",
8215
+ context: "",
8216
+ mode: "",
8217
+ },
8218
+ },
8219
+ },
8220
+ name: "Size Lg",
8221
+ path: ["semantic", "size", "default", "lg"],
8222
+ },
8223
+ xl: {
8224
+ value: "3rem",
8225
+ type: "dimension",
8226
+ attributes: {
8227
+ "calcite-schema": {
8228
+ system: "calcite",
8229
+ tier: "semantic",
8230
+ domain: "",
8231
+ component: "",
8232
+ pattern: "",
8233
+ element: "",
8234
+ category: "size",
8235
+ group: "",
8236
+ kind: "",
8237
+ appearance: "",
8238
+ property: "",
8239
+ variant: "",
8240
+ state: "",
8241
+ scale: "xl",
8242
+ context: "",
8243
+ mode: "",
8244
+ },
8245
+ names: {
8246
+ scss: "$calcite-size-xl",
8247
+ css: "var(--calcite-size-xl)",
8248
+ js: "semantic.size.default.xl",
8249
+ docs: "semantic.size.default.xl",
8250
+ es6: "calciteSizeXl",
8251
+ },
8252
+ },
8253
+ filePath:
8254
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
8255
+ isSource: true,
8256
+ original: {
8257
+ value: "{core.size.default.48}",
8258
+ type: "dimension",
8259
+ attributes: {
8260
+ "calcite-schema": {
8261
+ system: "calcite",
8262
+ tier: "semantic",
8263
+ domain: "",
8264
+ component: "",
8265
+ pattern: "",
8266
+ element: "",
8267
+ category: "size",
8268
+ group: "",
8269
+ kind: "",
8270
+ appearance: "",
8271
+ property: "",
8272
+ variant: "",
8273
+ state: "",
8274
+ scale: "xl",
8275
+ context: "",
8276
+ mode: "",
8277
+ },
8278
+ },
8279
+ },
8280
+ name: "Size Xl",
8281
+ path: ["semantic", "size", "default", "xl"],
8282
+ },
8283
+ xxl: {
8284
+ value: "4rem",
8285
+ type: "dimension",
8286
+ attributes: {
8287
+ "calcite-schema": {
8288
+ system: "calcite",
8289
+ tier: "semantic",
8290
+ domain: "",
8291
+ component: "",
8292
+ pattern: "",
8293
+ element: "",
8294
+ category: "size",
8295
+ group: "",
8296
+ kind: "",
8297
+ appearance: "",
8298
+ state: "",
8299
+ scale: "xxl",
8300
+ context: "",
8301
+ mode: "",
8302
+ },
8303
+ names: {
8304
+ scss: "$calcite-size-xxl",
8305
+ css: "var(--calcite-size-xxl)",
8306
+ js: "semantic.size.default.xxl",
8307
+ docs: "semantic.size.default.xxl",
8308
+ es6: "calciteSizeXxl",
8309
+ },
8310
+ },
8311
+ filePath:
8312
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
8313
+ isSource: true,
8314
+ original: {
8315
+ value: "{core.size.default.64}",
8316
+ type: "dimension",
8317
+ attributes: {
8318
+ "calcite-schema": {
8319
+ system: "calcite",
8320
+ tier: "semantic",
8321
+ domain: "",
8322
+ component: "",
8323
+ pattern: "",
8324
+ element: "",
8325
+ category: "size",
8326
+ group: "",
8327
+ kind: "",
8328
+ appearance: "",
8329
+ state: "",
8330
+ scale: "xxl",
8331
+ context: "",
8332
+ mode: "",
8333
+ },
8334
+ },
8335
+ },
8336
+ name: "Size Xxl",
8337
+ path: ["semantic", "size", "default", "xxl"],
8338
+ },
8339
+ xxxl: {
8340
+ value: "6rem",
8341
+ type: "dimension",
8342
+ attributes: {
8343
+ "calcite-schema": {
8344
+ system: "calcite",
8345
+ tier: "semantic",
8346
+ domain: "",
8347
+ component: "",
8348
+ pattern: "",
8349
+ element: "",
8350
+ category: "size",
8351
+ group: "",
8352
+ kind: "",
8353
+ appearance: "",
8354
+ state: "",
8355
+ scale: "xxxl",
8356
+ context: "",
8357
+ mode: "",
8358
+ },
8359
+ names: {
8360
+ scss: "$calcite-size-xxxl",
8361
+ css: "var(--calcite-size-xxxl)",
8362
+ js: "semantic.size.default.xxxl",
8363
+ docs: "semantic.size.default.xxxl",
8364
+ es6: "calciteSizeXxxl",
8365
+ },
8366
+ },
8367
+ filePath:
8368
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
8369
+ isSource: true,
8370
+ original: {
8371
+ value: "{core.size.default.96}",
8372
+ type: "dimension",
8373
+ attributes: {
8374
+ "calcite-schema": {
8375
+ system: "calcite",
8376
+ tier: "semantic",
8377
+ domain: "",
8378
+ component: "",
8379
+ pattern: "",
8380
+ element: "",
8381
+ category: "size",
8382
+ group: "",
8383
+ kind: "",
8384
+ appearance: "",
8385
+ state: "",
8386
+ scale: "xxxl",
8387
+ context: "",
8388
+ mode: "",
8389
+ },
8390
+ },
8391
+ },
8392
+ name: "Size Xxxl",
8393
+ path: ["semantic", "size", "default", "xxxl"],
8394
+ },
8395
+ },
8396
+ },
8397
+ spacing: {
8398
+ fixed: {
8399
+ xxs: {
8400
+ value: "4px",
8401
+ type: "space",
8402
+ description: "deprecated",
8403
+ attributes: {
8404
+ "calcite-schema": {
8405
+ system: "calcite",
8406
+ tier: "semantic",
8407
+ domain: "",
8408
+ component: "",
8409
+ pattern: "fixed",
8410
+ element: "",
8411
+ category: "space",
8412
+ group: "",
8413
+ kind: "",
8414
+ appearance: "",
8415
+ property: "",
8416
+ variant: "",
8417
+ state: "",
8418
+ scale: "xxs",
8419
+ context: "",
8420
+ mode: "",
8421
+ },
8422
+ names: {
8423
+ scss: "$calcite-spacing-fixed-xxs",
8424
+ css: "var(--calcite-spacing-fixed-xxs)",
8425
+ js: "semantic.spacing.fixed.xxs",
8426
+ docs: "semantic.spacing.fixed.xxs",
8427
+ es6: "calciteSpacingFixedXxs",
8428
+ },
8429
+ },
8430
+ filePath:
8431
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
8432
+ isSource: true,
8433
+ original: {
8434
+ value: "{core.size.default.4}",
8435
+ type: "space",
8436
+ description: "deprecated",
8437
+ attributes: {
8438
+ "calcite-schema": {
8439
+ system: "calcite",
8440
+ tier: "semantic",
8441
+ domain: "",
8442
+ component: "",
8443
+ pattern: "fixed",
8444
+ element: "",
8445
+ category: "space",
8446
+ group: "",
8447
+ kind: "",
8448
+ appearance: "",
8449
+ property: "",
8450
+ variant: "",
8451
+ state: "",
8452
+ scale: "xxs",
8453
+ context: "",
8454
+ mode: "",
8455
+ },
8456
+ },
8457
+ },
8458
+ name: "Spacing Fixed Xxs",
8459
+ path: ["semantic", "spacing", "fixed", "xxs"],
8460
+ },
8461
+ xs: {
8462
+ value: "6px",
8463
+ type: "space",
8464
+ description: "deprecated",
8465
+ attributes: {
8466
+ "calcite-schema": {
8467
+ system: "calcite",
8468
+ tier: "semantic",
8469
+ domain: "",
8470
+ component: "",
8471
+ pattern: "fixed",
8472
+ element: "",
8473
+ category: "space",
8474
+ group: "",
8475
+ kind: "",
8476
+ appearance: "",
8477
+ property: "",
8478
+ variant: "",
8479
+ state: "",
8480
+ scale: "xs",
8481
+ context: "",
8482
+ mode: "",
8483
+ },
8484
+ names: {
8485
+ scss: "$calcite-spacing-fixed-xs",
8486
+ css: "var(--calcite-spacing-fixed-xs)",
8487
+ js: "semantic.spacing.fixed.xs",
8488
+ docs: "semantic.spacing.fixed.xs",
8489
+ es6: "calciteSpacingFixedXs",
8490
+ },
8491
+ },
8492
+ filePath:
8493
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
8494
+ isSource: true,
8495
+ original: {
8496
+ value: "{core.size.default.6}",
8497
+ type: "space",
8498
+ description: "deprecated",
8499
+ attributes: {
8500
+ "calcite-schema": {
8501
+ system: "calcite",
8502
+ tier: "semantic",
8503
+ domain: "",
8504
+ component: "",
8505
+ pattern: "fixed",
8506
+ element: "",
8507
+ category: "space",
8508
+ group: "",
8509
+ kind: "",
8510
+ appearance: "",
8511
+ property: "",
8512
+ variant: "",
8513
+ state: "",
8514
+ scale: "xs",
8515
+ context: "",
8516
+ mode: "",
8517
+ },
8518
+ },
8519
+ },
8520
+ name: "Spacing Fixed Xs",
8521
+ path: ["semantic", "spacing", "fixed", "xs"],
8522
+ },
8523
+ sm: {
8524
+ value: "8px",
8525
+ type: "space",
8526
+ description: "deprecated",
8527
+ attributes: {
8528
+ "calcite-schema": {
8529
+ system: "calcite",
8530
+ tier: "semantic",
8531
+ domain: "",
8532
+ component: "",
8533
+ pattern: "fixed",
8534
+ element: "",
8535
+ category: "space",
8536
+ group: "",
8537
+ kind: "",
8538
+ appearance: "",
8539
+ property: "",
8540
+ variant: "",
8541
+ state: "",
8542
+ scale: "sm",
8543
+ context: "",
8544
+ mode: "",
8545
+ },
8546
+ names: {
8547
+ scss: "$calcite-spacing-fixed-sm",
8548
+ css: "var(--calcite-spacing-fixed-sm)",
8549
+ js: "semantic.spacing.fixed.sm",
8550
+ docs: "semantic.spacing.fixed.sm",
8551
+ es6: "calciteSpacingFixedSm",
8552
+ },
8553
+ },
8554
+ filePath:
8555
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
8556
+ isSource: true,
8557
+ original: {
8558
+ value: "{core.size.default.8}",
8559
+ type: "space",
8560
+ description: "deprecated",
8561
+ attributes: {
8562
+ "calcite-schema": {
8563
+ system: "calcite",
8564
+ tier: "semantic",
8565
+ domain: "",
8566
+ component: "",
8567
+ pattern: "fixed",
8568
+ element: "",
8569
+ category: "space",
8570
+ group: "",
8571
+ kind: "",
8572
+ appearance: "",
8573
+ property: "",
8574
+ variant: "",
8575
+ state: "",
8576
+ scale: "sm",
8577
+ context: "",
8578
+ mode: "",
8579
+ },
8580
+ },
8581
+ },
8582
+ name: "Spacing Fixed Sm",
8583
+ path: ["semantic", "spacing", "fixed", "sm"],
8584
+ },
8585
+ md: {
8586
+ value: "12px",
8587
+ type: "space",
8588
+ description: "deprecated",
8589
+ attributes: {
8590
+ "calcite-schema": {
8591
+ system: "calcite",
8592
+ tier: "semantic",
8593
+ domain: "",
8594
+ component: "",
8595
+ pattern: "fixed",
8596
+ element: "",
8597
+ category: "space",
8598
+ group: "",
8599
+ kind: "",
8600
+ appearance: "",
8601
+ property: "",
8602
+ variant: "",
8603
+ state: "",
8604
+ scale: "md",
8605
+ context: "",
8606
+ mode: "",
8607
+ },
8608
+ names: {
8609
+ scss: "$calcite-spacing-fixed-md",
8610
+ css: "var(--calcite-spacing-fixed-md)",
8611
+ js: "semantic.spacing.fixed.md",
8612
+ docs: "semantic.spacing.fixed.md",
8613
+ es6: "calciteSpacingFixedMd",
8614
+ },
8615
+ },
8616
+ filePath:
8617
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
8618
+ isSource: true,
8619
+ original: {
8620
+ value: "{core.size.default.12}",
8621
+ type: "space",
8622
+ description: "deprecated",
8623
+ attributes: {
8624
+ "calcite-schema": {
8625
+ system: "calcite",
8626
+ tier: "semantic",
8627
+ domain: "",
8628
+ component: "",
8629
+ pattern: "fixed",
8630
+ element: "",
8631
+ category: "space",
8632
+ group: "",
8633
+ kind: "",
8634
+ appearance: "",
8635
+ property: "",
8636
+ variant: "",
8637
+ state: "",
8638
+ scale: "md",
8639
+ context: "",
8640
+ mode: "",
8641
+ },
8642
+ },
8643
+ },
8644
+ name: "Spacing Fixed Md",
8645
+ path: ["semantic", "spacing", "fixed", "md"],
8646
+ },
8647
+ lg: {
8648
+ value: "14px",
8649
+ type: "space",
8650
+ description: "deprecated",
8651
+ attributes: {
8652
+ "calcite-schema": {
8653
+ system: "calcite",
8654
+ tier: "semantic",
8655
+ domain: "",
8656
+ component: "",
8657
+ pattern: "fixed",
8658
+ element: "",
8659
+ category: "space",
8660
+ group: "",
8661
+ kind: "",
8662
+ appearance: "",
8663
+ property: "",
8664
+ variant: "",
8665
+ state: "",
8666
+ scale: "lg",
8667
+ context: "",
8668
+ mode: "",
8669
+ },
8670
+ names: {
8671
+ scss: "$calcite-spacing-fixed-lg",
8672
+ css: "var(--calcite-spacing-fixed-lg)",
8673
+ js: "semantic.spacing.fixed.lg",
8674
+ docs: "semantic.spacing.fixed.lg",
8675
+ es6: "calciteSpacingFixedLg",
8676
+ },
8677
+ },
8678
+ filePath:
8679
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
8680
+ isSource: true,
8681
+ original: {
8682
+ value: "{core.size.default.14}",
8683
+ type: "space",
8684
+ description: "deprecated",
8685
+ attributes: {
8686
+ "calcite-schema": {
8687
+ system: "calcite",
8688
+ tier: "semantic",
8689
+ domain: "",
8690
+ component: "",
8691
+ pattern: "fixed",
8692
+ element: "",
8693
+ category: "space",
8694
+ group: "",
8695
+ kind: "",
8696
+ appearance: "",
8697
+ property: "",
8698
+ variant: "",
8699
+ state: "",
8700
+ scale: "lg",
8701
+ context: "",
8702
+ mode: "",
8703
+ },
8704
+ },
8705
+ },
8706
+ name: "Spacing Fixed Lg",
8707
+ path: ["semantic", "spacing", "fixed", "lg"],
8708
+ },
8709
+ xl: {
8710
+ value: "16px",
8711
+ type: "space",
8712
+ description: "deprecated",
8713
+ attributes: {
8714
+ "calcite-schema": {
8715
+ system: "calcite",
8716
+ tier: "semantic",
8717
+ domain: "",
8718
+ component: "",
8719
+ pattern: "fixed",
8720
+ element: "",
8721
+ category: "space",
8722
+ group: "",
8723
+ kind: "",
8724
+ appearance: "",
8725
+ property: "",
8726
+ variant: "",
8727
+ state: "",
8728
+ scale: "xl",
8729
+ context: "",
8730
+ mode: "",
8731
+ },
8732
+ names: {
8733
+ scss: "$calcite-spacing-fixed-xl",
8734
+ css: "var(--calcite-spacing-fixed-xl)",
8735
+ js: "semantic.spacing.fixed.xl",
8736
+ docs: "semantic.spacing.fixed.xl",
8737
+ es6: "calciteSpacingFixedXl",
8738
+ },
8739
+ },
8740
+ filePath:
8741
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
8742
+ isSource: true,
8743
+ original: {
8744
+ value: "{core.size.default.16}",
8745
+ type: "space",
8746
+ description: "deprecated",
8747
+ attributes: {
8748
+ "calcite-schema": {
8749
+ system: "calcite",
8750
+ tier: "semantic",
8751
+ domain: "",
8752
+ component: "",
8753
+ pattern: "fixed",
8754
+ element: "",
8755
+ category: "space",
8756
+ group: "",
8757
+ kind: "",
8758
+ appearance: "",
8759
+ property: "",
8760
+ variant: "",
8761
+ state: "",
8762
+ scale: "xl",
8763
+ context: "",
8764
+ mode: "",
8765
+ },
8766
+ },
7566
8767
  },
8768
+ name: "Spacing Fixed Xl",
8769
+ path: ["semantic", "spacing", "fixed", "xl"],
7567
8770
  },
7568
- filePath:
7569
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7570
- isSource: true,
7571
- original: {
7572
- value: "{core.size.default.14}",
7573
- type: "spacing",
8771
+ xxl: {
8772
+ value: "20px",
8773
+ type: "space",
8774
+ description: "deprecated",
7574
8775
  attributes: {
7575
8776
  "calcite-schema": {
7576
8777
  system: "calcite",
7577
8778
  tier: "semantic",
7578
8779
  domain: "",
7579
8780
  component: "",
7580
- pattern: "",
8781
+ pattern: "fixed",
7581
8782
  element: "",
7582
- category: "sizing",
8783
+ category: "space",
7583
8784
  group: "",
7584
8785
  kind: "",
7585
8786
  appearance: "",
7586
8787
  property: "",
7587
8788
  variant: "",
7588
8789
  state: "",
7589
- scale: "md+",
8790
+ scale: "xxl",
7590
8791
  context: "",
7591
8792
  mode: "",
7592
8793
  },
8794
+ names: {
8795
+ scss: "$calcite-spacing-fixed-xxl",
8796
+ css: "var(--calcite-spacing-fixed-xxl)",
8797
+ js: "semantic.spacing.fixed.xxl",
8798
+ docs: "semantic.spacing.fixed.xxl",
8799
+ es6: "calciteSpacingFixedXxl",
8800
+ },
7593
8801
  },
7594
- },
7595
- name: "Size Md +",
7596
- path: ["semantic", "size", "md+"],
7597
- },
7598
- lg: {
7599
- value: "16px",
7600
- type: "spacing",
7601
- attributes: {
7602
- "calcite-schema": {
7603
- system: "calcite",
7604
- tier: "semantic",
7605
- domain: "",
7606
- component: "",
7607
- pattern: "",
7608
- element: "",
7609
- category: "sizing",
7610
- group: "",
7611
- kind: "",
7612
- appearance: "",
7613
- property: "",
7614
- variant: "",
7615
- state: "",
7616
- scale: "lg",
7617
- context: "",
7618
- mode: "",
7619
- },
7620
- names: {
7621
- scss: "$calcite-size-lg",
7622
- css: "var(--calcite-size-lg)",
7623
- js: "semantic.size.lg",
7624
- docs: "semantic.size.lg",
7625
- es6: "calciteSizeLg",
8802
+ filePath:
8803
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
8804
+ isSource: true,
8805
+ original: {
8806
+ value: "{core.size.default.20}",
8807
+ type: "space",
8808
+ description: "deprecated",
8809
+ attributes: {
8810
+ "calcite-schema": {
8811
+ system: "calcite",
8812
+ tier: "semantic",
8813
+ domain: "",
8814
+ component: "",
8815
+ pattern: "fixed",
8816
+ element: "",
8817
+ category: "space",
8818
+ group: "",
8819
+ kind: "",
8820
+ appearance: "",
8821
+ property: "",
8822
+ variant: "",
8823
+ state: "",
8824
+ scale: "xxl",
8825
+ context: "",
8826
+ mode: "",
8827
+ },
8828
+ },
7626
8829
  },
8830
+ name: "Spacing Fixed Xxl",
8831
+ path: ["semantic", "spacing", "fixed", "xxl"],
7627
8832
  },
7628
- filePath:
7629
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7630
- isSource: true,
7631
- original: {
7632
- value: "{core.size.default.16}",
7633
- type: "spacing",
8833
+ xxxl: {
8834
+ value: "32px",
8835
+ type: "space",
8836
+ description: "deprecated",
7634
8837
  attributes: {
7635
8838
  "calcite-schema": {
7636
8839
  system: "calcite",
7637
8840
  tier: "semantic",
7638
8841
  domain: "",
7639
8842
  component: "",
7640
- pattern: "",
8843
+ pattern: "fixed",
7641
8844
  element: "",
7642
- category: "sizing",
8845
+ category: "space",
7643
8846
  group: "",
7644
8847
  kind: "",
7645
8848
  appearance: "",
7646
8849
  property: "",
7647
8850
  variant: "",
7648
8851
  state: "",
7649
- scale: "lg",
8852
+ scale: "xxxl",
7650
8853
  context: "",
7651
8854
  mode: "",
7652
8855
  },
8856
+ names: {
8857
+ scss: "$calcite-spacing-fixed-xxxl",
8858
+ css: "var(--calcite-spacing-fixed-xxxl)",
8859
+ js: "semantic.spacing.fixed.xxxl",
8860
+ docs: "semantic.spacing.fixed.xxxl",
8861
+ es6: "calciteSpacingFixedXxxl",
8862
+ },
7653
8863
  },
7654
- },
7655
- name: "Size Lg",
7656
- path: ["semantic", "size", "lg"],
7657
- },
7658
- xl: {
7659
- value: "20px",
7660
- type: "spacing",
7661
- attributes: {
7662
- "calcite-schema": {
7663
- system: "calcite",
7664
- tier: "semantic",
7665
- domain: "",
7666
- component: "",
7667
- pattern: "",
7668
- element: "",
7669
- category: "sizing",
7670
- group: "",
7671
- kind: "",
7672
- appearance: "",
7673
- property: "",
7674
- variant: "",
7675
- state: "",
7676
- scale: "xl",
7677
- context: "",
7678
- mode: "",
7679
- },
7680
- names: {
7681
- scss: "$calcite-size-xl",
7682
- css: "var(--calcite-size-xl)",
7683
- js: "semantic.size.xl",
7684
- docs: "semantic.size.xl",
7685
- es6: "calciteSizeXl",
8864
+ filePath:
8865
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
8866
+ isSource: true,
8867
+ original: {
8868
+ value: "{core.size.default.32}",
8869
+ type: "space",
8870
+ description: "deprecated",
8871
+ attributes: {
8872
+ "calcite-schema": {
8873
+ system: "calcite",
8874
+ tier: "semantic",
8875
+ domain: "",
8876
+ component: "",
8877
+ pattern: "fixed",
8878
+ element: "",
8879
+ category: "space",
8880
+ group: "",
8881
+ kind: "",
8882
+ appearance: "",
8883
+ property: "",
8884
+ variant: "",
8885
+ state: "",
8886
+ scale: "xxxl",
8887
+ context: "",
8888
+ mode: "",
8889
+ },
8890
+ },
7686
8891
  },
8892
+ name: "Spacing Fixed Xxxl",
8893
+ path: ["semantic", "spacing", "fixed", "xxxl"],
7687
8894
  },
7688
- filePath:
7689
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7690
- isSource: true,
7691
- original: {
7692
- value: "{core.size.default.20}",
7693
- type: "spacing",
8895
+ },
8896
+ default: {
8897
+ none: {
8898
+ value: "0",
8899
+ type: "space",
7694
8900
  attributes: {
7695
8901
  "calcite-schema": {
7696
8902
  system: "calcite",
@@ -7699,58 +8905,58 @@ export default {
7699
8905
  component: "",
7700
8906
  pattern: "",
7701
8907
  element: "",
7702
- category: "sizing",
8908
+ category: "space",
7703
8909
  group: "",
7704
8910
  kind: "",
7705
8911
  appearance: "",
7706
8912
  property: "",
7707
8913
  variant: "",
7708
8914
  state: "",
7709
- scale: "xl",
8915
+ scale: "px",
7710
8916
  context: "",
7711
8917
  mode: "",
7712
8918
  },
8919
+ names: {
8920
+ scss: "$calcite-spacing-none",
8921
+ css: "var(--calcite-spacing-none)",
8922
+ js: "semantic.spacing.default.none",
8923
+ docs: "semantic.spacing.default.none",
8924
+ es6: "calciteSpacingNone",
8925
+ },
7713
8926
  },
7714
- },
7715
- name: "Size Xl",
7716
- path: ["semantic", "size", "xl"],
7717
- },
7718
- xxl: {
7719
- value: "24px",
7720
- type: "spacing",
7721
- attributes: {
7722
- "calcite-schema": {
7723
- system: "calcite",
7724
- tier: "semantic",
7725
- domain: "",
7726
- component: "",
7727
- pattern: "",
7728
- element: "",
7729
- category: "sizing",
7730
- group: "",
7731
- kind: "",
7732
- appearance: "",
7733
- property: "",
7734
- variant: "",
7735
- state: "",
7736
- scale: "xxl",
7737
- context: "",
7738
- mode: "",
7739
- },
7740
- names: {
7741
- scss: "$calcite-size-xxl",
7742
- css: "var(--calcite-size-xxl)",
7743
- js: "semantic.size.xxl",
7744
- docs: "semantic.size.xxl",
7745
- es6: "calciteSizeXxl",
8927
+ filePath:
8928
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
8929
+ isSource: true,
8930
+ original: {
8931
+ value: "{core.size.default.none}",
8932
+ type: "space",
8933
+ attributes: {
8934
+ "calcite-schema": {
8935
+ system: "calcite",
8936
+ tier: "semantic",
8937
+ domain: "",
8938
+ component: "",
8939
+ pattern: "",
8940
+ element: "",
8941
+ category: "space",
8942
+ group: "",
8943
+ kind: "",
8944
+ appearance: "",
8945
+ property: "",
8946
+ variant: "",
8947
+ state: "",
8948
+ scale: "px",
8949
+ context: "",
8950
+ mode: "",
8951
+ },
8952
+ },
7746
8953
  },
8954
+ name: "Spacing None",
8955
+ path: ["semantic", "spacing", "default", "none"],
7747
8956
  },
7748
- filePath:
7749
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7750
- isSource: true,
7751
- original: {
7752
- value: "{core.size.default.24}",
7753
- type: "spacing",
8957
+ px: {
8958
+ value: "1px",
8959
+ type: "space",
7754
8960
  attributes: {
7755
8961
  "calcite-schema": {
7756
8962
  system: "calcite",
@@ -7759,58 +8965,58 @@ export default {
7759
8965
  component: "",
7760
8966
  pattern: "",
7761
8967
  element: "",
7762
- category: "sizing",
8968
+ category: "space",
7763
8969
  group: "",
7764
8970
  kind: "",
7765
8971
  appearance: "",
7766
8972
  property: "",
7767
8973
  variant: "",
7768
8974
  state: "",
7769
- scale: "xxl",
8975
+ scale: "px",
7770
8976
  context: "",
7771
8977
  mode: "",
7772
8978
  },
8979
+ names: {
8980
+ scss: "$calcite-spacing-px",
8981
+ css: "var(--calcite-spacing-px)",
8982
+ js: "semantic.spacing.default.px",
8983
+ docs: "semantic.spacing.default.px",
8984
+ es6: "calciteSpacingPx",
8985
+ },
7773
8986
  },
7774
- },
7775
- name: "Size Xxl",
7776
- path: ["semantic", "size", "xxl"],
7777
- },
7778
- xxxl: {
7779
- value: "32px",
7780
- type: "spacing",
7781
- attributes: {
7782
- "calcite-schema": {
7783
- system: "calcite",
7784
- tier: "semantic",
7785
- domain: "",
7786
- component: "",
7787
- pattern: "",
7788
- element: "",
7789
- category: "sizing",
7790
- group: "",
7791
- kind: "",
7792
- appearance: "",
7793
- property: "",
7794
- variant: "",
7795
- state: "",
7796
- scale: "xxxl",
7797
- context: "",
7798
- mode: "",
7799
- },
7800
- names: {
7801
- scss: "$calcite-size-xxxl",
7802
- css: "var(--calcite-size-xxxl)",
7803
- js: "semantic.size.xxxl",
7804
- docs: "semantic.size.xxxl",
7805
- es6: "calciteSizeXxxl",
8987
+ filePath:
8988
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
8989
+ isSource: true,
8990
+ original: {
8991
+ value: "{core.size.default.1}",
8992
+ type: "space",
8993
+ attributes: {
8994
+ "calcite-schema": {
8995
+ system: "calcite",
8996
+ tier: "semantic",
8997
+ domain: "",
8998
+ component: "",
8999
+ pattern: "",
9000
+ element: "",
9001
+ category: "space",
9002
+ group: "",
9003
+ kind: "",
9004
+ appearance: "",
9005
+ property: "",
9006
+ variant: "",
9007
+ state: "",
9008
+ scale: "px",
9009
+ context: "",
9010
+ mode: "",
9011
+ },
9012
+ },
7806
9013
  },
9014
+ name: "Spacing Px",
9015
+ path: ["semantic", "spacing", "default", "px"],
7807
9016
  },
7808
- filePath:
7809
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
7810
- isSource: true,
7811
- original: {
7812
- value: "{core.size.default.32}",
7813
- type: "spacing",
9017
+ base: {
9018
+ value: "2px",
9019
+ type: "space",
7814
9020
  attributes: {
7815
9021
  "calcite-schema": {
7816
9022
  system: "calcite",
@@ -7819,60 +9025,58 @@ export default {
7819
9025
  component: "",
7820
9026
  pattern: "",
7821
9027
  element: "",
7822
- category: "sizing",
9028
+ category: "space",
7823
9029
  group: "",
7824
9030
  kind: "",
7825
9031
  appearance: "",
7826
9032
  property: "",
7827
9033
  variant: "",
7828
9034
  state: "",
7829
- scale: "xxxl",
9035
+ scale: "px",
7830
9036
  context: "",
7831
9037
  mode: "",
7832
9038
  },
9039
+ names: {
9040
+ scss: "$calcite-spacing-base",
9041
+ css: "var(--calcite-spacing-base)",
9042
+ js: "semantic.spacing.default.base",
9043
+ docs: "semantic.spacing.default.base",
9044
+ es6: "calciteSpacingBase",
9045
+ },
7833
9046
  },
7834
- },
7835
- name: "Size Xxxl",
7836
- path: ["semantic", "size", "xxxl"],
7837
- },
7838
- },
7839
- spacing: {
7840
- px: {
7841
- value: "1px",
7842
- type: "spacing",
7843
- attributes: {
7844
- "calcite-schema": {
7845
- system: "calcite",
7846
- tier: "semantic",
7847
- domain: "",
7848
- component: "",
7849
- pattern: "",
7850
- element: "",
7851
- category: "spacing",
7852
- group: "",
7853
- kind: "",
7854
- appearance: "",
7855
- property: "",
7856
- variant: "",
7857
- state: "",
7858
- scale: "px",
7859
- context: "",
7860
- mode: "",
7861
- },
7862
- names: {
7863
- scss: "$calcite-spacing-px",
7864
- css: "var(--calcite-spacing-px)",
7865
- js: "semantic.spacing.px",
7866
- docs: "semantic.spacing.px",
7867
- es6: "calciteSpacingPx",
9047
+ filePath:
9048
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
9049
+ isSource: true,
9050
+ original: {
9051
+ value: "{core.size.default.2}",
9052
+ type: "space",
9053
+ attributes: {
9054
+ "calcite-schema": {
9055
+ system: "calcite",
9056
+ tier: "semantic",
9057
+ domain: "",
9058
+ component: "",
9059
+ pattern: "",
9060
+ element: "",
9061
+ category: "space",
9062
+ group: "",
9063
+ kind: "",
9064
+ appearance: "",
9065
+ property: "",
9066
+ variant: "",
9067
+ state: "",
9068
+ scale: "px",
9069
+ context: "",
9070
+ mode: "",
9071
+ },
9072
+ },
7868
9073
  },
9074
+ name: "Spacing Base",
9075
+ path: ["semantic", "spacing", "default", "base"],
7869
9076
  },
7870
- filePath:
7871
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
7872
- isSource: true,
7873
- original: {
7874
- value: "{core.size.default.1}",
7875
- type: "spacing",
9077
+ xxs: {
9078
+ value: "0.25rem",
9079
+ type: "dimension",
7876
9080
  attributes: {
7877
9081
  "calcite-schema": {
7878
9082
  system: "calcite",
@@ -7881,58 +9085,58 @@ export default {
7881
9085
  component: "",
7882
9086
  pattern: "",
7883
9087
  element: "",
7884
- category: "spacing",
9088
+ category: "size",
7885
9089
  group: "",
7886
9090
  kind: "",
7887
9091
  appearance: "",
7888
9092
  property: "",
7889
9093
  variant: "",
7890
9094
  state: "",
7891
- scale: "px",
9095
+ scale: "xxs",
7892
9096
  context: "",
7893
9097
  mode: "",
7894
9098
  },
9099
+ names: {
9100
+ scss: "$calcite-spacing-xxs",
9101
+ css: "var(--calcite-spacing-xxs)",
9102
+ js: "semantic.spacing.default.xxs",
9103
+ docs: "semantic.spacing.default.xxs",
9104
+ es6: "calciteSpacingXxs",
9105
+ },
7895
9106
  },
7896
- },
7897
- name: "Spacing Px",
7898
- path: ["semantic", "spacing", "px"],
7899
- },
7900
- base: {
7901
- value: "2px",
7902
- type: "spacing",
7903
- attributes: {
7904
- "calcite-schema": {
7905
- system: "calcite",
7906
- tier: "semantic",
7907
- domain: "",
7908
- component: "",
7909
- pattern: "",
7910
- element: "",
7911
- category: "spacing",
7912
- group: "",
7913
- kind: "",
7914
- appearance: "",
7915
- property: "",
7916
- variant: "",
7917
- state: "",
7918
- scale: "base",
7919
- context: "",
7920
- mode: "",
7921
- },
7922
- names: {
7923
- scss: "$calcite-spacing-base",
7924
- css: "var(--calcite-spacing-base)",
7925
- js: "semantic.spacing.base",
7926
- docs: "semantic.spacing.base",
7927
- es6: "calciteSpacingBase",
9107
+ filePath:
9108
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
9109
+ isSource: true,
9110
+ original: {
9111
+ value: "{core.size.default.4}",
9112
+ type: "dimension",
9113
+ attributes: {
9114
+ "calcite-schema": {
9115
+ system: "calcite",
9116
+ tier: "semantic",
9117
+ domain: "",
9118
+ component: "",
9119
+ pattern: "",
9120
+ element: "",
9121
+ category: "size",
9122
+ group: "",
9123
+ kind: "",
9124
+ appearance: "",
9125
+ property: "",
9126
+ variant: "",
9127
+ state: "",
9128
+ scale: "xxs",
9129
+ context: "",
9130
+ mode: "",
9131
+ },
9132
+ },
7928
9133
  },
9134
+ name: "Spacing Xxs",
9135
+ path: ["semantic", "spacing", "default", "xxs"],
7929
9136
  },
7930
- filePath:
7931
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
7932
- isSource: true,
7933
- original: {
7934
- value: "{core.size.default.2}",
7935
- type: "spacing",
9137
+ xs: {
9138
+ value: "0.375rem",
9139
+ type: "dimension",
7936
9140
  attributes: {
7937
9141
  "calcite-schema": {
7938
9142
  system: "calcite",
@@ -7941,58 +9145,58 @@ export default {
7941
9145
  component: "",
7942
9146
  pattern: "",
7943
9147
  element: "",
7944
- category: "spacing",
9148
+ category: "size",
7945
9149
  group: "",
7946
9150
  kind: "",
7947
9151
  appearance: "",
7948
9152
  property: "",
7949
9153
  variant: "",
7950
9154
  state: "",
7951
- scale: "base",
9155
+ scale: "xs",
7952
9156
  context: "",
7953
9157
  mode: "",
7954
9158
  },
9159
+ names: {
9160
+ scss: "$calcite-spacing-xs",
9161
+ css: "var(--calcite-spacing-xs)",
9162
+ js: "semantic.spacing.default.xs",
9163
+ docs: "semantic.spacing.default.xs",
9164
+ es6: "calciteSpacingXs",
9165
+ },
7955
9166
  },
7956
- },
7957
- name: "Spacing Base",
7958
- path: ["semantic", "spacing", "base"],
7959
- },
7960
- xxs: {
7961
- value: "4px",
7962
- type: "spacing",
7963
- attributes: {
7964
- "calcite-schema": {
7965
- system: "calcite",
7966
- tier: "semantic",
7967
- domain: "",
7968
- component: "",
7969
- pattern: "",
7970
- element: "",
7971
- category: "spacing",
7972
- group: "",
7973
- kind: "",
7974
- appearance: "",
7975
- property: "",
7976
- variant: "",
7977
- state: "",
7978
- scale: "xxs",
7979
- context: "",
7980
- mode: "",
7981
- },
7982
- names: {
7983
- scss: "$calcite-spacing-xxs",
7984
- css: "var(--calcite-spacing-xxs)",
7985
- js: "semantic.spacing.xxs",
7986
- docs: "semantic.spacing.xxs",
7987
- es6: "calciteSpacingXxs",
9167
+ filePath:
9168
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
9169
+ isSource: true,
9170
+ original: {
9171
+ value: "{core.size.default.6}",
9172
+ type: "dimension",
9173
+ attributes: {
9174
+ "calcite-schema": {
9175
+ system: "calcite",
9176
+ tier: "semantic",
9177
+ domain: "",
9178
+ component: "",
9179
+ pattern: "",
9180
+ element: "",
9181
+ category: "size",
9182
+ group: "",
9183
+ kind: "",
9184
+ appearance: "",
9185
+ property: "",
9186
+ variant: "",
9187
+ state: "",
9188
+ scale: "xs",
9189
+ context: "",
9190
+ mode: "",
9191
+ },
9192
+ },
7988
9193
  },
9194
+ name: "Spacing Xs",
9195
+ path: ["semantic", "spacing", "default", "xs"],
7989
9196
  },
7990
- filePath:
7991
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
7992
- isSource: true,
7993
- original: {
7994
- value: "{core.size.default.4}",
7995
- type: "spacing",
9197
+ sm: {
9198
+ value: "0.5rem",
9199
+ type: "dimension",
7996
9200
  attributes: {
7997
9201
  "calcite-schema": {
7998
9202
  system: "calcite",
@@ -8001,58 +9205,58 @@ export default {
8001
9205
  component: "",
8002
9206
  pattern: "",
8003
9207
  element: "",
8004
- category: "spacing",
9208
+ category: "size",
8005
9209
  group: "",
8006
9210
  kind: "",
8007
9211
  appearance: "",
8008
9212
  property: "",
8009
9213
  variant: "",
8010
9214
  state: "",
8011
- scale: "xxs",
9215
+ scale: "sm",
8012
9216
  context: "",
8013
9217
  mode: "",
8014
9218
  },
9219
+ names: {
9220
+ scss: "$calcite-spacing-sm",
9221
+ css: "var(--calcite-spacing-sm)",
9222
+ js: "semantic.spacing.default.sm",
9223
+ docs: "semantic.spacing.default.sm",
9224
+ es6: "calciteSpacingSm",
9225
+ },
8015
9226
  },
8016
- },
8017
- name: "Spacing Xxs",
8018
- path: ["semantic", "spacing", "xxs"],
8019
- },
8020
- xs: {
8021
- value: "6px",
8022
- type: "spacing",
8023
- attributes: {
8024
- "calcite-schema": {
8025
- system: "calcite",
8026
- tier: "semantic",
8027
- domain: "",
8028
- component: "",
8029
- pattern: "",
8030
- element: "",
8031
- category: "spacing",
8032
- group: "",
8033
- kind: "",
8034
- appearance: "",
8035
- property: "",
8036
- variant: "",
8037
- state: "",
8038
- scale: "xs",
8039
- context: "",
8040
- mode: "",
8041
- },
8042
- names: {
8043
- scss: "$calcite-spacing-xs",
8044
- css: "var(--calcite-spacing-xs)",
8045
- js: "semantic.spacing.xs",
8046
- docs: "semantic.spacing.xs",
8047
- es6: "calciteSpacingXs",
9227
+ filePath:
9228
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
9229
+ isSource: true,
9230
+ original: {
9231
+ value: "{core.size.default.8}",
9232
+ type: "dimension",
9233
+ attributes: {
9234
+ "calcite-schema": {
9235
+ system: "calcite",
9236
+ tier: "semantic",
9237
+ domain: "",
9238
+ component: "",
9239
+ pattern: "",
9240
+ element: "",
9241
+ category: "size",
9242
+ group: "",
9243
+ kind: "",
9244
+ appearance: "",
9245
+ property: "",
9246
+ variant: "",
9247
+ state: "",
9248
+ scale: "sm",
9249
+ context: "",
9250
+ mode: "",
9251
+ },
9252
+ },
8048
9253
  },
9254
+ name: "Spacing Sm",
9255
+ path: ["semantic", "spacing", "default", "sm"],
8049
9256
  },
8050
- filePath:
8051
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
8052
- isSource: true,
8053
- original: {
8054
- value: "{core.size.default.6}",
8055
- type: "spacing",
9257
+ "sm+": {
9258
+ value: "0.625rem",
9259
+ type: "dimension",
8056
9260
  attributes: {
8057
9261
  "calcite-schema": {
8058
9262
  system: "calcite",
@@ -8061,58 +9265,58 @@ export default {
8061
9265
  component: "",
8062
9266
  pattern: "",
8063
9267
  element: "",
8064
- category: "spacing",
9268
+ category: "space",
8065
9269
  group: "",
8066
9270
  kind: "",
8067
9271
  appearance: "",
8068
9272
  property: "",
8069
9273
  variant: "",
8070
9274
  state: "",
8071
- scale: "xs",
9275
+ scale: "sm+",
8072
9276
  context: "",
8073
9277
  mode: "",
8074
9278
  },
9279
+ names: {
9280
+ scss: "$calcite-spacing-sm-plus",
9281
+ css: "var(--calcite-spacing-sm-plus)",
9282
+ js: "semantic.spacing.default.sm+",
9283
+ docs: "semantic.spacing.default.sm+",
9284
+ es6: "calciteSpacingSmPlus",
9285
+ },
8075
9286
  },
8076
- },
8077
- name: "Spacing Xs",
8078
- path: ["semantic", "spacing", "xs"],
8079
- },
8080
- sm: {
8081
- value: "8px",
8082
- type: "spacing",
8083
- attributes: {
8084
- "calcite-schema": {
8085
- system: "calcite",
8086
- tier: "semantic",
8087
- domain: "",
8088
- component: "",
8089
- pattern: "",
8090
- element: "",
8091
- category: "spacing",
8092
- group: "",
8093
- kind: "",
8094
- appearance: "",
8095
- property: "",
8096
- variant: "",
8097
- state: "",
8098
- scale: "sm",
8099
- context: "",
8100
- mode: "",
8101
- },
8102
- names: {
8103
- scss: "$calcite-spacing-sm",
8104
- css: "var(--calcite-spacing-sm)",
8105
- js: "semantic.spacing.sm",
8106
- docs: "semantic.spacing.sm",
8107
- es6: "calciteSpacingSm",
9287
+ filePath:
9288
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
9289
+ isSource: true,
9290
+ original: {
9291
+ value: "{core.size.default.10}",
9292
+ type: "dimension",
9293
+ attributes: {
9294
+ "calcite-schema": {
9295
+ system: "calcite",
9296
+ tier: "semantic",
9297
+ domain: "",
9298
+ component: "",
9299
+ pattern: "",
9300
+ element: "",
9301
+ category: "space",
9302
+ group: "",
9303
+ kind: "",
9304
+ appearance: "",
9305
+ property: "",
9306
+ variant: "",
9307
+ state: "",
9308
+ scale: "sm+",
9309
+ context: "",
9310
+ mode: "",
9311
+ },
9312
+ },
8108
9313
  },
9314
+ name: "Spacing Sm +",
9315
+ path: ["semantic", "spacing", "default", "sm+"],
8109
9316
  },
8110
- filePath:
8111
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
8112
- isSource: true,
8113
- original: {
8114
- value: "{core.size.default.8}",
8115
- type: "spacing",
9317
+ md: {
9318
+ value: "0.75rem",
9319
+ type: "dimension",
8116
9320
  attributes: {
8117
9321
  "calcite-schema": {
8118
9322
  system: "calcite",
@@ -8121,58 +9325,58 @@ export default {
8121
9325
  component: "",
8122
9326
  pattern: "",
8123
9327
  element: "",
8124
- category: "spacing",
9328
+ category: "space",
8125
9329
  group: "",
8126
9330
  kind: "",
8127
9331
  appearance: "",
8128
9332
  property: "",
8129
9333
  variant: "",
8130
9334
  state: "",
8131
- scale: "sm",
9335
+ scale: "md",
8132
9336
  context: "",
8133
9337
  mode: "",
8134
9338
  },
9339
+ names: {
9340
+ scss: "$calcite-spacing-md",
9341
+ css: "var(--calcite-spacing-md)",
9342
+ js: "semantic.spacing.default.md",
9343
+ docs: "semantic.spacing.default.md",
9344
+ es6: "calciteSpacingMd",
9345
+ },
8135
9346
  },
8136
- },
8137
- name: "Spacing Sm",
8138
- path: ["semantic", "spacing", "sm"],
8139
- },
8140
- md: {
8141
- value: "12px",
8142
- type: "spacing",
8143
- attributes: {
8144
- "calcite-schema": {
8145
- system: "calcite",
8146
- tier: "semantic",
8147
- domain: "",
8148
- component: "",
8149
- pattern: "",
8150
- element: "",
8151
- category: "spacing",
8152
- group: "",
8153
- kind: "",
8154
- appearance: "",
8155
- property: "",
8156
- variant: "",
8157
- state: "",
8158
- scale: "md",
8159
- context: "",
8160
- mode: "",
8161
- },
8162
- names: {
8163
- scss: "$calcite-spacing-md",
8164
- css: "var(--calcite-spacing-md)",
8165
- js: "semantic.spacing.md",
8166
- docs: "semantic.spacing.md",
8167
- es6: "calciteSpacingMd",
9347
+ filePath:
9348
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
9349
+ isSource: true,
9350
+ original: {
9351
+ value: "{core.size.default.12}",
9352
+ type: "dimension",
9353
+ attributes: {
9354
+ "calcite-schema": {
9355
+ system: "calcite",
9356
+ tier: "semantic",
9357
+ domain: "",
9358
+ component: "",
9359
+ pattern: "",
9360
+ element: "",
9361
+ category: "space",
9362
+ group: "",
9363
+ kind: "",
9364
+ appearance: "",
9365
+ property: "",
9366
+ variant: "",
9367
+ state: "",
9368
+ scale: "md",
9369
+ context: "",
9370
+ mode: "",
9371
+ },
9372
+ },
8168
9373
  },
9374
+ name: "Spacing Md",
9375
+ path: ["semantic", "spacing", "default", "md"],
8169
9376
  },
8170
- filePath:
8171
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
8172
- isSource: true,
8173
- original: {
8174
- value: "{core.size.default.12}",
8175
- type: "spacing",
9377
+ "md+": {
9378
+ value: "0.875rem",
9379
+ type: "dimension",
8176
9380
  attributes: {
8177
9381
  "calcite-schema": {
8178
9382
  system: "calcite",
@@ -8181,58 +9385,58 @@ export default {
8181
9385
  component: "",
8182
9386
  pattern: "",
8183
9387
  element: "",
8184
- category: "spacing",
9388
+ category: "space",
8185
9389
  group: "",
8186
9390
  kind: "",
8187
9391
  appearance: "",
8188
9392
  property: "",
8189
9393
  variant: "",
8190
9394
  state: "",
8191
- scale: "md",
9395
+ scale: "md+",
8192
9396
  context: "",
8193
9397
  mode: "",
8194
9398
  },
9399
+ names: {
9400
+ scss: "$calcite-spacing-md-plus",
9401
+ css: "var(--calcite-spacing-md-plus)",
9402
+ js: "semantic.spacing.default.md+",
9403
+ docs: "semantic.spacing.default.md+",
9404
+ es6: "calciteSpacingMdPlus",
9405
+ },
8195
9406
  },
8196
- },
8197
- name: "Spacing Md",
8198
- path: ["semantic", "spacing", "md"],
8199
- },
8200
- lg: {
8201
- value: "14px",
8202
- type: "spacing",
8203
- attributes: {
8204
- "calcite-schema": {
8205
- system: "calcite",
8206
- tier: "semantic",
8207
- domain: "",
8208
- component: "",
8209
- pattern: "",
8210
- element: "",
8211
- category: "spacing",
8212
- group: "",
8213
- kind: "",
8214
- appearance: "",
8215
- property: "",
8216
- variant: "",
8217
- state: "",
8218
- scale: "lg",
8219
- context: "",
8220
- mode: "",
8221
- },
8222
- names: {
8223
- scss: "$calcite-spacing-lg",
8224
- css: "var(--calcite-spacing-lg)",
8225
- js: "semantic.spacing.lg",
8226
- docs: "semantic.spacing.lg",
8227
- es6: "calciteSpacingLg",
9407
+ filePath:
9408
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
9409
+ isSource: true,
9410
+ original: {
9411
+ value: "{core.size.default.14}",
9412
+ type: "dimension",
9413
+ attributes: {
9414
+ "calcite-schema": {
9415
+ system: "calcite",
9416
+ tier: "semantic",
9417
+ domain: "",
9418
+ component: "",
9419
+ pattern: "",
9420
+ element: "",
9421
+ category: "space",
9422
+ group: "",
9423
+ kind: "",
9424
+ appearance: "",
9425
+ property: "",
9426
+ variant: "",
9427
+ state: "",
9428
+ scale: "md+",
9429
+ context: "",
9430
+ mode: "",
9431
+ },
9432
+ },
8228
9433
  },
9434
+ name: "Spacing Md +",
9435
+ path: ["semantic", "spacing", "default", "md+"],
8229
9436
  },
8230
- filePath:
8231
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
8232
- isSource: true,
8233
- original: {
8234
- value: "{core.size.default.14}",
8235
- type: "spacing",
9437
+ lg: {
9438
+ value: "1rem",
9439
+ type: "dimension",
8236
9440
  attributes: {
8237
9441
  "calcite-schema": {
8238
9442
  system: "calcite",
@@ -8241,7 +9445,7 @@ export default {
8241
9445
  component: "",
8242
9446
  pattern: "",
8243
9447
  element: "",
8244
- category: "spacing",
9448
+ category: "space",
8245
9449
  group: "",
8246
9450
  kind: "",
8247
9451
  appearance: "",
@@ -8252,47 +9456,47 @@ export default {
8252
9456
  context: "",
8253
9457
  mode: "",
8254
9458
  },
9459
+ names: {
9460
+ scss: "$calcite-spacing-lg",
9461
+ css: "var(--calcite-spacing-lg)",
9462
+ js: "semantic.spacing.default.lg",
9463
+ docs: "semantic.spacing.default.lg",
9464
+ es6: "calciteSpacingLg",
9465
+ },
8255
9466
  },
8256
- },
8257
- name: "Spacing Lg",
8258
- path: ["semantic", "spacing", "lg"],
8259
- },
8260
- xl: {
8261
- value: "16px",
8262
- type: "spacing",
8263
- attributes: {
8264
- "calcite-schema": {
8265
- system: "calcite",
8266
- tier: "semantic",
8267
- domain: "",
8268
- component: "",
8269
- pattern: "",
8270
- element: "",
8271
- category: "spacing",
8272
- group: "",
8273
- kind: "",
8274
- appearance: "",
8275
- property: "",
8276
- variant: "",
8277
- state: "",
8278
- scale: "xl",
8279
- context: "",
8280
- mode: "",
8281
- },
8282
- names: {
8283
- scss: "$calcite-spacing-xl",
8284
- css: "var(--calcite-spacing-xl)",
8285
- js: "semantic.spacing.xl",
8286
- docs: "semantic.spacing.xl",
8287
- es6: "calciteSpacingXl",
9467
+ filePath:
9468
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
9469
+ isSource: true,
9470
+ original: {
9471
+ value: "{core.size.default.16}",
9472
+ type: "dimension",
9473
+ attributes: {
9474
+ "calcite-schema": {
9475
+ system: "calcite",
9476
+ tier: "semantic",
9477
+ domain: "",
9478
+ component: "",
9479
+ pattern: "",
9480
+ element: "",
9481
+ category: "space",
9482
+ group: "",
9483
+ kind: "",
9484
+ appearance: "",
9485
+ property: "",
9486
+ variant: "",
9487
+ state: "",
9488
+ scale: "lg",
9489
+ context: "",
9490
+ mode: "",
9491
+ },
9492
+ },
8288
9493
  },
9494
+ name: "Spacing Lg",
9495
+ path: ["semantic", "spacing", "default", "lg"],
8289
9496
  },
8290
- filePath:
8291
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
8292
- isSource: true,
8293
- original: {
8294
- value: "{core.size.default.16}",
8295
- type: "spacing",
9497
+ xl: {
9498
+ value: "1.25rem",
9499
+ type: "dimension",
8296
9500
  attributes: {
8297
9501
  "calcite-schema": {
8298
9502
  system: "calcite",
@@ -8301,7 +9505,7 @@ export default {
8301
9505
  component: "",
8302
9506
  pattern: "",
8303
9507
  element: "",
8304
- category: "spacing",
9508
+ category: "space",
8305
9509
  group: "",
8306
9510
  kind: "",
8307
9511
  appearance: "",
@@ -8312,47 +9516,47 @@ export default {
8312
9516
  context: "",
8313
9517
  mode: "",
8314
9518
  },
9519
+ names: {
9520
+ scss: "$calcite-spacing-xl",
9521
+ css: "var(--calcite-spacing-xl)",
9522
+ js: "semantic.spacing.default.xl",
9523
+ docs: "semantic.spacing.default.xl",
9524
+ es6: "calciteSpacingXl",
9525
+ },
8315
9526
  },
8316
- },
8317
- name: "Spacing Xl",
8318
- path: ["semantic", "spacing", "xl"],
8319
- },
8320
- xxl: {
8321
- value: "20px",
8322
- type: "spacing",
8323
- attributes: {
8324
- "calcite-schema": {
8325
- system: "calcite",
8326
- tier: "semantic",
8327
- domain: "",
8328
- component: "",
8329
- pattern: "",
8330
- element: "",
8331
- category: "spacing",
8332
- group: "",
8333
- kind: "",
8334
- appearance: "",
8335
- property: "",
8336
- variant: "",
8337
- state: "",
8338
- scale: "xxl",
8339
- context: "",
8340
- mode: "",
8341
- },
8342
- names: {
8343
- scss: "$calcite-spacing-xxl",
8344
- css: "var(--calcite-spacing-xxl)",
8345
- js: "semantic.spacing.xxl",
8346
- docs: "semantic.spacing.xxl",
8347
- es6: "calciteSpacingXxl",
9527
+ filePath:
9528
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
9529
+ isSource: true,
9530
+ original: {
9531
+ value: "{core.size.default.20}",
9532
+ type: "dimension",
9533
+ attributes: {
9534
+ "calcite-schema": {
9535
+ system: "calcite",
9536
+ tier: "semantic",
9537
+ domain: "",
9538
+ component: "",
9539
+ pattern: "",
9540
+ element: "",
9541
+ category: "space",
9542
+ group: "",
9543
+ kind: "",
9544
+ appearance: "",
9545
+ property: "",
9546
+ variant: "",
9547
+ state: "",
9548
+ scale: "xl",
9549
+ context: "",
9550
+ mode: "",
9551
+ },
9552
+ },
8348
9553
  },
9554
+ name: "Spacing Xl",
9555
+ path: ["semantic", "spacing", "default", "xl"],
8349
9556
  },
8350
- filePath:
8351
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
8352
- isSource: true,
8353
- original: {
8354
- value: "{core.size.default.20}",
8355
- type: "spacing",
9557
+ xxl: {
9558
+ value: "1.5rem",
9559
+ type: "dimension",
8356
9560
  attributes: {
8357
9561
  "calcite-schema": {
8358
9562
  system: "calcite",
@@ -8361,7 +9565,7 @@ export default {
8361
9565
  component: "",
8362
9566
  pattern: "",
8363
9567
  element: "",
8364
- category: "spacing",
9568
+ category: "space",
8365
9569
  group: "",
8366
9570
  kind: "",
8367
9571
  appearance: "",
@@ -8372,47 +9576,47 @@ export default {
8372
9576
  context: "",
8373
9577
  mode: "",
8374
9578
  },
9579
+ names: {
9580
+ scss: "$calcite-spacing-xxl",
9581
+ css: "var(--calcite-spacing-xxl)",
9582
+ js: "semantic.spacing.default.xxl",
9583
+ docs: "semantic.spacing.default.xxl",
9584
+ es6: "calciteSpacingXxl",
9585
+ },
8375
9586
  },
8376
- },
8377
- name: "Spacing Xxl",
8378
- path: ["semantic", "spacing", "xxl"],
8379
- },
8380
- xxxl: {
8381
- value: "32px",
8382
- type: "spacing",
8383
- attributes: {
8384
- "calcite-schema": {
8385
- system: "calcite",
8386
- tier: "semantic",
8387
- domain: "",
8388
- component: "",
8389
- pattern: "",
8390
- element: "",
8391
- category: "spacing",
8392
- group: "",
8393
- kind: "",
8394
- appearance: "",
8395
- property: "",
8396
- variant: "",
8397
- state: "",
8398
- scale: "xxxl",
8399
- context: "",
8400
- mode: "",
8401
- },
8402
- names: {
8403
- scss: "$calcite-spacing-xxxl",
8404
- css: "var(--calcite-spacing-xxxl)",
8405
- js: "semantic.spacing.xxxl",
8406
- docs: "semantic.spacing.xxxl",
8407
- es6: "calciteSpacingXxxl",
9587
+ filePath:
9588
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
9589
+ isSource: true,
9590
+ original: {
9591
+ value: "{core.size.default.24}",
9592
+ type: "dimension",
9593
+ attributes: {
9594
+ "calcite-schema": {
9595
+ system: "calcite",
9596
+ tier: "semantic",
9597
+ domain: "",
9598
+ component: "",
9599
+ pattern: "",
9600
+ element: "",
9601
+ category: "space",
9602
+ group: "",
9603
+ kind: "",
9604
+ appearance: "",
9605
+ property: "",
9606
+ variant: "",
9607
+ state: "",
9608
+ scale: "xxl",
9609
+ context: "",
9610
+ mode: "",
9611
+ },
9612
+ },
8408
9613
  },
9614
+ name: "Spacing Xxl",
9615
+ path: ["semantic", "spacing", "default", "xxl"],
8409
9616
  },
8410
- filePath:
8411
- "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
8412
- isSource: true,
8413
- original: {
8414
- value: "{core.size.default.32}",
8415
- type: "spacing",
9617
+ xxxl: {
9618
+ value: "2rem",
9619
+ type: "dimension",
8416
9620
  attributes: {
8417
9621
  "calcite-schema": {
8418
9622
  system: "calcite",
@@ -8421,7 +9625,7 @@ export default {
8421
9625
  component: "",
8422
9626
  pattern: "",
8423
9627
  element: "",
8424
- category: "spacing",
9628
+ category: "space",
8425
9629
  group: "",
8426
9630
  kind: "",
8427
9631
  appearance: "",
@@ -8432,10 +9636,44 @@ export default {
8432
9636
  context: "",
8433
9637
  mode: "",
8434
9638
  },
9639
+ names: {
9640
+ scss: "$calcite-spacing-xxxl",
9641
+ css: "var(--calcite-spacing-xxxl)",
9642
+ js: "semantic.spacing.default.xxxl",
9643
+ docs: "semantic.spacing.default.xxxl",
9644
+ es6: "calciteSpacingXxxl",
9645
+ },
9646
+ },
9647
+ filePath:
9648
+ "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
9649
+ isSource: true,
9650
+ original: {
9651
+ value: "{core.size.default.32}",
9652
+ type: "dimension",
9653
+ attributes: {
9654
+ "calcite-schema": {
9655
+ system: "calcite",
9656
+ tier: "semantic",
9657
+ domain: "",
9658
+ component: "",
9659
+ pattern: "",
9660
+ element: "",
9661
+ category: "space",
9662
+ group: "",
9663
+ kind: "",
9664
+ appearance: "",
9665
+ property: "",
9666
+ variant: "",
9667
+ state: "",
9668
+ scale: "xxxl",
9669
+ context: "",
9670
+ mode: "",
9671
+ },
9672
+ },
8435
9673
  },
9674
+ name: "Spacing Xxxl",
9675
+ path: ["semantic", "spacing", "default", "xxxl"],
8436
9676
  },
8437
- name: "Spacing Xxxl",
8438
- path: ["semantic", "spacing", "xxxl"],
8439
9677
  },
8440
9678
  },
8441
9679
  typography: {
@@ -10255,7 +11493,7 @@ export default {
10255
11493
  0: {
10256
11494
  value: {
10257
11495
  fontWeight: "300",
10258
- lineHeight: "137.5%",
11496
+ lineHeight: "1.375",
10259
11497
  fontSize: "16px",
10260
11498
  },
10261
11499
  type: "typography",
@@ -10343,7 +11581,7 @@ export default {
10343
11581
  1: {
10344
11582
  value: {
10345
11583
  fontWeight: "300",
10346
- lineHeight: "137.5%",
11584
+ lineHeight: "1.375",
10347
11585
  fontSize: "18px",
10348
11586
  },
10349
11587
  type: "typography",
@@ -10431,7 +11669,7 @@ export default {
10431
11669
  2: {
10432
11670
  value: {
10433
11671
  fontWeight: "300",
10434
- lineHeight: "137.5%",
11672
+ lineHeight: "1.375",
10435
11673
  fontSize: "20px",
10436
11674
  },
10437
11675
  type: "typography",
@@ -10519,7 +11757,7 @@ export default {
10519
11757
  3: {
10520
11758
  value: {
10521
11759
  fontWeight: "300",
10522
- lineHeight: "125%",
11760
+ lineHeight: "1.25",
10523
11761
  fontSize: "24px",
10524
11762
  },
10525
11763
  type: "typography",
@@ -10607,7 +11845,7 @@ export default {
10607
11845
  "-2": {
10608
11846
  value: {
10609
11847
  fontWeight: "300",
10610
- lineHeight: "137.5%",
11848
+ lineHeight: "1.375",
10611
11849
  fontSize: "12px",
10612
11850
  },
10613
11851
  type: "typography",
@@ -10695,7 +11933,7 @@ export default {
10695
11933
  "-1": {
10696
11934
  value: {
10697
11935
  fontWeight: "300",
10698
- lineHeight: "137.5%",
11936
+ lineHeight: "1.375",
10699
11937
  },
10700
11938
  type: "typography",
10701
11939
  extensions: {
@@ -10782,7 +12020,7 @@ export default {
10782
12020
  regular: {
10783
12021
  0: {
10784
12022
  value: {
10785
- lineHeight: "137.5%",
12023
+ lineHeight: "1.375",
10786
12024
  fontSize: "16px",
10787
12025
  },
10788
12026
  type: "typography",
@@ -10868,7 +12106,7 @@ export default {
10868
12106
  },
10869
12107
  1: {
10870
12108
  value: {
10871
- lineHeight: "137.5%",
12109
+ lineHeight: "1.375",
10872
12110
  fontSize: "18px",
10873
12111
  },
10874
12112
  type: "typography",
@@ -10954,7 +12192,7 @@ export default {
10954
12192
  },
10955
12193
  2: {
10956
12194
  value: {
10957
- lineHeight: "137.5%",
12195
+ lineHeight: "1.375",
10958
12196
  fontSize: "20px",
10959
12197
  },
10960
12198
  type: "typography",
@@ -11040,7 +12278,7 @@ export default {
11040
12278
  },
11041
12279
  3: {
11042
12280
  value: {
11043
- lineHeight: "137.5%",
12281
+ lineHeight: "1.375",
11044
12282
  fontSize: "24px",
11045
12283
  },
11046
12284
  type: "typography",
@@ -11126,7 +12364,7 @@ export default {
11126
12364
  },
11127
12365
  "-2": {
11128
12366
  value: {
11129
- lineHeight: "137.5%",
12367
+ lineHeight: "1.375",
11130
12368
  fontSize: "12px",
11131
12369
  },
11132
12370
  type: "typography",
@@ -11212,7 +12450,7 @@ export default {
11212
12450
  },
11213
12451
  "-1": {
11214
12452
  value: {
11215
- lineHeight: "137.5%",
12453
+ lineHeight: "1.375",
11216
12454
  },
11217
12455
  type: "typography",
11218
12456
  extensions: {
@@ -11299,7 +12537,7 @@ export default {
11299
12537
  0: {
11300
12538
  value: {
11301
12539
  fontWeight: "500",
11302
- lineHeight: "137.5%",
12540
+ lineHeight: "1.375",
11303
12541
  fontSize: "16px",
11304
12542
  },
11305
12543
  type: "typography",
@@ -11387,7 +12625,7 @@ export default {
11387
12625
  1: {
11388
12626
  value: {
11389
12627
  fontWeight: "500",
11390
- lineHeight: "137.5%",
12628
+ lineHeight: "1.375",
11391
12629
  fontSize: "18px",
11392
12630
  },
11393
12631
  type: "typography",
@@ -11475,7 +12713,7 @@ export default {
11475
12713
  2: {
11476
12714
  value: {
11477
12715
  fontWeight: "500",
11478
- lineHeight: "137.5%",
12716
+ lineHeight: "1.375",
11479
12717
  fontSize: "20px",
11480
12718
  },
11481
12719
  type: "typography",
@@ -11563,7 +12801,7 @@ export default {
11563
12801
  3: {
11564
12802
  value: {
11565
12803
  fontWeight: "500",
11566
- lineHeight: "137.5%",
12804
+ lineHeight: "1.375",
11567
12805
  fontSize: "24px",
11568
12806
  },
11569
12807
  type: "typography",
@@ -11651,7 +12889,7 @@ export default {
11651
12889
  "-2": {
11652
12890
  value: {
11653
12891
  fontWeight: "500",
11654
- lineHeight: "137.5%",
12892
+ lineHeight: "1.375",
11655
12893
  fontSize: "12px",
11656
12894
  },
11657
12895
  type: "typography",
@@ -11739,7 +12977,7 @@ export default {
11739
12977
  "-1": {
11740
12978
  value: {
11741
12979
  fontWeight: "500",
11742
- lineHeight: "137.5%",
12980
+ lineHeight: "1.375",
11743
12981
  },
11744
12982
  type: "typography",
11745
12983
  extensions: {
@@ -11827,7 +13065,7 @@ export default {
11827
13065
  0: {
11828
13066
  value: {
11829
13067
  fontWeight: "600",
11830
- lineHeight: "137.5%",
13068
+ lineHeight: "1.375",
11831
13069
  fontSize: "16px",
11832
13070
  },
11833
13071
  type: "typography",
@@ -11915,7 +13153,7 @@ export default {
11915
13153
  1: {
11916
13154
  value: {
11917
13155
  fontWeight: "600",
11918
- lineHeight: "137.5%",
13156
+ lineHeight: "1.375",
11919
13157
  fontSize: "18px",
11920
13158
  },
11921
13159
  type: "typography",
@@ -12003,7 +13241,7 @@ export default {
12003
13241
  2: {
12004
13242
  value: {
12005
13243
  fontWeight: "600",
12006
- lineHeight: "137.5%",
13244
+ lineHeight: "1.375",
12007
13245
  fontSize: "20px",
12008
13246
  },
12009
13247
  type: "typography",
@@ -12091,7 +13329,7 @@ export default {
12091
13329
  3: {
12092
13330
  value: {
12093
13331
  fontWeight: "600",
12094
- lineHeight: "137.5%",
13332
+ lineHeight: "1.375",
12095
13333
  fontSize: "24px",
12096
13334
  },
12097
13335
  type: "typography",
@@ -12179,7 +13417,7 @@ export default {
12179
13417
  "-2": {
12180
13418
  value: {
12181
13419
  fontWeight: "600",
12182
- lineHeight: "137.5%",
13420
+ lineHeight: "1.375",
12183
13421
  fontSize: "12px",
12184
13422
  },
12185
13423
  type: "typography",
@@ -12267,7 +13505,7 @@ export default {
12267
13505
  "-1": {
12268
13506
  value: {
12269
13507
  fontWeight: "600",
12270
- lineHeight: "137.5%",
13508
+ lineHeight: "1.375",
12271
13509
  },
12272
13510
  type: "typography",
12273
13511
  extensions: {
@@ -12357,7 +13595,7 @@ export default {
12357
13595
  1: {
12358
13596
  value: {
12359
13597
  fontWeight: "600",
12360
- lineHeight: "137.5%",
13598
+ lineHeight: "1.375",
12361
13599
  fontSize: "24px",
12362
13600
  },
12363
13601
  type: "typography",
@@ -12421,7 +13659,7 @@ export default {
12421
13659
  2: {
12422
13660
  value: {
12423
13661
  fontWeight: "600",
12424
- lineHeight: "137.5%",
13662
+ lineHeight: "1.375",
12425
13663
  fontSize: "20px",
12426
13664
  },
12427
13665
  type: "typography",
@@ -12487,7 +13725,7 @@ export default {
12487
13725
  1: {
12488
13726
  value: {
12489
13727
  fontWeight: "500",
12490
- lineHeight: "137.5%",
13728
+ lineHeight: "1.375",
12491
13729
  fontSize: "24px",
12492
13730
  },
12493
13731
  type: "typography",
@@ -12551,7 +13789,7 @@ export default {
12551
13789
  2: {
12552
13790
  value: {
12553
13791
  fontWeight: "500",
12554
- lineHeight: "137.5%",
13792
+ lineHeight: "1.375",
12555
13793
  fontSize: "20px",
12556
13794
  },
12557
13795
  type: "typography",
@@ -12615,7 +13853,7 @@ export default {
12615
13853
  3: {
12616
13854
  value: {
12617
13855
  fontWeight: "500",
12618
- lineHeight: "137.5%",
13856
+ lineHeight: "1.375",
12619
13857
  fontSize: "18px",
12620
13858
  },
12621
13859
  type: "typography",
@@ -12679,7 +13917,7 @@ export default {
12679
13917
  4: {
12680
13918
  value: {
12681
13919
  fontWeight: "500",
12682
- lineHeight: "137.5%",
13920
+ lineHeight: "1.375",
12683
13921
  fontSize: "16px",
12684
13922
  },
12685
13923
  type: "typography",
@@ -12743,7 +13981,7 @@ export default {
12743
13981
  5: {
12744
13982
  value: {
12745
13983
  fontWeight: "500",
12746
- lineHeight: "137.5%",
13984
+ lineHeight: "1.375",
12747
13985
  },
12748
13986
  type: "typography",
12749
13987
  attributes: {
@@ -12807,7 +14045,7 @@ export default {
12807
14045
  body: {
12808
14046
  snug: {
12809
14047
  value: {
12810
- lineHeight: "137.5%",
14048
+ lineHeight: "1.375",
12811
14049
  },
12812
14050
  type: "typography",
12813
14051
  attributes: {
@@ -13012,7 +14250,7 @@ export default {
13012
14250
  },
13013
14251
  caption: {
13014
14252
  value: {
13015
- lineHeight: "137.5%",
14253
+ lineHeight: "1.375",
13016
14254
  fontSize: "12px",
13017
14255
  },
13018
14256
  type: "typography",