@esri/calcite-design-tokens 3.2.0-next.2 → 3.2.0-next.4
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/css/semantic.css +0 -22
- package/dist/docs/core.json +1 -1
- package/dist/docs/dark.json +1 -1
- package/dist/docs/global.json +1 -1
- package/dist/docs/light.json +1 -1
- package/dist/docs/semantic.json +1 -479
- package/dist/es6/semantic.d.ts +0 -24
- package/dist/es6/semantic.js +0 -12
- package/dist/js/semantic.d.ts +0 -16
- package/dist/js/semantic.js +0 -658
- package/dist/scss/semantic.scss +0 -22
- package/package.json +3 -3
package/dist/js/semantic.js
CHANGED
|
@@ -150,664 +150,6 @@ export default {
|
|
|
150
150
|
},
|
|
151
151
|
},
|
|
152
152
|
"container-size": {
|
|
153
|
-
height: {
|
|
154
|
-
xxs: {
|
|
155
|
-
key: "{semantic.container-size.height.xxs}",
|
|
156
|
-
value: {
|
|
157
|
-
min: "0",
|
|
158
|
-
max: "154px",
|
|
159
|
-
},
|
|
160
|
-
type: "dimension",
|
|
161
|
-
description: "Small handheld devices and mini-windows",
|
|
162
|
-
attributes: {
|
|
163
|
-
category: "breakpoint",
|
|
164
|
-
type: "dimension",
|
|
165
|
-
item: "height",
|
|
166
|
-
subitem: "xxs",
|
|
167
|
-
value: {
|
|
168
|
-
min: "0",
|
|
169
|
-
max: "154px",
|
|
170
|
-
},
|
|
171
|
-
description: "Small handheld devices and mini-windows",
|
|
172
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
173
|
-
isSource: true,
|
|
174
|
-
key: "{semantic.container-size.height.xxs}",
|
|
175
|
-
name: "calcite-semantic-container-size-height-xxs",
|
|
176
|
-
path: ["semantic", "container-size", "height", "xxs"],
|
|
177
|
-
comment: "Small handheld devices and mini-windows",
|
|
178
|
-
names: {
|
|
179
|
-
scss: "$calcite-container-size-height-xxs",
|
|
180
|
-
css: "var(--calcite-container-size-height-xxs)",
|
|
181
|
-
js: "semantic.container-size.height.xxs",
|
|
182
|
-
docs: "semantic.container-size.height.xxs",
|
|
183
|
-
es6: "calciteContainerSizeHeightXxs",
|
|
184
|
-
},
|
|
185
|
-
"calcite-schema": {
|
|
186
|
-
system: "calcite",
|
|
187
|
-
tier: "semantic",
|
|
188
|
-
type: "dimension",
|
|
189
|
-
},
|
|
190
|
-
},
|
|
191
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
192
|
-
isSource: true,
|
|
193
|
-
original: {
|
|
194
|
-
value: {
|
|
195
|
-
min: "0",
|
|
196
|
-
max: "{core.container-size.154}",
|
|
197
|
-
},
|
|
198
|
-
type: "dimension",
|
|
199
|
-
description: "Small handheld devices and mini-windows",
|
|
200
|
-
attributes: {
|
|
201
|
-
category: "breakpoint",
|
|
202
|
-
},
|
|
203
|
-
key: "{semantic.container-size.height.xxs}",
|
|
204
|
-
},
|
|
205
|
-
name: "Container Size Height Xxs",
|
|
206
|
-
path: ["semantic", "container-size", "height", "xxs"],
|
|
207
|
-
comment: "Small handheld devices and mini-windows",
|
|
208
|
-
},
|
|
209
|
-
xs: {
|
|
210
|
-
key: "{semantic.container-size.height.xs}",
|
|
211
|
-
value: {
|
|
212
|
-
min: "155px",
|
|
213
|
-
max: "328px",
|
|
214
|
-
},
|
|
215
|
-
type: "dimension",
|
|
216
|
-
description: "Handheld devices",
|
|
217
|
-
attributes: {
|
|
218
|
-
category: "breakpoint",
|
|
219
|
-
type: "dimension",
|
|
220
|
-
item: "height",
|
|
221
|
-
subitem: "xs",
|
|
222
|
-
value: {
|
|
223
|
-
min: "154px + 1",
|
|
224
|
-
max: "328px",
|
|
225
|
-
},
|
|
226
|
-
description: "Handheld devices",
|
|
227
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
228
|
-
isSource: true,
|
|
229
|
-
key: "{semantic.container-size.height.xs}",
|
|
230
|
-
name: "calcite-semantic-container-size-height-xs",
|
|
231
|
-
path: ["semantic", "container-size", "height", "xs"],
|
|
232
|
-
comment: "Handheld devices",
|
|
233
|
-
names: {
|
|
234
|
-
scss: "$calcite-container-size-height-xs",
|
|
235
|
-
css: "var(--calcite-container-size-height-xs)",
|
|
236
|
-
js: "semantic.container-size.height.xs",
|
|
237
|
-
docs: "semantic.container-size.height.xs",
|
|
238
|
-
es6: "calciteContainerSizeHeightXs",
|
|
239
|
-
},
|
|
240
|
-
"calcite-schema": {
|
|
241
|
-
system: "calcite",
|
|
242
|
-
tier: "semantic",
|
|
243
|
-
type: "dimension",
|
|
244
|
-
},
|
|
245
|
-
},
|
|
246
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
247
|
-
isSource: true,
|
|
248
|
-
original: {
|
|
249
|
-
value: {
|
|
250
|
-
min: "{core.container-size.154} + 1",
|
|
251
|
-
max: "{core.container-size.328}",
|
|
252
|
-
},
|
|
253
|
-
type: "dimension",
|
|
254
|
-
description: "Handheld devices",
|
|
255
|
-
attributes: {
|
|
256
|
-
category: "breakpoint",
|
|
257
|
-
},
|
|
258
|
-
key: "{semantic.container-size.height.xs}",
|
|
259
|
-
},
|
|
260
|
-
name: "Container Size Height Xs",
|
|
261
|
-
path: ["semantic", "container-size", "height", "xs"],
|
|
262
|
-
comment: "Handheld devices",
|
|
263
|
-
},
|
|
264
|
-
sm: {
|
|
265
|
-
key: "{semantic.container-size.height.sm}",
|
|
266
|
-
value: {
|
|
267
|
-
min: "329px",
|
|
268
|
-
max: "504px",
|
|
269
|
-
},
|
|
270
|
-
type: "dimension",
|
|
271
|
-
description: "Small tablets",
|
|
272
|
-
attributes: {
|
|
273
|
-
category: "breakpoint",
|
|
274
|
-
type: "dimension",
|
|
275
|
-
item: "height",
|
|
276
|
-
subitem: "sm",
|
|
277
|
-
value: {
|
|
278
|
-
min: "328px + 1",
|
|
279
|
-
max: "504px",
|
|
280
|
-
},
|
|
281
|
-
description: "Small tablets",
|
|
282
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
283
|
-
isSource: true,
|
|
284
|
-
key: "{semantic.container-size.height.sm}",
|
|
285
|
-
name: "calcite-semantic-container-size-height-sm",
|
|
286
|
-
path: ["semantic", "container-size", "height", "sm"],
|
|
287
|
-
comment: "Small tablets",
|
|
288
|
-
names: {
|
|
289
|
-
scss: "$calcite-container-size-height-sm",
|
|
290
|
-
css: "var(--calcite-container-size-height-sm)",
|
|
291
|
-
js: "semantic.container-size.height.sm",
|
|
292
|
-
docs: "semantic.container-size.height.sm",
|
|
293
|
-
es6: "calciteContainerSizeHeightSm",
|
|
294
|
-
},
|
|
295
|
-
"calcite-schema": {
|
|
296
|
-
system: "calcite",
|
|
297
|
-
tier: "semantic",
|
|
298
|
-
type: "dimension",
|
|
299
|
-
},
|
|
300
|
-
},
|
|
301
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
302
|
-
isSource: true,
|
|
303
|
-
original: {
|
|
304
|
-
value: {
|
|
305
|
-
min: "{core.container-size.328} + 1",
|
|
306
|
-
max: "{core.container-size.504}",
|
|
307
|
-
},
|
|
308
|
-
type: "dimension",
|
|
309
|
-
description: "Small tablets",
|
|
310
|
-
attributes: {
|
|
311
|
-
category: "breakpoint",
|
|
312
|
-
},
|
|
313
|
-
key: "{semantic.container-size.height.sm}",
|
|
314
|
-
},
|
|
315
|
-
name: "Container Size Height Sm",
|
|
316
|
-
path: ["semantic", "container-size", "height", "sm"],
|
|
317
|
-
comment: "Small tablets",
|
|
318
|
-
},
|
|
319
|
-
md: {
|
|
320
|
-
key: "{semantic.container-size.height.md}",
|
|
321
|
-
value: {
|
|
322
|
-
min: "505px",
|
|
323
|
-
max: "678px",
|
|
324
|
-
},
|
|
325
|
-
type: "dimension",
|
|
326
|
-
description: "Small laptops",
|
|
327
|
-
attributes: {
|
|
328
|
-
category: "breakpoint",
|
|
329
|
-
type: "dimension",
|
|
330
|
-
item: "height",
|
|
331
|
-
subitem: "md",
|
|
332
|
-
value: {
|
|
333
|
-
min: "504px + 1",
|
|
334
|
-
max: "678px",
|
|
335
|
-
},
|
|
336
|
-
description: "Small laptops",
|
|
337
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
338
|
-
isSource: true,
|
|
339
|
-
key: "{semantic.container-size.height.md}",
|
|
340
|
-
name: "calcite-semantic-container-size-height-md",
|
|
341
|
-
path: ["semantic", "container-size", "height", "md"],
|
|
342
|
-
comment: "Small laptops",
|
|
343
|
-
names: {
|
|
344
|
-
scss: "$calcite-container-size-height-md",
|
|
345
|
-
css: "var(--calcite-container-size-height-md)",
|
|
346
|
-
js: "semantic.container-size.height.md",
|
|
347
|
-
docs: "semantic.container-size.height.md",
|
|
348
|
-
es6: "calciteContainerSizeHeightMd",
|
|
349
|
-
},
|
|
350
|
-
"calcite-schema": {
|
|
351
|
-
system: "calcite",
|
|
352
|
-
tier: "semantic",
|
|
353
|
-
type: "dimension",
|
|
354
|
-
},
|
|
355
|
-
},
|
|
356
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
357
|
-
isSource: true,
|
|
358
|
-
original: {
|
|
359
|
-
value: {
|
|
360
|
-
min: "{core.container-size.504} + 1",
|
|
361
|
-
max: "{core.container-size.678}",
|
|
362
|
-
},
|
|
363
|
-
type: "dimension",
|
|
364
|
-
description: "Small laptops",
|
|
365
|
-
attributes: {
|
|
366
|
-
category: "breakpoint",
|
|
367
|
-
},
|
|
368
|
-
key: "{semantic.container-size.height.md}",
|
|
369
|
-
},
|
|
370
|
-
name: "Container Size Height Md",
|
|
371
|
-
path: ["semantic", "container-size", "height", "md"],
|
|
372
|
-
comment: "Small laptops",
|
|
373
|
-
},
|
|
374
|
-
lg: {
|
|
375
|
-
key: "{semantic.container-size.height.lg}",
|
|
376
|
-
value: {
|
|
377
|
-
min: "679px",
|
|
378
|
-
max: "854px",
|
|
379
|
-
},
|
|
380
|
-
type: "dimension",
|
|
381
|
-
description: "Large laptops and desktop computers",
|
|
382
|
-
attributes: {
|
|
383
|
-
category: "breakpoint",
|
|
384
|
-
type: "dimension",
|
|
385
|
-
item: "height",
|
|
386
|
-
subitem: "lg",
|
|
387
|
-
value: {
|
|
388
|
-
min: "678px + 1",
|
|
389
|
-
max: "854px",
|
|
390
|
-
},
|
|
391
|
-
description: "Large laptops and desktop computers",
|
|
392
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
393
|
-
isSource: true,
|
|
394
|
-
key: "{semantic.container-size.height.lg}",
|
|
395
|
-
name: "calcite-semantic-container-size-height-lg",
|
|
396
|
-
path: ["semantic", "container-size", "height", "lg"],
|
|
397
|
-
comment: "Large laptops and desktop computers",
|
|
398
|
-
names: {
|
|
399
|
-
scss: "$calcite-container-size-height-lg",
|
|
400
|
-
css: "var(--calcite-container-size-height-lg)",
|
|
401
|
-
js: "semantic.container-size.height.lg",
|
|
402
|
-
docs: "semantic.container-size.height.lg",
|
|
403
|
-
es6: "calciteContainerSizeHeightLg",
|
|
404
|
-
},
|
|
405
|
-
"calcite-schema": {
|
|
406
|
-
system: "calcite",
|
|
407
|
-
tier: "semantic",
|
|
408
|
-
type: "dimension",
|
|
409
|
-
},
|
|
410
|
-
},
|
|
411
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
412
|
-
isSource: true,
|
|
413
|
-
original: {
|
|
414
|
-
value: {
|
|
415
|
-
min: "{core.container-size.678} + 1",
|
|
416
|
-
max: "{core.container-size.854}",
|
|
417
|
-
},
|
|
418
|
-
type: "dimension",
|
|
419
|
-
description: "Large laptops and desktop computers",
|
|
420
|
-
attributes: {
|
|
421
|
-
category: "breakpoint",
|
|
422
|
-
},
|
|
423
|
-
key: "{semantic.container-size.height.lg}",
|
|
424
|
-
},
|
|
425
|
-
name: "Container Size Height Lg",
|
|
426
|
-
path: ["semantic", "container-size", "height", "lg"],
|
|
427
|
-
comment: "Large laptops and desktop computers",
|
|
428
|
-
},
|
|
429
|
-
xl: {
|
|
430
|
-
key: "{semantic.container-size.height.xl}",
|
|
431
|
-
value: {
|
|
432
|
-
min: "855px",
|
|
433
|
-
},
|
|
434
|
-
type: "dimension",
|
|
435
|
-
description: "Projectors and televisions",
|
|
436
|
-
attributes: {
|
|
437
|
-
category: "breakpoint",
|
|
438
|
-
type: "dimension",
|
|
439
|
-
item: "height",
|
|
440
|
-
subitem: "xl",
|
|
441
|
-
value: {
|
|
442
|
-
min: "854px + 1",
|
|
443
|
-
},
|
|
444
|
-
description: "Projectors and televisions",
|
|
445
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
446
|
-
isSource: true,
|
|
447
|
-
key: "{semantic.container-size.height.xl}",
|
|
448
|
-
name: "calcite-semantic-container-size-height-xl",
|
|
449
|
-
path: ["semantic", "container-size", "height", "xl"],
|
|
450
|
-
comment: "Projectors and televisions",
|
|
451
|
-
names: {
|
|
452
|
-
scss: "$calcite-container-size-height-xl",
|
|
453
|
-
css: "var(--calcite-container-size-height-xl)",
|
|
454
|
-
js: "semantic.container-size.height.xl",
|
|
455
|
-
docs: "semantic.container-size.height.xl",
|
|
456
|
-
es6: "calciteContainerSizeHeightXl",
|
|
457
|
-
},
|
|
458
|
-
"calcite-schema": {
|
|
459
|
-
system: "calcite",
|
|
460
|
-
tier: "semantic",
|
|
461
|
-
type: "dimension",
|
|
462
|
-
},
|
|
463
|
-
},
|
|
464
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
465
|
-
isSource: true,
|
|
466
|
-
original: {
|
|
467
|
-
value: {
|
|
468
|
-
min: "{core.container-size.854} + 1",
|
|
469
|
-
},
|
|
470
|
-
type: "dimension",
|
|
471
|
-
description: "Projectors and televisions",
|
|
472
|
-
attributes: {
|
|
473
|
-
category: "breakpoint",
|
|
474
|
-
},
|
|
475
|
-
key: "{semantic.container-size.height.xl}",
|
|
476
|
-
},
|
|
477
|
-
name: "Container Size Height Xl",
|
|
478
|
-
path: ["semantic", "container-size", "height", "xl"],
|
|
479
|
-
comment: "Projectors and televisions",
|
|
480
|
-
},
|
|
481
|
-
},
|
|
482
|
-
width: {
|
|
483
|
-
xxs: {
|
|
484
|
-
key: "{semantic.container-size.width.xxs}",
|
|
485
|
-
value: {
|
|
486
|
-
min: "0",
|
|
487
|
-
max: "320px",
|
|
488
|
-
},
|
|
489
|
-
type: "dimension",
|
|
490
|
-
description: "Small handheld devices and mini-windows",
|
|
491
|
-
attributes: {
|
|
492
|
-
category: "breakpoint",
|
|
493
|
-
type: "dimension",
|
|
494
|
-
item: "width",
|
|
495
|
-
subitem: "xxs",
|
|
496
|
-
value: {
|
|
497
|
-
min: "0",
|
|
498
|
-
max: "320px",
|
|
499
|
-
},
|
|
500
|
-
description: "Small handheld devices and mini-windows",
|
|
501
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
502
|
-
isSource: true,
|
|
503
|
-
key: "{semantic.container-size.width.xxs}",
|
|
504
|
-
name: "calcite-semantic-container-size-width-xxs",
|
|
505
|
-
path: ["semantic", "container-size", "width", "xxs"],
|
|
506
|
-
comment: "Small handheld devices and mini-windows",
|
|
507
|
-
names: {
|
|
508
|
-
scss: "$calcite-container-size-width-xxs",
|
|
509
|
-
css: "var(--calcite-container-size-width-xxs)",
|
|
510
|
-
js: "semantic.container-size.width.xxs",
|
|
511
|
-
docs: "semantic.container-size.width.xxs",
|
|
512
|
-
es6: "calciteContainerSizeWidthXxs",
|
|
513
|
-
},
|
|
514
|
-
"calcite-schema": {
|
|
515
|
-
system: "calcite",
|
|
516
|
-
tier: "semantic",
|
|
517
|
-
type: "dimension",
|
|
518
|
-
},
|
|
519
|
-
},
|
|
520
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
521
|
-
isSource: true,
|
|
522
|
-
original: {
|
|
523
|
-
value: {
|
|
524
|
-
min: "0",
|
|
525
|
-
max: "{core.container-size.320}",
|
|
526
|
-
},
|
|
527
|
-
type: "dimension",
|
|
528
|
-
description: "Small handheld devices and mini-windows",
|
|
529
|
-
attributes: {
|
|
530
|
-
category: "breakpoint",
|
|
531
|
-
},
|
|
532
|
-
key: "{semantic.container-size.width.xxs}",
|
|
533
|
-
},
|
|
534
|
-
name: "Container Size Width Xxs",
|
|
535
|
-
path: ["semantic", "container-size", "width", "xxs"],
|
|
536
|
-
comment: "Small handheld devices and mini-windows",
|
|
537
|
-
},
|
|
538
|
-
xs: {
|
|
539
|
-
key: "{semantic.container-size.width.xs}",
|
|
540
|
-
value: {
|
|
541
|
-
min: "321px",
|
|
542
|
-
max: "476px",
|
|
543
|
-
},
|
|
544
|
-
type: "dimension",
|
|
545
|
-
description: "Handheld devices",
|
|
546
|
-
attributes: {
|
|
547
|
-
category: "breakpoint",
|
|
548
|
-
type: "dimension",
|
|
549
|
-
item: "width",
|
|
550
|
-
subitem: "xs",
|
|
551
|
-
value: {
|
|
552
|
-
min: "320px + 1",
|
|
553
|
-
max: "476px",
|
|
554
|
-
},
|
|
555
|
-
description: "Handheld devices",
|
|
556
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
557
|
-
isSource: true,
|
|
558
|
-
key: "{semantic.container-size.width.xs}",
|
|
559
|
-
name: "calcite-semantic-container-size-width-xs",
|
|
560
|
-
path: ["semantic", "container-size", "width", "xs"],
|
|
561
|
-
comment: "Handheld devices",
|
|
562
|
-
names: {
|
|
563
|
-
scss: "$calcite-container-size-width-xs",
|
|
564
|
-
css: "var(--calcite-container-size-width-xs)",
|
|
565
|
-
js: "semantic.container-size.width.xs",
|
|
566
|
-
docs: "semantic.container-size.width.xs",
|
|
567
|
-
es6: "calciteContainerSizeWidthXs",
|
|
568
|
-
},
|
|
569
|
-
"calcite-schema": {
|
|
570
|
-
system: "calcite",
|
|
571
|
-
tier: "semantic",
|
|
572
|
-
type: "dimension",
|
|
573
|
-
},
|
|
574
|
-
},
|
|
575
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
576
|
-
isSource: true,
|
|
577
|
-
original: {
|
|
578
|
-
value: {
|
|
579
|
-
min: "{core.container-size.320} + 1",
|
|
580
|
-
max: "{core.container-size.476}",
|
|
581
|
-
},
|
|
582
|
-
type: "dimension",
|
|
583
|
-
description: "Handheld devices",
|
|
584
|
-
attributes: {
|
|
585
|
-
category: "breakpoint",
|
|
586
|
-
},
|
|
587
|
-
key: "{semantic.container-size.width.xs}",
|
|
588
|
-
},
|
|
589
|
-
name: "Container Size Width Xs",
|
|
590
|
-
path: ["semantic", "container-size", "width", "xs"],
|
|
591
|
-
comment: "Handheld devices",
|
|
592
|
-
},
|
|
593
|
-
sm: {
|
|
594
|
-
key: "{semantic.container-size.width.sm}",
|
|
595
|
-
value: {
|
|
596
|
-
min: "477px",
|
|
597
|
-
max: "768px",
|
|
598
|
-
},
|
|
599
|
-
type: "dimension",
|
|
600
|
-
description: "Small tablets",
|
|
601
|
-
attributes: {
|
|
602
|
-
category: "breakpoint",
|
|
603
|
-
type: "dimension",
|
|
604
|
-
item: "width",
|
|
605
|
-
subitem: "sm",
|
|
606
|
-
value: {
|
|
607
|
-
min: "476px + 1",
|
|
608
|
-
max: "768px",
|
|
609
|
-
},
|
|
610
|
-
description: "Small tablets",
|
|
611
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
612
|
-
isSource: true,
|
|
613
|
-
key: "{semantic.container-size.width.sm}",
|
|
614
|
-
name: "calcite-semantic-container-size-width-sm",
|
|
615
|
-
path: ["semantic", "container-size", "width", "sm"],
|
|
616
|
-
comment: "Small tablets",
|
|
617
|
-
names: {
|
|
618
|
-
scss: "$calcite-container-size-width-sm",
|
|
619
|
-
css: "var(--calcite-container-size-width-sm)",
|
|
620
|
-
js: "semantic.container-size.width.sm",
|
|
621
|
-
docs: "semantic.container-size.width.sm",
|
|
622
|
-
es6: "calciteContainerSizeWidthSm",
|
|
623
|
-
},
|
|
624
|
-
"calcite-schema": {
|
|
625
|
-
system: "calcite",
|
|
626
|
-
tier: "semantic",
|
|
627
|
-
type: "dimension",
|
|
628
|
-
},
|
|
629
|
-
},
|
|
630
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
631
|
-
isSource: true,
|
|
632
|
-
original: {
|
|
633
|
-
value: {
|
|
634
|
-
min: "{core.container-size.476} + 1",
|
|
635
|
-
max: "{core.container-size.768}",
|
|
636
|
-
},
|
|
637
|
-
type: "dimension",
|
|
638
|
-
description: "Small tablets",
|
|
639
|
-
attributes: {
|
|
640
|
-
category: "breakpoint",
|
|
641
|
-
},
|
|
642
|
-
key: "{semantic.container-size.width.sm}",
|
|
643
|
-
},
|
|
644
|
-
name: "Container Size Width Sm",
|
|
645
|
-
path: ["semantic", "container-size", "width", "sm"],
|
|
646
|
-
comment: "Small tablets",
|
|
647
|
-
},
|
|
648
|
-
md: {
|
|
649
|
-
key: "{semantic.container-size.width.md}",
|
|
650
|
-
value: {
|
|
651
|
-
min: "769px",
|
|
652
|
-
max: "1152px",
|
|
653
|
-
},
|
|
654
|
-
type: "dimension",
|
|
655
|
-
description: "Small laptops",
|
|
656
|
-
attributes: {
|
|
657
|
-
category: "breakpoint",
|
|
658
|
-
type: "dimension",
|
|
659
|
-
item: "width",
|
|
660
|
-
subitem: "md",
|
|
661
|
-
value: {
|
|
662
|
-
min: "768px + 1",
|
|
663
|
-
max: "1152px",
|
|
664
|
-
},
|
|
665
|
-
description: "Small laptops",
|
|
666
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
667
|
-
isSource: true,
|
|
668
|
-
key: "{semantic.container-size.width.md}",
|
|
669
|
-
name: "calcite-semantic-container-size-width-md",
|
|
670
|
-
path: ["semantic", "container-size", "width", "md"],
|
|
671
|
-
comment: "Small laptops",
|
|
672
|
-
names: {
|
|
673
|
-
scss: "$calcite-container-size-width-md",
|
|
674
|
-
css: "var(--calcite-container-size-width-md)",
|
|
675
|
-
js: "semantic.container-size.width.md",
|
|
676
|
-
docs: "semantic.container-size.width.md",
|
|
677
|
-
es6: "calciteContainerSizeWidthMd",
|
|
678
|
-
},
|
|
679
|
-
"calcite-schema": {
|
|
680
|
-
system: "calcite",
|
|
681
|
-
tier: "semantic",
|
|
682
|
-
type: "dimension",
|
|
683
|
-
},
|
|
684
|
-
},
|
|
685
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
686
|
-
isSource: true,
|
|
687
|
-
original: {
|
|
688
|
-
value: {
|
|
689
|
-
min: "{core.container-size.768} + 1",
|
|
690
|
-
max: "{core.container-size.1152}",
|
|
691
|
-
},
|
|
692
|
-
type: "dimension",
|
|
693
|
-
description: "Small laptops",
|
|
694
|
-
attributes: {
|
|
695
|
-
category: "breakpoint",
|
|
696
|
-
},
|
|
697
|
-
key: "{semantic.container-size.width.md}",
|
|
698
|
-
},
|
|
699
|
-
name: "Container Size Width Md",
|
|
700
|
-
path: ["semantic", "container-size", "width", "md"],
|
|
701
|
-
comment: "Small laptops",
|
|
702
|
-
},
|
|
703
|
-
lg: {
|
|
704
|
-
key: "{semantic.container-size.width.lg}",
|
|
705
|
-
value: {
|
|
706
|
-
min: "1153px",
|
|
707
|
-
max: "1440px",
|
|
708
|
-
},
|
|
709
|
-
type: "dimension",
|
|
710
|
-
description: "Large laptops and desktop computers",
|
|
711
|
-
attributes: {
|
|
712
|
-
category: "breakpoint",
|
|
713
|
-
type: "dimension",
|
|
714
|
-
item: "width",
|
|
715
|
-
subitem: "lg",
|
|
716
|
-
value: {
|
|
717
|
-
min: "1152px + 1",
|
|
718
|
-
max: "1440px",
|
|
719
|
-
},
|
|
720
|
-
description: "Large laptops and desktop computers",
|
|
721
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
722
|
-
isSource: true,
|
|
723
|
-
key: "{semantic.container-size.width.lg}",
|
|
724
|
-
name: "calcite-semantic-container-size-width-lg",
|
|
725
|
-
path: ["semantic", "container-size", "width", "lg"],
|
|
726
|
-
comment: "Large laptops and desktop computers",
|
|
727
|
-
names: {
|
|
728
|
-
scss: "$calcite-container-size-width-lg",
|
|
729
|
-
css: "var(--calcite-container-size-width-lg)",
|
|
730
|
-
js: "semantic.container-size.width.lg",
|
|
731
|
-
docs: "semantic.container-size.width.lg",
|
|
732
|
-
es6: "calciteContainerSizeWidthLg",
|
|
733
|
-
},
|
|
734
|
-
"calcite-schema": {
|
|
735
|
-
system: "calcite",
|
|
736
|
-
tier: "semantic",
|
|
737
|
-
type: "dimension",
|
|
738
|
-
},
|
|
739
|
-
},
|
|
740
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
741
|
-
isSource: true,
|
|
742
|
-
original: {
|
|
743
|
-
value: {
|
|
744
|
-
min: "{core.container-size.1152} + 1",
|
|
745
|
-
max: "{core.container-size.1440}",
|
|
746
|
-
},
|
|
747
|
-
type: "dimension",
|
|
748
|
-
description: "Large laptops and desktop computers",
|
|
749
|
-
attributes: {
|
|
750
|
-
category: "breakpoint",
|
|
751
|
-
},
|
|
752
|
-
key: "{semantic.container-size.width.lg}",
|
|
753
|
-
},
|
|
754
|
-
name: "Container Size Width Lg",
|
|
755
|
-
path: ["semantic", "container-size", "width", "lg"],
|
|
756
|
-
comment: "Large laptops and desktop computers",
|
|
757
|
-
},
|
|
758
|
-
xl: {
|
|
759
|
-
key: "{semantic.container-size.width.xl}",
|
|
760
|
-
value: {
|
|
761
|
-
min: "1441px",
|
|
762
|
-
},
|
|
763
|
-
type: "dimension",
|
|
764
|
-
description: "Projectors and televisions",
|
|
765
|
-
attributes: {
|
|
766
|
-
category: "breakpoint",
|
|
767
|
-
type: "dimension",
|
|
768
|
-
item: "width",
|
|
769
|
-
subitem: "xl",
|
|
770
|
-
value: {
|
|
771
|
-
min: "1440px + 1",
|
|
772
|
-
},
|
|
773
|
-
description: "Projectors and televisions",
|
|
774
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
775
|
-
isSource: true,
|
|
776
|
-
key: "{semantic.container-size.width.xl}",
|
|
777
|
-
name: "calcite-semantic-container-size-width-xl",
|
|
778
|
-
path: ["semantic", "container-size", "width", "xl"],
|
|
779
|
-
comment: "Projectors and televisions",
|
|
780
|
-
names: {
|
|
781
|
-
scss: "$calcite-container-size-width-xl",
|
|
782
|
-
css: "var(--calcite-container-size-width-xl)",
|
|
783
|
-
js: "semantic.container-size.width.xl",
|
|
784
|
-
docs: "semantic.container-size.width.xl",
|
|
785
|
-
es6: "calciteContainerSizeWidthXl",
|
|
786
|
-
},
|
|
787
|
-
"calcite-schema": {
|
|
788
|
-
system: "calcite",
|
|
789
|
-
tier: "semantic",
|
|
790
|
-
type: "dimension",
|
|
791
|
-
},
|
|
792
|
-
},
|
|
793
|
-
filePath: "src/tokens/semantic/container-size.json",
|
|
794
|
-
isSource: true,
|
|
795
|
-
original: {
|
|
796
|
-
value: {
|
|
797
|
-
min: "{core.container-size.1440} + 1",
|
|
798
|
-
},
|
|
799
|
-
type: "dimension",
|
|
800
|
-
description: "Projectors and televisions",
|
|
801
|
-
attributes: {
|
|
802
|
-
category: "breakpoint",
|
|
803
|
-
},
|
|
804
|
-
key: "{semantic.container-size.width.xl}",
|
|
805
|
-
},
|
|
806
|
-
name: "Container Size Width Xl",
|
|
807
|
-
path: ["semantic", "container-size", "width", "xl"],
|
|
808
|
-
comment: "Projectors and televisions",
|
|
809
|
-
},
|
|
810
|
-
},
|
|
811
153
|
margin: {
|
|
812
154
|
key: "{semantic.container-size.margin}",
|
|
813
155
|
value: "24px",
|
package/dist/scss/semantic.scss
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
// Calcite Design System
|
|
3
3
|
// Do not edit directly, this file was auto-generated.
|
|
4
4
|
|
|
5
|
-
$calcite-container-size-height-xxs-min: 0; // Small handheld devices and mini-windows
|
|
6
|
-
$calcite-container-size-width-xxs-min: 0; // Small handheld devices and mini-windows
|
|
7
5
|
$calcite-border-width-none: 0;
|
|
8
6
|
$calcite-border-width-sm: 1px;
|
|
9
7
|
$calcite-border-width-md: 2px;
|
|
@@ -111,26 +109,6 @@ $calcite-z-index-overlay: 700;
|
|
|
111
109
|
$calcite-z-index-modal: 800;
|
|
112
110
|
$calcite-z-index-popup: 900;
|
|
113
111
|
$calcite-z-index-tooltip: 901;
|
|
114
|
-
$calcite-container-size-height-xxs-max: 154px; // Small handheld devices and mini-windows
|
|
115
|
-
$calcite-container-size-height-xs-min: 155px; // Handheld devices
|
|
116
|
-
$calcite-container-size-height-xs-max: 328px; // Handheld devices
|
|
117
|
-
$calcite-container-size-height-sm-min: 329px; // Small tablets
|
|
118
|
-
$calcite-container-size-height-sm-max: 504px; // Small tablets
|
|
119
|
-
$calcite-container-size-height-md-min: 505px; // Small laptops
|
|
120
|
-
$calcite-container-size-height-md-max: 678px; // Small laptops
|
|
121
|
-
$calcite-container-size-height-lg-min: 679px; // Large laptops and desktop computers
|
|
122
|
-
$calcite-container-size-height-lg-max: 854px; // Large laptops and desktop computers
|
|
123
|
-
$calcite-container-size-height-xl-min: 855px; // Projectors and televisions
|
|
124
|
-
$calcite-container-size-width-xxs-max: 320px; // Small handheld devices and mini-windows
|
|
125
|
-
$calcite-container-size-width-xs-min: 321px; // Handheld devices
|
|
126
|
-
$calcite-container-size-width-xs-max: 476px; // Handheld devices
|
|
127
|
-
$calcite-container-size-width-sm-min: 477px; // Small tablets
|
|
128
|
-
$calcite-container-size-width-sm-max: 768px; // Small tablets
|
|
129
|
-
$calcite-container-size-width-md-min: 769px; // Small laptops
|
|
130
|
-
$calcite-container-size-width-md-max: 1152px; // Small laptops
|
|
131
|
-
$calcite-container-size-width-lg-min: 1153px; // Large laptops and desktop computers
|
|
132
|
-
$calcite-container-size-width-lg-max: 1440px; // Large laptops and desktop computers
|
|
133
|
-
$calcite-container-size-width-xl-min: 1441px; // Projectors and televisions
|
|
134
112
|
$calcite-corner-radius: $calcite-corner-radius-none;
|
|
135
113
|
$calcite-shadow-none: 0 0 0 0 rgba(0, 0, 0, 0);
|
|
136
114
|
$calcite-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, 0.04), 0 4px 16px 0 rgba(0, 0, 0, 0.08);
|