@marianmeres/stuic 1.36.0 → 1.37.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/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export { default as FieldRadios } from './components/Input/FieldRadios.svelte';
|
|
|
14
14
|
export { default as FieldSelect } from './components/Input/FieldSelect.svelte';
|
|
15
15
|
export { default as Fieldset } from './components/Input/Fieldset.svelte';
|
|
16
16
|
export { createNotificationsStore, NOTIFICATION_EVENT, type NotiticationsCreateStoreOptions, type NotificationCreateParam, type Notification, type NotificationInput, type NotificationType, type NotificationOnEventHandler, type NotificationsSortOrder, } from './components/Notifications/notifications.js';
|
|
17
|
-
export { default as Notifications } from './components/Notifications/Notifications.svelte';
|
|
17
|
+
export { default as Notifications, NotificationsConfig, } from './components/Notifications/Notifications.svelte';
|
|
18
18
|
export { default as Popover } from './components/Popover/Popover.svelte';
|
|
19
19
|
export { default as Switch, SwitchConfig } from './components/Switch/Switch.svelte';
|
|
20
20
|
export { default as Thc } from './components/Thc/Thc.svelte';
|
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ export { default as FieldSelect } from './components/Input/FieldSelect.svelte';
|
|
|
24
24
|
export { default as Fieldset } from './components/Input/Fieldset.svelte';
|
|
25
25
|
//
|
|
26
26
|
export { createNotificationsStore, NOTIFICATION_EVENT, } from './components/Notifications/notifications.js';
|
|
27
|
-
export { default as Notifications } from './components/Notifications/Notifications.svelte';
|
|
27
|
+
export { default as Notifications, NotificationsConfig, } from './components/Notifications/Notifications.svelte';
|
|
28
28
|
//
|
|
29
29
|
export { default as Popover } from './components/Popover/Popover.svelte';
|
|
30
30
|
//
|