@opensite/ui 1.8.6 → 1.8.8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensite/ui",
3
- "version": "1.8.6",
3
+ "version": "1.8.8",
4
4
  "description": "Foundational UI component library for OpenSite Semantic Site Builder with tree-shakable exports and abstract styling",
5
5
  "keywords": [
6
6
  "react",
@@ -2991,6 +2991,11 @@
2991
2991
  "import": "./dist/bento-grid.js",
2992
2992
  "require": "./dist/bento-grid.cjs"
2993
2993
  },
2994
+ "./components/block-actions": {
2995
+ "types": "./dist/block-actions.d.ts",
2996
+ "import": "./dist/block-actions.js",
2997
+ "require": "./dist/block-actions.cjs"
2998
+ },
2994
2999
  "./components/brand-attribution": {
2995
3000
  "types": "./dist/brand-attribution.d.ts",
2996
3001
  "import": "./dist/brand-attribution.js",