@superblocksteam/custom-components 2.0.64 → 2.0.65

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
- import { WidgetSize } from "./hooksPlumbing.js";
2
- export { WidgetSize };
1
+ import type { WidgetSize } from "./hooksPlumbing.js";
2
+ export type { WidgetSize };
3
3
  /**
4
4
  * A React hook that returns the size of the area that is available for the custom component to render in. Calling this
5
5
  * hook will cause your custom component to be re-rendered whenever that size changes.
@@ -1 +1 @@
1
- {"version":3,"file":"useSuperblocksWidgetSize.d.ts","sourceRoot":"","sources":["../src/useSuperblocksWidgetSize.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAA2B,MAAM,oBAAoB,CAAC;AAEzE,OAAO,EAAE,UAAU,EAAE,CAAC;AAEtB;;;GAGG;AACH,wBAAgB,wBAAwB,IAAI,UAAU,CAarD"}
1
+ {"version":3,"file":"useSuperblocksWidgetSize.d.ts","sourceRoot":"","sources":["../src/useSuperblocksWidgetSize.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,YAAY,EAAE,UAAU,EAAE,CAAC;AAE3B;;;GAGG;AACH,wBAAgB,wBAAwB,IAAI,UAAU,CAarD"}
@@ -1 +1 @@
1
- {"version":3,"file":"useSuperblocksWidgetSize.js","sourceRoot":"","sources":["../src/useSuperblocksWidgetSize.ts"],"names":[],"mappings":";;AAQA,4DAaC;AArBD,yDAAyE;AAIzE;;;GAGG;AACH,SAAgB,wBAAwB;IACtC,MAAM,EAAE,KAAK,EAAE,kBAAkB,EAAE,GAAG,IAAA,0CAAuB,GAAE,CAAC;IAChE,MAAM,CAAC,UAAU,EAAE,aAAa,CAAC,GAAG,KAAK,CAAC,QAAQ,CAChD,kBAAkB,CAAC,aAAa,CAAC,OAAO,CACzC,CAAC;IACF,8HAA8H;IAC9H,KAAK,CAAC,eAAe,CAAC,GAAG,EAAE;QACzB,kBAAkB,CAAC,qBAAqB,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5D,OAAO,GAAG,EAAE;YACV,kBAAkB,CAAC,qBAAqB,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;QACjE,CAAC,CAAC;IACJ,CAAC,EAAE,EAAE,CAAC,CAAC;IACP,OAAO,UAAU,CAAC;AACpB,CAAC"}
1
+ {"version":3,"file":"useSuperblocksWidgetSize.js","sourceRoot":"","sources":["../src/useSuperblocksWidgetSize.ts"],"names":[],"mappings":";;AASA,4DAaC;AAtBD,yDAA6D;AAK7D;;;GAGG;AACH,SAAgB,wBAAwB;IACtC,MAAM,EAAE,KAAK,EAAE,kBAAkB,EAAE,GAAG,IAAA,0CAAuB,GAAE,CAAC;IAChE,MAAM,CAAC,UAAU,EAAE,aAAa,CAAC,GAAG,KAAK,CAAC,QAAQ,CAChD,kBAAkB,CAAC,aAAa,CAAC,OAAO,CACzC,CAAC;IACF,8HAA8H;IAC9H,KAAK,CAAC,eAAe,CAAC,GAAG,EAAE;QACzB,kBAAkB,CAAC,qBAAqB,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5D,OAAO,GAAG,EAAE;YACV,kBAAkB,CAAC,qBAAqB,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;QACjE,CAAC,CAAC;IACJ,CAAC,EAAE,EAAE,CAAC,CAAC;IACP,OAAO,UAAU,CAAC;AACpB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/custom-components",
3
- "version": "2.0.64",
3
+ "version": "2.0.65",
4
4
  "description": "Official Superblocks SDK for developing custom components",
5
5
  "homepage": "https://www.superblocks.com/",
6
6
  "license": "Superblocks Community Software License",
@@ -17,24 +17,22 @@
17
17
  "superblocks"
18
18
  ],
19
19
  "dependencies": {
20
- "@superblocksteam/util": "2.0.64",
21
- "tslib": "^2.6.1"
20
+ "tslib": "^2.6.1",
21
+ "@superblocksteam/util": "2.0.65"
22
22
  },
23
23
  "devDependencies": {
24
- "@eslint/js": "^9.32.0",
25
- "@typescript-eslint/eslint-plugin": "^8.25.0",
26
- "@typescript-eslint/parser": "^8.25.0",
27
- "eslint": "^9.34.0",
24
+ "@eslint/js": "^9.39.1",
25
+ "eslint": "^9.39.1",
28
26
  "eslint-config-prettier": "^10.1.8",
29
- "eslint-config-turbo": "^2.5.5",
27
+ "eslint-config-turbo": "^2.6.1",
30
28
  "eslint-plugin-import": "^2.32.0",
31
- "eslint-plugin-mocha": "^10.5.0",
29
+ "eslint-plugin-mocha": "^11.2.0",
32
30
  "eslint-plugin-prettier": "^5.5.4",
33
- "eslint-plugin-unicorn": "^47.0.0",
34
- "globals": "^16.3.0",
35
- "prettier": "^3.5.3",
36
- "typescript": "^5.1.6",
37
- "typescript-eslint": "^8.41.0"
31
+ "eslint-plugin-unicorn": "^62.0.0",
32
+ "globals": "^16.5.0",
33
+ "prettier": "^3.6.2",
34
+ "typescript": "^5.9.3",
35
+ "typescript-eslint": "^8.47.0"
38
36
  },
39
37
  "publishConfig": {
40
38
  "registry": "https://registry.npmjs.org"
@@ -46,6 +44,7 @@
46
44
  "dev": "tsc --build --watch --preserveWatchOutput",
47
45
  "lint": "eslint --concurrency=auto",
48
46
  "lint:fix": "eslint --fix --concurrency=auto",
47
+ "publish-package": "pnpm publish",
49
48
  "typecheck": "tsc --noEmit"
50
49
  }
51
50
  }