@getflip/swirl-components 0.404.0 → 0.406.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 +117 -12
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/cjs/swirl-popover_2.cjs.entry.js +1 -1
- package/dist/cjs/swirl-tooltip.cjs.entry.js +42 -40
- package/dist/collection/components/swirl-popover/swirl-popover.css +4 -7
- package/dist/collection/components/swirl-tooltip/swirl-tooltip.css +3 -4
- package/dist/collection/components/swirl-tooltip/swirl-tooltip.js +124 -50
- package/dist/components/assets/pdfjs/pdf.worker.min.mjs +1 -1
- package/dist/components/swirl-popover2.js +1 -1
- package/dist/components/swirl-tooltip2.js +47 -43
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-components.js +1 -1
- package/dist/esm/swirl-popover_2.entry.js +1 -1
- package/dist/esm/swirl-tooltip.entry.js +43 -41
- package/dist/swirl-components/p-31157c43.entry.js +1 -0
- package/dist/swirl-components/p-691a2260.entry.js +1 -0
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-tooltip/swirl-tooltip.d.ts +8 -9
- package/dist/types/components.d.ts +16 -8
- package/package.json +1 -1
- package/vscode-data.json +14 -2
- package/dist/swirl-components/p-8293861d.entry.js +0 -1
- package/dist/swirl-components/p-e8c9b581.entry.js +0 -1
package/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-11-
|
|
2
|
+
"timestamp": "2025-11-06T07:47:04",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.35.0",
|
|
@@ -79379,27 +79379,38 @@
|
|
|
79379
79379
|
"setter": false
|
|
79380
79380
|
},
|
|
79381
79381
|
{
|
|
79382
|
-
"name": "
|
|
79383
|
-
"type": "
|
|
79382
|
+
"name": "intent",
|
|
79383
|
+
"type": "\"default\" | \"info\"",
|
|
79384
79384
|
"complexType": {
|
|
79385
|
-
"original": "
|
|
79386
|
-
"resolved": "
|
|
79387
|
-
"references": {
|
|
79385
|
+
"original": "SwirlTooltipIntent",
|
|
79386
|
+
"resolved": "\"default\" | \"info\"",
|
|
79387
|
+
"references": {
|
|
79388
|
+
"SwirlTooltipIntent": {
|
|
79389
|
+
"location": "local",
|
|
79390
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-tooltip/swirl-tooltip.tsx",
|
|
79391
|
+
"id": "src/components/swirl-tooltip/swirl-tooltip.tsx::SwirlTooltipIntent"
|
|
79392
|
+
}
|
|
79393
|
+
}
|
|
79388
79394
|
},
|
|
79389
79395
|
"mutable": false,
|
|
79390
|
-
"attr": "
|
|
79396
|
+
"attr": "intent",
|
|
79391
79397
|
"reflectToAttr": false,
|
|
79392
|
-
"docs": "
|
|
79398
|
+
"docs": "",
|
|
79393
79399
|
"docsTags": [
|
|
79394
79400
|
{
|
|
79395
79401
|
"name": "default",
|
|
79396
|
-
"text": "
|
|
79402
|
+
"text": "\"default\""
|
|
79397
79403
|
}
|
|
79398
79404
|
],
|
|
79399
|
-
"default": "
|
|
79405
|
+
"default": "\"default\"",
|
|
79400
79406
|
"values": [
|
|
79401
79407
|
{
|
|
79402
|
-
"
|
|
79408
|
+
"value": "default",
|
|
79409
|
+
"type": "string"
|
|
79410
|
+
},
|
|
79411
|
+
{
|
|
79412
|
+
"value": "info",
|
|
79413
|
+
"type": "string"
|
|
79403
79414
|
}
|
|
79404
79415
|
],
|
|
79405
79416
|
"optional": false,
|
|
@@ -79494,9 +79505,93 @@
|
|
|
79494
79505
|
"required": false,
|
|
79495
79506
|
"getter": false,
|
|
79496
79507
|
"setter": false
|
|
79508
|
+
},
|
|
79509
|
+
{
|
|
79510
|
+
"name": "trigger",
|
|
79511
|
+
"type": "SwirlTooltipTrigger[]",
|
|
79512
|
+
"complexType": {
|
|
79513
|
+
"original": "SwirlTooltipTrigger[]",
|
|
79514
|
+
"resolved": "SwirlTooltipTrigger[]",
|
|
79515
|
+
"references": {
|
|
79516
|
+
"SwirlTooltipTrigger": {
|
|
79517
|
+
"location": "local",
|
|
79518
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-tooltip/swirl-tooltip.tsx",
|
|
79519
|
+
"id": "src/components/swirl-tooltip/swirl-tooltip.tsx::SwirlTooltipTrigger"
|
|
79520
|
+
}
|
|
79521
|
+
}
|
|
79522
|
+
},
|
|
79523
|
+
"mutable": false,
|
|
79524
|
+
"attr": "trigger",
|
|
79525
|
+
"reflectToAttr": false,
|
|
79526
|
+
"docs": "",
|
|
79527
|
+
"docsTags": [
|
|
79528
|
+
{
|
|
79529
|
+
"name": "default",
|
|
79530
|
+
"text": "[\"focus\", \"hover\"]"
|
|
79531
|
+
}
|
|
79532
|
+
],
|
|
79533
|
+
"default": "[\"focus\", \"hover\"]",
|
|
79534
|
+
"values": [
|
|
79535
|
+
{
|
|
79536
|
+
"type": "SwirlTooltipTrigger[]"
|
|
79537
|
+
}
|
|
79538
|
+
],
|
|
79539
|
+
"optional": false,
|
|
79540
|
+
"required": false,
|
|
79541
|
+
"getter": false,
|
|
79542
|
+
"setter": false
|
|
79543
|
+
}
|
|
79544
|
+
],
|
|
79545
|
+
"methods": [
|
|
79546
|
+
{
|
|
79547
|
+
"name": "hide",
|
|
79548
|
+
"returns": {
|
|
79549
|
+
"type": "Promise<void>",
|
|
79550
|
+
"docs": ""
|
|
79551
|
+
},
|
|
79552
|
+
"complexType": {
|
|
79553
|
+
"signature": "() => Promise<void>",
|
|
79554
|
+
"parameters": [],
|
|
79555
|
+
"references": {
|
|
79556
|
+
"Promise": {
|
|
79557
|
+
"location": "global",
|
|
79558
|
+
"id": "global::Promise"
|
|
79559
|
+
}
|
|
79560
|
+
},
|
|
79561
|
+
"return": "Promise<void>"
|
|
79562
|
+
},
|
|
79563
|
+
"signature": "hide() => Promise<void>",
|
|
79564
|
+
"parameters": [],
|
|
79565
|
+
"docs": "",
|
|
79566
|
+
"docsTags": []
|
|
79567
|
+
},
|
|
79568
|
+
{
|
|
79569
|
+
"name": "show",
|
|
79570
|
+
"returns": {
|
|
79571
|
+
"type": "Promise<void>",
|
|
79572
|
+
"docs": ""
|
|
79573
|
+
},
|
|
79574
|
+
"complexType": {
|
|
79575
|
+
"signature": "() => Promise<void>",
|
|
79576
|
+
"parameters": [],
|
|
79577
|
+
"references": {
|
|
79578
|
+
"Promise": {
|
|
79579
|
+
"location": "global",
|
|
79580
|
+
"id": "global::Promise"
|
|
79581
|
+
},
|
|
79582
|
+
"HTMLElement": {
|
|
79583
|
+
"location": "global",
|
|
79584
|
+
"id": "global::HTMLElement"
|
|
79585
|
+
}
|
|
79586
|
+
},
|
|
79587
|
+
"return": "Promise<void>"
|
|
79588
|
+
},
|
|
79589
|
+
"signature": "show() => Promise<void>",
|
|
79590
|
+
"parameters": [],
|
|
79591
|
+
"docs": "",
|
|
79592
|
+
"docsTags": []
|
|
79497
79593
|
}
|
|
79498
79594
|
],
|
|
79499
|
-
"methods": [],
|
|
79500
79595
|
"events": [],
|
|
79501
79596
|
"listeners": [
|
|
79502
79597
|
{
|
|
@@ -81463,11 +81558,21 @@
|
|
|
81463
81558
|
"docstring": "",
|
|
81464
81559
|
"path": "src/components/swirl-resource-list/swirl-resource-list.tsx"
|
|
81465
81560
|
},
|
|
81561
|
+
"src/components/swirl-tooltip/swirl-tooltip.tsx::SwirlTooltipIntent": {
|
|
81562
|
+
"declaration": "export type SwirlTooltipIntent = \"default\" | \"info\";",
|
|
81563
|
+
"docstring": "",
|
|
81564
|
+
"path": "src/components/swirl-tooltip/swirl-tooltip.tsx"
|
|
81565
|
+
},
|
|
81466
81566
|
"src/components/swirl-tooltip/swirl-tooltip.tsx::SwirlTooltipPosition": {
|
|
81467
81567
|
"declaration": "export type SwirlTooltipPosition = \"top\" | \"right\" | \"bottom\" | \"left\";",
|
|
81468
81568
|
"docstring": "",
|
|
81469
81569
|
"path": "src/components/swirl-tooltip/swirl-tooltip.tsx"
|
|
81470
81570
|
},
|
|
81571
|
+
"src/components/swirl-tooltip/swirl-tooltip.tsx::SwirlTooltipTrigger": {
|
|
81572
|
+
"declaration": "export type SwirlTooltipTrigger = \"hover\" | \"focus\";",
|
|
81573
|
+
"docstring": "",
|
|
81574
|
+
"path": "src/components/swirl-tooltip/swirl-tooltip.tsx"
|
|
81575
|
+
},
|
|
81471
81576
|
"src/components/swirl-resource-list-item/swirl-resource-list-item.tsx::SwirlResourceListItemLabelWeight": {
|
|
81472
81577
|
"declaration": "export type SwirlResourceListItemLabelWeight =\n | \"medium\"\n | \"regular\"\n | \"semibold\"\n | \"bold\";",
|
|
81473
81578
|
"docstring": "",
|