@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 +1 -1
- package/build/index.d.ts +1 -1
- package/package.json +1 -1
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';
|