@swisspost/design-system-components 7.0.0 → 7.2.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/dist/cjs/heading-levels-608d432e.js +5 -0
- package/dist/cjs/index-0fc0bf5f.js +1423 -0
- package/dist/cjs/index.cjs.js +18 -17
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-45af106a.js → package-b133ab48.js} +1 -1
- package/dist/cjs/{post-accordion-7507f838.js → post-accordion-a079c21b.js} +28 -13
- package/dist/cjs/{post-accordion-item-5bf4d98b.js → post-accordion-item-30c6ec06.js} +7 -8
- package/dist/cjs/post-accordion-item.cjs.entry.js +4 -3
- package/dist/cjs/post-accordion.cjs.entry.js +5 -3
- package/dist/cjs/{post-alert-9c39c854.js → post-alert-b5cfc4c6.js} +6 -6
- package/dist/cjs/post-alert.cjs.entry.js +3 -3
- package/dist/cjs/post-card-control-80ff0fbb.js +315 -0
- package/dist/cjs/post-card-control.cjs.entry.js +3 -3
- package/dist/cjs/{post-collapsible-00319f1f.js → post-collapsible-9bcaf6f1.js} +4 -4
- package/dist/cjs/post-collapsible.cjs.entry.js +3 -3
- package/dist/cjs/post-components.cjs.js +10 -10
- package/dist/cjs/{post-icon-09845341.js → post-icon-87e7972e.js} +3 -3
- package/dist/cjs/post-icon.cjs.entry.js +3 -3
- package/dist/cjs/{post-popover-3b6aaeae.js → post-popover-0a73553e.js} +4 -4
- package/dist/cjs/post-popover.cjs.entry.js +3 -3
- package/dist/cjs/{post-popovercontainer-0b8343ac.js → post-popovercontainer-a1df1705.js} +236 -18
- package/dist/cjs/post-popovercontainer.cjs.entry.js +3 -3
- package/dist/cjs/{post-rating-285f966e.js → post-rating-2337c023.js} +3 -3
- package/dist/cjs/post-rating.cjs.entry.js +3 -3
- package/dist/cjs/post-tab-header-ac4137cb.js +32 -0
- package/dist/cjs/post-tab-header.cjs.entry.js +3 -3
- package/dist/cjs/{post-tab-panel-9c20a84e.js → post-tab-panel-307eacef.js} +3 -3
- package/dist/cjs/post-tab-panel.cjs.entry.js +3 -3
- package/dist/cjs/{post-tabs-75e71078.js → post-tabs-92435b40.js} +3 -3
- package/dist/cjs/post-tabs.cjs.entry.js +3 -3
- package/dist/cjs/{post-tag-942085fd.js → post-tag-0237216a.js} +8 -4
- package/dist/cjs/post-tag.cjs.entry.js +3 -3
- package/dist/cjs/{post-tooltip-94d4f21f.js → post-tooltip-7fcd3f15.js} +5 -4
- package/dist/cjs/post-tooltip.cjs.entry.js +3 -3
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/post-accordion/post-accordion.js +54 -13
- package/dist/collection/components/post-accordion-item/post-accordion-item.css +1 -1
- package/dist/collection/components/post-accordion-item/post-accordion-item.js +12 -9
- package/dist/collection/components/post-alert/post-alert.css +1 -1
- package/dist/collection/components/post-alert/post-alert.js +6 -6
- package/dist/collection/components/post-card-control/post-card-control.css +1 -1
- package/dist/collection/components/post-card-control/post-card-control.js +15 -11
- package/dist/collection/components/post-collapsible/post-collapsible.js +5 -6
- package/dist/collection/components/post-icon/post-icon.js +3 -3
- package/dist/collection/components/post-popover/post-popover.css +1 -1
- package/dist/collection/components/post-popover/post-popover.js +3 -3
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.css +1 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +4 -4
- package/dist/collection/components/post-rating/post-rating.js +2 -2
- package/dist/collection/components/post-tab-header/post-tab-header.css +2 -2
- package/dist/collection/components/post-tab-header/post-tab-header.js +3 -3
- package/dist/collection/components/post-tab-panel/post-tab-panel.js +2 -2
- package/dist/collection/components/post-tabs/post-tabs.js +3 -3
- package/dist/collection/components/post-tag/post-tag.js +9 -5
- package/dist/collection/components/post-tooltip/post-tooltip.js +4 -4
- package/dist/collection/types/heading-levels.js +1 -0
- package/dist/collection/types/index.js +1 -0
- package/dist/components/check-one-of.js +6 -0
- package/dist/components/heading-levels.js +3 -0
- package/dist/components/index2.js +2 -6
- package/dist/components/package.js +1 -1
- package/dist/components/post-accordion-item2.js +5 -6
- package/dist/components/post-accordion2.js +30 -12
- package/dist/components/post-alert2.js +4 -4
- package/dist/components/post-card-control2.js +13 -9
- package/dist/components/post-collapsible2.js +3 -4
- package/dist/components/post-icon2.js +2 -2
- package/dist/components/post-popover2.js +2 -2
- package/dist/components/post-popovercontainer2.js +234 -16
- package/dist/components/post-rating2.js +1 -1
- package/dist/components/post-tab-header2.js +2 -2
- package/dist/components/post-tab-panel2.js +1 -1
- package/dist/components/post-tabs2.js +1 -1
- package/dist/components/post-tag2.js +6 -2
- package/dist/components/post-tooltip2.js +3 -2
- package/dist/docs.d.ts +34 -0
- package/dist/docs.json +76 -22
- package/dist/esm/heading-levels-5b7b4349.js +3 -0
- package/dist/esm/index-d9331ff3.js +1394 -0
- package/dist/esm/index.js +18 -17
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{package-1242b80d.js → package-37b02bc3.js} +1 -1
- package/dist/esm/{post-accordion-bfd058bc.js → post-accordion-7eaa090e.js} +28 -13
- package/dist/esm/{post-accordion-item-4fa44842.js → post-accordion-item-d5466ca0.js} +7 -8
- package/dist/esm/post-accordion-item.entry.js +4 -3
- package/dist/esm/post-accordion.entry.js +5 -3
- package/dist/esm/{post-alert-192d0176.js → post-alert-5bc0d11c.js} +6 -6
- package/dist/esm/post-alert.entry.js +3 -3
- package/dist/esm/post-card-control-d64be740.js +313 -0
- package/dist/esm/post-card-control.entry.js +3 -3
- package/dist/esm/{post-collapsible-d848eb2a.js → post-collapsible-0bb7ca9a.js} +4 -4
- package/dist/esm/post-collapsible.entry.js +3 -3
- package/dist/esm/post-components.js +11 -11
- package/dist/esm/{post-icon-811654f7.js → post-icon-8d59faf7.js} +3 -3
- package/dist/esm/post-icon.entry.js +3 -3
- package/dist/esm/{post-popover-b48a9d7c.js → post-popover-0ebc24f5.js} +4 -4
- package/dist/esm/post-popover.entry.js +3 -3
- package/dist/esm/{post-popovercontainer-7413bb41.js → post-popovercontainer-5c0ba050.js} +236 -18
- package/dist/esm/post-popovercontainer.entry.js +3 -3
- package/dist/esm/{post-rating-806de800.js → post-rating-40195437.js} +3 -3
- package/dist/esm/post-rating.entry.js +3 -3
- package/dist/esm/post-tab-header-ff165ebb.js +30 -0
- package/dist/esm/post-tab-header.entry.js +3 -3
- package/dist/esm/{post-tab-panel-d7145a70.js → post-tab-panel-d40b9704.js} +3 -3
- package/dist/esm/post-tab-panel.entry.js +3 -3
- package/dist/esm/{post-tabs-f130a7d8.js → post-tabs-6ee5542b.js} +3 -3
- package/dist/esm/post-tabs.entry.js +3 -3
- package/dist/esm/{post-tag-7c329d6c.js → post-tag-e76f88e5.js} +8 -4
- package/dist/esm/post-tag.entry.js +3 -3
- package/dist/esm/{post-tooltip-942bd014.js → post-tooltip-990b8b2b.js} +5 -4
- package/dist/esm/post-tooltip.entry.js +3 -3
- package/dist/post-components/index.esm.js +1 -1
- package/dist/post-components/{p-c9004503.js → p-0637689e.js} +1 -1
- package/dist/post-components/p-0ba99d76.entry.js +1 -0
- package/dist/post-components/p-0e97fb19.entry.js +1 -0
- package/dist/post-components/p-19ee1efc.entry.js +1 -0
- package/dist/post-components/p-23e7f6e3.entry.js +1 -0
- package/dist/post-components/p-247a1668.js +1 -0
- package/dist/post-components/p-287f66b9.js +1 -0
- package/dist/post-components/p-305ab60c.js +1 -0
- package/dist/post-components/{p-b4abbb28.js → p-3ce051c9.js} +1 -1
- package/dist/post-components/p-3f2c54ad.js +1 -0
- package/dist/post-components/p-62229794.entry.js +1 -0
- package/dist/post-components/p-69bd634e.js +1 -0
- package/dist/post-components/p-7dc73c43.entry.js +1 -0
- package/dist/post-components/p-7e59cbd2.js +1 -0
- package/dist/post-components/p-8559d3c0.entry.js +1 -0
- package/dist/post-components/p-941e5ef0.js +1 -0
- package/dist/post-components/p-95003bde.entry.js +1 -0
- package/dist/post-components/{p-d4cd7bb0.js → p-a1da0539.js} +1 -1
- package/dist/post-components/p-a5d9115f.entry.js +1 -0
- package/dist/post-components/p-a9aa57f0.entry.js +1 -0
- package/dist/post-components/{p-41c9c59f.js → p-aef9ee8b.js} +1 -1
- package/dist/post-components/p-c21da8cb.js +1 -0
- package/dist/post-components/p-c655db7c.entry.js +1 -0
- package/dist/post-components/p-ca2ff4bb.entry.js +1 -0
- package/dist/post-components/p-d2eafe06.entry.js +1 -0
- package/dist/post-components/p-d6e0e495.js +1 -0
- package/dist/post-components/p-d9eab6d9.js +2 -0
- package/dist/post-components/p-deb19ca0.js +1 -0
- package/dist/post-components/{p-93ba2827.js → p-ee12644d.js} +3 -3
- package/dist/post-components/p-f86b2ea1.js +1 -0
- package/dist/post-components/p-ff0b0a9a.entry.js +1 -0
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/types/components/post-accordion/post-accordion.d.ts +8 -2
- package/dist/types/components/post-accordion-item/post-accordion-item.d.ts +2 -1
- package/dist/types/components/post-card-control/post-card-control.d.ts +5 -2
- package/dist/types/components/post-collapsible/post-collapsible.d.ts +1 -1
- package/dist/types/components/post-tag/post-tag.d.ts +2 -2
- package/dist/types/components/post-tooltip/post-tooltip.d.ts +1 -1
- package/dist/types/components.d.ts +15 -5
- package/dist/types/stencil-public-runtime.d.ts +3 -8
- package/dist/types/types/heading-levels.d.ts +2 -0
- package/dist/types/types/index.d.ts +1 -0
- package/loader/cdn.js +1 -3
- package/loader/index.cjs.js +1 -3
- package/loader/index.es2017.js +1 -3
- package/loader/index.js +1 -3
- package/package.json +17 -17
- package/dist/cjs/index-3b732d59.js +0 -2111
- package/dist/cjs/post-card-control-4a16b3d7.js +0 -311
- package/dist/cjs/post-tab-header-f1c16656.js +0 -32
- package/dist/esm/index-961099d2.js +0 -2082
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/esm/post-card-control-b23e1e6f.js +0 -309
- package/dist/esm/post-tab-header-95f0dc6a.js +0 -30
- package/dist/post-components/p-0d4e50a9.js +0 -1
- package/dist/post-components/p-1c780bac.entry.js +0 -1
- package/dist/post-components/p-2524b6b9.entry.js +0 -1
- package/dist/post-components/p-2ee23269.entry.js +0 -1
- package/dist/post-components/p-416426cc.js +0 -1
- package/dist/post-components/p-46cea7ee.js +0 -1
- package/dist/post-components/p-4aa14704.js +0 -1
- package/dist/post-components/p-579f55af.js +0 -1
- package/dist/post-components/p-5b2cdcf0.js +0 -2
- package/dist/post-components/p-60b02cbb.entry.js +0 -1
- package/dist/post-components/p-62407836.entry.js +0 -1
- package/dist/post-components/p-6308fd47.js +0 -1
- package/dist/post-components/p-6fba8cb2.entry.js +0 -1
- package/dist/post-components/p-86acda91.entry.js +0 -1
- package/dist/post-components/p-94b5c41e.entry.js +0 -1
- package/dist/post-components/p-a3b54b5f.js +0 -1
- package/dist/post-components/p-a4b6b950.js +0 -1
- package/dist/post-components/p-c0f8e385.entry.js +0 -1
- package/dist/post-components/p-c4fe5052.entry.js +0 -1
- package/dist/post-components/p-cd9c10dd.entry.js +0 -1
- package/dist/post-components/p-d8d76dd1.entry.js +0 -1
- package/dist/post-components/p-e819d5fb.entry.js +0 -1
- package/dist/post-components/p-f44c172a.js +0 -1
- package/dist/post-components/p-f9e58309.js +0 -1
- package/dist/post-components/p-ffb9a651.entry.js +0 -1
package/dist/docs.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-
|
|
2
|
+
"timestamp": "2024-06-27T09:31:25",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "4.
|
|
6
|
-
"typescriptVersion": "5.4.
|
|
5
|
+
"version": "4.18.3",
|
|
6
|
+
"typescriptVersion": "5.4.5"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
9
9
|
{
|
|
@@ -20,6 +20,54 @@
|
|
|
20
20
|
],
|
|
21
21
|
"usage": {},
|
|
22
22
|
"props": [
|
|
23
|
+
{
|
|
24
|
+
"name": "headingLevel",
|
|
25
|
+
"type": "1 | 2 | 3 | 4 | 5 | 6",
|
|
26
|
+
"complexType": {
|
|
27
|
+
"original": "HeadingLevel",
|
|
28
|
+
"resolved": "1 | 2 | 3 | 4 | 5 | 6",
|
|
29
|
+
"references": {
|
|
30
|
+
"HeadingLevel": {
|
|
31
|
+
"location": "import",
|
|
32
|
+
"path": "@/types",
|
|
33
|
+
"id": "src/types/index.ts::HeadingLevel"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"mutable": false,
|
|
38
|
+
"attr": "heading-level",
|
|
39
|
+
"reflectToAttr": false,
|
|
40
|
+
"docs": "Defines the hierarchical level of the `post-accordion-item` headers within the headings structure.",
|
|
41
|
+
"docsTags": [],
|
|
42
|
+
"values": [
|
|
43
|
+
{
|
|
44
|
+
"value": "1",
|
|
45
|
+
"type": "number"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"value": "2",
|
|
49
|
+
"type": "number"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"value": "3",
|
|
53
|
+
"type": "number"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"value": "4",
|
|
57
|
+
"type": "number"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"value": "5",
|
|
61
|
+
"type": "number"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"value": "6",
|
|
65
|
+
"type": "number"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"optional": true,
|
|
69
|
+
"required": false
|
|
70
|
+
},
|
|
23
71
|
{
|
|
24
72
|
"name": "multiple",
|
|
25
73
|
"type": "boolean",
|
|
@@ -85,7 +133,7 @@
|
|
|
85
133
|
},
|
|
86
134
|
"signature": "expandAll() => Promise<void>",
|
|
87
135
|
"parameters": [],
|
|
88
|
-
"docs": "Expands all `post-accordion-item`.\n\nIf `
|
|
136
|
+
"docs": "Expands all `post-accordion-item`.\n\nIf `multiple=\"true\"` is not set and all items are closed, it will open the first one.\nOtherwise, it will keep the opened one.",
|
|
89
137
|
"docsTags": []
|
|
90
138
|
},
|
|
91
139
|
{
|
|
@@ -192,8 +240,8 @@
|
|
|
192
240
|
"references": {
|
|
193
241
|
"HeadingLevel": {
|
|
194
242
|
"location": "import",
|
|
195
|
-
"path": "
|
|
196
|
-
"id": "src/
|
|
243
|
+
"path": "@/types",
|
|
244
|
+
"id": "src/types/index.ts::HeadingLevel"
|
|
197
245
|
}
|
|
198
246
|
}
|
|
199
247
|
},
|
|
@@ -201,8 +249,14 @@
|
|
|
201
249
|
"attr": "heading-level",
|
|
202
250
|
"reflectToAttr": false,
|
|
203
251
|
"docs": "Defines the hierarchical level of the accordion item header within the headings structure.",
|
|
204
|
-
"docsTags": [
|
|
252
|
+
"docsTags": [
|
|
253
|
+
{
|
|
254
|
+
"name": "deprecated",
|
|
255
|
+
"text": "set the `heading-level` property on the parent `post-accordion` instead."
|
|
256
|
+
}
|
|
257
|
+
],
|
|
205
258
|
"default": "2",
|
|
259
|
+
"deprecation": "set the `heading-level` property on the parent `post-accordion` instead.",
|
|
206
260
|
"values": [
|
|
207
261
|
{
|
|
208
262
|
"value": "1",
|
|
@@ -542,11 +596,11 @@
|
|
|
542
596
|
},
|
|
543
597
|
{
|
|
544
598
|
"name": "slot",
|
|
545
|
-
"text": "default - Content to place into the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt\"
|
|
599
|
+
"text": "default - Content to place into the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt\">block content</a>.<p className=\"alert alert-sm alert-warning\">Even if it is generally possible, we do not recommend using interactive elements in this slot because the background of the card control is clickable.<br/>This can lead to confusion when the hit box of nested interactive controls is not clearly separated from the background, is invalid HTML and click events bubbling up to the card control will unexpectedly toggle it if they're not captured.<br/>More info: <a href=\"https://accessibilityinsights.io/info-examples/web/nested-interactive/\">https://accessibilityinsights.io/info-examples/web/nested-interactive/</a></p>"
|
|
546
600
|
},
|
|
547
601
|
{
|
|
548
602
|
"name": "slot",
|
|
549
|
-
"text": "icon - To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\"
|
|
603
|
+
"text": "icon - To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\">inline content</a>.<p className=\"alert alert-sm alert-info\">It is only meant for <code>img</code> or <code>svg</code> elements and overrides the `icon` property.</p>"
|
|
550
604
|
}
|
|
551
605
|
],
|
|
552
606
|
"usage": {},
|
|
@@ -839,11 +893,11 @@
|
|
|
839
893
|
"slots": [
|
|
840
894
|
{
|
|
841
895
|
"name": "default",
|
|
842
|
-
"docs": "Content to place into the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt\"
|
|
896
|
+
"docs": "Content to place into the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt\">block content</a>.<p className=\"alert alert-sm alert-warning\">Even if it is generally possible, we do not recommend using interactive elements in this slot because the background of the card control is clickable.<br/>This can lead to confusion when the hit box of nested interactive controls is not clearly separated from the background, is invalid HTML and click events bubbling up to the card control will unexpectedly toggle it if they're not captured.<br/>More info: <a href=\"https://accessibilityinsights.io/info-examples/web/nested-interactive/\">https://accessibilityinsights.io/info-examples/web/nested-interactive/</a></p>"
|
|
843
897
|
},
|
|
844
898
|
{
|
|
845
899
|
"name": "icon",
|
|
846
|
-
"docs": "To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\"
|
|
900
|
+
"docs": "To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\">inline content</a>.<p className=\"alert alert-sm alert-info\">It is only meant for <code>img</code> or <code>svg</code> elements and overrides the `icon` property.</p>"
|
|
847
901
|
}
|
|
848
902
|
],
|
|
849
903
|
"parts": [],
|
|
@@ -1249,7 +1303,7 @@
|
|
|
1249
1303
|
"Placement": {
|
|
1250
1304
|
"location": "import",
|
|
1251
1305
|
"path": "@floating-ui/dom",
|
|
1252
|
-
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.6.
|
|
1306
|
+
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.6.5/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement"
|
|
1253
1307
|
}
|
|
1254
1308
|
}
|
|
1255
1309
|
},
|
|
@@ -1498,7 +1552,7 @@
|
|
|
1498
1552
|
"Placement": {
|
|
1499
1553
|
"location": "import",
|
|
1500
1554
|
"path": "@floating-ui/dom",
|
|
1501
|
-
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.6.
|
|
1555
|
+
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.6.5/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement"
|
|
1502
1556
|
}
|
|
1503
1557
|
}
|
|
1504
1558
|
},
|
|
@@ -2112,7 +2166,7 @@
|
|
|
2112
2166
|
"docsTags": [
|
|
2113
2167
|
{
|
|
2114
2168
|
"name": "slot",
|
|
2115
|
-
"text": "default - Content to place in the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\"
|
|
2169
|
+
"text": "default - Content to place in the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\">inline content</a>.</p>"
|
|
2116
2170
|
}
|
|
2117
2171
|
],
|
|
2118
2172
|
"usage": {},
|
|
@@ -2128,7 +2182,7 @@
|
|
|
2128
2182
|
"mutable": false,
|
|
2129
2183
|
"attr": "icon",
|
|
2130
2184
|
"reflectToAttr": false,
|
|
2131
|
-
"docs": "Defines the icon `name` inside of the component.\n<span className=\"alert alert-sm alert-info\">If not set the icon will not show up.</span>\nTo learn which icons are available, please visit our <a href=\"/?path=/docs/5704bdc4-c5b5-45e6-b123-c54d01fce2f1--docs\"
|
|
2185
|
+
"docs": "Defines the icon `name` inside of the component.\n<span className=\"alert alert-sm alert-info\">If not set the icon will not show up.</span>\nTo learn which icons are available, please visit our <a href=\"/?path=/docs/5704bdc4-c5b5-45e6-b123-c54d01fce2f1--docs\">icon library</a>.",
|
|
2132
2186
|
"docsTags": [],
|
|
2133
2187
|
"default": "null",
|
|
2134
2188
|
"values": [
|
|
@@ -2212,7 +2266,7 @@
|
|
|
2212
2266
|
"slots": [
|
|
2213
2267
|
{
|
|
2214
2268
|
"name": "default",
|
|
2215
|
-
"docs": "Content to place in the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\"
|
|
2269
|
+
"docs": "Content to place in the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\">inline content</a>.</p>"
|
|
2216
2270
|
}
|
|
2217
2271
|
],
|
|
2218
2272
|
"parts": [],
|
|
@@ -2267,7 +2321,7 @@
|
|
|
2267
2321
|
"Placement": {
|
|
2268
2322
|
"location": "import",
|
|
2269
2323
|
"path": "@floating-ui/dom",
|
|
2270
|
-
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.6.
|
|
2324
|
+
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.6.5/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement"
|
|
2271
2325
|
}
|
|
2272
2326
|
}
|
|
2273
2327
|
},
|
|
@@ -2472,20 +2526,20 @@
|
|
|
2472
2526
|
}
|
|
2473
2527
|
],
|
|
2474
2528
|
"typeLibrary": {
|
|
2475
|
-
"src/
|
|
2476
|
-
"declaration": "
|
|
2529
|
+
"src/types/index.ts::HeadingLevel": {
|
|
2530
|
+
"declaration": "any",
|
|
2477
2531
|
"docstring": "",
|
|
2478
|
-
"path": "src/
|
|
2532
|
+
"path": "src/types/index.ts"
|
|
2479
2533
|
},
|
|
2480
2534
|
"src/components/post-alert/alert-types.ts::AlertType": {
|
|
2481
2535
|
"declaration": "\"primary\" | \"success\" | \"warning\" | \"danger\" | \"info\" | \"gray\"",
|
|
2482
2536
|
"docstring": "",
|
|
2483
2537
|
"path": "src/components/post-alert/alert-types.ts"
|
|
2484
2538
|
},
|
|
2485
|
-
"../../node_modules/.pnpm/@floating-ui+dom@1.6.
|
|
2539
|
+
"../../node_modules/.pnpm/@floating-ui+dom@1.6.5/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement": {
|
|
2486
2540
|
"declaration": "any",
|
|
2487
2541
|
"docstring": "",
|
|
2488
|
-
"path": "../../node_modules/.pnpm/@floating-ui+dom@1.6.
|
|
2542
|
+
"path": "../../node_modules/.pnpm/@floating-ui+dom@1.6.5/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts"
|
|
2489
2543
|
}
|
|
2490
2544
|
}
|
|
2491
2545
|
}
|