@getflip/swirl-components 0.288.0 → 0.290.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/components.json +296 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/swirl-action-list_2.cjs.entry.js +1 -1
- package/dist/cjs/swirl-app-layout_5.cjs.entry.js +1 -1
- package/dist/cjs/swirl-autocomplete.cjs.entry.js +1 -1
- package/dist/cjs/swirl-banner.cjs.entry.js +1 -1
- package/dist/cjs/swirl-button.cjs.entry.js +1 -1
- package/dist/cjs/swirl-carousel.cjs.entry.js +1 -1
- package/dist/cjs/swirl-chip.cjs.entry.js +1 -1
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/cjs/swirl-console-layout.cjs.entry.js +1 -1
- package/dist/cjs/swirl-date-input.cjs.entry.js +1 -1
- package/dist/cjs/swirl-date-picker_2.cjs.entry.js +1 -1
- package/dist/cjs/swirl-file-viewer_8.cjs.entry.js +1 -1
- package/dist/cjs/swirl-form-control.cjs.entry.js +1 -1
- package/dist/cjs/swirl-icon-check-small_3.cjs.entry.js +1 -1
- package/dist/cjs/swirl-icon-error_3.cjs.entry.js +1 -1
- package/dist/cjs/swirl-image-grid-item.cjs.entry.js +1 -1
- package/dist/cjs/swirl-inline-status.cjs.entry.js +1 -1
- package/dist/cjs/swirl-lightbox.cjs.entry.js +1 -1
- package/dist/cjs/swirl-menu-item.cjs.entry.js +1 -1
- package/dist/cjs/swirl-menu.cjs.entry.js +1 -1
- package/dist/cjs/swirl-modal.cjs.entry.js +1 -1
- package/dist/cjs/swirl-option-list_2.cjs.entry.js +1 -1
- package/dist/cjs/swirl-pagination.cjs.entry.js +1 -1
- package/dist/cjs/swirl-pdf-reader.cjs.entry.js +1 -1
- package/dist/cjs/swirl-popover_2.cjs.entry.js +1 -1
- package/dist/cjs/swirl-resource-list-file-item.cjs.entry.js +1 -1
- package/dist/cjs/swirl-search.cjs.entry.js +1 -1
- package/dist/cjs/swirl-select.cjs.entry.js +1 -1
- package/dist/cjs/swirl-shell-layout.cjs.entry.js +1 -1
- package/dist/cjs/swirl-tab-bar.cjs.entry.js +41 -4
- package/dist/cjs/swirl-table-column.cjs.entry.js +1 -1
- package/dist/cjs/swirl-table-row.cjs.entry.js +1 -1
- package/dist/cjs/swirl-table.cjs.entry.js +1 -1
- package/dist/cjs/swirl-tabs.cjs.entry.js +7 -3
- package/dist/cjs/swirl-text-input.cjs.entry.js +1 -1
- package/dist/cjs/swirl-time-input.cjs.entry.js +1 -1
- package/dist/cjs/swirl-toast.cjs.entry.js +1 -1
- package/dist/cjs/swirl-toolbar.cjs.entry.js +1 -1
- package/dist/cjs/{utils-ea8f1bbc.js → utils-1a1dd8d3.js} +16 -0
- package/dist/collection/components/swirl-modal/swirl-modal.css +11 -0
- package/dist/collection/components/swirl-tab-bar/swirl-tab-bar.css +72 -30
- package/dist/collection/components/swirl-tab-bar/swirl-tab-bar.js +111 -4
- package/dist/collection/components/swirl-tab-bar/swirl-tab-bar.spec.js +4 -4
- package/dist/collection/components/swirl-tabs/swirl-tabs.js +77 -3
- package/dist/collection/components/swirl-tabs/swirl-tabs.spec.js +1 -1
- package/dist/collection/utils.js +15 -0
- package/dist/components/assets/pdfjs/pdf.worker.min.js +1 -1
- package/dist/components/swirl-app-layout2.js +1 -1
- package/dist/components/swirl-date-picker2.js +1 -1
- package/dist/components/swirl-file-viewer-pdf2.js +1 -1
- package/dist/components/swirl-modal.js +1 -1
- package/dist/components/swirl-tab-bar2.js +45 -5
- package/dist/components/swirl-tabs.js +10 -3
- package/dist/components/utils.js +16 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-action-list_2.entry.js +1 -1
- package/dist/esm/swirl-app-layout_5.entry.js +1 -1
- package/dist/esm/swirl-autocomplete.entry.js +1 -1
- package/dist/esm/swirl-banner.entry.js +1 -1
- package/dist/esm/swirl-button.entry.js +1 -1
- package/dist/esm/swirl-carousel.entry.js +1 -1
- package/dist/esm/swirl-chip.entry.js +1 -1
- package/dist/esm/swirl-components.js +1 -1
- package/dist/esm/swirl-console-layout.entry.js +1 -1
- package/dist/esm/swirl-date-input.entry.js +1 -1
- package/dist/esm/swirl-date-picker_2.entry.js +1 -1
- package/dist/esm/swirl-file-viewer_8.entry.js +1 -1
- package/dist/esm/swirl-form-control.entry.js +1 -1
- package/dist/esm/swirl-icon-check-small_3.entry.js +1 -1
- package/dist/esm/swirl-icon-error_3.entry.js +1 -1
- package/dist/esm/swirl-image-grid-item.entry.js +1 -1
- package/dist/esm/swirl-inline-status.entry.js +1 -1
- package/dist/esm/swirl-lightbox.entry.js +1 -1
- package/dist/esm/swirl-menu-item.entry.js +1 -1
- package/dist/esm/swirl-menu.entry.js +1 -1
- package/dist/esm/swirl-modal.entry.js +1 -1
- package/dist/esm/swirl-option-list_2.entry.js +1 -1
- package/dist/esm/swirl-pagination.entry.js +1 -1
- package/dist/esm/swirl-pdf-reader.entry.js +1 -1
- package/dist/esm/swirl-popover_2.entry.js +1 -1
- package/dist/esm/swirl-resource-list-file-item.entry.js +1 -1
- package/dist/esm/swirl-search.entry.js +1 -1
- package/dist/esm/swirl-select.entry.js +1 -1
- package/dist/esm/swirl-shell-layout.entry.js +1 -1
- package/dist/esm/swirl-tab-bar.entry.js +42 -5
- package/dist/esm/swirl-table-column.entry.js +1 -1
- package/dist/esm/swirl-table-row.entry.js +1 -1
- package/dist/esm/swirl-table.entry.js +1 -1
- package/dist/esm/swirl-tabs.entry.js +7 -3
- package/dist/esm/swirl-text-input.entry.js +1 -1
- package/dist/esm/swirl-time-input.entry.js +1 -1
- package/dist/esm/swirl-toast.entry.js +1 -1
- package/dist/esm/swirl-toolbar.entry.js +1 -1
- package/dist/esm/{utils-fbb8b494.js → utils-877a768f.js} +16 -1
- package/dist/swirl-components/{p-3035680c.entry.js → p-06bdccc8.entry.js} +1 -1
- package/dist/swirl-components/{p-e5fa524b.entry.js → p-107317f7.entry.js} +1 -1
- package/dist/swirl-components/p-138cbd38.entry.js +1 -0
- package/dist/swirl-components/{p-1a8cc28b.entry.js → p-1a6e40b5.entry.js} +1 -1
- package/dist/swirl-components/{p-1d545c20.entry.js → p-1fb940a5.entry.js} +1 -1
- package/dist/swirl-components/{p-97e844bc.entry.js → p-20bd4e9f.entry.js} +1 -1
- package/dist/swirl-components/{p-13dfb234.entry.js → p-242a3a2e.entry.js} +1 -1
- package/dist/swirl-components/{p-ac4d5f89.entry.js → p-286a4e5f.entry.js} +1 -1
- package/dist/swirl-components/{p-8aae965a.entry.js → p-2be118fe.entry.js} +1 -1
- package/dist/swirl-components/{p-581d4452.entry.js → p-3393c37e.entry.js} +1 -1
- package/dist/swirl-components/{p-c58fb3e4.entry.js → p-40a8920a.entry.js} +1 -1
- package/dist/swirl-components/{p-84fedd39.entry.js → p-4203d5bd.entry.js} +1 -1
- package/dist/swirl-components/{p-d55652aa.entry.js → p-42a8e0d3.entry.js} +1 -1
- package/dist/swirl-components/{p-a075cbf9.entry.js → p-47997f42.entry.js} +1 -1
- package/dist/swirl-components/{p-0f3e0216.js → p-5136b9f9.js} +1 -1
- package/dist/swirl-components/{p-30d69cd9.entry.js → p-53609073.entry.js} +1 -1
- package/dist/swirl-components/{p-3d225eb0.entry.js → p-648b2513.entry.js} +1 -1
- package/dist/swirl-components/{p-a935ab50.entry.js → p-67986fbf.entry.js} +1 -1
- package/dist/swirl-components/{p-21adf412.entry.js → p-6e63989b.entry.js} +1 -1
- package/dist/swirl-components/{p-5d981c71.entry.js → p-729b5778.entry.js} +1 -1
- package/dist/swirl-components/p-761bed6f.entry.js +1 -0
- package/dist/swirl-components/{p-56085b5f.entry.js → p-8105788c.entry.js} +1 -1
- package/dist/swirl-components/{p-5c750dc8.entry.js → p-879737fa.entry.js} +1 -1
- package/dist/swirl-components/{p-626aa890.entry.js → p-881701f9.entry.js} +1 -1
- package/dist/swirl-components/{p-6a3a0bbb.entry.js → p-896d79a5.entry.js} +1 -1
- package/dist/swirl-components/{p-6ccc3c41.entry.js → p-917fbbd8.entry.js} +1 -1
- package/dist/swirl-components/{p-3400acf0.entry.js → p-9536fdc4.entry.js} +1 -1
- package/dist/swirl-components/{p-a7bf1966.entry.js → p-a2afb995.entry.js} +1 -1
- package/dist/swirl-components/{p-389b4dc5.entry.js → p-a9f98674.entry.js} +1 -1
- package/dist/swirl-components/{p-abcbb236.entry.js → p-b6eaeb29.entry.js} +1 -1
- package/dist/swirl-components/{p-e97590df.entry.js → p-ba40bf8f.entry.js} +1 -1
- package/dist/swirl-components/{p-da913f77.entry.js → p-c202911e.entry.js} +1 -1
- package/dist/swirl-components/{p-1449f6ec.entry.js → p-c71f17c9.entry.js} +1 -1
- package/dist/swirl-components/{p-305b560c.entry.js → p-d587d1b6.entry.js} +1 -1
- package/dist/swirl-components/{p-dee55c67.entry.js → p-db3dc350.entry.js} +1 -1
- package/dist/swirl-components/{p-4de8e4d1.entry.js → p-de850f13.entry.js} +1 -1
- package/dist/swirl-components/{p-279f67be.entry.js → p-ea418410.entry.js} +1 -1
- package/dist/swirl-components/{p-8efcb985.entry.js → p-eb81439a.entry.js} +1 -1
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-tab-bar/swirl-tab-bar.d.ts +8 -0
- package/dist/types/components/swirl-tabs/swirl-tabs.d.ts +4 -1
- package/dist/types/components.d.ts +16 -4
- package/dist/types/utils.d.ts +13 -0
- package/package.json +1 -1
- package/vscode-data.json +144 -0
- package/dist/swirl-components/p-0dacf15d.entry.js +0 -1
- package/dist/swirl-components/p-9f59a11b.entry.js +0 -1
package/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-02-
|
|
2
|
+
"timestamp": "2025-02-06T13:05:01",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.18.1",
|
|
@@ -55056,6 +55056,118 @@
|
|
|
55056
55056
|
"optional": false,
|
|
55057
55057
|
"required": true
|
|
55058
55058
|
},
|
|
55059
|
+
{
|
|
55060
|
+
"name": "paddingBlockEnd",
|
|
55061
|
+
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
|
|
55062
|
+
"complexType": {
|
|
55063
|
+
"original": "SwirlTabBarPadding",
|
|
55064
|
+
"resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
|
|
55065
|
+
"references": {
|
|
55066
|
+
"SwirlTabBarPadding": {
|
|
55067
|
+
"location": "local",
|
|
55068
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-tab-bar/swirl-tab-bar.tsx",
|
|
55069
|
+
"id": "src/components/swirl-tab-bar/swirl-tab-bar.tsx::SwirlTabBarPadding"
|
|
55070
|
+
}
|
|
55071
|
+
}
|
|
55072
|
+
},
|
|
55073
|
+
"mutable": false,
|
|
55074
|
+
"attr": "padding-block-end",
|
|
55075
|
+
"reflectToAttr": false,
|
|
55076
|
+
"docs": "",
|
|
55077
|
+
"docsTags": [],
|
|
55078
|
+
"values": [
|
|
55079
|
+
{
|
|
55080
|
+
"value": "0",
|
|
55081
|
+
"type": "string"
|
|
55082
|
+
},
|
|
55083
|
+
{
|
|
55084
|
+
"value": "12",
|
|
55085
|
+
"type": "string"
|
|
55086
|
+
},
|
|
55087
|
+
{
|
|
55088
|
+
"value": "16",
|
|
55089
|
+
"type": "string"
|
|
55090
|
+
},
|
|
55091
|
+
{
|
|
55092
|
+
"value": "2",
|
|
55093
|
+
"type": "string"
|
|
55094
|
+
},
|
|
55095
|
+
{
|
|
55096
|
+
"value": "20",
|
|
55097
|
+
"type": "string"
|
|
55098
|
+
},
|
|
55099
|
+
{
|
|
55100
|
+
"value": "24",
|
|
55101
|
+
"type": "string"
|
|
55102
|
+
},
|
|
55103
|
+
{
|
|
55104
|
+
"value": "4",
|
|
55105
|
+
"type": "string"
|
|
55106
|
+
},
|
|
55107
|
+
{
|
|
55108
|
+
"value": "8",
|
|
55109
|
+
"type": "string"
|
|
55110
|
+
}
|
|
55111
|
+
],
|
|
55112
|
+
"optional": true,
|
|
55113
|
+
"required": false
|
|
55114
|
+
},
|
|
55115
|
+
{
|
|
55116
|
+
"name": "paddingBlockStart",
|
|
55117
|
+
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
|
|
55118
|
+
"complexType": {
|
|
55119
|
+
"original": "SwirlTabBarPadding",
|
|
55120
|
+
"resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
|
|
55121
|
+
"references": {
|
|
55122
|
+
"SwirlTabBarPadding": {
|
|
55123
|
+
"location": "local",
|
|
55124
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-tab-bar/swirl-tab-bar.tsx",
|
|
55125
|
+
"id": "src/components/swirl-tab-bar/swirl-tab-bar.tsx::SwirlTabBarPadding"
|
|
55126
|
+
}
|
|
55127
|
+
}
|
|
55128
|
+
},
|
|
55129
|
+
"mutable": false,
|
|
55130
|
+
"attr": "padding-block-start",
|
|
55131
|
+
"reflectToAttr": false,
|
|
55132
|
+
"docs": "",
|
|
55133
|
+
"docsTags": [],
|
|
55134
|
+
"values": [
|
|
55135
|
+
{
|
|
55136
|
+
"value": "0",
|
|
55137
|
+
"type": "string"
|
|
55138
|
+
},
|
|
55139
|
+
{
|
|
55140
|
+
"value": "12",
|
|
55141
|
+
"type": "string"
|
|
55142
|
+
},
|
|
55143
|
+
{
|
|
55144
|
+
"value": "16",
|
|
55145
|
+
"type": "string"
|
|
55146
|
+
},
|
|
55147
|
+
{
|
|
55148
|
+
"value": "2",
|
|
55149
|
+
"type": "string"
|
|
55150
|
+
},
|
|
55151
|
+
{
|
|
55152
|
+
"value": "20",
|
|
55153
|
+
"type": "string"
|
|
55154
|
+
},
|
|
55155
|
+
{
|
|
55156
|
+
"value": "24",
|
|
55157
|
+
"type": "string"
|
|
55158
|
+
},
|
|
55159
|
+
{
|
|
55160
|
+
"value": "4",
|
|
55161
|
+
"type": "string"
|
|
55162
|
+
},
|
|
55163
|
+
{
|
|
55164
|
+
"value": "8",
|
|
55165
|
+
"type": "string"
|
|
55166
|
+
}
|
|
55167
|
+
],
|
|
55168
|
+
"optional": true,
|
|
55169
|
+
"required": false
|
|
55170
|
+
},
|
|
55059
55171
|
{
|
|
55060
55172
|
"name": "paddingInlineEnd",
|
|
55061
55173
|
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
|
|
@@ -55194,6 +55306,39 @@
|
|
|
55194
55306
|
],
|
|
55195
55307
|
"optional": false,
|
|
55196
55308
|
"required": false
|
|
55309
|
+
},
|
|
55310
|
+
{
|
|
55311
|
+
"name": "variant",
|
|
55312
|
+
"type": "\"default\" | \"pill\"",
|
|
55313
|
+
"complexType": {
|
|
55314
|
+
"original": "SwirlTabBarVariant",
|
|
55315
|
+
"resolved": "\"default\" | \"pill\"",
|
|
55316
|
+
"references": {
|
|
55317
|
+
"SwirlTabBarVariant": {
|
|
55318
|
+
"location": "local",
|
|
55319
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-tab-bar/swirl-tab-bar.tsx",
|
|
55320
|
+
"id": "src/components/swirl-tab-bar/swirl-tab-bar.tsx::SwirlTabBarVariant"
|
|
55321
|
+
}
|
|
55322
|
+
}
|
|
55323
|
+
},
|
|
55324
|
+
"mutable": false,
|
|
55325
|
+
"attr": "variant",
|
|
55326
|
+
"reflectToAttr": false,
|
|
55327
|
+
"docs": "",
|
|
55328
|
+
"docsTags": [],
|
|
55329
|
+
"default": "\"default\"",
|
|
55330
|
+
"values": [
|
|
55331
|
+
{
|
|
55332
|
+
"value": "default",
|
|
55333
|
+
"type": "string"
|
|
55334
|
+
},
|
|
55335
|
+
{
|
|
55336
|
+
"value": "pill",
|
|
55337
|
+
"type": "string"
|
|
55338
|
+
}
|
|
55339
|
+
],
|
|
55340
|
+
"optional": true,
|
|
55341
|
+
"required": false
|
|
55197
55342
|
}
|
|
55198
55343
|
],
|
|
55199
55344
|
"methods": [],
|
|
@@ -55875,6 +56020,118 @@
|
|
|
55875
56020
|
"optional": false,
|
|
55876
56021
|
"required": true
|
|
55877
56022
|
},
|
|
56023
|
+
{
|
|
56024
|
+
"name": "tabBarPaddingBlockEnd",
|
|
56025
|
+
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
|
|
56026
|
+
"complexType": {
|
|
56027
|
+
"original": "SwirlTabBarPadding",
|
|
56028
|
+
"resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
|
|
56029
|
+
"references": {
|
|
56030
|
+
"SwirlTabBarPadding": {
|
|
56031
|
+
"location": "import",
|
|
56032
|
+
"path": "../swirl-tab-bar/swirl-tab-bar",
|
|
56033
|
+
"id": "src/components/swirl-tab-bar/swirl-tab-bar.tsx::SwirlTabBarPadding"
|
|
56034
|
+
}
|
|
56035
|
+
}
|
|
56036
|
+
},
|
|
56037
|
+
"mutable": false,
|
|
56038
|
+
"attr": "tab-bar-padding-block-end",
|
|
56039
|
+
"reflectToAttr": false,
|
|
56040
|
+
"docs": "",
|
|
56041
|
+
"docsTags": [],
|
|
56042
|
+
"values": [
|
|
56043
|
+
{
|
|
56044
|
+
"value": "0",
|
|
56045
|
+
"type": "string"
|
|
56046
|
+
},
|
|
56047
|
+
{
|
|
56048
|
+
"value": "12",
|
|
56049
|
+
"type": "string"
|
|
56050
|
+
},
|
|
56051
|
+
{
|
|
56052
|
+
"value": "16",
|
|
56053
|
+
"type": "string"
|
|
56054
|
+
},
|
|
56055
|
+
{
|
|
56056
|
+
"value": "2",
|
|
56057
|
+
"type": "string"
|
|
56058
|
+
},
|
|
56059
|
+
{
|
|
56060
|
+
"value": "20",
|
|
56061
|
+
"type": "string"
|
|
56062
|
+
},
|
|
56063
|
+
{
|
|
56064
|
+
"value": "24",
|
|
56065
|
+
"type": "string"
|
|
56066
|
+
},
|
|
56067
|
+
{
|
|
56068
|
+
"value": "4",
|
|
56069
|
+
"type": "string"
|
|
56070
|
+
},
|
|
56071
|
+
{
|
|
56072
|
+
"value": "8",
|
|
56073
|
+
"type": "string"
|
|
56074
|
+
}
|
|
56075
|
+
],
|
|
56076
|
+
"optional": true,
|
|
56077
|
+
"required": false
|
|
56078
|
+
},
|
|
56079
|
+
{
|
|
56080
|
+
"name": "tabBarPaddingBlockStart",
|
|
56081
|
+
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
|
|
56082
|
+
"complexType": {
|
|
56083
|
+
"original": "SwirlTabBarPadding",
|
|
56084
|
+
"resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
|
|
56085
|
+
"references": {
|
|
56086
|
+
"SwirlTabBarPadding": {
|
|
56087
|
+
"location": "import",
|
|
56088
|
+
"path": "../swirl-tab-bar/swirl-tab-bar",
|
|
56089
|
+
"id": "src/components/swirl-tab-bar/swirl-tab-bar.tsx::SwirlTabBarPadding"
|
|
56090
|
+
}
|
|
56091
|
+
}
|
|
56092
|
+
},
|
|
56093
|
+
"mutable": false,
|
|
56094
|
+
"attr": "tab-bar-padding-block-start",
|
|
56095
|
+
"reflectToAttr": false,
|
|
56096
|
+
"docs": "",
|
|
56097
|
+
"docsTags": [],
|
|
56098
|
+
"values": [
|
|
56099
|
+
{
|
|
56100
|
+
"value": "0",
|
|
56101
|
+
"type": "string"
|
|
56102
|
+
},
|
|
56103
|
+
{
|
|
56104
|
+
"value": "12",
|
|
56105
|
+
"type": "string"
|
|
56106
|
+
},
|
|
56107
|
+
{
|
|
56108
|
+
"value": "16",
|
|
56109
|
+
"type": "string"
|
|
56110
|
+
},
|
|
56111
|
+
{
|
|
56112
|
+
"value": "2",
|
|
56113
|
+
"type": "string"
|
|
56114
|
+
},
|
|
56115
|
+
{
|
|
56116
|
+
"value": "20",
|
|
56117
|
+
"type": "string"
|
|
56118
|
+
},
|
|
56119
|
+
{
|
|
56120
|
+
"value": "24",
|
|
56121
|
+
"type": "string"
|
|
56122
|
+
},
|
|
56123
|
+
{
|
|
56124
|
+
"value": "4",
|
|
56125
|
+
"type": "string"
|
|
56126
|
+
},
|
|
56127
|
+
{
|
|
56128
|
+
"value": "8",
|
|
56129
|
+
"type": "string"
|
|
56130
|
+
}
|
|
56131
|
+
],
|
|
56132
|
+
"optional": true,
|
|
56133
|
+
"required": false
|
|
56134
|
+
},
|
|
55878
56135
|
{
|
|
55879
56136
|
"name": "tabBarPaddingInlineEnd",
|
|
55880
56137
|
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
|
|
@@ -55986,6 +56243,39 @@
|
|
|
55986
56243
|
],
|
|
55987
56244
|
"optional": true,
|
|
55988
56245
|
"required": false
|
|
56246
|
+
},
|
|
56247
|
+
{
|
|
56248
|
+
"name": "tabBarVariant",
|
|
56249
|
+
"type": "\"default\" | \"pill\"",
|
|
56250
|
+
"complexType": {
|
|
56251
|
+
"original": "SwirlTabBarVariant",
|
|
56252
|
+
"resolved": "\"default\" | \"pill\"",
|
|
56253
|
+
"references": {
|
|
56254
|
+
"SwirlTabBarVariant": {
|
|
56255
|
+
"location": "import",
|
|
56256
|
+
"path": "../swirl-tab-bar/swirl-tab-bar",
|
|
56257
|
+
"id": "src/components/swirl-tab-bar/swirl-tab-bar.tsx::SwirlTabBarVariant"
|
|
56258
|
+
}
|
|
56259
|
+
}
|
|
56260
|
+
},
|
|
56261
|
+
"mutable": false,
|
|
56262
|
+
"attr": "tab-bar-variant",
|
|
56263
|
+
"reflectToAttr": false,
|
|
56264
|
+
"docs": "",
|
|
56265
|
+
"docsTags": [],
|
|
56266
|
+
"default": "\"default\"",
|
|
56267
|
+
"values": [
|
|
56268
|
+
{
|
|
56269
|
+
"value": "default",
|
|
56270
|
+
"type": "string"
|
|
56271
|
+
},
|
|
56272
|
+
{
|
|
56273
|
+
"value": "pill",
|
|
56274
|
+
"type": "string"
|
|
56275
|
+
}
|
|
56276
|
+
],
|
|
56277
|
+
"optional": true,
|
|
56278
|
+
"required": false
|
|
55989
56279
|
}
|
|
55990
56280
|
],
|
|
55991
56281
|
"methods": [
|
|
@@ -61050,6 +61340,11 @@
|
|
|
61050
61340
|
"docstring": "",
|
|
61051
61341
|
"path": "src/components/swirl-tab-bar/swirl-tab-bar.tsx"
|
|
61052
61342
|
},
|
|
61343
|
+
"src/components/swirl-tab-bar/swirl-tab-bar.tsx::SwirlTabBarVariant": {
|
|
61344
|
+
"declaration": "export type SwirlTabBarVariant = \"default\" | \"pill\";",
|
|
61345
|
+
"docstring": "",
|
|
61346
|
+
"path": "src/components/swirl-tab-bar/swirl-tab-bar.tsx"
|
|
61347
|
+
},
|
|
61053
61348
|
"src/components/swirl-table-column/swirl-table-column.tsx::SwirlTableColumnSort": {
|
|
61054
61349
|
"declaration": "export type SwirlTableColumnSort = \"ascending\" | \"descending\";",
|
|
61055
61350
|
"docstring": "",
|