@primer/components 0.0.0-202110417386 → 0.0.0-2021108741
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/CHANGELOG.md +5 -3
- package/dist/browser.esm.js +176 -176
- package/dist/browser.esm.js.map +1 -1
- package/dist/browser.umd.js +187 -187
- package/dist/browser.umd.js.map +1 -1
- package/lib/Overlay.js +3 -1
- package/lib/Portal/Portal.js +4 -3
- package/lib/hooks/useAnchoredPosition.js +3 -2
- package/lib/hooks/useCombinedRefs.d.ts +2 -2
- package/lib/hooks/useCombinedRefs.js +4 -9
- package/lib/hooks/useResizeObserver.js +2 -4
- package/lib/utils/useIsomorphicLayoutEffect.d.ts +2 -0
- package/lib/utils/useIsomorphicLayoutEffect.js +14 -0
- package/lib-esm/Overlay.js +2 -1
- package/lib-esm/Portal/Portal.js +3 -2
- package/lib-esm/hooks/useAnchoredPosition.js +2 -1
- package/lib-esm/hooks/useCombinedRefs.d.ts +2 -2
- package/lib-esm/hooks/useCombinedRefs.js +4 -4
- package/lib-esm/hooks/useResizeObserver.js +2 -2
- package/lib-esm/utils/useIsomorphicLayoutEffect.d.ts +2 -0
- package/lib-esm/utils/useIsomorphicLayoutEffect.js +4 -0
- package/package.json +1 -1
- package/lib/NewLabel/NewLabel.d.ts +0 -11
- package/lib/NewLabel/NewLabel.js +0 -134
- package/lib/NewLabel/NewStateLabel.d.ts +0 -10
- package/lib/NewLabel/NewStateLabel.js +0 -49
- package/lib/NewLabel/_newLabelStyleUtils.d.ts +0 -3
- package/lib/NewLabel/_newLabelStyleUtils.js +0 -40
- package/lib-esm/NewLabel/NewLabel.d.ts +0 -11
- package/lib-esm/NewLabel/NewLabel.js +0 -115
- package/lib-esm/NewLabel/NewStateLabel.d.ts +0 -10
- package/lib-esm/NewLabel/NewStateLabel.js +0 -36
- package/lib-esm/NewLabel/_newLabelStyleUtils.d.ts +0 -3
- package/lib-esm/NewLabel/_newLabelStyleUtils.js +0 -30
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# @primer/components
|
2
2
|
|
3
|
-
## 0.0.0-
|
3
|
+
## 0.0.0-2021108741
|
4
4
|
|
5
5
|
### Minor Changes
|
6
6
|
|
@@ -8,9 +8,11 @@
|
|
8
8
|
|
9
9
|
### Patch Changes
|
10
10
|
|
11
|
-
-
|
11
|
+
- [#1583](https://github.com/primer/react/pull/1583) [`79c652cb`](https://github.com/primer/react/commit/79c652cbfc5f76ddad7429516d47c1ea525287bf) Thanks [@pksjce](https://github.com/pksjce)! - Add a utility to provide useIsoMorphicEffect function and use that instead of useLayoutEffect everywhere
|
12
12
|
|
13
|
-
*
|
13
|
+
* Fake entry to force publishing
|
14
|
+
|
15
|
+
- [#1549](https://github.com/primer/react/pull/1549) [`f565840f`](https://github.com/primer/react/commit/f565840f2d879b987ef9df7cd046e146214ed5f5) Thanks [@michael-lefebvre](https://github.com/michael-lefebvre)! - Fix `auxiliaryText` in ActionList Group header
|
14
16
|
|
15
17
|
## 31.1.0
|
16
18
|
|