@getflip/swirl-components 0.516.0 → 0.517.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/components.json +24 -1
- package/dist/cjs/loader.cjs.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-file-viewer-audio_7.cjs.entry.js +4 -1
- package/dist/collection/components/swirl-chip/swirl-chip.js +20 -1
- package/dist/collection/components/swirl-file-viewer/viewers/swirl-file-viewer-video/swirl-file-viewer-video.js +4 -1
- package/dist/components/swirl-chip.js +1 -1
- package/dist/components/swirl-file-viewer-video2.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-chip.entry.js +1 -1
- package/dist/esm/swirl-components.js +1 -1
- package/dist/esm/swirl-file-viewer-audio_7.entry.js +4 -1
- package/dist/swirl-components/{p-d773cafa.entry.js → p-7bf07b6f.entry.js} +1 -1
- package/dist/swirl-components/p-f83576b1.entry.js +1 -0
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-chip/swirl-chip.d.ts +1 -0
- package/dist/types/components/swirl-file-viewer/viewers/swirl-file-viewer-video/swirl-file-viewer-video.d.ts +1 -0
- package/dist/types/components.d.ts +3 -0
- package/package.json +1 -1
- package/vscode-data.json +4 -0
- package/dist/swirl-components/p-0eb845e5.entry.js +0 -1
package/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-
|
|
2
|
+
"timestamp": "2026-08-04T08:23:29",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.1",
|
|
@@ -9884,6 +9884,29 @@
|
|
|
9884
9884
|
"getter": false,
|
|
9885
9885
|
"setter": false
|
|
9886
9886
|
},
|
|
9887
|
+
{
|
|
9888
|
+
"name": "swirlAriaLabel",
|
|
9889
|
+
"type": "string",
|
|
9890
|
+
"complexType": {
|
|
9891
|
+
"original": "string",
|
|
9892
|
+
"resolved": "string",
|
|
9893
|
+
"references": {}
|
|
9894
|
+
},
|
|
9895
|
+
"mutable": false,
|
|
9896
|
+
"attr": "swirl-aria-label",
|
|
9897
|
+
"reflectToAttr": false,
|
|
9898
|
+
"docs": "",
|
|
9899
|
+
"docsTags": [],
|
|
9900
|
+
"values": [
|
|
9901
|
+
{
|
|
9902
|
+
"type": "string"
|
|
9903
|
+
}
|
|
9904
|
+
],
|
|
9905
|
+
"optional": true,
|
|
9906
|
+
"required": false,
|
|
9907
|
+
"getter": false,
|
|
9908
|
+
"setter": false
|
|
9909
|
+
},
|
|
9887
9910
|
{
|
|
9888
9911
|
"name": "trailingIcon",
|
|
9889
9912
|
"type": "string",
|