@speckle/tailwind-theme 2.25.9 → 2.26.0

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.
package/dist/plugin.d.ts CHANGED
@@ -84,7 +84,7 @@ export declare const darkThemeVariables: {
84
84
  };
85
85
  declare const plugin: {
86
86
  handler: import("tailwindcss/types/config.js").PluginCreator;
87
- config?: Partial<import("tailwindcss").Config>;
87
+ config?: Partial<import("tailwindcss/types/config.js").Config>;
88
88
  };
89
89
  export { plugin };
90
90
  //# sourceMappingURL=plugin.d.ts.map
@@ -84,7 +84,7 @@ export declare const darkThemeVariables: {
84
84
  };
85
85
  declare const plugin: {
86
86
  handler: import("tailwindcss/types/config.js").PluginCreator;
87
- config?: Partial<import("tailwindcss").Config>;
87
+ config?: Partial<import("tailwindcss/types/config.js").Config>;
88
88
  };
89
89
  export { plugin };
90
90
  //# sourceMappingURL=plugin.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@speckle/tailwind-theme",
3
3
  "description": "Speckle tailwind theme used in frontend 2 and other apps",
4
- "version": "2.25.9",
4
+ "version": "2.26.0",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "echo \"Building tailwind-theme\" && rimraf ./dist ./dist-cjs && tsc -p . && tsc -p ./tsconfig.cjs.json && tsconfig-to-dual-package && echo \"Done building tailwind-theme!\"",