@tactics/lokaal-loket 0.0.67 → 0.0.68
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +440 -411
- package/build/index.d.cts +26 -10
- package/build/index.d.ts +26 -10
- package/build/index.js +303 -276
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tactics/lokaal-loket",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.68",
|
4
4
|
"description": "Component library for Lokaal Loket project",
|
5
5
|
"main": "./build/index.js",
|
6
6
|
"types": "./build/index.d.ts",
|
@@ -58,6 +58,7 @@
|
|
58
58
|
"@storybook/components": "^8.1.11",
|
59
59
|
"@storybook/theming": "^8.1.11",
|
60
60
|
"@storybook/types": "^8.1.11",
|
61
|
+
"@tactics/browser": "^0.0.5",
|
61
62
|
"@tactics/tacky": "2.0.17",
|
62
63
|
"@types/react": "^18.3.3",
|
63
64
|
"@types/styled-components": "^5.1.34",
|