@getflip/swirl-components 0.389.1 → 0.391.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 +123 -4
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/swirl-avatar.cjs.entry.js +2 -2
- package/dist/cjs/swirl-color-input.cjs.entry.js +2 -2
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/cjs/swirl-date-input.cjs.entry.js +17 -8
- package/dist/cjs/swirl-form-control.cjs.entry.js +16 -2
- package/dist/cjs/swirl-text-input.cjs.entry.js +4 -4
- package/dist/cjs/swirl-time-input.cjs.entry.js +1 -1
- package/dist/collection/components/swirl-avatar/swirl-avatar.css +5 -0
- package/dist/collection/components/swirl-avatar/swirl-avatar.js +2 -2
- package/dist/collection/components/swirl-color-input/swirl-color-input.js +21 -2
- package/dist/collection/components/swirl-date-input/swirl-date-input.js +37 -9
- package/dist/collection/components/swirl-form-control/swirl-form-control.css +6 -16
- package/dist/collection/components/swirl-form-control/swirl-form-control.js +36 -1
- package/dist/collection/components/swirl-text-input/swirl-text-input.css +1 -5
- package/dist/collection/components/swirl-text-input/swirl-text-input.js +22 -3
- package/dist/collection/components/swirl-time-input/swirl-time-input.js +20 -1
- package/dist/components/assets/pdfjs/pdf.worker.min.mjs +1 -4
- package/dist/components/swirl-avatar.js +2 -2
- package/dist/components/swirl-color-input.js +4 -3
- package/dist/components/swirl-date-input.js +19 -9
- package/dist/components/swirl-form-control.js +18 -2
- package/dist/components/swirl-text-input2.js +5 -4
- package/dist/components/swirl-time-input.js +2 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-avatar.entry.js +2 -2
- package/dist/esm/swirl-color-input.entry.js +2 -2
- package/dist/esm/swirl-components.js +1 -1
- package/dist/esm/swirl-date-input.entry.js +17 -8
- package/dist/esm/swirl-form-control.entry.js +16 -2
- package/dist/esm/swirl-text-input.entry.js +4 -4
- package/dist/esm/swirl-time-input.entry.js +1 -1
- package/dist/swirl-components/p-180ed63e.entry.js +1 -0
- package/dist/swirl-components/{p-a320aae9.entry.js → p-3cb7f345.entry.js} +1 -1
- package/dist/swirl-components/{p-87554dba.entry.js → p-57dfce0c.entry.js} +1 -1
- package/dist/swirl-components/p-81b2e380.entry.js +1 -0
- package/dist/swirl-components/p-81ee71b8.entry.js +1 -0
- package/dist/swirl-components/{p-e7744a13.entry.js → p-d1fa14ba.entry.js} +1 -1
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-avatar/swirl-avatar.d.ts +1 -1
- package/dist/types/components/swirl-color-input/swirl-color-input.d.ts +1 -0
- package/dist/types/components/swirl-date-input/swirl-date-input.d.ts +3 -2
- package/dist/types/components/swirl-form-control/swirl-form-control.d.ts +2 -0
- package/dist/types/components/swirl-text-input/swirl-text-input.d.ts +1 -0
- package/dist/types/components/swirl-time-input/swirl-time-input.d.ts +1 -0
- package/dist/types/components.d.ts +10 -0
- package/package.json +1 -1
- package/vscode-data.json +23 -0
- package/dist/swirl-components/p-5dd8a1b1.entry.js +0 -1
- package/dist/swirl-components/p-90243eec.entry.js +0 -1
- package/dist/swirl-components/p-d17cd35b.entry.js +0 -1
package/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-10-
|
|
2
|
+
"timestamp": "2025-10-07T09:11:34",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.35.0",
|
|
@@ -3190,10 +3190,10 @@
|
|
|
3190
3190
|
},
|
|
3191
3191
|
{
|
|
3192
3192
|
"name": "color",
|
|
3193
|
-
"type": "\"banana\" | \"blueberry\" | \"chilli\" | \"grape\" | \"kiwi\" | \"pumpkin\" | \"radish\"",
|
|
3193
|
+
"type": "\"banana\" | \"blueberry\" | \"chilli\" | \"grape\" | \"kiwi\" | \"neutral\" | \"pumpkin\" | \"radish\"",
|
|
3194
3194
|
"complexType": {
|
|
3195
3195
|
"original": "SwirlAvatarColor",
|
|
3196
|
-
"resolved": "\"banana\" | \"blueberry\" | \"chilli\" | \"grape\" | \"kiwi\" | \"pumpkin\" | \"radish\"",
|
|
3196
|
+
"resolved": "\"banana\" | \"blueberry\" | \"chilli\" | \"grape\" | \"kiwi\" | \"neutral\" | \"pumpkin\" | \"radish\"",
|
|
3197
3197
|
"references": {
|
|
3198
3198
|
"SwirlAvatarColor": {
|
|
3199
3199
|
"location": "local",
|
|
@@ -3234,6 +3234,10 @@
|
|
|
3234
3234
|
"value": "kiwi",
|
|
3235
3235
|
"type": "string"
|
|
3236
3236
|
},
|
|
3237
|
+
{
|
|
3238
|
+
"value": "neutral",
|
|
3239
|
+
"type": "string"
|
|
3240
|
+
},
|
|
3237
3241
|
{
|
|
3238
3242
|
"value": "pumpkin",
|
|
3239
3243
|
"type": "string"
|
|
@@ -9329,6 +9333,29 @@
|
|
|
9329
9333
|
"getter": false,
|
|
9330
9334
|
"setter": false
|
|
9331
9335
|
},
|
|
9336
|
+
{
|
|
9337
|
+
"name": "readonly",
|
|
9338
|
+
"type": "boolean",
|
|
9339
|
+
"complexType": {
|
|
9340
|
+
"original": "boolean",
|
|
9341
|
+
"resolved": "boolean",
|
|
9342
|
+
"references": {}
|
|
9343
|
+
},
|
|
9344
|
+
"mutable": false,
|
|
9345
|
+
"attr": "readonly",
|
|
9346
|
+
"reflectToAttr": false,
|
|
9347
|
+
"docs": "",
|
|
9348
|
+
"docsTags": [],
|
|
9349
|
+
"values": [
|
|
9350
|
+
{
|
|
9351
|
+
"type": "boolean"
|
|
9352
|
+
}
|
|
9353
|
+
],
|
|
9354
|
+
"optional": true,
|
|
9355
|
+
"required": false,
|
|
9356
|
+
"getter": false,
|
|
9357
|
+
"setter": false
|
|
9358
|
+
},
|
|
9332
9359
|
{
|
|
9333
9360
|
"name": "required",
|
|
9334
9361
|
"type": "boolean",
|
|
@@ -10492,6 +10519,29 @@
|
|
|
10492
10519
|
"getter": false,
|
|
10493
10520
|
"setter": false
|
|
10494
10521
|
},
|
|
10522
|
+
{
|
|
10523
|
+
"name": "readonly",
|
|
10524
|
+
"type": "boolean",
|
|
10525
|
+
"complexType": {
|
|
10526
|
+
"original": "boolean",
|
|
10527
|
+
"resolved": "boolean",
|
|
10528
|
+
"references": {}
|
|
10529
|
+
},
|
|
10530
|
+
"mutable": false,
|
|
10531
|
+
"attr": "readonly",
|
|
10532
|
+
"reflectToAttr": false,
|
|
10533
|
+
"docs": "",
|
|
10534
|
+
"docsTags": [],
|
|
10535
|
+
"values": [
|
|
10536
|
+
{
|
|
10537
|
+
"type": "boolean"
|
|
10538
|
+
}
|
|
10539
|
+
],
|
|
10540
|
+
"optional": true,
|
|
10541
|
+
"required": false,
|
|
10542
|
+
"getter": false,
|
|
10543
|
+
"setter": false
|
|
10544
|
+
},
|
|
10495
10545
|
{
|
|
10496
10546
|
"name": "required",
|
|
10497
10547
|
"type": "boolean",
|
|
@@ -15186,6 +15236,29 @@
|
|
|
15186
15236
|
"getter": false,
|
|
15187
15237
|
"setter": false
|
|
15188
15238
|
},
|
|
15239
|
+
{
|
|
15240
|
+
"name": "readonly",
|
|
15241
|
+
"type": "boolean",
|
|
15242
|
+
"complexType": {
|
|
15243
|
+
"original": "boolean",
|
|
15244
|
+
"resolved": "boolean",
|
|
15245
|
+
"references": {}
|
|
15246
|
+
},
|
|
15247
|
+
"mutable": false,
|
|
15248
|
+
"attr": "readonly",
|
|
15249
|
+
"reflectToAttr": false,
|
|
15250
|
+
"docs": "",
|
|
15251
|
+
"docsTags": [],
|
|
15252
|
+
"values": [
|
|
15253
|
+
{
|
|
15254
|
+
"type": "boolean"
|
|
15255
|
+
}
|
|
15256
|
+
],
|
|
15257
|
+
"optional": true,
|
|
15258
|
+
"required": false,
|
|
15259
|
+
"getter": false,
|
|
15260
|
+
"setter": false
|
|
15261
|
+
},
|
|
15189
15262
|
{
|
|
15190
15263
|
"name": "secondaryLabel",
|
|
15191
15264
|
"type": "string",
|
|
@@ -76638,6 +76711,29 @@
|
|
|
76638
76711
|
"getter": false,
|
|
76639
76712
|
"setter": false
|
|
76640
76713
|
},
|
|
76714
|
+
{
|
|
76715
|
+
"name": "readonly",
|
|
76716
|
+
"type": "boolean",
|
|
76717
|
+
"complexType": {
|
|
76718
|
+
"original": "boolean",
|
|
76719
|
+
"resolved": "boolean",
|
|
76720
|
+
"references": {}
|
|
76721
|
+
},
|
|
76722
|
+
"mutable": false,
|
|
76723
|
+
"attr": "readonly",
|
|
76724
|
+
"reflectToAttr": false,
|
|
76725
|
+
"docs": "",
|
|
76726
|
+
"docsTags": [],
|
|
76727
|
+
"values": [
|
|
76728
|
+
{
|
|
76729
|
+
"type": "boolean"
|
|
76730
|
+
}
|
|
76731
|
+
],
|
|
76732
|
+
"optional": true,
|
|
76733
|
+
"required": false,
|
|
76734
|
+
"getter": false,
|
|
76735
|
+
"setter": false
|
|
76736
|
+
},
|
|
76641
76737
|
{
|
|
76642
76738
|
"name": "required",
|
|
76643
76739
|
"type": "boolean",
|
|
@@ -77981,6 +78077,29 @@
|
|
|
77981
78077
|
"getter": false,
|
|
77982
78078
|
"setter": false
|
|
77983
78079
|
},
|
|
78080
|
+
{
|
|
78081
|
+
"name": "readonly",
|
|
78082
|
+
"type": "boolean",
|
|
78083
|
+
"complexType": {
|
|
78084
|
+
"original": "boolean",
|
|
78085
|
+
"resolved": "boolean",
|
|
78086
|
+
"references": {}
|
|
78087
|
+
},
|
|
78088
|
+
"mutable": false,
|
|
78089
|
+
"attr": "readonly",
|
|
78090
|
+
"reflectToAttr": false,
|
|
78091
|
+
"docs": "",
|
|
78092
|
+
"docsTags": [],
|
|
78093
|
+
"values": [
|
|
78094
|
+
{
|
|
78095
|
+
"type": "boolean"
|
|
78096
|
+
}
|
|
78097
|
+
],
|
|
78098
|
+
"optional": true,
|
|
78099
|
+
"required": false,
|
|
78100
|
+
"getter": false,
|
|
78101
|
+
"setter": false
|
|
78102
|
+
},
|
|
77984
78103
|
{
|
|
77985
78104
|
"name": "required",
|
|
77986
78105
|
"type": "boolean",
|
|
@@ -80668,7 +80787,7 @@
|
|
|
80668
80787
|
"path": "src/components/swirl-avatar/swirl-avatar.tsx"
|
|
80669
80788
|
},
|
|
80670
80789
|
"src/components/swirl-avatar/swirl-avatar.tsx::SwirlAvatarColor": {
|
|
80671
|
-
"declaration": "export type SwirlAvatarColor =\n | \"banana\"\n | \"blueberry\"\n | \"chilli\"\n | \"grape\"\n | \"kiwi\"\n | \"pumpkin\"\n | \"radish\";",
|
|
80790
|
+
"declaration": "export type SwirlAvatarColor =\n | \"banana\"\n | \"blueberry\"\n | \"chilli\"\n | \"grape\"\n | \"kiwi\"\n | \"neutral\"\n | \"pumpkin\"\n | \"radish\";",
|
|
80672
80791
|
"docstring": "",
|
|
80673
80792
|
"path": "src/components/swirl-avatar/swirl-avatar.tsx"
|
|
80674
80793
|
},
|