@kakadu/components 1.1.9 → 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.9",
3
+ "version": "1.1.10",
4
4
  "description": "Kakadu components library",
5
5
  "license": "MIT",
6
6
  "main": "./build/index.js",
@@ -363,7 +363,10 @@
363
363
  "import": "./build/utilities/scale.mjs",
364
364
  "require": "./build/utilities/scale.js"
365
365
  },
366
- "./components.css": "./build/components.css"
366
+ "./components.css": {
367
+ "types": "./build/components.css.d.ts",
368
+ "default": "./build/components.css"
369
+ }
367
370
  },
368
371
  "files": [
369
372
  "build"