@neo4j-ndl/base 3.4.0 → 3.4.2
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/lib/cjs/tokens/js/storybook-design-token.js +118 -17
- package/lib/cjs/tokens/js/storybook-design-token.js.map +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +27 -6
- package/lib/cjs/tokens/js/tokens-esm.js.map +1 -1
- package/lib/cjs/tokens/js/tokens.js +27 -6
- package/lib/cjs/tokens/js/tokens.js.map +1 -1
- package/lib/esm/tokens/js/storybook-design-token.js +118 -17
- package/lib/esm/tokens/js/storybook-design-token.js.map +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +27 -6
- package/lib/esm/tokens/js/tokens-esm.js.map +1 -1
- package/lib/esm/tokens/js/tokens.js +27 -6
- package/lib/esm/tokens/js/tokens.js.map +1 -1
- package/lib/neo4j-ds-styles.css +34 -14
- package/lib/tokens/css/tokens.css +23 -12
- package/lib/tokens/js/tokens-raw.js +289 -180
- package/lib/tokens/js/tokens.js +27 -6
- package/lib/tokens/scss/tokens.scss +23 -12
- package/lib/types/tokens/js/storybook-design-token.d.ts +7 -2
- package/lib/types/tokens/js/tokens-esm.d.ts +36 -6
- package/lib/types/tokens/js/tokens.d.ts +36 -6
- package/package.json +1 -1
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Do not edit directly
|
|
24
|
-
* Generated on
|
|
24
|
+
* Generated on Fri, 09 May 2025 07:25:40 GMT
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
module.exports = {
|
|
@@ -410,69 +410,77 @@ module.exports = {
|
|
|
410
410
|
]
|
|
411
411
|
}
|
|
412
412
|
},
|
|
413
|
-
"
|
|
413
|
+
"breakpointNextOne": {
|
|
414
414
|
"xs": {
|
|
415
415
|
"min": {
|
|
416
416
|
"comment": "",
|
|
417
417
|
"value": "320px",
|
|
418
418
|
"description": "",
|
|
419
419
|
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
420
|
-
"isSource": true
|
|
420
|
+
"isSource": true,
|
|
421
|
+
"original": {
|
|
422
|
+
"comment": "",
|
|
423
|
+
"value": "320px",
|
|
424
|
+
"description": ""
|
|
425
|
+
},
|
|
426
|
+
"name": "BreakpointNextOneXsMin",
|
|
427
|
+
"attributes": {
|
|
428
|
+
"category": "breakpointNextOne",
|
|
429
|
+
"type": "xs",
|
|
430
|
+
"item": "min"
|
|
431
|
+
},
|
|
432
|
+
"path": [
|
|
433
|
+
"breakpointNextOne",
|
|
434
|
+
"xs",
|
|
435
|
+
"min"
|
|
436
|
+
]
|
|
421
437
|
},
|
|
422
438
|
"med": {
|
|
423
439
|
"comment": "",
|
|
424
440
|
"value": "360px",
|
|
425
441
|
"description": "",
|
|
426
442
|
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
427
|
-
"isSource": true
|
|
443
|
+
"isSource": true,
|
|
444
|
+
"original": {
|
|
445
|
+
"comment": "",
|
|
446
|
+
"value": "360px",
|
|
447
|
+
"description": ""
|
|
448
|
+
},
|
|
449
|
+
"name": "BreakpointNextOneXsMed",
|
|
450
|
+
"attributes": {
|
|
451
|
+
"category": "breakpointNextOne",
|
|
452
|
+
"type": "xs",
|
|
453
|
+
"item": "med"
|
|
454
|
+
},
|
|
455
|
+
"path": [
|
|
456
|
+
"breakpointNextOne",
|
|
457
|
+
"xs",
|
|
458
|
+
"med"
|
|
459
|
+
]
|
|
428
460
|
},
|
|
429
461
|
"max": {
|
|
430
462
|
"comment": "",
|
|
431
463
|
"value": "375px",
|
|
432
464
|
"description": "",
|
|
433
465
|
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
434
|
-
"isSource": true
|
|
435
|
-
|
|
436
|
-
"comment": "",
|
|
437
|
-
"value": "768px",
|
|
438
|
-
"description": "",
|
|
439
|
-
"filePath": "src/tokens/breakpoint-next-2.json",
|
|
440
|
-
"isSource": true,
|
|
441
|
-
"original": {
|
|
442
|
-
"min": {
|
|
443
|
-
"comment": "",
|
|
444
|
-
"value": "320px",
|
|
445
|
-
"description": "",
|
|
446
|
-
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
447
|
-
"isSource": true
|
|
448
|
-
},
|
|
449
|
-
"med": {
|
|
450
|
-
"comment": "",
|
|
451
|
-
"value": "360px",
|
|
452
|
-
"description": "",
|
|
453
|
-
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
454
|
-
"isSource": true
|
|
455
|
-
},
|
|
456
|
-
"max": {
|
|
466
|
+
"isSource": true,
|
|
467
|
+
"original": {
|
|
457
468
|
"comment": "",
|
|
458
469
|
"value": "375px",
|
|
459
|
-
"description": ""
|
|
460
|
-
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
461
|
-
"isSource": true
|
|
470
|
+
"description": ""
|
|
462
471
|
},
|
|
463
|
-
"
|
|
464
|
-
"
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
"
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
]
|
|
472
|
+
"name": "BreakpointNextOneXsMax",
|
|
473
|
+
"attributes": {
|
|
474
|
+
"category": "breakpointNextOne",
|
|
475
|
+
"type": "xs",
|
|
476
|
+
"item": "max"
|
|
477
|
+
},
|
|
478
|
+
"path": [
|
|
479
|
+
"breakpointNextOne",
|
|
480
|
+
"xs",
|
|
481
|
+
"max"
|
|
482
|
+
]
|
|
483
|
+
}
|
|
476
484
|
},
|
|
477
485
|
"sm": {
|
|
478
486
|
"min": {
|
|
@@ -480,62 +488,70 @@ module.exports = {
|
|
|
480
488
|
"value": "512px",
|
|
481
489
|
"description": "",
|
|
482
490
|
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
483
|
-
"isSource": true
|
|
491
|
+
"isSource": true,
|
|
492
|
+
"original": {
|
|
493
|
+
"comment": "",
|
|
494
|
+
"value": "512px",
|
|
495
|
+
"description": ""
|
|
496
|
+
},
|
|
497
|
+
"name": "BreakpointNextOneSmMin",
|
|
498
|
+
"attributes": {
|
|
499
|
+
"category": "breakpointNextOne",
|
|
500
|
+
"type": "sm",
|
|
501
|
+
"item": "min"
|
|
502
|
+
},
|
|
503
|
+
"path": [
|
|
504
|
+
"breakpointNextOne",
|
|
505
|
+
"sm",
|
|
506
|
+
"min"
|
|
507
|
+
]
|
|
484
508
|
},
|
|
485
509
|
"med": {
|
|
486
510
|
"comment": "",
|
|
487
511
|
"value": "768px",
|
|
488
512
|
"description": "",
|
|
489
513
|
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
490
|
-
"isSource": true
|
|
514
|
+
"isSource": true,
|
|
515
|
+
"original": {
|
|
516
|
+
"comment": "",
|
|
517
|
+
"value": "768px",
|
|
518
|
+
"description": ""
|
|
519
|
+
},
|
|
520
|
+
"name": "BreakpointNextOneSmMed",
|
|
521
|
+
"attributes": {
|
|
522
|
+
"category": "breakpointNextOne",
|
|
523
|
+
"type": "sm",
|
|
524
|
+
"item": "med"
|
|
525
|
+
},
|
|
526
|
+
"path": [
|
|
527
|
+
"breakpointNextOne",
|
|
528
|
+
"sm",
|
|
529
|
+
"med"
|
|
530
|
+
]
|
|
491
531
|
},
|
|
492
532
|
"max": {
|
|
493
533
|
"comment": "",
|
|
494
534
|
"value": "864px",
|
|
495
535
|
"description": "",
|
|
496
536
|
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
497
|
-
"isSource": true
|
|
498
|
-
|
|
499
|
-
"comment": "",
|
|
500
|
-
"value": "864px",
|
|
501
|
-
"description": "",
|
|
502
|
-
"filePath": "src/tokens/breakpoint-next-2.json",
|
|
503
|
-
"isSource": true,
|
|
504
|
-
"original": {
|
|
505
|
-
"min": {
|
|
506
|
-
"comment": "",
|
|
507
|
-
"value": "512px",
|
|
508
|
-
"description": "",
|
|
509
|
-
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
510
|
-
"isSource": true
|
|
511
|
-
},
|
|
512
|
-
"med": {
|
|
513
|
-
"comment": "",
|
|
514
|
-
"value": "768px",
|
|
515
|
-
"description": "",
|
|
516
|
-
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
517
|
-
"isSource": true
|
|
518
|
-
},
|
|
519
|
-
"max": {
|
|
537
|
+
"isSource": true,
|
|
538
|
+
"original": {
|
|
520
539
|
"comment": "",
|
|
521
540
|
"value": "864px",
|
|
522
|
-
"description": ""
|
|
523
|
-
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
524
|
-
"isSource": true
|
|
541
|
+
"description": ""
|
|
525
542
|
},
|
|
526
|
-
"
|
|
527
|
-
"
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
"
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
]
|
|
543
|
+
"name": "BreakpointNextOneSmMax",
|
|
544
|
+
"attributes": {
|
|
545
|
+
"category": "breakpointNextOne",
|
|
546
|
+
"type": "sm",
|
|
547
|
+
"item": "max"
|
|
548
|
+
},
|
|
549
|
+
"path": [
|
|
550
|
+
"breakpointNextOne",
|
|
551
|
+
"sm",
|
|
552
|
+
"max"
|
|
553
|
+
]
|
|
554
|
+
}
|
|
539
555
|
},
|
|
540
556
|
"md": {
|
|
541
557
|
"min": {
|
|
@@ -543,62 +559,70 @@ module.exports = {
|
|
|
543
559
|
"value": "1024px",
|
|
544
560
|
"description": "",
|
|
545
561
|
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
546
|
-
"isSource": true
|
|
562
|
+
"isSource": true,
|
|
563
|
+
"original": {
|
|
564
|
+
"comment": "",
|
|
565
|
+
"value": "1024px",
|
|
566
|
+
"description": ""
|
|
567
|
+
},
|
|
568
|
+
"name": "BreakpointNextOneMdMin",
|
|
569
|
+
"attributes": {
|
|
570
|
+
"category": "breakpointNextOne",
|
|
571
|
+
"type": "md",
|
|
572
|
+
"item": "min"
|
|
573
|
+
},
|
|
574
|
+
"path": [
|
|
575
|
+
"breakpointNextOne",
|
|
576
|
+
"md",
|
|
577
|
+
"min"
|
|
578
|
+
]
|
|
547
579
|
},
|
|
548
580
|
"med": {
|
|
549
581
|
"comment": "",
|
|
550
582
|
"value": "1280px",
|
|
551
583
|
"description": "",
|
|
552
584
|
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
553
|
-
"isSource": true
|
|
585
|
+
"isSource": true,
|
|
586
|
+
"original": {
|
|
587
|
+
"comment": "",
|
|
588
|
+
"value": "1280px",
|
|
589
|
+
"description": ""
|
|
590
|
+
},
|
|
591
|
+
"name": "BreakpointNextOneMdMed",
|
|
592
|
+
"attributes": {
|
|
593
|
+
"category": "breakpointNextOne",
|
|
594
|
+
"type": "md",
|
|
595
|
+
"item": "med"
|
|
596
|
+
},
|
|
597
|
+
"path": [
|
|
598
|
+
"breakpointNextOne",
|
|
599
|
+
"md",
|
|
600
|
+
"med"
|
|
601
|
+
]
|
|
554
602
|
},
|
|
555
603
|
"max": {
|
|
556
604
|
"comment": "",
|
|
557
605
|
"value": "1440px",
|
|
558
606
|
"description": "",
|
|
559
607
|
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
560
|
-
"isSource": true
|
|
561
|
-
|
|
562
|
-
"comment": "",
|
|
563
|
-
"value": "1024px",
|
|
564
|
-
"description": "",
|
|
565
|
-
"filePath": "src/tokens/breakpoint-next-2.json",
|
|
566
|
-
"isSource": true,
|
|
567
|
-
"original": {
|
|
568
|
-
"min": {
|
|
569
|
-
"comment": "",
|
|
570
|
-
"value": "1024px",
|
|
571
|
-
"description": "",
|
|
572
|
-
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
573
|
-
"isSource": true
|
|
574
|
-
},
|
|
575
|
-
"med": {
|
|
576
|
-
"comment": "",
|
|
577
|
-
"value": "1280px",
|
|
578
|
-
"description": "",
|
|
579
|
-
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
580
|
-
"isSource": true
|
|
581
|
-
},
|
|
582
|
-
"max": {
|
|
608
|
+
"isSource": true,
|
|
609
|
+
"original": {
|
|
583
610
|
"comment": "",
|
|
584
611
|
"value": "1440px",
|
|
585
|
-
"description": ""
|
|
586
|
-
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
587
|
-
"isSource": true
|
|
612
|
+
"description": ""
|
|
588
613
|
},
|
|
589
|
-
"
|
|
590
|
-
"
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
"
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
]
|
|
614
|
+
"name": "BreakpointNextOneMdMax",
|
|
615
|
+
"attributes": {
|
|
616
|
+
"category": "breakpointNextOne",
|
|
617
|
+
"type": "md",
|
|
618
|
+
"item": "max"
|
|
619
|
+
},
|
|
620
|
+
"path": [
|
|
621
|
+
"breakpointNextOne",
|
|
622
|
+
"md",
|
|
623
|
+
"max"
|
|
624
|
+
]
|
|
625
|
+
}
|
|
602
626
|
},
|
|
603
627
|
"lg": {
|
|
604
628
|
"min": {
|
|
@@ -606,49 +630,50 @@ module.exports = {
|
|
|
606
630
|
"value": "1680px",
|
|
607
631
|
"description": "",
|
|
608
632
|
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
609
|
-
"isSource": true
|
|
633
|
+
"isSource": true,
|
|
634
|
+
"original": {
|
|
635
|
+
"comment": "",
|
|
636
|
+
"value": "1680px",
|
|
637
|
+
"description": ""
|
|
638
|
+
},
|
|
639
|
+
"name": "BreakpointNextOneLgMin",
|
|
640
|
+
"attributes": {
|
|
641
|
+
"category": "breakpointNextOne",
|
|
642
|
+
"type": "lg",
|
|
643
|
+
"item": "min"
|
|
644
|
+
},
|
|
645
|
+
"path": [
|
|
646
|
+
"breakpointNextOne",
|
|
647
|
+
"lg",
|
|
648
|
+
"min"
|
|
649
|
+
]
|
|
610
650
|
},
|
|
611
651
|
"max": {
|
|
612
652
|
"comment": "",
|
|
613
653
|
"value": "1920px",
|
|
614
654
|
"description": "",
|
|
615
655
|
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
616
|
-
"isSource": true
|
|
617
|
-
|
|
618
|
-
"comment": "",
|
|
619
|
-
"value": "1280px",
|
|
620
|
-
"description": "",
|
|
621
|
-
"filePath": "src/tokens/breakpoint-next-2.json",
|
|
622
|
-
"isSource": true,
|
|
623
|
-
"original": {
|
|
624
|
-
"min": {
|
|
625
|
-
"comment": "",
|
|
626
|
-
"value": "1680px",
|
|
627
|
-
"description": "",
|
|
628
|
-
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
629
|
-
"isSource": true
|
|
630
|
-
},
|
|
631
|
-
"max": {
|
|
656
|
+
"isSource": true,
|
|
657
|
+
"original": {
|
|
632
658
|
"comment": "",
|
|
633
659
|
"value": "1920px",
|
|
634
|
-
"description": ""
|
|
635
|
-
"filePath": "src/tokens/breakpoint-next-1.json",
|
|
636
|
-
"isSource": true
|
|
660
|
+
"description": ""
|
|
637
661
|
},
|
|
638
|
-
"
|
|
639
|
-
"
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
"
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
662
|
+
"name": "BreakpointNextOneLgMax",
|
|
663
|
+
"attributes": {
|
|
664
|
+
"category": "breakpointNextOne",
|
|
665
|
+
"type": "lg",
|
|
666
|
+
"item": "max"
|
|
667
|
+
},
|
|
668
|
+
"path": [
|
|
669
|
+
"breakpointNextOne",
|
|
670
|
+
"lg",
|
|
671
|
+
"max"
|
|
672
|
+
]
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
"breakpointNextTwo": {
|
|
652
677
|
"5xs": {
|
|
653
678
|
"comment": "",
|
|
654
679
|
"value": "320px",
|
|
@@ -660,13 +685,13 @@ module.exports = {
|
|
|
660
685
|
"value": "320px",
|
|
661
686
|
"description": ""
|
|
662
687
|
},
|
|
663
|
-
"name": "
|
|
688
|
+
"name": "BreakpointNextTwo5xs",
|
|
664
689
|
"attributes": {
|
|
665
|
-
"category": "
|
|
690
|
+
"category": "breakpointNextTwo",
|
|
666
691
|
"type": "5xs"
|
|
667
692
|
},
|
|
668
693
|
"path": [
|
|
669
|
-
"
|
|
694
|
+
"breakpointNextTwo",
|
|
670
695
|
"5xs"
|
|
671
696
|
]
|
|
672
697
|
},
|
|
@@ -681,13 +706,13 @@ module.exports = {
|
|
|
681
706
|
"value": "360px",
|
|
682
707
|
"description": ""
|
|
683
708
|
},
|
|
684
|
-
"name": "
|
|
709
|
+
"name": "BreakpointNextTwo4xs",
|
|
685
710
|
"attributes": {
|
|
686
|
-
"category": "
|
|
711
|
+
"category": "breakpointNextTwo",
|
|
687
712
|
"type": "4xs"
|
|
688
713
|
},
|
|
689
714
|
"path": [
|
|
690
|
-
"
|
|
715
|
+
"breakpointNextTwo",
|
|
691
716
|
"4xs"
|
|
692
717
|
]
|
|
693
718
|
},
|
|
@@ -702,13 +727,13 @@ module.exports = {
|
|
|
702
727
|
"value": "375px",
|
|
703
728
|
"description": ""
|
|
704
729
|
},
|
|
705
|
-
"name": "
|
|
730
|
+
"name": "BreakpointNextTwo3xs",
|
|
706
731
|
"attributes": {
|
|
707
|
-
"category": "
|
|
732
|
+
"category": "breakpointNextTwo",
|
|
708
733
|
"type": "3xs"
|
|
709
734
|
},
|
|
710
735
|
"path": [
|
|
711
|
-
"
|
|
736
|
+
"breakpointNextTwo",
|
|
712
737
|
"3xs"
|
|
713
738
|
]
|
|
714
739
|
},
|
|
@@ -723,16 +748,100 @@ module.exports = {
|
|
|
723
748
|
"value": "512px",
|
|
724
749
|
"description": ""
|
|
725
750
|
},
|
|
726
|
-
"name": "
|
|
751
|
+
"name": "BreakpointNextTwo2xs",
|
|
727
752
|
"attributes": {
|
|
728
|
-
"category": "
|
|
753
|
+
"category": "breakpointNextTwo",
|
|
729
754
|
"type": "2xs"
|
|
730
755
|
},
|
|
731
756
|
"path": [
|
|
732
|
-
"
|
|
757
|
+
"breakpointNextTwo",
|
|
733
758
|
"2xs"
|
|
734
759
|
]
|
|
735
760
|
},
|
|
761
|
+
"xs": {
|
|
762
|
+
"comment": "",
|
|
763
|
+
"value": "768px",
|
|
764
|
+
"description": "",
|
|
765
|
+
"filePath": "src/tokens/breakpoint-next-2.json",
|
|
766
|
+
"isSource": true,
|
|
767
|
+
"original": {
|
|
768
|
+
"comment": "",
|
|
769
|
+
"value": "768px",
|
|
770
|
+
"description": ""
|
|
771
|
+
},
|
|
772
|
+
"name": "BreakpointNextTwoXs",
|
|
773
|
+
"attributes": {
|
|
774
|
+
"category": "breakpointNextTwo",
|
|
775
|
+
"type": "xs"
|
|
776
|
+
},
|
|
777
|
+
"path": [
|
|
778
|
+
"breakpointNextTwo",
|
|
779
|
+
"xs"
|
|
780
|
+
]
|
|
781
|
+
},
|
|
782
|
+
"sm": {
|
|
783
|
+
"comment": "",
|
|
784
|
+
"value": "864px",
|
|
785
|
+
"description": "",
|
|
786
|
+
"filePath": "src/tokens/breakpoint-next-2.json",
|
|
787
|
+
"isSource": true,
|
|
788
|
+
"original": {
|
|
789
|
+
"comment": "",
|
|
790
|
+
"value": "864px",
|
|
791
|
+
"description": ""
|
|
792
|
+
},
|
|
793
|
+
"name": "BreakpointNextTwoSm",
|
|
794
|
+
"attributes": {
|
|
795
|
+
"category": "breakpointNextTwo",
|
|
796
|
+
"type": "sm"
|
|
797
|
+
},
|
|
798
|
+
"path": [
|
|
799
|
+
"breakpointNextTwo",
|
|
800
|
+
"sm"
|
|
801
|
+
]
|
|
802
|
+
},
|
|
803
|
+
"md": {
|
|
804
|
+
"comment": "",
|
|
805
|
+
"value": "1024px",
|
|
806
|
+
"description": "",
|
|
807
|
+
"filePath": "src/tokens/breakpoint-next-2.json",
|
|
808
|
+
"isSource": true,
|
|
809
|
+
"original": {
|
|
810
|
+
"comment": "",
|
|
811
|
+
"value": "1024px",
|
|
812
|
+
"description": ""
|
|
813
|
+
},
|
|
814
|
+
"name": "BreakpointNextTwoMd",
|
|
815
|
+
"attributes": {
|
|
816
|
+
"category": "breakpointNextTwo",
|
|
817
|
+
"type": "md"
|
|
818
|
+
},
|
|
819
|
+
"path": [
|
|
820
|
+
"breakpointNextTwo",
|
|
821
|
+
"md"
|
|
822
|
+
]
|
|
823
|
+
},
|
|
824
|
+
"lg": {
|
|
825
|
+
"comment": "",
|
|
826
|
+
"value": "1280px",
|
|
827
|
+
"description": "",
|
|
828
|
+
"filePath": "src/tokens/breakpoint-next-2.json",
|
|
829
|
+
"isSource": true,
|
|
830
|
+
"original": {
|
|
831
|
+
"comment": "",
|
|
832
|
+
"value": "1280px",
|
|
833
|
+
"description": ""
|
|
834
|
+
},
|
|
835
|
+
"name": "BreakpointNextTwoLg",
|
|
836
|
+
"attributes": {
|
|
837
|
+
"category": "breakpointNextTwo",
|
|
838
|
+
"type": "lg"
|
|
839
|
+
},
|
|
840
|
+
"path": [
|
|
841
|
+
"breakpointNextTwo",
|
|
842
|
+
"lg"
|
|
843
|
+
]
|
|
844
|
+
},
|
|
736
845
|
"xl": {
|
|
737
846
|
"comment": "",
|
|
738
847
|
"value": "1440px",
|
|
@@ -744,13 +853,13 @@ module.exports = {
|
|
|
744
853
|
"value": "1440px",
|
|
745
854
|
"description": ""
|
|
746
855
|
},
|
|
747
|
-
"name": "
|
|
856
|
+
"name": "BreakpointNextTwoXl",
|
|
748
857
|
"attributes": {
|
|
749
|
-
"category": "
|
|
858
|
+
"category": "breakpointNextTwo",
|
|
750
859
|
"type": "xl"
|
|
751
860
|
},
|
|
752
861
|
"path": [
|
|
753
|
-
"
|
|
862
|
+
"breakpointNextTwo",
|
|
754
863
|
"xl"
|
|
755
864
|
]
|
|
756
865
|
},
|
|
@@ -765,13 +874,13 @@ module.exports = {
|
|
|
765
874
|
"value": "1680px",
|
|
766
875
|
"description": ""
|
|
767
876
|
},
|
|
768
|
-
"name": "
|
|
877
|
+
"name": "BreakpointNextTwo2xl",
|
|
769
878
|
"attributes": {
|
|
770
|
-
"category": "
|
|
879
|
+
"category": "breakpointNextTwo",
|
|
771
880
|
"type": "2xl"
|
|
772
881
|
},
|
|
773
882
|
"path": [
|
|
774
|
-
"
|
|
883
|
+
"breakpointNextTwo",
|
|
775
884
|
"2xl"
|
|
776
885
|
]
|
|
777
886
|
},
|
|
@@ -786,13 +895,13 @@ module.exports = {
|
|
|
786
895
|
"value": "1920px",
|
|
787
896
|
"description": ""
|
|
788
897
|
},
|
|
789
|
-
"name": "
|
|
898
|
+
"name": "BreakpointNextTwo3xl",
|
|
790
899
|
"attributes": {
|
|
791
|
-
"category": "
|
|
900
|
+
"category": "breakpointNextTwo",
|
|
792
901
|
"type": "3xl"
|
|
793
902
|
},
|
|
794
903
|
"path": [
|
|
795
|
-
"
|
|
904
|
+
"breakpointNextTwo",
|
|
796
905
|
"3xl"
|
|
797
906
|
]
|
|
798
907
|
}
|
package/lib/tokens/js/tokens.js
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Do not edit directly
|
|
24
|
-
* Generated on
|
|
24
|
+
* Generated on Fri, 09 May 2025 07:25:40 GMT
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
export const tokens = {
|
|
@@ -60,15 +60,36 @@ export const tokens = {
|
|
|
60
60
|
"5xl": "20px",
|
|
61
61
|
"full": "9999px"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
64
|
-
"xs":
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
63
|
+
"breakpointNextOne": {
|
|
64
|
+
"xs": {
|
|
65
|
+
"min": "320px",
|
|
66
|
+
"med": "360px",
|
|
67
|
+
"max": "375px"
|
|
68
|
+
},
|
|
69
|
+
"sm": {
|
|
70
|
+
"min": "512px",
|
|
71
|
+
"med": "768px",
|
|
72
|
+
"max": "864px"
|
|
73
|
+
},
|
|
74
|
+
"md": {
|
|
75
|
+
"min": "1024px",
|
|
76
|
+
"med": "1280px",
|
|
77
|
+
"max": "1440px"
|
|
78
|
+
},
|
|
79
|
+
"lg": {
|
|
80
|
+
"min": "1680px",
|
|
81
|
+
"max": "1920px"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"breakpointNextTwo": {
|
|
68
85
|
"5xs": "320px",
|
|
69
86
|
"4xs": "360px",
|
|
70
87
|
"3xs": "375px",
|
|
71
88
|
"2xs": "512px",
|
|
89
|
+
"xs": "768px",
|
|
90
|
+
"sm": "864px",
|
|
91
|
+
"md": "1024px",
|
|
92
|
+
"lg": "1280px",
|
|
72
93
|
"xl": "1440px",
|
|
73
94
|
"2xl": "1680px",
|
|
74
95
|
"3xl": "1920px"
|