@synergy-design-system/react 2.31.2 → 2.32.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/chunks/{chunk.2JXRC7UA.js → chunk.SOJTZDB7.js} +1 -1
- package/dist/chunks/chunk.SOJTZDB7.js.map +7 -0
- package/dist/components/side-nav.d.ts +17 -5
- package/dist/components/side-nav.js +1 -1
- package/dist/index.js +13 -13
- package/dist/types/syn-jsx-elements.d.ts +34 -10
- package/package.json +3 -3
- package/dist/chunks/chunk.2JXRC7UA.js.map +0 -7
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/components/side-nav.ts"],
|
|
4
|
+
"sourcesContent": ["// ---------------------------------------------------------------------\n// \uD83D\uDD12 AUTOGENERATED @synergy-design-system/react wrappers for @synergy-design-system/components\n// Please do not edit this file directly!\n// It will get recreated when running pnpm build.\n// ---------------------------------------------------------------------\nimport * as React from 'react';\nimport { createComponent } from '@lit/react';\nimport Component from '@synergy-design-system/components/components/side-nav/side-nav.component.js';\n\nimport { type EventName } from '@lit/react';\nimport type { SynShowEvent } from '@synergy-design-system/components';\nimport type { SynAfterShowEvent } from '@synergy-design-system/components';\nimport type { SynHideEvent } from '@synergy-design-system/components';\nimport type { SynAfterHideEvent } from '@synergy-design-system/components';\n\nconst tagName = 'syn-side-nav';\nComponent.define('syn-side-nav');\n\n/**\n * @summary The <syn-side-nav /> element contains secondary navigation and fits below the header.\n * It can be used to group multiple navigation items (<syn-nav-item />s) together.\n *\n * @example\n * <syn-side-nav open>\n * <syn-nav-item >Item 1</syn-nav-item>\n * <syn-nav-item divider>Item 2</syn-nav-item>\n * </syn-side-nav>\n *\n * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-side-nav--docs\n * @status stable\n * @since 1.14.0\n *\n * @dependency syn-divider\n * @dependency syn-drawer\n * @dependency syn-icon\n * @dependency syn-nav-item\n *\n * @slot - The main content of the side-nav. Used for <syn-nav-item /> elements.\n * @slot footer - The footer content of the side-nav. Used for <syn-nav-item /> elements.\n * Please avoid having to many nav-items as it can massively influence the user experience.\n * @slot toggle-label - The label of the toggle nav-item for variant=\"sticky\".\n * @slot toggle-icon - An icon to use in lieu of the default icon for the toggle nav-item\n * for variant=\"sticky\".\n *\n * @event syn-show - Emitted when the side-nav opens.\n * @event syn-after-show - Emitted after the side-nav opens and all animations are complete.\n * @event syn-hide - Emitted when the side-nav closes.\n * @event syn-after-hide - Emitted after the side-nav closes and all animations are complete.\n *\n * @csspart base - The components base wrapper\n * @csspart drawer - The drawer that is used under the hood for creating the side-nav\n * @csspart content-container - The components main content container\n * @csspart content - The components main content\n * @csspart footer-container - The components footer content container\n (where the footer slot content is rendered)\n * @csspart footer-divider - The components footer divider\n * @csspart footer - The components footer content\n * @csspart overlay - The overlay that covers the screen behind the side-nav.\n * @csspart panel - The side-nav's panel (where the whole content is rendered).\n * @csspart body - The side-nav's body (where the default slot content is rendered)\n * @csspart drawer__base - The drawer's base wrapper\n * @csspart toggle-nav-item - The nav-item to toggle open state for variant=\"sticky\"\n * @csspart toggle-icon - The icon of the toggle nav-item for variant=\"sticky\"\n * @csspart toggle-label - The label of the toggle nav-item for variant=\"sticky\".\n\n * @cssproperty --side-nav-open-width - The width of the side-nav if in open state\n *\n * @animation sideNav.showNonRail - The animation to use when showing the side-nav\n * in variant=\"default\".\n * @animation sideNav.showRail - The animation to use when showing the side-nav in variant=\"rail\"\n * and variant=\"sticky\".\n * @animation sideNav.hideNonRail - The animation to use when hiding the side-nav\n * in variant=\"default\".\n * @animation sideNav.hideRail - The animation to use when hiding the side-nav in variant=\"rail\"\n * and variant=\"sticky\".\n * @animation sideNav.overlay.show - The animation to use when showing the side-nav's overlay.\n * @animation sideNav.overlay.hide - The animation to use when hiding the side-nav's overlay.\n */\nexport const SynSideNav = createComponent({\n displayName: 'SynSideNav',\n elementClass: Component,\n events: {\n onSynShow: 'syn-show' as EventName<SynShowEvent>,\n onSynAfterShow: 'syn-after-show' as EventName<SynAfterShowEvent>,\n onSynHide: 'syn-hide' as EventName<SynHideEvent>,\n onSynAfterHide: 'syn-after-hide' as EventName<SynAfterHideEvent>,\n },\n react: React,\n tagName,\n});\n\nexport type { SynShowEvent } from '@synergy-design-system/components';\nexport type { SynAfterShowEvent } from '@synergy-design-system/components';\nexport type { SynHideEvent } from '@synergy-design-system/components';\nexport type { SynAfterHideEvent } from '@synergy-design-system/components';\n"],
|
|
5
|
+
"mappings": ";AAKA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAChC,OAAO,eAAe;AAQtB,IAAM,UAAU;AAChB,UAAU,OAAO,cAAc;AA8DxB,IAAM,aAAa,gBAAgB;AAAA,EACxC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,QAAQ;AAAA,IACN,WAAW;AAAA,IACX,gBAAgB;AAAA,IAChB,WAAW;AAAA,IACX,gBAAgB;AAAA,EAClB;AAAA,EACA,OAAO;AAAA,EACP;AACF,CAAC;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -20,10 +20,15 @@ import type { SynAfterHideEvent } from '@synergy-design-system/components';
|
|
|
20
20
|
*
|
|
21
21
|
* @dependency syn-divider
|
|
22
22
|
* @dependency syn-drawer
|
|
23
|
+
* @dependency syn-icon
|
|
24
|
+
* @dependency syn-nav-item
|
|
23
25
|
*
|
|
24
26
|
* @slot - The main content of the side-nav. Used for <syn-nav-item /> elements.
|
|
25
27
|
* @slot footer - The footer content of the side-nav. Used for <syn-nav-item /> elements.
|
|
26
28
|
* Please avoid having to many nav-items as it can massively influence the user experience.
|
|
29
|
+
* @slot toggle-label - The label of the toggle nav-item for variant="sticky".
|
|
30
|
+
* @slot toggle-icon - An icon to use in lieu of the default icon for the toggle nav-item
|
|
31
|
+
* for variant="sticky".
|
|
27
32
|
*
|
|
28
33
|
* @event syn-show - Emitted when the side-nav opens.
|
|
29
34
|
* @event syn-after-show - Emitted after the side-nav opens and all animations are complete.
|
|
@@ -42,13 +47,20 @@ import type { SynAfterHideEvent } from '@synergy-design-system/components';
|
|
|
42
47
|
* @csspart panel - The side-nav's panel (where the whole content is rendered).
|
|
43
48
|
* @csspart body - The side-nav's body (where the default slot content is rendered)
|
|
44
49
|
* @csspart drawer__base - The drawer's base wrapper
|
|
45
|
-
*
|
|
50
|
+
* @csspart toggle-nav-item - The nav-item to toggle open state for variant="sticky"
|
|
51
|
+
* @csspart toggle-icon - The icon of the toggle nav-item for variant="sticky"
|
|
52
|
+
* @csspart toggle-label - The label of the toggle nav-item for variant="sticky".
|
|
53
|
+
|
|
46
54
|
* @cssproperty --side-nav-open-width - The width of the side-nav if in open state
|
|
47
55
|
*
|
|
48
|
-
* @animation sideNav.showNonRail - The animation to use when showing the side-nav
|
|
49
|
-
*
|
|
50
|
-
* @animation sideNav.
|
|
51
|
-
*
|
|
56
|
+
* @animation sideNav.showNonRail - The animation to use when showing the side-nav
|
|
57
|
+
* in variant="default".
|
|
58
|
+
* @animation sideNav.showRail - The animation to use when showing the side-nav in variant="rail"
|
|
59
|
+
* and variant="sticky".
|
|
60
|
+
* @animation sideNav.hideNonRail - The animation to use when hiding the side-nav
|
|
61
|
+
* in variant="default".
|
|
62
|
+
* @animation sideNav.hideRail - The animation to use when hiding the side-nav in variant="rail"
|
|
63
|
+
* and variant="sticky".
|
|
52
64
|
* @animation sideNav.overlay.show - The animation to use when showing the side-nav's overlay.
|
|
53
65
|
* @animation sideNav.overlay.hide - The animation to use when hiding the side-nav's overlay.
|
|
54
66
|
*/
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
SynSwitch
|
|
3
|
-
} from "./chunks/chunk.3AUZZVYZ.js";
|
|
4
1
|
import {
|
|
5
2
|
SynTabGroup
|
|
6
3
|
} from "./chunks/chunk.74QBKUQH.js";
|
|
@@ -22,9 +19,6 @@ import {
|
|
|
22
19
|
import {
|
|
23
20
|
SynValidate
|
|
24
21
|
} from "./chunks/chunk.EL2F4LIK.js";
|
|
25
|
-
import {
|
|
26
|
-
SynRadioButton
|
|
27
|
-
} from "./chunks/chunk.2LDP5CAQ.js";
|
|
28
22
|
import {
|
|
29
23
|
SynRadioGroup
|
|
30
24
|
} from "./chunks/chunk.5CIFYMXU.js";
|
|
@@ -42,13 +36,13 @@ import {
|
|
|
42
36
|
} from "./chunks/chunk.KIEXMLKV.js";
|
|
43
37
|
import {
|
|
44
38
|
SynSideNav
|
|
45
|
-
} from "./chunks/chunk.
|
|
39
|
+
} from "./chunks/chunk.SOJTZDB7.js";
|
|
46
40
|
import {
|
|
47
41
|
SynSpinner
|
|
48
42
|
} from "./chunks/chunk.SOARUKQP.js";
|
|
49
43
|
import {
|
|
50
|
-
|
|
51
|
-
} from "./chunks/chunk.
|
|
44
|
+
SynSwitch
|
|
45
|
+
} from "./chunks/chunk.3AUZZVYZ.js";
|
|
52
46
|
import {
|
|
53
47
|
SynNavItem
|
|
54
48
|
} from "./chunks/chunk.5YK753KB.js";
|
|
@@ -71,8 +65,8 @@ import {
|
|
|
71
65
|
SynProgressRing
|
|
72
66
|
} from "./chunks/chunk.ADSD2U7G.js";
|
|
73
67
|
import {
|
|
74
|
-
|
|
75
|
-
} from "./chunks/chunk.
|
|
68
|
+
SynRadioButton
|
|
69
|
+
} from "./chunks/chunk.2LDP5CAQ.js";
|
|
76
70
|
import {
|
|
77
71
|
SynFile
|
|
78
72
|
} from "./chunks/chunk.IQB5SV6K.js";
|
|
@@ -95,8 +89,8 @@ import {
|
|
|
95
89
|
SynMenuLabel
|
|
96
90
|
} from "./chunks/chunk.NR7V6QX5.js";
|
|
97
91
|
import {
|
|
98
|
-
|
|
99
|
-
} from "./chunks/chunk.
|
|
92
|
+
SynMenu
|
|
93
|
+
} from "./chunks/chunk.4IVJHGWM.js";
|
|
100
94
|
import {
|
|
101
95
|
SynCard
|
|
102
96
|
} from "./chunks/chunk.OJAJTT5S.js";
|
|
@@ -118,6 +112,9 @@ import {
|
|
|
118
112
|
import {
|
|
119
113
|
SynDrawer
|
|
120
114
|
} from "./chunks/chunk.RWOJEMSX.js";
|
|
115
|
+
import {
|
|
116
|
+
SynDropdown
|
|
117
|
+
} from "./chunks/chunk.AE6RZ4W2.js";
|
|
121
118
|
import {
|
|
122
119
|
SynAccordion
|
|
123
120
|
} from "./chunks/chunk.2PS5VOXM.js";
|
|
@@ -136,6 +133,9 @@ import {
|
|
|
136
133
|
import {
|
|
137
134
|
SynButtonGroup
|
|
138
135
|
} from "./chunks/chunk.HHPIABBV.js";
|
|
136
|
+
import {
|
|
137
|
+
SynButton
|
|
138
|
+
} from "./chunks/chunk.TGSZHDUW.js";
|
|
139
139
|
export {
|
|
140
140
|
SynAccordion,
|
|
141
141
|
SynAlert,
|
|
@@ -1329,10 +1329,15 @@ export type SynCustomElement<SynElement extends HTMLElement, Events extends SynE
|
|
|
1329
1329
|
*
|
|
1330
1330
|
* @dependency syn-divider
|
|
1331
1331
|
* @dependency syn-drawer
|
|
1332
|
+
* @dependency syn-icon
|
|
1333
|
+
* @dependency syn-nav-item
|
|
1332
1334
|
*
|
|
1333
1335
|
* @slot - The main content of the side-nav. Used for <syn-nav-item /> elements.
|
|
1334
1336
|
* @slot footer - The footer content of the side-nav. Used for <syn-nav-item /> elements.
|
|
1335
1337
|
* Please avoid having to many nav-items as it can massively influence the user experience.
|
|
1338
|
+
* @slot toggle-label - The label of the toggle nav-item for variant="sticky".
|
|
1339
|
+
* @slot toggle-icon - An icon to use in lieu of the default icon for the toggle nav-item
|
|
1340
|
+
* for variant="sticky".
|
|
1336
1341
|
*
|
|
1337
1342
|
* @event syn-show - Emitted when the side-nav opens.
|
|
1338
1343
|
* @event syn-after-show - Emitted after the side-nav opens and all animations are complete.
|
|
@@ -1351,13 +1356,20 @@ export type SynCustomElement<SynElement extends HTMLElement, Events extends SynE
|
|
|
1351
1356
|
* @csspart panel - The side-nav's panel (where the whole content is rendered).
|
|
1352
1357
|
* @csspart body - The side-nav's body (where the default slot content is rendered)
|
|
1353
1358
|
* @csspart drawer__base - The drawer's base wrapper
|
|
1354
|
-
*
|
|
1359
|
+
* @csspart toggle-nav-item - The nav-item to toggle open state for variant="sticky"
|
|
1360
|
+
* @csspart toggle-icon - The icon of the toggle nav-item for variant="sticky"
|
|
1361
|
+
* @csspart toggle-label - The label of the toggle nav-item for variant="sticky".
|
|
1362
|
+
|
|
1355
1363
|
* @cssproperty --side-nav-open-width - The width of the side-nav if in open state
|
|
1356
1364
|
*
|
|
1357
|
-
* @animation sideNav.showNonRail - The animation to use when showing the side-nav
|
|
1358
|
-
*
|
|
1359
|
-
* @animation sideNav.
|
|
1360
|
-
*
|
|
1365
|
+
* @animation sideNav.showNonRail - The animation to use when showing the side-nav
|
|
1366
|
+
* in variant="default".
|
|
1367
|
+
* @animation sideNav.showRail - The animation to use when showing the side-nav in variant="rail"
|
|
1368
|
+
* and variant="sticky".
|
|
1369
|
+
* @animation sideNav.hideNonRail - The animation to use when hiding the side-nav
|
|
1370
|
+
* in variant="default".
|
|
1371
|
+
* @animation sideNav.hideRail - The animation to use when hiding the side-nav in variant="rail"
|
|
1372
|
+
* and variant="sticky".
|
|
1361
1373
|
* @animation sideNav.overlay.show - The animation to use when showing the side-nav's overlay.
|
|
1362
1374
|
* @animation sideNav.overlay.hide - The animation to use when hiding the side-nav's overlay.
|
|
1363
1375
|
*/ export type SynSideNavJSXElement = SynCustomElement<SynSideNav, [
|
|
@@ -2586,10 +2598,15 @@ declare module 'react' {
|
|
|
2586
2598
|
*
|
|
2587
2599
|
* @dependency syn-divider
|
|
2588
2600
|
* @dependency syn-drawer
|
|
2601
|
+
* @dependency syn-icon
|
|
2602
|
+
* @dependency syn-nav-item
|
|
2589
2603
|
*
|
|
2590
2604
|
* @slot - The main content of the side-nav. Used for <syn-nav-item /> elements.
|
|
2591
2605
|
* @slot footer - The footer content of the side-nav. Used for <syn-nav-item /> elements.
|
|
2592
2606
|
* Please avoid having to many nav-items as it can massively influence the user experience.
|
|
2607
|
+
* @slot toggle-label - The label of the toggle nav-item for variant="sticky".
|
|
2608
|
+
* @slot toggle-icon - An icon to use in lieu of the default icon for the toggle nav-item
|
|
2609
|
+
* for variant="sticky".
|
|
2593
2610
|
*
|
|
2594
2611
|
* @event syn-show - Emitted when the side-nav opens.
|
|
2595
2612
|
* @event syn-after-show - Emitted after the side-nav opens and all animations are complete.
|
|
@@ -2608,13 +2625,20 @@ declare module 'react' {
|
|
|
2608
2625
|
* @csspart panel - The side-nav's panel (where the whole content is rendered).
|
|
2609
2626
|
* @csspart body - The side-nav's body (where the default slot content is rendered)
|
|
2610
2627
|
* @csspart drawer__base - The drawer's base wrapper
|
|
2611
|
-
*
|
|
2628
|
+
* @csspart toggle-nav-item - The nav-item to toggle open state for variant="sticky"
|
|
2629
|
+
* @csspart toggle-icon - The icon of the toggle nav-item for variant="sticky"
|
|
2630
|
+
* @csspart toggle-label - The label of the toggle nav-item for variant="sticky".
|
|
2631
|
+
|
|
2612
2632
|
* @cssproperty --side-nav-open-width - The width of the side-nav if in open state
|
|
2613
2633
|
*
|
|
2614
|
-
* @animation sideNav.showNonRail - The animation to use when showing the side-nav
|
|
2615
|
-
*
|
|
2616
|
-
* @animation sideNav.
|
|
2617
|
-
*
|
|
2634
|
+
* @animation sideNav.showNonRail - The animation to use when showing the side-nav
|
|
2635
|
+
* in variant="default".
|
|
2636
|
+
* @animation sideNav.showRail - The animation to use when showing the side-nav in variant="rail"
|
|
2637
|
+
* and variant="sticky".
|
|
2638
|
+
* @animation sideNav.hideNonRail - The animation to use when hiding the side-nav
|
|
2639
|
+
* in variant="default".
|
|
2640
|
+
* @animation sideNav.hideRail - The animation to use when hiding the side-nav in variant="rail"
|
|
2641
|
+
* and variant="sticky".
|
|
2618
2642
|
* @animation sideNav.overlay.show - The animation to use when showing the side-nav's overlay.
|
|
2619
2643
|
* @animation sideNav.overlay.hide - The animation to use when hiding the side-nav's overlay.
|
|
2620
2644
|
*/ 'syn-side-nav': SynSideNavJSXElement;
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@lit/react": "^1.0.7",
|
|
8
|
-
"@synergy-design-system/components": "^2.
|
|
8
|
+
"@synergy-design-system/components": "^2.32.0"
|
|
9
9
|
},
|
|
10
10
|
"description": "React wrappers for the Synergy Design System",
|
|
11
11
|
"exports": {
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"directory": "packages/react"
|
|
44
44
|
},
|
|
45
45
|
"type": "module",
|
|
46
|
-
"version": "2.
|
|
46
|
+
"version": "2.32.0",
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/react": "^19.0.12",
|
|
49
49
|
"react": "^19.0.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@synergy-design-system/tokens": "^2.
|
|
52
|
+
"@synergy-design-system/tokens": "^2.19.0"
|
|
53
53
|
}
|
|
54
54
|
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/components/side-nav.ts"],
|
|
4
|
-
"sourcesContent": ["// ---------------------------------------------------------------------\n// \uD83D\uDD12 AUTOGENERATED @synergy-design-system/react wrappers for @synergy-design-system/components\n// Please do not edit this file directly!\n// It will get recreated when running pnpm build.\n// ---------------------------------------------------------------------\nimport * as React from 'react';\nimport { createComponent } from '@lit/react';\nimport Component from '@synergy-design-system/components/components/side-nav/side-nav.component.js';\n\nimport { type EventName } from '@lit/react';\nimport type { SynShowEvent } from '@synergy-design-system/components';\nimport type { SynAfterShowEvent } from '@synergy-design-system/components';\nimport type { SynHideEvent } from '@synergy-design-system/components';\nimport type { SynAfterHideEvent } from '@synergy-design-system/components';\n\nconst tagName = 'syn-side-nav';\nComponent.define('syn-side-nav');\n\n/**\n * @summary The <syn-side-nav /> element contains secondary navigation and fits below the header.\n * It can be used to group multiple navigation items (<syn-nav-item />s) together.\n *\n * @example\n * <syn-side-nav open>\n * <syn-nav-item >Item 1</syn-nav-item>\n * <syn-nav-item divider>Item 2</syn-nav-item>\n * </syn-side-nav>\n *\n * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-side-nav--docs\n * @status stable\n * @since 1.14.0\n *\n * @dependency syn-divider\n * @dependency syn-drawer\n *\n * @slot - The main content of the side-nav. Used for <syn-nav-item /> elements.\n * @slot footer - The footer content of the side-nav. Used for <syn-nav-item /> elements.\n * Please avoid having to many nav-items as it can massively influence the user experience.\n *\n * @event syn-show - Emitted when the side-nav opens.\n * @event syn-after-show - Emitted after the side-nav opens and all animations are complete.\n * @event syn-hide - Emitted when the side-nav closes.\n * @event syn-after-hide - Emitted after the side-nav closes and all animations are complete.\n *\n * @csspart base - The components base wrapper\n * @csspart drawer - The drawer that is used under the hood for creating the side-nav\n * @csspart content-container - The components main content container\n * @csspart content - The components main content\n * @csspart footer-container - The components footer content container\n (where the footer slot content is rendered)\n * @csspart footer-divider - The components footer divider\n * @csspart footer - The components footer content\n * @csspart overlay - The overlay that covers the screen behind the side-nav.\n * @csspart panel - The side-nav's panel (where the whole content is rendered).\n * @csspart body - The side-nav's body (where the default slot content is rendered)\n * @csspart drawer__base - The drawer's base wrapper\n *\n * @cssproperty --side-nav-open-width - The width of the side-nav if in open state\n *\n * @animation sideNav.showNonRail - The animation to use when showing the side-nav in non-rail mode.\n * @animation sideNav.showRail - The animation to use when showing the side-nav in rail mode.\n * @animation sideNav.hideNonRail - The animation to use when hiding the side-nav in non-rail mode.\n * @animation sideNav.hideRail - The animation to use when hiding the side-nav in rail mode.\n * @animation sideNav.overlay.show - The animation to use when showing the side-nav's overlay.\n * @animation sideNav.overlay.hide - The animation to use when hiding the side-nav's overlay.\n */\nexport const SynSideNav = createComponent({\n displayName: 'SynSideNav',\n elementClass: Component,\n events: {\n onSynShow: 'syn-show' as EventName<SynShowEvent>,\n onSynAfterShow: 'syn-after-show' as EventName<SynAfterShowEvent>,\n onSynHide: 'syn-hide' as EventName<SynHideEvent>,\n onSynAfterHide: 'syn-after-hide' as EventName<SynAfterHideEvent>,\n },\n react: React,\n tagName,\n});\n\nexport type { SynShowEvent } from '@synergy-design-system/components';\nexport type { SynAfterShowEvent } from '@synergy-design-system/components';\nexport type { SynHideEvent } from '@synergy-design-system/components';\nexport type { SynAfterHideEvent } from '@synergy-design-system/components';\n"],
|
|
5
|
-
"mappings": ";AAKA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAChC,OAAO,eAAe;AAQtB,IAAM,UAAU;AAChB,UAAU,OAAO,cAAc;AAkDxB,IAAM,aAAa,gBAAgB;AAAA,EACxC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,QAAQ;AAAA,IACN,WAAW;AAAA,IACX,gBAAgB;AAAA,IAChB,WAAW;AAAA,IACX,gBAAgB;AAAA,EAClB;AAAA,EACA,OAAO;AAAA,EACP;AACF,CAAC;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|