@lavalogic/scoria 0.0.47 → 0.1.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -114,7 +114,7 @@ export { default as TextInput } from './Components/TextInput.svelte';
114
114
  export { default as ThreeStateRadio } from './Components/ThreeStateRadio.svelte';
115
115
  export { default as VerticalTabGroup } from './Components/VerticalTabGroup.svelte';
116
116
  export { default as VerticalTabGroupButton } from './Components/VerticalTabGroupButton.svelte';
117
- export { AlertContext } from './Contexts/AlertContext.svelte.js';
117
+ export { AlertContext, type IAlertProps, type IPromptProps } from './Contexts/AlertContext.svelte.js';
118
118
  export { ContextMenuContext } from './Contexts/ContextMenuContext.svelte.js';
119
119
  export { ToastContext } from './Contexts/ToastContext.svelte.js';
120
120
  export { TooltipContext } from './Contexts/TooltipContext.svelte.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lavalogic/scoria",
3
3
  "description": "Svelte components used for the FloWMS Web Frontend",
4
- "version": "0.0.47",
4
+ "version": "0.1.0",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },