@spark-ui/components 12.1.1 → 12.2.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/alert-dialog/index.mjs +1 -1
- package/dist/avatar/index.d.mts +3 -3
- package/dist/avatar/index.d.ts +3 -3
- package/dist/avatar/index.js +13 -13
- package/dist/avatar/index.js.map +1 -1
- package/dist/avatar/index.mjs +15 -15
- package/dist/avatar/index.mjs.map +1 -1
- package/dist/carousel/index.mjs +2 -2
- package/dist/combobox/index.mjs +3 -3
- package/dist/dialog/index.mjs +1 -1
- package/dist/docgen.json +273 -273
- package/dist/drawer/index.mjs +2 -2
- package/dist/dropdown/index.mjs +2 -2
- package/dist/file-upload/index.mjs +3 -3
- package/dist/icon/index.d.mts +2 -2
- package/dist/icon/index.d.ts +2 -2
- package/dist/pagination/index.mjs +3 -3
- package/dist/popover/index.mjs +1 -1
- package/dist/scrolling-list/index.mjs +3 -3
- package/dist/snackbar/index.mjs +3 -3
- package/dist/spinner/index.d.mts +1 -1
- package/dist/spinner/index.d.ts +1 -1
- package/dist/stepper/index.mjs +2 -2
- package/dist/tabs/index.d.mts +3 -3
- package/dist/tabs/index.d.ts +3 -3
- package/dist/tabs/index.mjs +3 -3
- package/dist/toast/index.d.mts +14 -10
- package/dist/toast/index.d.ts +14 -10
- package/dist/toast/index.js +26 -3
- package/dist/toast/index.js.map +1 -1
- package/dist/toast/index.mjs +29 -6
- package/dist/toast/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/docgen.json
CHANGED
|
@@ -1544,12 +1544,12 @@
|
|
|
1544
1544
|
"name": "boolean"
|
|
1545
1545
|
}
|
|
1546
1546
|
},
|
|
1547
|
-
"
|
|
1547
|
+
"shape": {
|
|
1548
1548
|
"defaultValue": {
|
|
1549
1549
|
"value": "circle"
|
|
1550
1550
|
},
|
|
1551
1551
|
"description": "",
|
|
1552
|
-
"name": "
|
|
1552
|
+
"name": "shape",
|
|
1553
1553
|
"parent": {
|
|
1554
1554
|
"fileName": "components/src/avatar/types.ts",
|
|
1555
1555
|
"name": "AvatarProps"
|
|
@@ -2788,6 +2788,30 @@
|
|
|
2788
2788
|
]
|
|
2789
2789
|
}
|
|
2790
2790
|
},
|
|
2791
|
+
"shape": {
|
|
2792
|
+
"defaultValue": {
|
|
2793
|
+
"value": "rounded"
|
|
2794
|
+
},
|
|
2795
|
+
"description": "Shape of the button.",
|
|
2796
|
+
"name": "shape",
|
|
2797
|
+
"declarations": [],
|
|
2798
|
+
"required": false,
|
|
2799
|
+
"type": {
|
|
2800
|
+
"name": "enum",
|
|
2801
|
+
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
2802
|
+
"value": [
|
|
2803
|
+
{
|
|
2804
|
+
"value": "\"square\""
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"value": "\"rounded\""
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"value": "\"pill\""
|
|
2811
|
+
}
|
|
2812
|
+
]
|
|
2813
|
+
}
|
|
2814
|
+
},
|
|
2791
2815
|
"intent": {
|
|
2792
2816
|
"defaultValue": {
|
|
2793
2817
|
"value": "main"
|
|
@@ -2836,30 +2860,6 @@
|
|
|
2836
2860
|
]
|
|
2837
2861
|
}
|
|
2838
2862
|
},
|
|
2839
|
-
"shape": {
|
|
2840
|
-
"defaultValue": {
|
|
2841
|
-
"value": "rounded"
|
|
2842
|
-
},
|
|
2843
|
-
"description": "Shape of the button.",
|
|
2844
|
-
"name": "shape",
|
|
2845
|
-
"declarations": [],
|
|
2846
|
-
"required": false,
|
|
2847
|
-
"type": {
|
|
2848
|
-
"name": "enum",
|
|
2849
|
-
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
2850
|
-
"value": [
|
|
2851
|
-
{
|
|
2852
|
-
"value": "\"square\""
|
|
2853
|
-
},
|
|
2854
|
-
{
|
|
2855
|
-
"value": "\"rounded\""
|
|
2856
|
-
},
|
|
2857
|
-
{
|
|
2858
|
-
"value": "\"pill\""
|
|
2859
|
-
}
|
|
2860
|
-
]
|
|
2861
|
-
}
|
|
2862
|
-
},
|
|
2863
2863
|
"underline": {
|
|
2864
2864
|
"defaultValue": {
|
|
2865
2865
|
"value": false
|
|
@@ -4942,6 +4942,28 @@
|
|
|
4942
4942
|
]
|
|
4943
4943
|
}
|
|
4944
4944
|
},
|
|
4945
|
+
"shape": {
|
|
4946
|
+
"defaultValue": null,
|
|
4947
|
+
"description": "Shape of the button.",
|
|
4948
|
+
"name": "shape",
|
|
4949
|
+
"declarations": [],
|
|
4950
|
+
"required": false,
|
|
4951
|
+
"type": {
|
|
4952
|
+
"name": "enum",
|
|
4953
|
+
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
4954
|
+
"value": [
|
|
4955
|
+
{
|
|
4956
|
+
"value": "\"square\""
|
|
4957
|
+
},
|
|
4958
|
+
{
|
|
4959
|
+
"value": "\"rounded\""
|
|
4960
|
+
},
|
|
4961
|
+
{
|
|
4962
|
+
"value": "\"pill\""
|
|
4963
|
+
}
|
|
4964
|
+
]
|
|
4965
|
+
}
|
|
4966
|
+
},
|
|
4945
4967
|
"intent": {
|
|
4946
4968
|
"defaultValue": null,
|
|
4947
4969
|
"description": "Color scheme of the button.",
|
|
@@ -4988,28 +5010,6 @@
|
|
|
4988
5010
|
]
|
|
4989
5011
|
}
|
|
4990
5012
|
},
|
|
4991
|
-
"shape": {
|
|
4992
|
-
"defaultValue": null,
|
|
4993
|
-
"description": "Shape of the button.",
|
|
4994
|
-
"name": "shape",
|
|
4995
|
-
"declarations": [],
|
|
4996
|
-
"required": false,
|
|
4997
|
-
"type": {
|
|
4998
|
-
"name": "enum",
|
|
4999
|
-
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
5000
|
-
"value": [
|
|
5001
|
-
{
|
|
5002
|
-
"value": "\"square\""
|
|
5003
|
-
},
|
|
5004
|
-
{
|
|
5005
|
-
"value": "\"rounded\""
|
|
5006
|
-
},
|
|
5007
|
-
{
|
|
5008
|
-
"value": "\"pill\""
|
|
5009
|
-
}
|
|
5010
|
-
]
|
|
5011
|
-
}
|
|
5012
|
-
},
|
|
5013
5013
|
"underline": {
|
|
5014
5014
|
"defaultValue": null,
|
|
5015
5015
|
"description": "",
|
|
@@ -5326,6 +5326,28 @@
|
|
|
5326
5326
|
]
|
|
5327
5327
|
}
|
|
5328
5328
|
},
|
|
5329
|
+
"shape": {
|
|
5330
|
+
"defaultValue": null,
|
|
5331
|
+
"description": "Shape of the button.",
|
|
5332
|
+
"name": "shape",
|
|
5333
|
+
"declarations": [],
|
|
5334
|
+
"required": false,
|
|
5335
|
+
"type": {
|
|
5336
|
+
"name": "enum",
|
|
5337
|
+
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
5338
|
+
"value": [
|
|
5339
|
+
{
|
|
5340
|
+
"value": "\"square\""
|
|
5341
|
+
},
|
|
5342
|
+
{
|
|
5343
|
+
"value": "\"rounded\""
|
|
5344
|
+
},
|
|
5345
|
+
{
|
|
5346
|
+
"value": "\"pill\""
|
|
5347
|
+
}
|
|
5348
|
+
]
|
|
5349
|
+
}
|
|
5350
|
+
},
|
|
5329
5351
|
"intent": {
|
|
5330
5352
|
"defaultValue": null,
|
|
5331
5353
|
"description": "Color scheme of the button.",
|
|
@@ -5372,28 +5394,6 @@
|
|
|
5372
5394
|
]
|
|
5373
5395
|
}
|
|
5374
5396
|
},
|
|
5375
|
-
"shape": {
|
|
5376
|
-
"defaultValue": null,
|
|
5377
|
-
"description": "Shape of the button.",
|
|
5378
|
-
"name": "shape",
|
|
5379
|
-
"declarations": [],
|
|
5380
|
-
"required": false,
|
|
5381
|
-
"type": {
|
|
5382
|
-
"name": "enum",
|
|
5383
|
-
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
5384
|
-
"value": [
|
|
5385
|
-
{
|
|
5386
|
-
"value": "\"square\""
|
|
5387
|
-
},
|
|
5388
|
-
{
|
|
5389
|
-
"value": "\"rounded\""
|
|
5390
|
-
},
|
|
5391
|
-
{
|
|
5392
|
-
"value": "\"pill\""
|
|
5393
|
-
}
|
|
5394
|
-
]
|
|
5395
|
-
}
|
|
5396
|
-
},
|
|
5397
5397
|
"underline": {
|
|
5398
5398
|
"defaultValue": null,
|
|
5399
5399
|
"description": "",
|
|
@@ -14908,6 +14908,28 @@
|
|
|
14908
14908
|
]
|
|
14909
14909
|
}
|
|
14910
14910
|
},
|
|
14911
|
+
"shape": {
|
|
14912
|
+
"defaultValue": null,
|
|
14913
|
+
"description": "Shape of the button.",
|
|
14914
|
+
"name": "shape",
|
|
14915
|
+
"declarations": [],
|
|
14916
|
+
"required": false,
|
|
14917
|
+
"type": {
|
|
14918
|
+
"name": "enum",
|
|
14919
|
+
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
14920
|
+
"value": [
|
|
14921
|
+
{
|
|
14922
|
+
"value": "\"square\""
|
|
14923
|
+
},
|
|
14924
|
+
{
|
|
14925
|
+
"value": "\"rounded\""
|
|
14926
|
+
},
|
|
14927
|
+
{
|
|
14928
|
+
"value": "\"pill\""
|
|
14929
|
+
}
|
|
14930
|
+
]
|
|
14931
|
+
}
|
|
14932
|
+
},
|
|
14911
14933
|
"intent": {
|
|
14912
14934
|
"defaultValue": {
|
|
14913
14935
|
"value": "neutral"
|
|
@@ -14956,28 +14978,6 @@
|
|
|
14956
14978
|
]
|
|
14957
14979
|
}
|
|
14958
14980
|
},
|
|
14959
|
-
"shape": {
|
|
14960
|
-
"defaultValue": null,
|
|
14961
|
-
"description": "Shape of the button.",
|
|
14962
|
-
"name": "shape",
|
|
14963
|
-
"declarations": [],
|
|
14964
|
-
"required": false,
|
|
14965
|
-
"type": {
|
|
14966
|
-
"name": "enum",
|
|
14967
|
-
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
14968
|
-
"value": [
|
|
14969
|
-
{
|
|
14970
|
-
"value": "\"square\""
|
|
14971
|
-
},
|
|
14972
|
-
{
|
|
14973
|
-
"value": "\"rounded\""
|
|
14974
|
-
},
|
|
14975
|
-
{
|
|
14976
|
-
"value": "\"pill\""
|
|
14977
|
-
}
|
|
14978
|
-
]
|
|
14979
|
-
}
|
|
14980
|
-
},
|
|
14981
14981
|
"underline": {
|
|
14982
14982
|
"defaultValue": null,
|
|
14983
14983
|
"description": "",
|
|
@@ -30873,6 +30873,28 @@
|
|
|
30873
30873
|
]
|
|
30874
30874
|
}
|
|
30875
30875
|
},
|
|
30876
|
+
"shape": {
|
|
30877
|
+
"defaultValue": null,
|
|
30878
|
+
"description": "Shape of the button.",
|
|
30879
|
+
"name": "shape",
|
|
30880
|
+
"declarations": [],
|
|
30881
|
+
"required": false,
|
|
30882
|
+
"type": {
|
|
30883
|
+
"name": "enum",
|
|
30884
|
+
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
30885
|
+
"value": [
|
|
30886
|
+
{
|
|
30887
|
+
"value": "\"square\""
|
|
30888
|
+
},
|
|
30889
|
+
{
|
|
30890
|
+
"value": "\"rounded\""
|
|
30891
|
+
},
|
|
30892
|
+
{
|
|
30893
|
+
"value": "\"pill\""
|
|
30894
|
+
}
|
|
30895
|
+
]
|
|
30896
|
+
}
|
|
30897
|
+
},
|
|
30876
30898
|
"intent": {
|
|
30877
30899
|
"defaultValue": null,
|
|
30878
30900
|
"description": "Color scheme of the button.",
|
|
@@ -30919,28 +30941,6 @@
|
|
|
30919
30941
|
]
|
|
30920
30942
|
}
|
|
30921
30943
|
},
|
|
30922
|
-
"shape": {
|
|
30923
|
-
"defaultValue": null,
|
|
30924
|
-
"description": "Shape of the button.",
|
|
30925
|
-
"name": "shape",
|
|
30926
|
-
"declarations": [],
|
|
30927
|
-
"required": false,
|
|
30928
|
-
"type": {
|
|
30929
|
-
"name": "enum",
|
|
30930
|
-
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
30931
|
-
"value": [
|
|
30932
|
-
{
|
|
30933
|
-
"value": "\"square\""
|
|
30934
|
-
},
|
|
30935
|
-
{
|
|
30936
|
-
"value": "\"rounded\""
|
|
30937
|
-
},
|
|
30938
|
-
{
|
|
30939
|
-
"value": "\"pill\""
|
|
30940
|
-
}
|
|
30941
|
-
]
|
|
30942
|
-
}
|
|
30943
|
-
},
|
|
30944
30944
|
"underline": {
|
|
30945
30945
|
"defaultValue": null,
|
|
30946
30946
|
"description": "",
|
|
@@ -31322,6 +31322,28 @@
|
|
|
31322
31322
|
]
|
|
31323
31323
|
}
|
|
31324
31324
|
},
|
|
31325
|
+
"shape": {
|
|
31326
|
+
"defaultValue": null,
|
|
31327
|
+
"description": "Shape of the button.",
|
|
31328
|
+
"name": "shape",
|
|
31329
|
+
"declarations": [],
|
|
31330
|
+
"required": false,
|
|
31331
|
+
"type": {
|
|
31332
|
+
"name": "enum",
|
|
31333
|
+
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
31334
|
+
"value": [
|
|
31335
|
+
{
|
|
31336
|
+
"value": "\"square\""
|
|
31337
|
+
},
|
|
31338
|
+
{
|
|
31339
|
+
"value": "\"rounded\""
|
|
31340
|
+
},
|
|
31341
|
+
{
|
|
31342
|
+
"value": "\"pill\""
|
|
31343
|
+
}
|
|
31344
|
+
]
|
|
31345
|
+
}
|
|
31346
|
+
},
|
|
31325
31347
|
"intent": {
|
|
31326
31348
|
"defaultValue": null,
|
|
31327
31349
|
"description": "Color scheme of the button.",
|
|
@@ -31368,28 +31390,6 @@
|
|
|
31368
31390
|
]
|
|
31369
31391
|
}
|
|
31370
31392
|
},
|
|
31371
|
-
"shape": {
|
|
31372
|
-
"defaultValue": null,
|
|
31373
|
-
"description": "Shape of the button.",
|
|
31374
|
-
"name": "shape",
|
|
31375
|
-
"declarations": [],
|
|
31376
|
-
"required": false,
|
|
31377
|
-
"type": {
|
|
31378
|
-
"name": "enum",
|
|
31379
|
-
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
31380
|
-
"value": [
|
|
31381
|
-
{
|
|
31382
|
-
"value": "\"square\""
|
|
31383
|
-
},
|
|
31384
|
-
{
|
|
31385
|
-
"value": "\"rounded\""
|
|
31386
|
-
},
|
|
31387
|
-
{
|
|
31388
|
-
"value": "\"pill\""
|
|
31389
|
-
}
|
|
31390
|
-
]
|
|
31391
|
-
}
|
|
31392
|
-
},
|
|
31393
31393
|
"underline": {
|
|
31394
31394
|
"defaultValue": null,
|
|
31395
31395
|
"description": "",
|
|
@@ -31580,6 +31580,30 @@
|
|
|
31580
31580
|
]
|
|
31581
31581
|
}
|
|
31582
31582
|
},
|
|
31583
|
+
"shape": {
|
|
31584
|
+
"defaultValue": {
|
|
31585
|
+
"value": "rounded"
|
|
31586
|
+
},
|
|
31587
|
+
"description": "Shape of the button.",
|
|
31588
|
+
"name": "shape",
|
|
31589
|
+
"declarations": [],
|
|
31590
|
+
"required": false,
|
|
31591
|
+
"type": {
|
|
31592
|
+
"name": "enum",
|
|
31593
|
+
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
31594
|
+
"value": [
|
|
31595
|
+
{
|
|
31596
|
+
"value": "\"square\""
|
|
31597
|
+
},
|
|
31598
|
+
{
|
|
31599
|
+
"value": "\"rounded\""
|
|
31600
|
+
},
|
|
31601
|
+
{
|
|
31602
|
+
"value": "\"pill\""
|
|
31603
|
+
}
|
|
31604
|
+
]
|
|
31605
|
+
}
|
|
31606
|
+
},
|
|
31583
31607
|
"intent": {
|
|
31584
31608
|
"defaultValue": {
|
|
31585
31609
|
"value": "basic"
|
|
@@ -31628,30 +31652,6 @@
|
|
|
31628
31652
|
]
|
|
31629
31653
|
}
|
|
31630
31654
|
},
|
|
31631
|
-
"shape": {
|
|
31632
|
-
"defaultValue": {
|
|
31633
|
-
"value": "rounded"
|
|
31634
|
-
},
|
|
31635
|
-
"description": "Shape of the button.",
|
|
31636
|
-
"name": "shape",
|
|
31637
|
-
"declarations": [],
|
|
31638
|
-
"required": false,
|
|
31639
|
-
"type": {
|
|
31640
|
-
"name": "enum",
|
|
31641
|
-
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
31642
|
-
"value": [
|
|
31643
|
-
{
|
|
31644
|
-
"value": "\"square\""
|
|
31645
|
-
},
|
|
31646
|
-
{
|
|
31647
|
-
"value": "\"rounded\""
|
|
31648
|
-
},
|
|
31649
|
-
{
|
|
31650
|
-
"value": "\"pill\""
|
|
31651
|
-
}
|
|
31652
|
-
]
|
|
31653
|
-
}
|
|
31654
|
-
},
|
|
31655
31655
|
"underline": {
|
|
31656
31656
|
"defaultValue": null,
|
|
31657
31657
|
"description": "",
|
|
@@ -33198,6 +33198,30 @@
|
|
|
33198
33198
|
]
|
|
33199
33199
|
}
|
|
33200
33200
|
},
|
|
33201
|
+
"shape": {
|
|
33202
|
+
"defaultValue": {
|
|
33203
|
+
"value": "rounded"
|
|
33204
|
+
},
|
|
33205
|
+
"description": "Shape of the button.",
|
|
33206
|
+
"name": "shape",
|
|
33207
|
+
"declarations": [],
|
|
33208
|
+
"required": false,
|
|
33209
|
+
"type": {
|
|
33210
|
+
"name": "enum",
|
|
33211
|
+
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
33212
|
+
"value": [
|
|
33213
|
+
{
|
|
33214
|
+
"value": "\"square\""
|
|
33215
|
+
},
|
|
33216
|
+
{
|
|
33217
|
+
"value": "\"rounded\""
|
|
33218
|
+
},
|
|
33219
|
+
{
|
|
33220
|
+
"value": "\"pill\""
|
|
33221
|
+
}
|
|
33222
|
+
]
|
|
33223
|
+
}
|
|
33224
|
+
},
|
|
33201
33225
|
"intent": {
|
|
33202
33226
|
"defaultValue": {
|
|
33203
33227
|
"value": "main"
|
|
@@ -33246,30 +33270,6 @@
|
|
|
33246
33270
|
]
|
|
33247
33271
|
}
|
|
33248
33272
|
},
|
|
33249
|
-
"shape": {
|
|
33250
|
-
"defaultValue": {
|
|
33251
|
-
"value": "rounded"
|
|
33252
|
-
},
|
|
33253
|
-
"description": "Shape of the button.",
|
|
33254
|
-
"name": "shape",
|
|
33255
|
-
"declarations": [],
|
|
33256
|
-
"required": false,
|
|
33257
|
-
"type": {
|
|
33258
|
-
"name": "enum",
|
|
33259
|
-
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
33260
|
-
"value": [
|
|
33261
|
-
{
|
|
33262
|
-
"value": "\"square\""
|
|
33263
|
-
},
|
|
33264
|
-
{
|
|
33265
|
-
"value": "\"rounded\""
|
|
33266
|
-
},
|
|
33267
|
-
{
|
|
33268
|
-
"value": "\"pill\""
|
|
33269
|
-
}
|
|
33270
|
-
]
|
|
33271
|
-
}
|
|
33272
|
-
},
|
|
33273
33273
|
"underline": {
|
|
33274
33274
|
"defaultValue": null,
|
|
33275
33275
|
"description": "",
|
|
@@ -39085,6 +39085,28 @@
|
|
|
39085
39085
|
]
|
|
39086
39086
|
}
|
|
39087
39087
|
},
|
|
39088
|
+
"shape": {
|
|
39089
|
+
"defaultValue": null,
|
|
39090
|
+
"description": "Shape of the button.",
|
|
39091
|
+
"name": "shape",
|
|
39092
|
+
"declarations": [],
|
|
39093
|
+
"required": false,
|
|
39094
|
+
"type": {
|
|
39095
|
+
"name": "enum",
|
|
39096
|
+
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
39097
|
+
"value": [
|
|
39098
|
+
{
|
|
39099
|
+
"value": "\"square\""
|
|
39100
|
+
},
|
|
39101
|
+
{
|
|
39102
|
+
"value": "\"rounded\""
|
|
39103
|
+
},
|
|
39104
|
+
{
|
|
39105
|
+
"value": "\"pill\""
|
|
39106
|
+
}
|
|
39107
|
+
]
|
|
39108
|
+
}
|
|
39109
|
+
},
|
|
39088
39110
|
"intent": {
|
|
39089
39111
|
"defaultValue": null,
|
|
39090
39112
|
"description": "Color scheme of the button.",
|
|
@@ -39131,28 +39153,6 @@
|
|
|
39131
39153
|
]
|
|
39132
39154
|
}
|
|
39133
39155
|
},
|
|
39134
|
-
"shape": {
|
|
39135
|
-
"defaultValue": null,
|
|
39136
|
-
"description": "Shape of the button.",
|
|
39137
|
-
"name": "shape",
|
|
39138
|
-
"declarations": [],
|
|
39139
|
-
"required": false,
|
|
39140
|
-
"type": {
|
|
39141
|
-
"name": "enum",
|
|
39142
|
-
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
39143
|
-
"value": [
|
|
39144
|
-
{
|
|
39145
|
-
"value": "\"square\""
|
|
39146
|
-
},
|
|
39147
|
-
{
|
|
39148
|
-
"value": "\"rounded\""
|
|
39149
|
-
},
|
|
39150
|
-
{
|
|
39151
|
-
"value": "\"pill\""
|
|
39152
|
-
}
|
|
39153
|
-
]
|
|
39154
|
-
}
|
|
39155
|
-
},
|
|
39156
39156
|
"underline": {
|
|
39157
39157
|
"defaultValue": null,
|
|
39158
39158
|
"description": "",
|
|
@@ -39326,6 +39326,28 @@
|
|
|
39326
39326
|
]
|
|
39327
39327
|
}
|
|
39328
39328
|
},
|
|
39329
|
+
"shape": {
|
|
39330
|
+
"defaultValue": null,
|
|
39331
|
+
"description": "Shape of the button.",
|
|
39332
|
+
"name": "shape",
|
|
39333
|
+
"declarations": [],
|
|
39334
|
+
"required": false,
|
|
39335
|
+
"type": {
|
|
39336
|
+
"name": "enum",
|
|
39337
|
+
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
39338
|
+
"value": [
|
|
39339
|
+
{
|
|
39340
|
+
"value": "\"square\""
|
|
39341
|
+
},
|
|
39342
|
+
{
|
|
39343
|
+
"value": "\"rounded\""
|
|
39344
|
+
},
|
|
39345
|
+
{
|
|
39346
|
+
"value": "\"pill\""
|
|
39347
|
+
}
|
|
39348
|
+
]
|
|
39349
|
+
}
|
|
39350
|
+
},
|
|
39329
39351
|
"intent": {
|
|
39330
39352
|
"defaultValue": null,
|
|
39331
39353
|
"description": "Color scheme of the button.",
|
|
@@ -39372,28 +39394,6 @@
|
|
|
39372
39394
|
]
|
|
39373
39395
|
}
|
|
39374
39396
|
},
|
|
39375
|
-
"shape": {
|
|
39376
|
-
"defaultValue": null,
|
|
39377
|
-
"description": "Shape of the button.",
|
|
39378
|
-
"name": "shape",
|
|
39379
|
-
"declarations": [],
|
|
39380
|
-
"required": false,
|
|
39381
|
-
"type": {
|
|
39382
|
-
"name": "enum",
|
|
39383
|
-
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
39384
|
-
"value": [
|
|
39385
|
-
{
|
|
39386
|
-
"value": "\"square\""
|
|
39387
|
-
},
|
|
39388
|
-
{
|
|
39389
|
-
"value": "\"rounded\""
|
|
39390
|
-
},
|
|
39391
|
-
{
|
|
39392
|
-
"value": "\"pill\""
|
|
39393
|
-
}
|
|
39394
|
-
]
|
|
39395
|
-
}
|
|
39396
|
-
},
|
|
39397
39397
|
"underline": {
|
|
39398
39398
|
"defaultValue": null,
|
|
39399
39399
|
"description": "",
|
|
@@ -42254,6 +42254,25 @@
|
|
|
42254
42254
|
"name": "string"
|
|
42255
42255
|
}
|
|
42256
42256
|
},
|
|
42257
|
+
"shape": {
|
|
42258
|
+
"defaultValue": null,
|
|
42259
|
+
"description": "",
|
|
42260
|
+
"name": "shape",
|
|
42261
|
+
"declarations": [],
|
|
42262
|
+
"required": false,
|
|
42263
|
+
"type": {
|
|
42264
|
+
"name": "enum",
|
|
42265
|
+
"raw": "\"square\" | \"rounded\"",
|
|
42266
|
+
"value": [
|
|
42267
|
+
{
|
|
42268
|
+
"value": "\"square\""
|
|
42269
|
+
},
|
|
42270
|
+
{
|
|
42271
|
+
"value": "\"rounded\""
|
|
42272
|
+
}
|
|
42273
|
+
]
|
|
42274
|
+
}
|
|
42275
|
+
},
|
|
42257
42276
|
"intent": {
|
|
42258
42277
|
"defaultValue": null,
|
|
42259
42278
|
"description": "",
|
|
@@ -42293,25 +42312,6 @@
|
|
|
42293
42312
|
}
|
|
42294
42313
|
]
|
|
42295
42314
|
}
|
|
42296
|
-
},
|
|
42297
|
-
"shape": {
|
|
42298
|
-
"defaultValue": null,
|
|
42299
|
-
"description": "",
|
|
42300
|
-
"name": "shape",
|
|
42301
|
-
"declarations": [],
|
|
42302
|
-
"required": false,
|
|
42303
|
-
"type": {
|
|
42304
|
-
"name": "enum",
|
|
42305
|
-
"raw": "\"square\" | \"rounded\"",
|
|
42306
|
-
"value": [
|
|
42307
|
-
{
|
|
42308
|
-
"value": "\"square\""
|
|
42309
|
-
},
|
|
42310
|
-
{
|
|
42311
|
-
"value": "\"rounded\""
|
|
42312
|
-
}
|
|
42313
|
-
]
|
|
42314
|
-
}
|
|
42315
42315
|
}
|
|
42316
42316
|
}
|
|
42317
42317
|
},
|
|
@@ -46420,6 +46420,30 @@
|
|
|
46420
46420
|
]
|
|
46421
46421
|
}
|
|
46422
46422
|
},
|
|
46423
|
+
"shape": {
|
|
46424
|
+
"defaultValue": {
|
|
46425
|
+
"value": "pill"
|
|
46426
|
+
},
|
|
46427
|
+
"description": "",
|
|
46428
|
+
"name": "shape",
|
|
46429
|
+
"declarations": [],
|
|
46430
|
+
"required": false,
|
|
46431
|
+
"type": {
|
|
46432
|
+
"name": "enum",
|
|
46433
|
+
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
46434
|
+
"value": [
|
|
46435
|
+
{
|
|
46436
|
+
"value": "\"square\""
|
|
46437
|
+
},
|
|
46438
|
+
{
|
|
46439
|
+
"value": "\"rounded\""
|
|
46440
|
+
},
|
|
46441
|
+
{
|
|
46442
|
+
"value": "\"pill\""
|
|
46443
|
+
}
|
|
46444
|
+
]
|
|
46445
|
+
}
|
|
46446
|
+
},
|
|
46423
46447
|
"intent": {
|
|
46424
46448
|
"defaultValue": {
|
|
46425
46449
|
"value": "basic"
|
|
@@ -46478,30 +46502,6 @@
|
|
|
46478
46502
|
]
|
|
46479
46503
|
}
|
|
46480
46504
|
},
|
|
46481
|
-
"shape": {
|
|
46482
|
-
"defaultValue": {
|
|
46483
|
-
"value": "pill"
|
|
46484
|
-
},
|
|
46485
|
-
"description": "",
|
|
46486
|
-
"name": "shape",
|
|
46487
|
-
"declarations": [],
|
|
46488
|
-
"required": false,
|
|
46489
|
-
"type": {
|
|
46490
|
-
"name": "enum",
|
|
46491
|
-
"raw": "\"square\" | \"rounded\" | \"pill\"",
|
|
46492
|
-
"value": [
|
|
46493
|
-
{
|
|
46494
|
-
"value": "\"square\""
|
|
46495
|
-
},
|
|
46496
|
-
{
|
|
46497
|
-
"value": "\"rounded\""
|
|
46498
|
-
},
|
|
46499
|
-
{
|
|
46500
|
-
"value": "\"pill\""
|
|
46501
|
-
}
|
|
46502
|
-
]
|
|
46503
|
-
}
|
|
46504
|
-
},
|
|
46505
46505
|
"ref": {
|
|
46506
46506
|
"defaultValue": null,
|
|
46507
46507
|
"description": "",
|
|
@@ -47196,7 +47196,7 @@
|
|
|
47196
47196
|
],
|
|
47197
47197
|
"required": true,
|
|
47198
47198
|
"type": {
|
|
47199
|
-
"name": "
|
|
47199
|
+
"name": "ReactNode"
|
|
47200
47200
|
}
|
|
47201
47201
|
},
|
|
47202
47202
|
"description": {
|
|
@@ -47215,7 +47215,7 @@
|
|
|
47215
47215
|
],
|
|
47216
47216
|
"required": false,
|
|
47217
47217
|
"type": {
|
|
47218
|
-
"name": "
|
|
47218
|
+
"name": "ReactNode"
|
|
47219
47219
|
}
|
|
47220
47220
|
},
|
|
47221
47221
|
"timeout": {
|