@getflip/swirl-components 0.518.0 → 0.519.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 +3 -3
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/swirl-avatar-group.cjs.entry.js +1 -1
- package/dist/cjs/swirl-avatar.cjs.entry.js +2 -2
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/cjs/swirl-resource-list-item.cjs.entry.js +4 -4
- package/dist/collection/components/swirl-avatar/swirl-avatar.css +30 -51
- package/dist/collection/components/swirl-avatar/swirl-avatar.js +3 -3
- package/dist/collection/components/swirl-avatar-group/swirl-avatar-group.css +3 -3
- package/dist/collection/components/swirl-avatar-group/swirl-avatar-group.stories.js +13 -0
- package/dist/collection/components/swirl-resource-list-item/swirl-resource-list-item.css +6 -10
- package/dist/collection/components/swirl-resource-list-item/swirl-resource-list-item.js +3 -3
- package/dist/components/swirl-avatar-group.js +1 -1
- package/dist/components/swirl-avatar.js +1 -1
- package/dist/components/swirl-resource-list-item.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-avatar-group.entry.js +1 -1
- package/dist/esm/swirl-avatar.entry.js +2 -2
- package/dist/esm/swirl-components.js +1 -1
- package/dist/esm/swirl-resource-list-item.entry.js +4 -4
- package/dist/swirl-components/p-49710fa6.entry.js +1 -0
- package/dist/swirl-components/{p-551338d0.entry.js → p-9b8bf427.entry.js} +1 -1
- package/dist/swirl-components/p-e0208125.entry.js +1 -0
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-avatar-group/swirl-avatar-group.stories.d.ts +1 -0
- package/package.json +2 -2
- package/dist/swirl-components/p-2ddb8ae8.entry.js +0 -1
- package/dist/swirl-components/p-50897889.entry.js +0 -1
package/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-08-
|
|
2
|
+
"timestamp": "2026-08-19T13:46:27",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.1",
|
|
@@ -3562,7 +3562,7 @@
|
|
|
3562
3562
|
},
|
|
3563
3563
|
"mutable": false,
|
|
3564
3564
|
"attr": "size",
|
|
3565
|
-
"reflectToAttr":
|
|
3565
|
+
"reflectToAttr": true,
|
|
3566
3566
|
"docs": "",
|
|
3567
3567
|
"docsTags": [
|
|
3568
3568
|
{
|
|
@@ -3689,7 +3689,7 @@
|
|
|
3689
3689
|
},
|
|
3690
3690
|
"mutable": false,
|
|
3691
3691
|
"attr": "variant",
|
|
3692
|
-
"reflectToAttr":
|
|
3692
|
+
"reflectToAttr": true,
|
|
3693
3693
|
"docs": "",
|
|
3694
3694
|
"docsTags": [
|
|
3695
3695
|
{
|