@lavalogic/scoria 0.0.3 → 0.0.4

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 CHANGED
@@ -225,3 +225,4 @@ export { IProductIgnoreOnAllocationOutboundType } from './Types/Responses/IProdu
225
225
  export { IProductLocation } from './Types/Responses/IProductLocation.js';
226
226
  export { type IResponse } from './Types/Responses/IResponse.js';
227
227
  export { IStockSortationMethodCustomer } from './Types/Responses/IStockSortationMethodCustomer.js';
228
+ export { Colour, ColourSet } from './scss/colours.js';
package/dist/index.js CHANGED
@@ -232,3 +232,4 @@ export { IProductIgnoreOnAllocationOutboundType } from './Types/Responses/IProdu
232
232
  export { IProductLocation } from './Types/Responses/IProductLocation.js';
233
233
  export {} from './Types/Responses/IResponse.js';
234
234
  export { IStockSortationMethodCustomer } from './Types/Responses/IStockSortationMethodCustomer.js';
235
+ export { Colour, ColourSet } from './scss/colours.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.3",
4
+ "version": "0.0.4",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },