@blockbite/tailwind 3.4.3 → 3.4.4

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 (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- declare module "blockbite-tailwind" {
1
+ declare module "@blockbite/tailwind" {
2
2
  // Function declarations
3
3
  export function getAspectRatio(...args: any[]): any;
4
4
  export function getContainer(...args: any[]): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockbite/tailwind",
3
- "version": "3.4.3",
3
+ "version": "3.4.4",
4
4
  "description": "helper for blockbite plugin and blockbite theme",
5
5
  "main": "index.js",
6
6
  "scripts": {