@regardio/react 0.8.0 → 0.8.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package.json",
3
3
  "name": "@regardio/react",
4
- "version": "0.8.0",
4
+ "version": "0.8.1",
5
5
  "private": false,
6
6
  "description": "Regardio React UI components",
7
7
  "keywords": [
@@ -221,7 +221,7 @@
221
221
  "@maptiler/sdk": "3.11.1",
222
222
  "@mdx-js/react": "3.1.1",
223
223
  "@regardio/js": "^0.9.2",
224
- "@regardio/tailwind": "^0.3.12",
224
+ "@regardio/tailwind": "^0.4.1",
225
225
  "@supabase/supabase-js": "2.99.2",
226
226
  "cmdk": "1.1.1",
227
227
  "embla-carousel": "8.6.0",
package/src/storybook.css CHANGED
@@ -1,5 +1,5 @@
1
1
  @import "tailwindcss";
2
- @import "@regardio/tailwind/styles";
2
+ @import "@regardio/tailwind/styles/index.css";
3
3
 
4
4
  /* Sample semantic color tokens for Storybook testing */
5
5
  /* Applications should define their own tokens or use @regardio/brand */