@opensite/ui 1.7.5 → 1.7.6

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.7.5",
3
+ "version": "1.7.6",
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",
@@ -3046,6 +3046,11 @@
3046
3046
  "import": "./dist/dropdown-menu.js",
3047
3047
  "require": "./dist/dropdown-menu.cjs"
3048
3048
  },
3049
+ "./components/dynamic-form-field": {
3050
+ "types": "./dist/dynamic-form-field.d.ts",
3051
+ "import": "./dist/dynamic-form-field.js",
3052
+ "require": "./dist/dynamic-form-field.cjs"
3053
+ },
3049
3054
  "./components/dynamic-icon": {
3050
3055
  "types": "./dist/dynamic-icon.d.ts",
3051
3056
  "import": "./dist/dynamic-icon.js",