@lavalogic/scoria 0.0.16 → 0.0.17

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
@@ -143,7 +143,7 @@ export { type GridStringItem } from './Types/Internal/GridStringItem.js';
143
143
  export { type GridTextItem } from './Types/Internal/GridTextItem.js';
144
144
  export { type IdentifiableToastMessage } from './Types/Internal/IdentifiableToastMessage.js';
145
145
  export { InputVariant } from './Types/Internal/InputVariant.js';
146
- export { type NonNullableKey, type ValueProp, type Unsubscriber, type Pixels, type Centimetres, type InputDate, type InputDateWithTime, type BrandedString, type BrandedNumber, type BrandedInteger } from './Types/Internal/Misc.js';
146
+ export { type NonNullableKey, type ValueProp, type Unsubscriber, type Pixels, type Centimetres, type InputDate, type InputDateWithTime, type BrandedString, type BrandedNumber, type BrandedInteger, type SQLDate } from './Types/Internal/Misc.js';
147
147
  export { type RefWrapper } from './Types/Internal/RefWrapper.js';
148
148
  export { type SelectOption } from './Types/Internal/SelectOption.js';
149
149
  export { Shape } from './Types/Internal/Shape.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.16",
4
+ "version": "0.0.17",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },