@m3e/react 2.7.9 → 2.7.10
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/dist/all.js +12 -12
- package/dist/all.js.map +1 -1
- package/dist/all.min.js.map +1 -1
- package/dist/core.js +12 -12
- package/dist/core.js.map +1 -1
- package/dist/core.min.js.map +1 -1
- package/dist/src/core/Collapsible.d.ts +1 -1
- package/dist/src/core/Elevation.d.ts +1 -1
- package/dist/src/core/FocusRing.d.ts +1 -1
- package/dist/src/core/PseudoCheckbox.d.ts +1 -1
- package/dist/src/core/PseudoRadio.d.ts +1 -1
- package/dist/src/core/Ripple.d.ts +1 -1
- package/dist/src/core/ScrollContainer.d.ts +1 -1
- package/dist/src/core/SelectionIndicator.d.ts +1 -1
- package/dist/src/core/Slide.d.ts +1 -1
- package/dist/src/core/StateLayer.d.ts +1 -1
- package/dist/src/core/TextHighlight.d.ts +1 -1
- package/dist/src/core/TextOverflow.d.ts +1 -1
- package/package.json +2 -2
package/dist/all.js
CHANGED
|
@@ -607,7 +607,7 @@ const M3eContentPane = o({
|
|
|
607
607
|
});
|
|
608
608
|
|
|
609
609
|
/**
|
|
610
|
-
* React binding for the `m3e-collapsible` Web Component from `@m3e/web/
|
|
610
|
+
* React binding for the `m3e-collapsible` Web Component from `@m3e/web/core`.
|
|
611
611
|
*
|
|
612
612
|
* This component renders the underlying `<m3e-collapsible>` element and exposes its
|
|
613
613
|
* properties, attributes, and events through an idiomatic React interface.
|
|
@@ -632,7 +632,7 @@ const M3eCollapsible = o({
|
|
|
632
632
|
});
|
|
633
633
|
|
|
634
634
|
/**
|
|
635
|
-
* React binding for the `m3e-elevation` Web Component from `@m3e/web/
|
|
635
|
+
* React binding for the `m3e-elevation` Web Component from `@m3e/web/core`.
|
|
636
636
|
*
|
|
637
637
|
* This component renders the underlying `<m3e-elevation>` element and exposes its
|
|
638
638
|
* properties, attributes, and events through an idiomatic React interface.
|
|
@@ -651,7 +651,7 @@ const M3eElevation = o({
|
|
|
651
651
|
});
|
|
652
652
|
|
|
653
653
|
/**
|
|
654
|
-
* React binding for the `m3e-focus-ring` Web Component from `@m3e/web/
|
|
654
|
+
* React binding for the `m3e-focus-ring` Web Component from `@m3e/web/core`.
|
|
655
655
|
*
|
|
656
656
|
* This component renders the underlying `<m3e-focus-ring>` element and exposes its
|
|
657
657
|
* properties, attributes, and events through an idiomatic React interface.
|
|
@@ -670,7 +670,7 @@ const M3eFocusRing = o({
|
|
|
670
670
|
});
|
|
671
671
|
|
|
672
672
|
/**
|
|
673
|
-
* React binding for the `m3e-pseudo-checkbox` Web Component from `@m3e/web/
|
|
673
|
+
* React binding for the `m3e-pseudo-checkbox` Web Component from `@m3e/web/core`.
|
|
674
674
|
*
|
|
675
675
|
* This component renders the underlying `<m3e-pseudo-checkbox>` element and exposes its
|
|
676
676
|
* properties, attributes, and events through an idiomatic React interface.
|
|
@@ -689,7 +689,7 @@ const M3ePseudoCheckbox = o({
|
|
|
689
689
|
});
|
|
690
690
|
|
|
691
691
|
/**
|
|
692
|
-
* React binding for the `m3e-pseudo-radio` Web Component from `@m3e/web/
|
|
692
|
+
* React binding for the `m3e-pseudo-radio` Web Component from `@m3e/web/core`.
|
|
693
693
|
*
|
|
694
694
|
* This component renders the underlying `<m3e-pseudo-radio>` element and exposes its
|
|
695
695
|
* properties, attributes, and events through an idiomatic React interface.
|
|
@@ -708,7 +708,7 @@ const M3ePseudoRadio = o({
|
|
|
708
708
|
});
|
|
709
709
|
|
|
710
710
|
/**
|
|
711
|
-
* React binding for the `m3e-ripple` Web Component from `@m3e/web/
|
|
711
|
+
* React binding for the `m3e-ripple` Web Component from `@m3e/web/core`.
|
|
712
712
|
*
|
|
713
713
|
* This component renders the underlying `<m3e-ripple>` element and exposes its
|
|
714
714
|
* properties, attributes, and events through an idiomatic React interface.
|
|
@@ -727,7 +727,7 @@ const M3eRipple = o({
|
|
|
727
727
|
});
|
|
728
728
|
|
|
729
729
|
/**
|
|
730
|
-
* React binding for the `m3e-scroll-container` Web Component from `@m3e/web/
|
|
730
|
+
* React binding for the `m3e-scroll-container` Web Component from `@m3e/web/core`.
|
|
731
731
|
*
|
|
732
732
|
* This component renders the underlying `<m3e-scroll-container>` element and exposes its
|
|
733
733
|
* properties, attributes, and events through an idiomatic React interface.
|
|
@@ -746,7 +746,7 @@ const M3eScrollContainer = o({
|
|
|
746
746
|
});
|
|
747
747
|
|
|
748
748
|
/**
|
|
749
|
-
* React binding for the `m3e-selection-indicator` Web Component from `@m3e/web/
|
|
749
|
+
* React binding for the `m3e-selection-indicator` Web Component from `@m3e/web/core`.
|
|
750
750
|
*
|
|
751
751
|
* This component renders the underlying `<m3e-selection-indicator>` element and exposes its
|
|
752
752
|
* properties, attributes, and events through an idiomatic React interface.
|
|
@@ -765,7 +765,7 @@ const M3eSelectionIndicator = o({
|
|
|
765
765
|
});
|
|
766
766
|
|
|
767
767
|
/**
|
|
768
|
-
* React binding for the `m3e-slide` Web Component from `@m3e/web/
|
|
768
|
+
* React binding for the `m3e-slide` Web Component from `@m3e/web/core`.
|
|
769
769
|
*
|
|
770
770
|
* This component renders the underlying `<m3e-slide>` element and exposes its
|
|
771
771
|
* properties, attributes, and events through an idiomatic React interface.
|
|
@@ -784,7 +784,7 @@ const M3eSlide = o({
|
|
|
784
784
|
});
|
|
785
785
|
|
|
786
786
|
/**
|
|
787
|
-
* React binding for the `m3e-state-layer` Web Component from `@m3e/web/
|
|
787
|
+
* React binding for the `m3e-state-layer` Web Component from `@m3e/web/core`.
|
|
788
788
|
*
|
|
789
789
|
* This component renders the underlying `<m3e-state-layer>` element and exposes its
|
|
790
790
|
* properties, attributes, and events through an idiomatic React interface.
|
|
@@ -803,7 +803,7 @@ const M3eStateLayer = o({
|
|
|
803
803
|
});
|
|
804
804
|
|
|
805
805
|
/**
|
|
806
|
-
* React binding for the `m3e-text-highlight` Web Component from `@m3e/web/
|
|
806
|
+
* React binding for the `m3e-text-highlight` Web Component from `@m3e/web/core`.
|
|
807
807
|
*
|
|
808
808
|
* This component renders the underlying `<m3e-text-highlight>` element and exposes its
|
|
809
809
|
* properties, attributes, and events through an idiomatic React interface.
|
|
@@ -822,7 +822,7 @@ const M3eTextHighlight = o({
|
|
|
822
822
|
});
|
|
823
823
|
|
|
824
824
|
/**
|
|
825
|
-
* React binding for the `m3e-text-overflow` Web Component from `@m3e/web/
|
|
825
|
+
* React binding for the `m3e-text-overflow` Web Component from `@m3e/web/core`.
|
|
826
826
|
*
|
|
827
827
|
* This component renders the underlying `<m3e-text-overflow>` element and exposes its
|
|
828
828
|
* properties, attributes, and events through an idiomatic React interface.
|