@pequity/squirrel 1.0.15 → 1.0.17

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.
@@ -1,5 +1,5 @@
1
1
  import '@squirrel/assets/squirrel.css';
2
- export * from './tailwind';
2
+ export * from './tailwind/config';
3
3
  export * from './components';
4
4
  export * from './composables';
5
5
  export * from './utils';
@@ -1,4 +1,4 @@
1
- export declare const squirrelTailwindConfig: {
1
+ export declare const config: {
2
2
  readonly content: ["./index.html", "./squirrel/**/*.{vue,js,ts,jsx,tsx,mdx}", "./src/**/*.{vue,js,ts,jsx,tsx,mdx}"];
3
3
  readonly theme: {
4
4
  readonly colors: {
@@ -97,4 +97,4 @@ export declare const squirrelTailwindConfig: {
97
97
  };
98
98
  };
99
99
  };
100
- export type SquirrelTailwindConfig = typeof squirrelTailwindConfig;
100
+ export type SquirrelTailwindConfig = typeof config;