@tactics/lokaal-loket 0.0.127 → 0.0.128

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import React$1, { Ref, PropsWithChildren, ReactElement, ReactNode, FC } from 'react';
3
3
  import { TypographyFontKey, TypographyFontsKey, TypographyFontWeightKey, SpacingKey, Color, ColorVariant } from '@tactics/tacky/contract';
4
- export { Color, ColorVariant, Radius, Spacing, ThemeI, ThemeVariantsI, TypographyFont, TypographyFonts } from '@tactics/tacky/contract';
4
+ export { Color, ColorVariant, Radius, Spacing, ThemeConfigI, ThemeI, ThemeVariantsI, TypographyFont, TypographyFonts } from '@tactics/tacky/contract';
5
5
  import { Feature as Feature$1, Point, FeatureCollection, LineString } from 'geojson';
6
6
  import { AsyncResult } from '@tactics/js-monad';
7
7
  import { ThemeMode } from '@tactics/tacky';
package/build/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import React$1, { Ref, PropsWithChildren, ReactElement, ReactNode, FC } from 'react';
3
3
  import { TypographyFontKey, TypographyFontsKey, TypographyFontWeightKey, SpacingKey, Color, ColorVariant } from '@tactics/tacky/contract';
4
- export { Color, ColorVariant, Radius, Spacing, ThemeI, ThemeVariantsI, TypographyFont, TypographyFonts } from '@tactics/tacky/contract';
4
+ export { Color, ColorVariant, Radius, Spacing, ThemeConfigI, ThemeI, ThemeVariantsI, TypographyFont, TypographyFonts } from '@tactics/tacky/contract';
5
5
  import { Feature as Feature$1, Point, FeatureCollection, LineString } from 'geojson';
6
6
  import { AsyncResult } from '@tactics/js-monad';
7
7
  import { ThemeMode } from '@tactics/tacky';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tactics/lokaal-loket",
3
- "version": "0.0.127",
3
+ "version": "0.0.128",
4
4
  "description": "Component library for Lokaal Loket project",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",