@youngonesworks/ui 0.1.26 → 0.1.27

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.
@@ -5,5 +5,6 @@
5
5
  export declare const CSS_PATHS: {
6
6
  readonly variables: "./variables.css";
7
7
  readonly utilities: "./utilities.css";
8
+ readonly tailwind: "./tailwind.css";
8
9
  readonly globals: "../globals.css";
9
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youngonesworks/ui",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "A Youngones UI component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -19,6 +19,8 @@
19
19
  },
20
20
  "./styles/variables.css": "./dist/styles/variables.css",
21
21
  "./styles/utilities.css": "./dist/styles/utilities.css",
22
+ "./styles/tailwind.css": "./dist/styles/tailwind.css",
23
+ "./globals.css": "./dist/globals.css",
22
24
  "./assets/*": "./dist/assets/*"
23
25
  },
24
26
  "files": [