@getflip/swirl-components 0.172.0 → 0.173.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 +39 -1
- package/dist/cjs/{focus-trap.esm-21561e09.js → focus-trap.esm-a1e3774c.js} +541 -179
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/cjs/swirl-modal.cjs.entry.js +1 -1
- package/dist/cjs/swirl-shell-layout.cjs.entry.js +1 -1
- package/dist/cjs/swirl-text.cjs.entry.js +5 -1
- package/dist/collection/assets/pdfjs/pdf.worker.min.js +1 -1
- package/dist/collection/components/swirl-text/swirl-text.js +28 -1
- package/dist/collection/components/swirl-text/swirl-text.spec.js +2 -2
- package/dist/components/assets/pdfjs/pdf.worker.min.js +1 -1
- package/dist/components/focus-trap.esm.js +541 -179
- package/dist/components/swirl-text2.js +7 -2
- package/dist/esm/{focus-trap.esm-37cd2d2b.js → focus-trap.esm-49c9613c.js} +541 -179
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-components.js +1 -1
- package/dist/esm/swirl-modal.entry.js +1 -1
- package/dist/esm/swirl-shell-layout.entry.js +1 -1
- package/dist/esm/swirl-text.entry.js +5 -1
- package/dist/swirl-components/{p-f69e0df8.entry.js → p-08a28031.entry.js} +1 -1
- package/dist/swirl-components/p-878dc806.js +10 -0
- package/dist/swirl-components/{p-208ad130.entry.js → p-8c722527.entry.js} +1 -1
- package/dist/swirl-components/{p-5d37ed5c.entry.js → p-dd1c0c51.entry.js} +1 -1
- package/dist/swirl-components/swirl-components.css +1 -1
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-text/swirl-text.d.ts +2 -0
- package/dist/types/components.d.ts +4 -2
- package/package.json +3 -3
- package/vscode-data.json +24 -0
- package/dist/swirl-components/p-c2e1dfdb.js +0 -10
package/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-03-
|
|
2
|
+
"timestamp": "2024-03-21T09:41:51",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "3.3.1",
|
|
@@ -38393,6 +38393,44 @@
|
|
|
38393
38393
|
],
|
|
38394
38394
|
"optional": true,
|
|
38395
38395
|
"required": false
|
|
38396
|
+
},
|
|
38397
|
+
{
|
|
38398
|
+
"name": "whiteSpace",
|
|
38399
|
+
"type": "\"break-spaces\" | \"normal\" | \"nowrap\" | \"pre\" | \"pre-line\" | \"pre-wrap\"",
|
|
38400
|
+
"mutable": false,
|
|
38401
|
+
"attr": "white-space",
|
|
38402
|
+
"reflectToAttr": false,
|
|
38403
|
+
"docs": "",
|
|
38404
|
+
"docsTags": [],
|
|
38405
|
+
"default": "\"normal\"",
|
|
38406
|
+
"values": [
|
|
38407
|
+
{
|
|
38408
|
+
"value": "break-spaces",
|
|
38409
|
+
"type": "string"
|
|
38410
|
+
},
|
|
38411
|
+
{
|
|
38412
|
+
"value": "normal",
|
|
38413
|
+
"type": "string"
|
|
38414
|
+
},
|
|
38415
|
+
{
|
|
38416
|
+
"value": "nowrap",
|
|
38417
|
+
"type": "string"
|
|
38418
|
+
},
|
|
38419
|
+
{
|
|
38420
|
+
"value": "pre",
|
|
38421
|
+
"type": "string"
|
|
38422
|
+
},
|
|
38423
|
+
{
|
|
38424
|
+
"value": "pre-line",
|
|
38425
|
+
"type": "string"
|
|
38426
|
+
},
|
|
38427
|
+
{
|
|
38428
|
+
"value": "pre-wrap",
|
|
38429
|
+
"type": "string"
|
|
38430
|
+
}
|
|
38431
|
+
],
|
|
38432
|
+
"optional": true,
|
|
38433
|
+
"required": false
|
|
38396
38434
|
}
|
|
38397
38435
|
],
|
|
38398
38436
|
"methods": [],
|