@pine-ds/doc-components 1.0.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -991,7 +991,7 @@ const ws = [
991
991
  n(),
992
992
  i()
993
993
  ] }) });
994
- }, h_ = Cb;
994
+ }, b_ = Cb;
995
995
  function Ob(e, t) {
996
996
  if (e == null)
997
997
  return {};
@@ -23387,7 +23387,261 @@ const n_ = Qg, i_ = (e) => (e = e.replace(/[A-Z]/g, " $&"), e[0].toUpperCase() +
23387
23387
  ]
23388
23388
  }
23389
23389
  );
23390
- }, E_ = o_, s_ = {
23390
+ }, m_ = o_, s_ = {
23391
+ white: {
23392
+ value: "#FFF",
23393
+ type: "color"
23394
+ },
23395
+ black: {
23396
+ value: "#000",
23397
+ type: "color"
23398
+ },
23399
+ grey: {
23400
+ 100: {
23401
+ value: "#F9FAFA",
23402
+ type: "color"
23403
+ },
23404
+ 200: {
23405
+ value: "#F6F8F8",
23406
+ type: "color"
23407
+ },
23408
+ 300: {
23409
+ value: "#ECEEEF",
23410
+ type: "color"
23411
+ },
23412
+ 400: {
23413
+ value: "#D3D5D9",
23414
+ type: "color"
23415
+ },
23416
+ 500: {
23417
+ value: "#B5BAC0",
23418
+ type: "color"
23419
+ }
23420
+ },
23421
+ charcoal: {
23422
+ 100: {
23423
+ value: "#8D939A",
23424
+ type: "color"
23425
+ },
23426
+ 200: {
23427
+ value: "#60666C",
23428
+ type: "color"
23429
+ },
23430
+ 300: {
23431
+ value: "#43474B",
23432
+ type: "color"
23433
+ },
23434
+ 400: {
23435
+ value: "#202327",
23436
+ type: "color"
23437
+ },
23438
+ 500: {
23439
+ value: "#040506",
23440
+ type: "color"
23441
+ }
23442
+ },
23443
+ blue: {
23444
+ 100: {
23445
+ value: "#E6F4FE",
23446
+ type: "color"
23447
+ },
23448
+ 200: {
23449
+ value: "#8ECAFB",
23450
+ type: "color"
23451
+ },
23452
+ 300: {
23453
+ value: "#0072EF",
23454
+ type: "color"
23455
+ },
23456
+ 400: {
23457
+ value: "#054FB8",
23458
+ type: "color"
23459
+ },
23460
+ 500: {
23461
+ value: "#07265F",
23462
+ type: "color"
23463
+ }
23464
+ },
23465
+ green: {
23466
+ 100: {
23467
+ value: "#DDF8F0",
23468
+ type: "color"
23469
+ },
23470
+ 200: {
23471
+ value: "#86D5BC",
23472
+ type: "color"
23473
+ },
23474
+ 300: {
23475
+ value: "#23856D",
23476
+ type: "color"
23477
+ },
23478
+ 400: {
23479
+ value: "#225D53",
23480
+ type: "color"
23481
+ },
23482
+ 500: {
23483
+ value: "#183E3B",
23484
+ type: "color"
23485
+ }
23486
+ },
23487
+ red: {
23488
+ 100: {
23489
+ value: "#FFF0F0",
23490
+ type: "color"
23491
+ },
23492
+ 200: {
23493
+ value: "#FDB0AA",
23494
+ type: "color"
23495
+ },
23496
+ 300: {
23497
+ value: "#CF3C32",
23498
+ type: "color"
23499
+ },
23500
+ 400: {
23501
+ value: "#99221E",
23502
+ type: "color"
23503
+ },
23504
+ 500: {
23505
+ value: "#5E0D0D",
23506
+ type: "color"
23507
+ }
23508
+ },
23509
+ yellow: {
23510
+ 100: {
23511
+ value: "#FEF8E1",
23512
+ type: "color"
23513
+ },
23514
+ 200: {
23515
+ value: "#FAD980",
23516
+ type: "color"
23517
+ },
23518
+ 300: {
23519
+ value: "#FFC505",
23520
+ type: "color"
23521
+ },
23522
+ 400: {
23523
+ value: "#C56A02",
23524
+ type: "color"
23525
+ },
23526
+ 500: {
23527
+ value: "#8C3B08",
23528
+ type: "color"
23529
+ }
23530
+ },
23531
+ orange: {
23532
+ 100: {
23533
+ value: "#FEF1E1",
23534
+ type: "color"
23535
+ },
23536
+ 200: {
23537
+ value: "#FFB36B",
23538
+ type: "color"
23539
+ },
23540
+ 300: {
23541
+ value: "#FB7E09",
23542
+ type: "color"
23543
+ },
23544
+ 400: {
23545
+ value: "#B3501E",
23546
+ type: "color"
23547
+ },
23548
+ 500: {
23549
+ value: "#5A260C",
23550
+ type: "color"
23551
+ }
23552
+ },
23553
+ purple: {
23554
+ 100: {
23555
+ value: "#EEE4F6",
23556
+ type: "color"
23557
+ },
23558
+ 200: {
23559
+ value: "#D9C2EF",
23560
+ type: "color"
23561
+ },
23562
+ 300: {
23563
+ value: "#8E5AD8",
23564
+ type: "color"
23565
+ },
23566
+ 400: {
23567
+ value: "#50348A",
23568
+ type: "color"
23569
+ },
23570
+ 500: {
23571
+ value: "#381C5E",
23572
+ type: "color"
23573
+ }
23574
+ }
23575
+ }, l_ = {
23576
+ 0: {
23577
+ value: "0",
23578
+ type: "spacing"
23579
+ },
23580
+ 100: {
23581
+ value: "8px",
23582
+ type: "spacing"
23583
+ },
23584
+ 150: {
23585
+ value: "12px",
23586
+ type: "spacing"
23587
+ },
23588
+ 200: {
23589
+ value: "16px",
23590
+ type: "spacing"
23591
+ },
23592
+ 250: {
23593
+ value: "20px",
23594
+ type: "spacing"
23595
+ },
23596
+ 300: {
23597
+ value: "24px",
23598
+ type: "spacing"
23599
+ },
23600
+ 350: {
23601
+ value: "28px",
23602
+ type: "spacing"
23603
+ },
23604
+ 400: {
23605
+ value: "32px",
23606
+ type: "spacing"
23607
+ },
23608
+ 450: {
23609
+ value: "36px",
23610
+ type: "spacing"
23611
+ },
23612
+ 500: {
23613
+ value: "40px",
23614
+ type: "spacing"
23615
+ },
23616
+ 550: {
23617
+ value: "44px",
23618
+ type: "spacing"
23619
+ },
23620
+ 600: {
23621
+ value: "48px",
23622
+ type: "spacing"
23623
+ },
23624
+ 650: {
23625
+ value: "52px",
23626
+ type: "spacing"
23627
+ },
23628
+ 700: {
23629
+ value: "56px",
23630
+ type: "spacing"
23631
+ },
23632
+ 750: {
23633
+ value: "60px",
23634
+ type: "spacing"
23635
+ },
23636
+ 800: {
23637
+ value: "64px",
23638
+ type: "spacing"
23639
+ },
23640
+ "050": {
23641
+ value: "4px",
23642
+ type: "spacing"
23643
+ }
23644
+ }, u_ = {
23391
23645
  "border-radius": {
23392
23646
  0: {
23393
23647
  value: "0",
@@ -23532,192 +23786,7 @@ const n_ = Qg, i_ = (e) => (e = e.replace(/[A-Z]/g, " $&"), e[0].toUpperCase() +
23532
23786
  type: "boxShadow"
23533
23787
  }
23534
23788
  },
23535
- color: {
23536
- white: {
23537
- value: "#FFF",
23538
- type: "color"
23539
- },
23540
- black: {
23541
- value: "#000",
23542
- type: "color"
23543
- },
23544
- grey: {
23545
- 100: {
23546
- value: "#F9FAFA",
23547
- type: "color"
23548
- },
23549
- 200: {
23550
- value: "#F6F8F8",
23551
- type: "color"
23552
- },
23553
- 300: {
23554
- value: "#ECEEEF",
23555
- type: "color"
23556
- },
23557
- 400: {
23558
- value: "#D3D5D9",
23559
- type: "color"
23560
- },
23561
- 500: {
23562
- value: "#B5BAC0",
23563
- type: "color"
23564
- }
23565
- },
23566
- charcoal: {
23567
- 100: {
23568
- value: "#8D939A",
23569
- type: "color"
23570
- },
23571
- 200: {
23572
- value: "#60666C",
23573
- type: "color"
23574
- },
23575
- 300: {
23576
- value: "#43474B",
23577
- type: "color"
23578
- },
23579
- 400: {
23580
- value: "#202327",
23581
- type: "color"
23582
- },
23583
- 500: {
23584
- value: "#040506",
23585
- type: "color"
23586
- }
23587
- },
23588
- blue: {
23589
- 100: {
23590
- value: "#E6F4FE",
23591
- type: "color"
23592
- },
23593
- 200: {
23594
- value: "#8ECAFB",
23595
- type: "color"
23596
- },
23597
- 300: {
23598
- value: "#0072EF",
23599
- type: "color"
23600
- },
23601
- 400: {
23602
- value: "#054FB8",
23603
- type: "color"
23604
- },
23605
- 500: {
23606
- value: "#07265F",
23607
- type: "color"
23608
- }
23609
- },
23610
- green: {
23611
- 100: {
23612
- value: "#DDF8F0",
23613
- type: "color"
23614
- },
23615
- 200: {
23616
- value: "#86D5BC",
23617
- type: "color"
23618
- },
23619
- 300: {
23620
- value: "#23856D",
23621
- type: "color"
23622
- },
23623
- 400: {
23624
- value: "#225D53",
23625
- type: "color"
23626
- },
23627
- 500: {
23628
- value: "#183E3B",
23629
- type: "color"
23630
- }
23631
- },
23632
- red: {
23633
- 100: {
23634
- value: "#FFF0F0",
23635
- type: "color"
23636
- },
23637
- 200: {
23638
- value: "#FDB0AA",
23639
- type: "color"
23640
- },
23641
- 300: {
23642
- value: "#CF3C32",
23643
- type: "color"
23644
- },
23645
- 400: {
23646
- value: "#99221E",
23647
- type: "color"
23648
- },
23649
- 500: {
23650
- value: "#5E0D0D",
23651
- type: "color"
23652
- }
23653
- },
23654
- yellow: {
23655
- 100: {
23656
- value: "#FEF8E1",
23657
- type: "color"
23658
- },
23659
- 200: {
23660
- value: "#FAD980",
23661
- type: "color"
23662
- },
23663
- 300: {
23664
- value: "#FFC505",
23665
- type: "color"
23666
- },
23667
- 400: {
23668
- value: "#C56A02",
23669
- type: "color"
23670
- },
23671
- 500: {
23672
- value: "#8C3B08",
23673
- type: "color"
23674
- }
23675
- },
23676
- orange: {
23677
- 100: {
23678
- value: "#FEF1E1",
23679
- type: "color"
23680
- },
23681
- 200: {
23682
- value: "#FFB36B",
23683
- type: "color"
23684
- },
23685
- 300: {
23686
- value: "#FB7E09",
23687
- type: "color"
23688
- },
23689
- 400: {
23690
- value: "#B3501E",
23691
- type: "color"
23692
- },
23693
- 500: {
23694
- value: "#5A260C",
23695
- type: "color"
23696
- }
23697
- },
23698
- purple: {
23699
- 100: {
23700
- value: "#EEE4F6",
23701
- type: "color"
23702
- },
23703
- 200: {
23704
- value: "#D9C2EF",
23705
- type: "color"
23706
- },
23707
- 300: {
23708
- value: "#8E5AD8",
23709
- type: "color"
23710
- },
23711
- 400: {
23712
- value: "#50348A",
23713
- type: "color"
23714
- },
23715
- 500: {
23716
- value: "#381C5E",
23717
- type: "color"
23718
- }
23719
- }
23720
- },
23789
+ color: s_,
23721
23790
  "font-family": {
23722
23791
  circular: {
23723
23792
  value: '"Circular", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif',
@@ -23896,502 +23965,16 @@ const n_ = Qg, i_ = (e) => (e = e.replace(/[A-Z]/g, " $&"), e[0].toUpperCase() +
23896
23965
  type: "lineHeights"
23897
23966
  }
23898
23967
  },
23899
- spacing: {
23900
- 0: {
23901
- value: "0",
23902
- type: "spacing"
23903
- },
23904
- 100: {
23905
- value: "8px",
23906
- type: "spacing"
23907
- },
23908
- 150: {
23909
- value: "12px",
23910
- type: "spacing"
23911
- },
23912
- 200: {
23913
- value: "16px",
23914
- type: "spacing"
23915
- },
23916
- 250: {
23917
- value: "20px",
23918
- type: "spacing"
23919
- },
23920
- 300: {
23921
- value: "24px",
23922
- type: "spacing"
23923
- },
23924
- 350: {
23925
- value: "28px",
23926
- type: "spacing"
23927
- },
23928
- 400: {
23929
- value: "32px",
23930
- type: "spacing"
23931
- },
23932
- 450: {
23933
- value: "36px",
23934
- type: "spacing"
23935
- },
23936
- 500: {
23937
- value: "40px",
23938
- type: "spacing"
23939
- },
23940
- 550: {
23941
- value: "44px",
23942
- type: "spacing"
23943
- },
23944
- 600: {
23945
- value: "48px",
23946
- type: "spacing"
23947
- },
23948
- 650: {
23949
- value: "52px",
23950
- type: "spacing"
23951
- },
23952
- 700: {
23953
- value: "56px",
23954
- type: "spacing"
23955
- },
23956
- 750: {
23957
- value: "60px",
23958
- type: "spacing"
23959
- },
23960
- 800: {
23961
- value: "64px",
23962
- type: "spacing"
23963
- },
23964
- "050": {
23965
- value: "4px",
23966
- type: "spacing"
23967
- }
23968
- }
23969
- }, l_ = {
23970
- border: {
23971
- default: {
23972
- value: {
23973
- width: "{border-width.thin}",
23974
- style: "solid",
23975
- color: "{color.grey.300}"
23976
- },
23977
- type: "border"
23978
- },
23979
- interactive: {
23980
- default: {
23981
- value: {
23982
- color: "{color.grey.400}",
23983
- width: "{border-width.thin}",
23984
- style: "solid"
23985
- },
23986
- type: "border"
23987
- },
23988
- hover: {
23989
- value: {
23990
- width: "{border-width.thin}",
23991
- color: "{color.grey.500}",
23992
- style: "solid"
23993
- },
23994
- type: "border"
23995
- },
23996
- error: {
23997
- value: {
23998
- color: "{color.red.300}",
23999
- width: "{border-width.thin}",
24000
- style: "solid"
24001
- },
24002
- type: "border"
24003
- }
24004
- },
24005
- focus: {
24006
- default: {
24007
- value: {
24008
- color: "{color.blue.200}",
24009
- width: "{border-width.thick}",
24010
- style: "solid"
24011
- },
24012
- type: "border"
24013
- },
24014
- destructive: {
24015
- value: {
24016
- color: "{color.red.200}",
24017
- width: "{border-width.thick}",
24018
- style: "solid"
24019
- },
24020
- type: "border"
24021
- },
24022
- error: {
24023
- value: {
24024
- color: "{color.red.200}",
24025
- width: "{border-width.thick}",
24026
- style: "solid"
24027
- },
24028
- type: "border"
24029
- }
24030
- }
24031
- },
24032
- "border-radius": {
24033
- default: {
24034
- value: "{border-radius.100}",
24035
- type: "borderRadius"
24036
- },
24037
- circle: {
24038
- value: "{border-radius.round}",
24039
- type: "borderRadius"
24040
- }
24041
- },
24042
- color: {
24043
- background: {
24044
- action: {
24045
- primary: {
24046
- default: {
24047
- value: "{color.charcoal.400}",
24048
- type: "color"
24049
- },
24050
- disabled: {
24051
- value: "{color.grey.300}",
24052
- type: "color"
24053
- },
24054
- hover: {
24055
- value: "{color.charcoal.500}",
24056
- type: "color"
24057
- }
24058
- },
24059
- secondary: {
24060
- default: {
24061
- value: "{color.white}",
24062
- type: "color"
24063
- }
24064
- },
24065
- accent: {
24066
- default: {
24067
- value: "{color.blue.300}",
24068
- type: "color"
24069
- },
24070
- disabled: {
24071
- value: "{color.blue.100}",
24072
- type: "color"
24073
- },
24074
- hover: {
24075
- value: "{color.blue.400}",
24076
- type: "color"
24077
- }
24078
- },
24079
- destructive: {
24080
- default: {
24081
- value: "{color.red.300}",
24082
- type: "color"
24083
- },
24084
- disabled: {
24085
- value: "{color.red.100}",
24086
- type: "color"
24087
- },
24088
- hover: {
24089
- value: "{color.red.400}",
24090
- type: "color"
24091
- }
24092
- }
24093
- },
24094
- container: {
24095
- default: {
24096
- value: "{color.white}",
24097
- type: "color"
24098
- }
24099
- },
24100
- form: {
24101
- default: {
24102
- value: "{color.white}",
24103
- type: "color"
24104
- }
24105
- },
24106
- sentiment: {
24107
- neutral: {
24108
- value: "{color.charcoal.400}",
24109
- type: "color"
24110
- },
24111
- positive: {
24112
- value: "{color.green.300}",
24113
- type: "color"
24114
- },
24115
- negative: {
24116
- value: "{color.red.300}",
24117
- type: "color"
24118
- },
24119
- attentive: {
24120
- value: "{color.yellow.300}",
24121
- type: "color"
24122
- },
24123
- informative: {
24124
- value: "{color.blue.300}",
24125
- type: "color"
24126
- }
24127
- }
24128
- },
24129
- text: {
24130
- action: {
24131
- primary: {
24132
- default: {
24133
- value: "{color.white}",
24134
- type: "color"
24135
- },
24136
- disabled: {
24137
- value: "{color.charcoal.100}",
24138
- type: "color"
24139
- }
24140
- },
24141
- accent: {
24142
- default: {
24143
- value: "{color.white}",
24144
- type: "color"
24145
- },
24146
- disabled: {
24147
- value: "{color.blue.200}",
24148
- type: "color"
24149
- }
24150
- },
24151
- destructive: {
24152
- default: {
24153
- value: "{color.white}",
24154
- type: "color"
24155
- },
24156
- disabled: {
24157
- value: "{color.red.200}",
24158
- type: "color"
24159
- }
24160
- }
24161
- },
24162
- body: {
24163
- default: {
24164
- value: "{color.charcoal.400}",
24165
- type: "color"
24166
- }
24167
- },
24168
- form: {
24169
- default: {
24170
- value: "{color.charcoal.400}",
24171
- type: "color"
24172
- },
24173
- disabled: {
24174
- value: "{color.charcoal.200}",
24175
- type: "color"
24176
- },
24177
- error: {
24178
- value: "{color.red.300}",
24179
- type: "color"
24180
- },
24181
- placeholder: {
24182
- value: "{color.charcoal.200}",
24183
- type: "color"
24184
- }
24185
- },
24186
- heading: {
24187
- default: {
24188
- value: "{color.charcoal.500}",
24189
- type: "color"
24190
- }
24191
- },
24192
- icon: {
24193
- default: {
24194
- value: "{color.charcoal.400}",
24195
- type: "color"
24196
- }
24197
- },
24198
- link: {
24199
- default: {
24200
- value: "{color.blue.300}",
24201
- type: "color"
24202
- },
24203
- hover: {
24204
- value: "{color.blue.400}",
24205
- type: "color"
24206
- }
24207
- }
24208
- }
24209
- },
24210
- "heading-1": {
24211
- value: {
24212
- fontWeight: "{font-weight.bold}",
24213
- fontSize: "{font-size.250}",
24214
- lineHeight: "{line-height.275}",
24215
- letterSpacing: "{letter-spacing.md}",
24216
- fontFamily: "{font-family.circular}"
24217
- },
24218
- type: "typography"
24219
- },
24220
- "heading-2": {
24221
- value: {
24222
- fontWeight: "{font-weight.bold}",
24223
- fontSize: "{font-size.200}",
24224
- lineHeight: "{line-height.125}",
24225
- letterSpacing: "{letter-spacing.sm}",
24226
- fontFamily: "{font-family.circular}"
24227
- },
24228
- type: "typography"
24229
- },
24230
- "heading-3": {
24231
- value: {
24232
- fontSize: "{font-size.175}",
24233
- fontWeight: "{font-weight.bold}",
24234
- lineHeight: "{line-height.100}",
24235
- letterSpacing: "{letter-spacing.xs}",
24236
- fontFamily: "{font-family.circular}"
24237
- },
24238
- type: "typography"
24239
- },
24240
- "heading-4": {
24241
- value: {
24242
- fontWeight: "{font-weight.semi-bold}",
24243
- fontSize: "{font-size.150}",
24244
- lineHeight: "{line-height.125}",
24245
- letterSpacing: "{letter-spacing.xs}",
24246
- fontFamily: "{font-family.circular}"
24247
- },
24248
- type: "typography"
24249
- },
24250
- "heading-5": {
24251
- value: {
24252
- fontWeight: "{font-weight.semi-bold}",
24253
- fontSize: "{font-size.112}",
24254
- lineHeight: "{line-height.225}",
24255
- fontFamily: "{font-family.circular}"
24256
- },
24257
- type: "typography"
24258
- },
24259
- "heading-6": {
24260
- value: {
24261
- fontWeight: "{font-weight.semi-bold}",
24262
- fontSize: "{font-size.100}",
24263
- lineHeight: "{line-height.175}",
24264
- fontFamily: "{font-family.circular}"
24265
- },
24266
- type: "typography"
24267
- },
24268
- body: {
24269
- value: {
24270
- fontWeight: "{font-weight.normal}",
24271
- fontSize: "{font-size.100}",
24272
- lineHeight: "{line-height.150}",
24273
- fontFamily: "{font-family.circular}"
24274
- },
24275
- type: "typography"
24276
- },
24277
- "body-med": {
24278
- value: {
24279
- fontSize: "{font-size.100}",
24280
- lineHeight: "{line-height.150}",
24281
- fontWeight: "{font-weight.medium}",
24282
- fontFamily: "{font-family.circular}"
24283
- },
24284
- type: "typography"
24285
- },
24286
- "body-semi": {
24287
- value: {
24288
- fontSize: "{font-size.100}",
24289
- lineHeight: "{line-height.150}",
24290
- fontWeight: "{font-weight.semi-bold}",
24291
- fontFamily: "{font-family.circular}"
24292
- },
24293
- type: "typography"
24294
- },
24295
- "body-bold": {
24296
- value: {
24297
- fontSize: "{font-size.100}",
24298
- lineHeight: "{line-height.150}",
24299
- fontWeight: "{font-weight.bold}",
24300
- fontFamily: "{font-family.circular}"
24301
- },
24302
- type: "typography"
24303
- },
24304
- "body-sm": {
24305
- value: {
24306
- fontWeight: "{font-weight.normal}",
24307
- fontSize: "{font-size.087}",
24308
- lineHeight: "{line-height.150}",
24309
- fontFamily: "{font-family.circular}"
24310
- },
24311
- type: "typography"
24312
- },
24313
- "body-sm-med": {
24314
- value: {
24315
- fontWeight: "{font-weight.medium}",
24316
- fontSize: "{font-size.087}",
24317
- lineHeight: "{line-height.150}",
24318
- fontFamily: "{font-family.circular}"
24319
- },
24320
- type: "typography"
24321
- },
24322
- "body-sm-semi": {
24323
- value: {
24324
- fontWeight: "{font-weight.semi-bold}",
24325
- fontSize: "{font-size.087}",
24326
- lineHeight: "{line-height.150}",
24327
- fontFamily: "{font-family.circular}"
24328
- },
24329
- type: "typography"
24330
- },
24331
- "body-sm-bold": {
24332
- value: {
24333
- fontWeight: "{font-weight.bold}",
24334
- fontSize: "{font-size.087}",
24335
- lineHeight: "{line-height.150}",
24336
- fontFamily: "{font-family.circular}"
24337
- },
24338
- type: "typography"
24339
- },
24340
- "body-xs": {
24341
- value: {
24342
- fontWeight: "{font-weight.normal}",
24343
- fontSize: "{font-size.075}",
24344
- lineHeight: "{line-height.100}",
24345
- fontFamily: "{font-family.circular}"
24346
- },
24347
- type: "typography"
24348
- },
24349
- "body-xs-med": {
24350
- value: {
24351
- fontWeight: "{font-weight.medium}",
24352
- fontSize: "{font-size.075}",
24353
- lineHeight: "{line-height.100}",
24354
- fontFamily: "{font-family.circular}"
24355
- },
24356
- type: "typography"
24357
- },
24358
- "body-xs-semi": {
24359
- value: {
24360
- fontWeight: "{font-weight.semi-bold}",
24361
- fontSize: "{font-size.075}",
24362
- lineHeight: "{line-height.100}",
24363
- fontFamily: "{font-family.circular}"
24364
- },
24365
- type: "typography"
24366
- },
24367
- "body-xs-bold": {
24368
- value: {
24369
- fontWeight: "{font-weight.bold}",
24370
- fontSize: "{font-size.075}",
24371
- lineHeight: "{line-height.100}",
24372
- fontFamily: "{font-family.circular}"
24373
- },
24374
- type: "typography"
24375
- }
24376
- }, u_ = [], c_ = {
24377
- tokenSetOrder: [
24378
- "core",
24379
- "semantic"
24380
- ]
24381
- }, d_ = {
24382
- core: s_,
24383
- semantic: l_,
24384
- $themes: u_,
24385
- $metadata: c_
24386
- }, p_ = {
23968
+ spacing: l_
23969
+ }, c_ = {
24387
23970
  color: { width: "100%", height: "40px", borderRadius: "4px" },
24388
23971
  border: { width: "100%", height: "40px", borderRadius: "4px" },
24389
23972
  "border-radius": { border: "1px solid #d3d5d9", width: "100%", height: "40px" },
24390
23973
  "border-width": { border: "1px solid #d3d5d9", width: "100%", height: "40px" },
24391
23974
  "box-shadow": { width: "100%", height: "40px" }
24392
- }, g_ = (e, t) => {
23975
+ }, d_ = (e, t) => {
24393
23976
  var i;
24394
- const r = {}, a = p_[e];
23977
+ const r = {}, a = c_[e];
24395
23978
  Object.assign(r, a);
24396
23979
  const n = {
24397
23980
  border: (o) => r.border = o,
@@ -24406,8 +23989,8 @@ const n_ = Qg, i_ = (e) => (e = e.replace(/[A-Z]/g, " $&"), e[0].toUpperCase() +
24406
23989
  "line-height": (o) => r.lineHeight = o
24407
23990
  };
24408
23991
  return (i = n[e]) == null || i.call(n, t), r;
24409
- }, f_ = ({ category: e }) => {
24410
- const t = d_.core[e], r = (n) => Object.values(n).filter((s) => s !== "dropShadow").join(" "), a = (n, i) => {
23992
+ }, p_ = ({ category: e }) => {
23993
+ const t = u_[e], r = (n) => Object.values(n).filter((s) => s !== "dropShadow").join(" "), a = (n, i) => {
24411
23994
  const o = Object.entries(n);
24412
23995
  return (["box-shadow", "color"].includes(e) ? o : o.sort(
24413
23996
  ([, c], [, f]) => parseInt(c.value) - parseInt(f.value)
@@ -24418,7 +24001,7 @@ const n_ = Qg, i_ = (e) => (e = e.replace(/[A-Z]/g, " $&"), e[0].toUpperCase() +
24418
24001
  y = f.value, typeof f.value == "object" && ("value" in f.value ? y = f.value.value : f.type === "boxShadow" && (Array.isArray(f.value) ? y = f.value.map(r).join(", ") : y = r(f.value)));
24419
24002
  let l = {}, E = /* @__PURE__ */ O.jsx("div", { style: l, children: "Aa" });
24420
24003
  if (y)
24421
- switch (l = g_(e, y), E = ["letter-spacing", "line-height", "font-weight", "font-family", "font-size"].includes(e) ? /* @__PURE__ */ O.jsx("div", { style: l, children: "Aa" }) : /* @__PURE__ */ O.jsx("div", { style: l }), e) {
24004
+ switch (l = d_(e, y), E = ["letter-spacing", "line-height", "font-weight", "font-family", "font-size"].includes(e) ? /* @__PURE__ */ O.jsx("div", { style: l, children: "Aa" }) : /* @__PURE__ */ O.jsx("div", { style: l }), e) {
24422
24005
  case "spacing":
24423
24006
  E = /* @__PURE__ */ O.jsxs("div", { style: { display: "flex", alignItems: "center", gap: `var(${h})` }, children: [
24424
24007
  /* @__PURE__ */ O.jsx("div", { style: { border: "1px solid #eceeef", width: "60px", height: "30px", borderRadius: "4px" } }, `${Math.floor(Math.random() * 1e5) + 1}`),
@@ -24443,10 +24026,10 @@ const n_ = Qg, i_ = (e) => (e = e.replace(/[A-Z]/g, " $&"), e[0].toUpperCase() +
24443
24026
  ] }) }),
24444
24027
  /* @__PURE__ */ O.jsx("tbody", { children: a(t) })
24445
24028
  ] });
24446
- }, y_ = f_;
24029
+ }, h_ = p_;
24447
24030
  export {
24448
- h_ as DocArgsTable,
24449
- E_ as DocCanvas,
24450
- y_ as DocTokenTable
24031
+ b_ as DocArgsTable,
24032
+ m_ as DocCanvas,
24033
+ h_ as DocTokenTable
24451
24034
  };
24452
24035
  //# sourceMappingURL=index.js.map