@opensite/ui 1.0.1 → 1.0.2

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.0.1",
3
+ "version": "1.0.2",
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",
@@ -3186,6 +3186,11 @@
3186
3186
  "import": "./dist/navbar-logo.js",
3187
3187
  "require": "./dist/navbar-logo.cjs"
3188
3188
  },
3189
+ "./components/navbar-mega-menus": {
3190
+ "types": "./dist/navbar-mega-menus.d.ts",
3191
+ "import": "./dist/navbar-mega-menus.js",
3192
+ "require": "./dist/navbar-mega-menus.cjs"
3193
+ },
3189
3194
  "./components/navigation-menu": {
3190
3195
  "types": "./dist/navigation-menu.d.ts",
3191
3196
  "import": "./dist/navigation-menu.js",