@m3e/heading 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.
- package/README.md +1 -2
- package/dist/custom-elements.json +2549 -9
- package/dist/index.js +4 -5
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +102 -102
- package/dist/index.min.js.map +1 -1
- package/package.json +3 -3
- package/cem.config.mjs +0 -16
- package/demo/index.html +0 -54
- package/dist/src/HeadingElement.d.ts +0 -82
- package/dist/src/HeadingElement.d.ts.map +0 -1
- package/dist/src/HeadingLevel.d.ts +0 -3
- package/dist/src/HeadingLevel.d.ts.map +0 -1
- package/dist/src/HeadingSize.d.ts +0 -3
- package/dist/src/HeadingSize.d.ts.map +0 -1
- package/dist/src/HeadingVariant.d.ts +0 -3
- package/dist/src/HeadingVariant.d.ts.map +0 -1
- package/dist/src/index.d.ts +0 -5
- package/dist/src/index.d.ts.map +0 -1
- package/eslint.config.mjs +0 -13
- package/rollup.config.js +0 -32
- package/src/HeadingElement.ts +0 -249
- package/src/HeadingLevel.ts +0 -2
- package/src/HeadingSize.ts +0 -2
- package/src/HeadingVariant.ts +0 -2
- package/src/index.ts +0 -4
- package/tsconfig.json +0 -9
package/README.md
CHANGED
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
The `m3e-heading` component provides expressive, accessible headings for pages and sections, supporting display, headline, title, and label variants in multiple sizes. It applies Material 3 typographic tokens for font size, weight, line height, and letter spacing, ensuring visual hierarchy and clarity.
|
|
4
4
|
|
|
5
|
-
> **
|
|
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
|
|