@getflip/swirl-components 0.490.0 → 0.491.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 +107 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/cjs/swirl-icon-check-small_2.cjs.entry.js +4 -3
- package/dist/cjs/swirl-toolbar.cjs.entry.js +2 -1
- package/dist/collection/components/swirl-option-list-item/swirl-option-list-item.css +1 -2
- package/dist/collection/components/swirl-option-list-item/swirl-option-list-item.js +38 -17
- package/dist/collection/components/swirl-toolbar/swirl-toolbar.js +29 -1
- package/dist/components/swirl-option-list-item2.js +1 -1
- package/dist/components/swirl-toolbar.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-components.js +1 -1
- package/dist/esm/swirl-icon-check-small_2.entry.js +4 -3
- package/dist/esm/swirl-toolbar.entry.js +2 -1
- package/dist/swirl-components/p-07a97079.entry.js +1 -0
- package/dist/swirl-components/p-639c4f84.entry.js +1 -0
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-option-list-item/swirl-option-list-item.d.ts +2 -1
- package/dist/types/components/swirl-toolbar/swirl-toolbar.d.ts +2 -0
- package/dist/types/components.d.ts +19 -1
- package/package.json +1 -1
- package/vscode-data.json +43 -0
- package/dist/swirl-components/p-1d9ff828.entry.js +0 -1
- package/dist/swirl-components/p-54a87a41.entry.js +0 -1
package/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-05-
|
|
2
|
+
"timestamp": "2026-05-13T07:56:02",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.1",
|
|
@@ -68156,6 +68156,35 @@
|
|
|
68156
68156
|
"getter": false,
|
|
68157
68157
|
"setter": false
|
|
68158
68158
|
},
|
|
68159
|
+
{
|
|
68160
|
+
"name": "minWidth",
|
|
68161
|
+
"type": "string",
|
|
68162
|
+
"complexType": {
|
|
68163
|
+
"original": "string",
|
|
68164
|
+
"resolved": "string",
|
|
68165
|
+
"references": {}
|
|
68166
|
+
},
|
|
68167
|
+
"mutable": false,
|
|
68168
|
+
"attr": "min-width",
|
|
68169
|
+
"reflectToAttr": false,
|
|
68170
|
+
"docs": "",
|
|
68171
|
+
"docsTags": [
|
|
68172
|
+
{
|
|
68173
|
+
"name": "default",
|
|
68174
|
+
"text": "\"15rem\""
|
|
68175
|
+
}
|
|
68176
|
+
],
|
|
68177
|
+
"default": "\"15rem\"",
|
|
68178
|
+
"values": [
|
|
68179
|
+
{
|
|
68180
|
+
"type": "string"
|
|
68181
|
+
}
|
|
68182
|
+
],
|
|
68183
|
+
"optional": true,
|
|
68184
|
+
"required": false,
|
|
68185
|
+
"getter": false,
|
|
68186
|
+
"setter": false
|
|
68187
|
+
},
|
|
68159
68188
|
{
|
|
68160
68189
|
"name": "selected",
|
|
68161
68190
|
"type": "boolean",
|
|
@@ -92766,6 +92795,83 @@
|
|
|
92766
92795
|
"required": false,
|
|
92767
92796
|
"getter": false,
|
|
92768
92797
|
"setter": false
|
|
92798
|
+
},
|
|
92799
|
+
{
|
|
92800
|
+
"name": "spacing",
|
|
92801
|
+
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
|
|
92802
|
+
"complexType": {
|
|
92803
|
+
"original": "SwirlStackSpacing",
|
|
92804
|
+
"resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
|
|
92805
|
+
"references": {
|
|
92806
|
+
"SwirlStackSpacing": {
|
|
92807
|
+
"location": "import",
|
|
92808
|
+
"path": "../swirl-stack/swirl-stack",
|
|
92809
|
+
"id": "src/components/swirl-stack/swirl-stack.tsx::SwirlStackSpacing",
|
|
92810
|
+
"referenceLocation": "SwirlStackSpacing"
|
|
92811
|
+
}
|
|
92812
|
+
}
|
|
92813
|
+
},
|
|
92814
|
+
"mutable": false,
|
|
92815
|
+
"attr": "spacing",
|
|
92816
|
+
"reflectToAttr": false,
|
|
92817
|
+
"docs": "",
|
|
92818
|
+
"docsTags": [
|
|
92819
|
+
{
|
|
92820
|
+
"name": "default",
|
|
92821
|
+
"text": "\"8\""
|
|
92822
|
+
}
|
|
92823
|
+
],
|
|
92824
|
+
"default": "\"8\"",
|
|
92825
|
+
"values": [
|
|
92826
|
+
{
|
|
92827
|
+
"value": "0",
|
|
92828
|
+
"type": "string"
|
|
92829
|
+
},
|
|
92830
|
+
{
|
|
92831
|
+
"value": "12",
|
|
92832
|
+
"type": "string"
|
|
92833
|
+
},
|
|
92834
|
+
{
|
|
92835
|
+
"value": "16",
|
|
92836
|
+
"type": "string"
|
|
92837
|
+
},
|
|
92838
|
+
{
|
|
92839
|
+
"value": "2",
|
|
92840
|
+
"type": "string"
|
|
92841
|
+
},
|
|
92842
|
+
{
|
|
92843
|
+
"value": "24",
|
|
92844
|
+
"type": "string"
|
|
92845
|
+
},
|
|
92846
|
+
{
|
|
92847
|
+
"value": "32",
|
|
92848
|
+
"type": "string"
|
|
92849
|
+
},
|
|
92850
|
+
{
|
|
92851
|
+
"value": "4",
|
|
92852
|
+
"type": "string"
|
|
92853
|
+
},
|
|
92854
|
+
{
|
|
92855
|
+
"value": "40",
|
|
92856
|
+
"type": "string"
|
|
92857
|
+
},
|
|
92858
|
+
{
|
|
92859
|
+
"value": "48",
|
|
92860
|
+
"type": "string"
|
|
92861
|
+
},
|
|
92862
|
+
{
|
|
92863
|
+
"value": "64",
|
|
92864
|
+
"type": "string"
|
|
92865
|
+
},
|
|
92866
|
+
{
|
|
92867
|
+
"value": "8",
|
|
92868
|
+
"type": "string"
|
|
92869
|
+
}
|
|
92870
|
+
],
|
|
92871
|
+
"optional": true,
|
|
92872
|
+
"required": false,
|
|
92873
|
+
"getter": false,
|
|
92874
|
+
"setter": false
|
|
92769
92875
|
}
|
|
92770
92876
|
],
|
|
92771
92877
|
"methods": [],
|