@kakadu/components 1.1.8 → 1.1.10

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.
@@ -0,0 +1,2 @@
1
+ declare const styles: string;
2
+ export default styles;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kakadu/components",
3
- "version": "1.1.8",
3
+ "version": "1.1.10",
4
4
  "description": "Kakadu components library",
5
5
  "license": "MIT",
6
6
  "main": "./build/index.js",
@@ -9,22 +9,19 @@
9
9
  "typesVersions": {
10
10
  "*": {
11
11
  "*": [
12
- "build/*"
12
+ "build/*.d.ts"
13
13
  ],
14
14
  "icons/*": [
15
- "build/icons/*"
15
+ "build/icons/*.d.ts"
16
16
  ],
17
17
  "hooks/*": [
18
- "build/hooks/*"
18
+ "build/hooks/*.d.ts"
19
19
  ],
20
20
  "utilities/*": [
21
- "build/utilities/*"
21
+ "build/utilities/*.d.ts"
22
22
  ],
23
23
  "theme": [
24
24
  "build/theme.d.ts"
25
- ],
26
- "theme.tsx": [
27
- "build/theme.d.ts"
28
25
  ]
29
26
  }
30
27
  },
@@ -366,7 +363,10 @@
366
363
  "import": "./build/utilities/scale.mjs",
367
364
  "require": "./build/utilities/scale.js"
368
365
  },
369
- "./components.css": "./build/components.css"
366
+ "./components.css": {
367
+ "types": "./build/components.css.d.ts",
368
+ "default": "./build/components.css"
369
+ }
370
370
  },
371
371
  "files": [
372
372
  "build"