@m3e/icon-button 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 +2915 -12
- package/dist/html-custom-data.json +3 -3
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +3 -3
- package/cem.config.mjs +0 -16
- package/demo/index.html +0 -103
- package/dist/src/IconButtonElement.d.ts +0 -316
- package/dist/src/IconButtonElement.d.ts.map +0 -1
- package/dist/src/IconButtonShape.d.ts +0 -3
- package/dist/src/IconButtonShape.d.ts.map +0 -1
- package/dist/src/IconButtonSize.d.ts +0 -3
- package/dist/src/IconButtonSize.d.ts.map +0 -1
- package/dist/src/IconButtonVariant.d.ts +0 -3
- package/dist/src/IconButtonVariant.d.ts.map +0 -1
- package/dist/src/IconButtonWidth.d.ts +0 -3
- package/dist/src/IconButtonWidth.d.ts.map +0 -1
- package/dist/src/index.d.ts +0 -6
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/styles/IconButtonSizeStyle.d.ts +0 -7
- package/dist/src/styles/IconButtonSizeStyle.d.ts.map +0 -1
- package/dist/src/styles/IconButtonSizeToken.d.ts +0 -26
- package/dist/src/styles/IconButtonSizeToken.d.ts.map +0 -1
- package/dist/src/styles/IconButtonStyle.d.ts +0 -7
- package/dist/src/styles/IconButtonStyle.d.ts.map +0 -1
- package/dist/src/styles/IconButtonVariantStyle.d.ts +0 -7
- package/dist/src/styles/IconButtonVariantStyle.d.ts.map +0 -1
- package/dist/src/styles/IconButtonVariantToken.d.ts +0 -61
- package/dist/src/styles/IconButtonVariantToken.d.ts.map +0 -1
- package/dist/src/styles/index.d.ts +0 -4
- package/dist/src/styles/index.d.ts.map +0 -1
- package/eslint.config.mjs +0 -13
- package/rollup.config.js +0 -32
- package/src/IconButtonElement.ts +0 -514
- package/src/IconButtonShape.ts +0 -2
- package/src/IconButtonSize.ts +0 -2
- package/src/IconButtonVariant.ts +0 -2
- package/src/IconButtonWidth.ts +0 -2
- package/src/index.ts +0 -5
- package/src/styles/IconButtonSizeStyle.ts +0 -95
- package/src/styles/IconButtonSizeToken.ts +0 -215
- package/src/styles/IconButtonStyle.ts +0 -184
- package/src/styles/IconButtonVariantStyle.ts +0 -123
- package/src/styles/IconButtonVariantToken.ts +0 -854
- package/src/styles/index.ts +0 -3
- package/tsconfig.json +0 -9
package/README.md
CHANGED
|
@@ -6,8 +6,7 @@ The component is accessible by default, with ARIA roles, contrast-safe color tok
|
|
|
6
6
|
|
|
7
7
|
Native disabled `<button>` elements cannot receive focus. This can be problematic in some cases because it can prevent you from telling the user why the button is disabled. You can use the `disabled-interactive` attribute to style a `m3e-icon-button` as disabled but allow for it to receive focus. The button will have `aria-disabled="true"` for assistive technology.
|
|
8
8
|
|
|
9
|
-
> **
|
|
10
|
-
> This package is maintained within the unified M3E repository, which provides a suite of Material 3 web components.
|
|
9
|
+
> **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.
|
|
11
10
|
|
|
12
11
|
## 📦 Installation
|
|
13
12
|
|