@speckle/tailwind-theme 2.26.6 → 2.26.7

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.
Files changed (1) hide show
  1. package/package.json +1 -1
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.26.6",
4
+ "version": "2.26.7",
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!\"",