@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.
Files changed (34) hide show
  1. package/CHANGELOG.md +5 -3
  2. package/dist/browser.esm.js +176 -176
  3. package/dist/browser.esm.js.map +1 -1
  4. package/dist/browser.umd.js +187 -187
  5. package/dist/browser.umd.js.map +1 -1
  6. package/lib/Overlay.js +3 -1
  7. package/lib/Portal/Portal.js +4 -3
  8. package/lib/hooks/useAnchoredPosition.js +3 -2
  9. package/lib/hooks/useCombinedRefs.d.ts +2 -2
  10. package/lib/hooks/useCombinedRefs.js +4 -9
  11. package/lib/hooks/useResizeObserver.js +2 -4
  12. package/lib/utils/useIsomorphicLayoutEffect.d.ts +2 -0
  13. package/lib/utils/useIsomorphicLayoutEffect.js +14 -0
  14. package/lib-esm/Overlay.js +2 -1
  15. package/lib-esm/Portal/Portal.js +3 -2
  16. package/lib-esm/hooks/useAnchoredPosition.js +2 -1
  17. package/lib-esm/hooks/useCombinedRefs.d.ts +2 -2
  18. package/lib-esm/hooks/useCombinedRefs.js +4 -4
  19. package/lib-esm/hooks/useResizeObserver.js +2 -2
  20. package/lib-esm/utils/useIsomorphicLayoutEffect.d.ts +2 -0
  21. package/lib-esm/utils/useIsomorphicLayoutEffect.js +4 -0
  22. package/package.json +1 -1
  23. package/lib/NewLabel/NewLabel.d.ts +0 -11
  24. package/lib/NewLabel/NewLabel.js +0 -134
  25. package/lib/NewLabel/NewStateLabel.d.ts +0 -10
  26. package/lib/NewLabel/NewStateLabel.js +0 -49
  27. package/lib/NewLabel/_newLabelStyleUtils.d.ts +0 -3
  28. package/lib/NewLabel/_newLabelStyleUtils.js +0 -40
  29. package/lib-esm/NewLabel/NewLabel.d.ts +0 -11
  30. package/lib-esm/NewLabel/NewLabel.js +0 -115
  31. package/lib-esm/NewLabel/NewStateLabel.d.ts +0 -10
  32. package/lib-esm/NewLabel/NewStateLabel.js +0 -36
  33. package/lib-esm/NewLabel/_newLabelStyleUtils.d.ts +0 -3
  34. 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-202110417386
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
- - Fake entry to force publishing
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
- * [#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
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