@primer/components 0.0.0-2021111225614 → 0.0.0-2021111231017

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 (90) hide show
  1. package/CHANGELOG.md +3 -17
  2. package/dist/browser.esm.js +109 -106
  3. package/dist/browser.esm.js.map +1 -1
  4. package/dist/browser.umd.js +109 -106
  5. package/dist/browser.umd.js.map +1 -1
  6. package/lib/ActionList/Item.js +3 -3
  7. package/lib/ActionList2/Header.d.ts +26 -0
  8. package/lib/ActionList2/Header.js +55 -0
  9. package/lib/ActionList2/Item.js +1 -3
  10. package/lib/ActionList2/List.js +1 -2
  11. package/lib/ActionList2/Selection.js +1 -3
  12. package/lib/ActionMenu2.d.ts +1 -2
  13. package/lib/Autocomplete/Autocomplete.d.ts +0 -1
  14. package/lib/Autocomplete/AutocompleteInput.d.ts +0 -1
  15. package/lib/Avatar.d.ts +2 -1
  16. package/lib/Avatar.js +1 -1
  17. package/lib/BranchName.d.ts +2 -1
  18. package/lib/BranchName.js +1 -1
  19. package/lib/Button/Button.d.ts +0 -1
  20. package/lib/Button/ButtonClose.d.ts +1 -2
  21. package/lib/Button/ButtonDanger.d.ts +0 -1
  22. package/lib/Button/ButtonInvisible.d.ts +0 -1
  23. package/lib/Button/ButtonOutline.d.ts +0 -1
  24. package/lib/Button/ButtonPrimary.d.ts +0 -1
  25. package/lib/CircleOcticon.d.ts +0 -1
  26. package/lib/Details.d.ts +2 -1
  27. package/lib/Details.js +3 -1
  28. package/lib/Dialog.d.ts +2 -3
  29. package/lib/Dropdown.d.ts +66 -6
  30. package/lib/DropdownMenu/DropdownButton.d.ts +1 -2
  31. package/lib/FilterList.d.ts +0 -1
  32. package/lib/Heading.d.ts +2 -1
  33. package/lib/Heading.js +6 -1
  34. package/lib/Position.d.ts +4 -4
  35. package/lib/ProgressBar.d.ts +11 -16
  36. package/lib/ProgressBar.js +10 -6
  37. package/lib/SelectMenu/SelectMenu.d.ts +4 -10
  38. package/lib/SelectMenu/SelectMenuItem.d.ts +1 -1
  39. package/lib/SelectMenu/SelectMenuModal.d.ts +1 -1
  40. package/lib/Spinner.d.ts +2 -1
  41. package/lib/Spinner.js +3 -1
  42. package/lib/TextInputWithTokens.d.ts +0 -1
  43. package/lib/Token/AvatarToken.d.ts +1 -1
  44. package/lib/Token/IssueLabelToken.d.ts +1 -1
  45. package/lib/Token/Token.d.ts +1 -1
  46. package/lib/utils/testing.d.ts +20 -0
  47. package/lib/utils/testing.js +1 -1
  48. package/lib-esm/ActionList/Item.js +3 -3
  49. package/lib-esm/ActionList2/Header.d.ts +26 -0
  50. package/lib-esm/ActionList2/Header.js +44 -0
  51. package/lib-esm/ActionList2/Item.js +1 -3
  52. package/lib-esm/ActionList2/List.js +1 -2
  53. package/lib-esm/ActionList2/Selection.js +1 -3
  54. package/lib-esm/ActionMenu2.d.ts +1 -2
  55. package/lib-esm/Autocomplete/Autocomplete.d.ts +0 -1
  56. package/lib-esm/Autocomplete/AutocompleteInput.d.ts +0 -1
  57. package/lib-esm/Avatar.d.ts +2 -1
  58. package/lib-esm/Avatar.js +2 -2
  59. package/lib-esm/BranchName.d.ts +2 -1
  60. package/lib-esm/BranchName.js +2 -2
  61. package/lib-esm/Button/Button.d.ts +0 -1
  62. package/lib-esm/Button/ButtonClose.d.ts +1 -2
  63. package/lib-esm/Button/ButtonDanger.d.ts +0 -1
  64. package/lib-esm/Button/ButtonInvisible.d.ts +0 -1
  65. package/lib-esm/Button/ButtonOutline.d.ts +0 -1
  66. package/lib-esm/Button/ButtonPrimary.d.ts +0 -1
  67. package/lib-esm/CircleOcticon.d.ts +0 -1
  68. package/lib-esm/Details.d.ts +2 -1
  69. package/lib-esm/Details.js +2 -1
  70. package/lib-esm/Dialog.d.ts +2 -3
  71. package/lib-esm/Dropdown.d.ts +66 -6
  72. package/lib-esm/DropdownMenu/DropdownButton.d.ts +1 -2
  73. package/lib-esm/FilterList.d.ts +0 -1
  74. package/lib-esm/Heading.d.ts +2 -1
  75. package/lib-esm/Heading.js +6 -2
  76. package/lib-esm/Position.d.ts +4 -4
  77. package/lib-esm/ProgressBar.d.ts +11 -16
  78. package/lib-esm/ProgressBar.js +11 -7
  79. package/lib-esm/SelectMenu/SelectMenu.d.ts +4 -10
  80. package/lib-esm/SelectMenu/SelectMenuItem.d.ts +1 -1
  81. package/lib-esm/SelectMenu/SelectMenuModal.d.ts +1 -1
  82. package/lib-esm/Spinner.d.ts +2 -1
  83. package/lib-esm/Spinner.js +2 -1
  84. package/lib-esm/TextInputWithTokens.d.ts +0 -1
  85. package/lib-esm/Token/AvatarToken.d.ts +1 -1
  86. package/lib-esm/Token/IssueLabelToken.d.ts +1 -1
  87. package/lib-esm/Token/Token.d.ts +1 -1
  88. package/lib-esm/utils/testing.d.ts +20 -0
  89. package/lib-esm/utils/testing.js +1 -1
  90. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,28 +1,14 @@
1
1
  # @primer/components
2
2
 
3
- ## 0.0.0-2021111225614
4
-
5
- ### Major Changes
6
-
7
- - [#1643](https://github.com/primer/react/pull/1643) [`3938550f`](https://github.com/primer/react/commit/3938550fb3ea3fbec542a0cadaf6aeb734fba938) Thanks [@jfuchs](https://github.com/jfuchs)! - Details no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
8
-
9
- * [#1643](https://github.com/primer/react/pull/1643) [`3938550f`](https://github.com/primer/react/commit/3938550fb3ea3fbec542a0cadaf6aeb734fba938) Thanks [@jfuchs](https://github.com/jfuchs)! - Avatar no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
10
-
11
- - [#1643](https://github.com/primer/react/pull/1643) [`3938550f`](https://github.com/primer/react/commit/3938550fb3ea3fbec542a0cadaf6aeb734fba938) Thanks [@jfuchs](https://github.com/jfuchs)! - BranchName no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
12
-
13
- * [#1643](https://github.com/primer/react/pull/1643) [`3938550f`](https://github.com/primer/react/commit/3938550fb3ea3fbec542a0cadaf6aeb734fba938) Thanks [@jfuchs](https://github.com/jfuchs)! - Heading no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
3
+ ## 0.0.0-2021111231017
14
4
 
15
5
  ### Minor Changes
16
6
 
17
- - [#1619](https://github.com/primer/react/pull/1619) [`a13efa45`](https://github.com/primer/react/commit/a13efa457ded69656fb390b5b9b666d00157fd21) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Add composable `ActionMenu` to `@primer/components/drafts`
7
+ - [#1619](https://github.com/primer/react/pull/1619) [`38e45b33`](https://github.com/primer/react/commit/38e45b33c5efe70134d2459e39ddcfb66941957d) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Add composable `ActionMenu` to `@primer/components/drafts`
18
8
 
19
9
  ### Patch Changes
20
10
 
21
- - [#1668](https://github.com/primer/react/pull/1668) [`98dc6336`](https://github.com/primer/react/commit/98dc633674b793edfa4fbeb88fd239e6ca40544e) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList: Fix multiple selection svg by overriding global shape-rendering for github.com
22
-
23
- * Fake entry to force publishing
24
-
25
- - [#1596](https://github.com/primer/react/pull/1596) [`5c6dc644`](https://github.com/primer/react/commit/5c6dc644c1e68b36d309deac653aca189f1fa624) Thanks [@dmarcey](https://github.com/dmarcey)! - Fix alignment of items in ActionList (single-select) if some of the items have wrapping text.
11
+ - Fake entry to force publishing
26
12
 
27
13
  ## 32.1.0
28
14