@getflip/swirl-components 0.433.0 → 0.434.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 +116 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/swirl-box.cjs.entry.js +8 -3
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/collection/components/swirl-box/swirl-box.css +8 -0
- package/dist/collection/components/swirl-box/swirl-box.js +76 -2
- package/dist/components/assets/pdfjs/pdf.worker.min.mjs +1 -1
- package/dist/components/swirl-box2.js +11 -3
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-box.entry.js +8 -3
- package/dist/esm/swirl-components.js +1 -1
- package/dist/swirl-components/p-30a16008.entry.js +1 -0
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-box/swirl-box.d.ts +3 -0
- package/dist/types/components.d.ts +6 -0
- package/package.json +1 -1
- package/vscode-data.json +46 -0
- package/dist/swirl-components/p-6600bc56.entry.js +0 -1
package/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-02-
|
|
2
|
+
"timestamp": "2026-02-10T08:43:25",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.35.0",
|
|
@@ -4830,6 +4830,29 @@
|
|
|
4830
4830
|
"getter": false,
|
|
4831
4831
|
"setter": false
|
|
4832
4832
|
},
|
|
4833
|
+
{
|
|
4834
|
+
"name": "hideScrollbar",
|
|
4835
|
+
"type": "boolean",
|
|
4836
|
+
"complexType": {
|
|
4837
|
+
"original": "boolean",
|
|
4838
|
+
"resolved": "boolean",
|
|
4839
|
+
"references": {}
|
|
4840
|
+
},
|
|
4841
|
+
"mutable": false,
|
|
4842
|
+
"attr": "hide-scrollbar",
|
|
4843
|
+
"reflectToAttr": false,
|
|
4844
|
+
"docs": "",
|
|
4845
|
+
"docsTags": [],
|
|
4846
|
+
"values": [
|
|
4847
|
+
{
|
|
4848
|
+
"type": "boolean"
|
|
4849
|
+
}
|
|
4850
|
+
],
|
|
4851
|
+
"optional": true,
|
|
4852
|
+
"required": false,
|
|
4853
|
+
"getter": false,
|
|
4854
|
+
"setter": false
|
|
4855
|
+
},
|
|
4833
4856
|
{
|
|
4834
4857
|
"name": "left",
|
|
4835
4858
|
"type": "string",
|
|
@@ -4997,6 +5020,98 @@
|
|
|
4997
5020
|
"getter": false,
|
|
4998
5021
|
"setter": false
|
|
4999
5022
|
},
|
|
5023
|
+
{
|
|
5024
|
+
"name": "overflowX",
|
|
5025
|
+
"type": "\"auto\" | \"clip\" | \"hidden\" | \"scroll\" | \"visible\"",
|
|
5026
|
+
"complexType": {
|
|
5027
|
+
"original": "SwirlBoxOverflow",
|
|
5028
|
+
"resolved": "\"auto\" | \"clip\" | \"hidden\" | \"scroll\" | \"visible\"",
|
|
5029
|
+
"references": {
|
|
5030
|
+
"SwirlBoxOverflow": {
|
|
5031
|
+
"location": "local",
|
|
5032
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-box/swirl-box.tsx",
|
|
5033
|
+
"id": "src/components/swirl-box/swirl-box.tsx::SwirlBoxOverflow"
|
|
5034
|
+
}
|
|
5035
|
+
}
|
|
5036
|
+
},
|
|
5037
|
+
"mutable": false,
|
|
5038
|
+
"attr": "overflow-x",
|
|
5039
|
+
"reflectToAttr": false,
|
|
5040
|
+
"docs": "",
|
|
5041
|
+
"docsTags": [],
|
|
5042
|
+
"values": [
|
|
5043
|
+
{
|
|
5044
|
+
"value": "auto",
|
|
5045
|
+
"type": "string"
|
|
5046
|
+
},
|
|
5047
|
+
{
|
|
5048
|
+
"value": "clip",
|
|
5049
|
+
"type": "string"
|
|
5050
|
+
},
|
|
5051
|
+
{
|
|
5052
|
+
"value": "hidden",
|
|
5053
|
+
"type": "string"
|
|
5054
|
+
},
|
|
5055
|
+
{
|
|
5056
|
+
"value": "scroll",
|
|
5057
|
+
"type": "string"
|
|
5058
|
+
},
|
|
5059
|
+
{
|
|
5060
|
+
"value": "visible",
|
|
5061
|
+
"type": "string"
|
|
5062
|
+
}
|
|
5063
|
+
],
|
|
5064
|
+
"optional": true,
|
|
5065
|
+
"required": false,
|
|
5066
|
+
"getter": false,
|
|
5067
|
+
"setter": false
|
|
5068
|
+
},
|
|
5069
|
+
{
|
|
5070
|
+
"name": "overflowY",
|
|
5071
|
+
"type": "\"auto\" | \"clip\" | \"hidden\" | \"scroll\" | \"visible\"",
|
|
5072
|
+
"complexType": {
|
|
5073
|
+
"original": "SwirlBoxOverflow",
|
|
5074
|
+
"resolved": "\"auto\" | \"clip\" | \"hidden\" | \"scroll\" | \"visible\"",
|
|
5075
|
+
"references": {
|
|
5076
|
+
"SwirlBoxOverflow": {
|
|
5077
|
+
"location": "local",
|
|
5078
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-box/swirl-box.tsx",
|
|
5079
|
+
"id": "src/components/swirl-box/swirl-box.tsx::SwirlBoxOverflow"
|
|
5080
|
+
}
|
|
5081
|
+
}
|
|
5082
|
+
},
|
|
5083
|
+
"mutable": false,
|
|
5084
|
+
"attr": "overflow-y",
|
|
5085
|
+
"reflectToAttr": false,
|
|
5086
|
+
"docs": "",
|
|
5087
|
+
"docsTags": [],
|
|
5088
|
+
"values": [
|
|
5089
|
+
{
|
|
5090
|
+
"value": "auto",
|
|
5091
|
+
"type": "string"
|
|
5092
|
+
},
|
|
5093
|
+
{
|
|
5094
|
+
"value": "clip",
|
|
5095
|
+
"type": "string"
|
|
5096
|
+
},
|
|
5097
|
+
{
|
|
5098
|
+
"value": "hidden",
|
|
5099
|
+
"type": "string"
|
|
5100
|
+
},
|
|
5101
|
+
{
|
|
5102
|
+
"value": "scroll",
|
|
5103
|
+
"type": "string"
|
|
5104
|
+
},
|
|
5105
|
+
{
|
|
5106
|
+
"value": "visible",
|
|
5107
|
+
"type": "string"
|
|
5108
|
+
}
|
|
5109
|
+
],
|
|
5110
|
+
"optional": true,
|
|
5111
|
+
"required": false,
|
|
5112
|
+
"getter": false,
|
|
5113
|
+
"setter": false
|
|
5114
|
+
},
|
|
5000
5115
|
{
|
|
5001
5116
|
"name": "padding",
|
|
5002
5117
|
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"32\" | \"4\" | \"8\"",
|