@getflip/swirl-components 0.525.0 → 0.527.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.
Files changed (43) hide show
  1. package/components.json +144 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/swirl-avatar-group.cjs.entry.js +4 -7
  4. package/dist/cjs/swirl-components.cjs.js +1 -1
  5. package/dist/cjs/swirl-data-cell-stack.cjs.entry.js +1 -1
  6. package/dist/cjs/swirl-data-cell.cjs.entry.js +15 -5
  7. package/dist/cjs/swirl-modal.cjs.entry.js +11 -8
  8. package/dist/collection/components/swirl-avatar-group/swirl-avatar-group.css +22 -22
  9. package/dist/collection/components/swirl-avatar-group/swirl-avatar-group.js +3 -6
  10. package/dist/collection/components/swirl-avatar-group/swirl-avatar-group.stories.js +14 -9
  11. package/dist/collection/components/swirl-data-cell/swirl-data-cell.css +60 -0
  12. package/dist/collection/components/swirl-data-cell/swirl-data-cell.js +98 -4
  13. package/dist/collection/components/swirl-data-cell/swirl-data-cell.stories.js +21 -0
  14. package/dist/collection/components/swirl-data-cell-stack/swirl-data-cell-stack.css +24 -0
  15. package/dist/collection/components/swirl-modal/swirl-modal.js +30 -8
  16. package/dist/collection/components/swirl-modal/swirl-modal.stories.js +3 -0
  17. package/dist/components/swirl-avatar-group.js +1 -1
  18. package/dist/components/swirl-data-cell-stack.js +1 -1
  19. package/dist/components/swirl-data-cell.js +1 -1
  20. package/dist/components/swirl-modal.js +1 -1
  21. package/dist/esm/loader.js +1 -1
  22. package/dist/esm/swirl-avatar-group.entry.js +4 -7
  23. package/dist/esm/swirl-components.js +1 -1
  24. package/dist/esm/swirl-data-cell-stack.entry.js +1 -1
  25. package/dist/esm/swirl-data-cell.entry.js +15 -5
  26. package/dist/esm/swirl-modal.entry.js +11 -8
  27. package/dist/swirl-components/p-222adad0.entry.js +1 -0
  28. package/dist/swirl-components/p-9d0a7cfc.entry.js +1 -0
  29. package/dist/swirl-components/p-c451c3fe.entry.js +1 -0
  30. package/dist/swirl-components/p-e80f6555.entry.js +1 -0
  31. package/dist/swirl-components/swirl-components.esm.js +1 -1
  32. package/dist/types/components/swirl-avatar-group/swirl-avatar-group.stories.d.ts +1 -0
  33. package/dist/types/components/swirl-data-cell/swirl-data-cell.d.ts +5 -0
  34. package/dist/types/components/swirl-data-cell/swirl-data-cell.stories.d.ts +1 -0
  35. package/dist/types/components/swirl-modal/swirl-modal.d.ts +1 -0
  36. package/dist/types/components/swirl-modal/swirl-modal.stories.d.ts +3 -0
  37. package/dist/types/components.d.ts +29 -2
  38. package/package.json +1 -1
  39. package/vscode-data.json +28 -0
  40. package/dist/swirl-components/p-0f092b29.entry.js +0 -1
  41. package/dist/swirl-components/p-25323c77.entry.js +0 -1
  42. package/dist/swirl-components/p-2b5d5d76.entry.js +0 -1
  43. package/dist/swirl-components/p-c24c27fd.entry.js +0 -1
package/components.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-09-07T09:03:37",
2
+ "timestamp": "2026-09-08T16:46:38",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.1",
@@ -10911,6 +10911,29 @@
10911
10911
  ],
10912
10912
  "usage": {},
10913
10913
  "props": [
10914
+ {
10915
+ "name": "href",
10916
+ "type": "string",
10917
+ "complexType": {
10918
+ "original": "string",
10919
+ "resolved": "string",
10920
+ "references": {}
10921
+ },
10922
+ "mutable": false,
10923
+ "attr": "href",
10924
+ "reflectToAttr": false,
10925
+ "docs": "",
10926
+ "docsTags": [],
10927
+ "values": [
10928
+ {
10929
+ "type": "string"
10930
+ }
10931
+ ],
10932
+ "optional": true,
10933
+ "required": false,
10934
+ "getter": false,
10935
+ "setter": false
10936
+ },
10914
10937
  {
10915
10938
  "name": "intent",
10916
10939
  "type": "\"critical\" | \"default\" | \"info\" | \"special\" | \"subdued\" | \"success\" | \"translucent\" | \"warning\"",
@@ -10975,6 +10998,35 @@
10975
10998
  "getter": false,
10976
10999
  "setter": false
10977
11000
  },
11001
+ {
11002
+ "name": "interactive",
11003
+ "type": "boolean",
11004
+ "complexType": {
11005
+ "original": "boolean",
11006
+ "resolved": "boolean",
11007
+ "references": {}
11008
+ },
11009
+ "mutable": false,
11010
+ "attr": "interactive",
11011
+ "reflectToAttr": false,
11012
+ "docs": "",
11013
+ "docsTags": [
11014
+ {
11015
+ "name": "default",
11016
+ "text": "false"
11017
+ }
11018
+ ],
11019
+ "default": "false",
11020
+ "values": [
11021
+ {
11022
+ "type": "boolean"
11023
+ }
11024
+ ],
11025
+ "optional": true,
11026
+ "required": false,
11027
+ "getter": false,
11028
+ "setter": false
11029
+ },
10978
11030
  {
10979
11031
  "name": "label",
10980
11032
  "type": "string",
@@ -10998,6 +11050,69 @@
10998
11050
  "getter": false,
10999
11051
  "setter": false
11000
11052
  },
11053
+ {
11054
+ "name": "linkTarget",
11055
+ "type": "string",
11056
+ "complexType": {
11057
+ "original": "string",
11058
+ "resolved": "string",
11059
+ "references": {}
11060
+ },
11061
+ "mutable": false,
11062
+ "attr": "link-target",
11063
+ "reflectToAttr": false,
11064
+ "docs": "",
11065
+ "docsTags": [],
11066
+ "values": [
11067
+ {
11068
+ "type": "string"
11069
+ }
11070
+ ],
11071
+ "optional": true,
11072
+ "required": false,
11073
+ "getter": false,
11074
+ "setter": false
11075
+ },
11076
+ {
11077
+ "name": "size",
11078
+ "type": "\"m\" | \"s\"",
11079
+ "complexType": {
11080
+ "original": "SwirlDataCellSize",
11081
+ "resolved": "\"m\" | \"s\"",
11082
+ "references": {
11083
+ "SwirlDataCellSize": {
11084
+ "location": "local",
11085
+ "path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-data-cell/swirl-data-cell.tsx",
11086
+ "id": "src/components/swirl-data-cell/swirl-data-cell.tsx::SwirlDataCellSize"
11087
+ }
11088
+ }
11089
+ },
11090
+ "mutable": false,
11091
+ "attr": "size",
11092
+ "reflectToAttr": true,
11093
+ "docs": "",
11094
+ "docsTags": [
11095
+ {
11096
+ "name": "default",
11097
+ "text": "\"m\""
11098
+ }
11099
+ ],
11100
+ "default": "\"m\"",
11101
+ "values": [
11102
+ {
11103
+ "value": "m",
11104
+ "type": "string"
11105
+ },
11106
+ {
11107
+ "value": "s",
11108
+ "type": "string"
11109
+ }
11110
+ ],
11111
+ "optional": true,
11112
+ "required": false,
11113
+ "getter": false,
11114
+ "setter": false
11115
+ },
11001
11116
  {
11002
11117
  "name": "tooltip",
11003
11118
  "type": "string",
@@ -69912,6 +70027,29 @@
69912
70027
  "getter": false,
69913
70028
  "setter": false
69914
70029
  },
70030
+ {
70031
+ "name": "disableBackdropClose",
70032
+ "type": "boolean",
70033
+ "complexType": {
70034
+ "original": "boolean",
70035
+ "resolved": "boolean",
70036
+ "references": {}
70037
+ },
70038
+ "mutable": false,
70039
+ "attr": "disable-backdrop-close",
70040
+ "reflectToAttr": false,
70041
+ "docs": "",
70042
+ "docsTags": [],
70043
+ "values": [
70044
+ {
70045
+ "type": "boolean"
70046
+ }
70047
+ ],
70048
+ "optional": true,
70049
+ "required": false,
70050
+ "getter": false,
70051
+ "setter": false
70052
+ },
69915
70053
  {
69916
70054
  "name": "fullscreenDisableButtonLabel",
69917
70055
  "type": "string",
@@ -99773,6 +99911,11 @@
99773
99911
  "docstring": "",
99774
99912
  "path": "src/components/swirl-data-cell/swirl-data-cell.tsx"
99775
99913
  },
99914
+ "src/components/swirl-data-cell/swirl-data-cell.tsx::SwirlDataCellSize": {
99915
+ "declaration": "export type SwirlDataCellSize = \"s\" | \"m\";",
99916
+ "docstring": "",
99917
+ "path": "src/components/swirl-data-cell/swirl-data-cell.tsx"
99918
+ },
99776
99919
  "src/components/swirl-dialog/swirl-dialog.tsx::SwirlDialogIntent": {
99777
99920
  "declaration": "export type SwirlDialogIntent = \"primary\" | \"critical\";",
99778
99921
  "docstring": "",