@getflip/swirl-components 0.132.0 → 0.134.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 +41 -2
- package/dist/cjs/index-1de6abbd.js +4 -4
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/swirl-app-layout_6.cjs.entry.js +8 -3
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/cjs/swirl-icon-arrow-left_4.cjs.entry.js +5 -2
- package/dist/collection/components/swirl-resource-list/swirl-resource-list.js +1 -1
- package/dist/collection/components/swirl-resource-list/swirl-resource-list.spec.js +8 -5
- package/dist/collection/components/swirl-resource-list/swirl-resource-list.stories.js +3 -3
- package/dist/collection/components/swirl-resource-list-item/swirl-resource-list-item.css +30 -19
- package/dist/collection/components/swirl-resource-list-item/swirl-resource-list-item.js +23 -1
- package/dist/collection/components/swirl-resource-list-item/swirl-resource-list-item.spec.js +5 -3
- package/dist/collection/components/swirl-resource-list-item/swirl-resource-list-item.stories.js +1 -1
- package/dist/collection/components/swirl-thumbnail/swirl-thumbnail.css +33 -9
- package/dist/collection/components/swirl-thumbnail/swirl-thumbnail.js +21 -1
- package/dist/collection/components/swirl-thumbnail/swirl-thumbnail.spec.js +17 -2
- package/dist/components/swirl-resource-list-item2.js +8 -2
- package/dist/components/swirl-resource-list2.js +8 -2
- package/dist/components/swirl-thumbnail2.js +6 -2
- package/dist/esm/index-59244838.js +4 -4
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-app-layout_6.entry.js +8 -3
- package/dist/esm/swirl-components.js +1 -1
- package/dist/esm/swirl-icon-arrow-left_4.entry.js +5 -2
- package/dist/swirl-components/{p-8e6ec2e7.entry.js → p-538e75c0.entry.js} +1 -1
- package/dist/swirl-components/{p-782ebf73.entry.js → p-8d65d86c.entry.js} +1 -1
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-resource-list-item/swirl-resource-list-item.d.ts +2 -0
- package/dist/types/components/swirl-thumbnail/swirl-thumbnail.d.ts +1 -0
- package/dist/types/components.d.ts +4 -0
- package/package.json +1 -1
- package/vscode-data.json +8 -0
package/package.json
CHANGED
package/vscode-data.json
CHANGED
|
@@ -5382,6 +5382,10 @@
|
|
|
5382
5382
|
"name": "checked",
|
|
5383
5383
|
"description": ""
|
|
5384
5384
|
},
|
|
5385
|
+
{
|
|
5386
|
+
"name": "compact",
|
|
5387
|
+
"description": ""
|
|
5388
|
+
},
|
|
5385
5389
|
{
|
|
5386
5390
|
"name": "description",
|
|
5387
5391
|
"description": ""
|
|
@@ -7367,6 +7371,10 @@
|
|
|
7367
7371
|
}
|
|
7368
7372
|
]
|
|
7369
7373
|
},
|
|
7374
|
+
{
|
|
7375
|
+
"name": "interactive",
|
|
7376
|
+
"description": ""
|
|
7377
|
+
},
|
|
7370
7378
|
{
|
|
7371
7379
|
"name": "progress",
|
|
7372
7380
|
"description": ""
|