@select-org/select-post-builder 1.0.3 → 1.0.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.
- package/dist/index.d.ts +37 -26
- package/dist/post-builder.cjs +121 -121
- package/dist/post-builder.css +1 -1
- package/dist/post-builder.js +5408 -5405
- package/dist/post-builder.umd.cjs +108 -108
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@select-org/select-post-builder",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "A reusable, extensible **Post Builder widget** for the Select platform and beyond. Designed to ensure functional parity across web and mobile clients, while enabling rapid iteration and consistent UX.",
|
|
5
5
|
"homepage": "https://github.com/supereffective/select-post-builder#readme",
|
|
6
6
|
"bugs": {
|