@m3e/drawer-container 1.0.0-rc.1 → 1.0.0-rc.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.
Files changed (37) hide show
  1. package/README.md +1 -2
  2. package/dist/custom-elements.json +2626 -24
  3. package/dist/html-custom-data.json +8 -2
  4. package/dist/index.js +5 -9
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.js +29 -29
  7. package/dist/index.min.js.map +1 -1
  8. package/package.json +4 -4
  9. package/cem.config.mjs +0 -16
  10. package/demo/index.html +0 -88
  11. package/dist/src/DrawerContainerElement.d.ts +0 -105
  12. package/dist/src/DrawerContainerElement.d.ts.map +0 -1
  13. package/dist/src/DrawerMode.d.ts +0 -3
  14. package/dist/src/DrawerMode.d.ts.map +0 -1
  15. package/dist/src/DrawerPosition.d.ts +0 -3
  16. package/dist/src/DrawerPosition.d.ts.map +0 -1
  17. package/dist/src/DrawerToggleElement.d.ts +0 -48
  18. package/dist/src/DrawerToggleElement.d.ts.map +0 -1
  19. package/dist/src/index.d.ts +0 -5
  20. package/dist/src/index.d.ts.map +0 -1
  21. package/dist/src/styles/DrawerContainerStyle.d.ts +0 -7
  22. package/dist/src/styles/DrawerContainerStyle.d.ts.map +0 -1
  23. package/dist/src/styles/DrawerContainerToken.d.ts +0 -16
  24. package/dist/src/styles/DrawerContainerToken.d.ts.map +0 -1
  25. package/dist/src/styles/index.d.ts +0 -2
  26. package/dist/src/styles/index.d.ts.map +0 -1
  27. package/eslint.config.mjs +0 -13
  28. package/rollup.config.js +0 -32
  29. package/src/DrawerContainerElement.ts +0 -244
  30. package/src/DrawerMode.ts +0 -2
  31. package/src/DrawerPosition.ts +0 -2
  32. package/src/DrawerToggleElement.ts +0 -123
  33. package/src/index.ts +0 -4
  34. package/src/styles/DrawerContainerStyle.ts +0 -178
  35. package/src/styles/DrawerContainerToken.ts +0 -19
  36. package/src/styles/index.ts +0 -1
  37. package/tsconfig.json +0 -9
package/README.md CHANGED
@@ -2,8 +2,7 @@
2
2
 
3
3
  The `m3e-drawer-container` component provides a responsive layout container for managing one or two sliding drawers alongside main content. It supports multiple drawer modes (`over`, `push`, `side`, and `auto`), adapts to breakpoint size, and encodes spatial hierarchy, motion transitions, and accessibility semantics for modal, dismissible, and permanent navigation.
4
4
 
5
- > **Part of the [M3E](../../README.md) monorepo**
6
- > This package is maintained within the unified M3E repository, which provides a suite of Material 3 web components.
5
+ > **This package is part of [M3E](https://github.com/matraic/m3e) monorepo**, a unified suite of Material 3 web components. [Explore the docs](https://matraic.github.io/m3e) to see them in action.
7
6
 
8
7
  ## 📦 Installation
9
8