@primer/components 0.0.0-2021927182528 → 0.0.0-2021927182835
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 +1 -3
- package/dist/browser.esm.js +32 -35
- package/dist/browser.esm.js.map +1 -1
- package/dist/browser.umd.js +26 -29
- package/dist/browser.umd.js.map +1 -1
- package/lib/TextInputWithTokens.js +10 -17
- package/lib/Token/Token.js +2 -13
- package/lib/Token/TokenBase.js +4 -0
- package/lib/Token/_RemoveTokenButton.js +2 -15
- package/lib-esm/TextInputWithTokens.js +10 -17
- package/lib-esm/Token/Token.js +2 -13
- package/lib-esm/Token/TokenBase.js +4 -0
- package/lib-esm/Token/_RemoveTokenButton.js +2 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,13 +1,11 @@
|
|
1
1
|
# @primer/components
|
2
2
|
|
3
|
-
## 0.0.0-
|
3
|
+
## 0.0.0-2021927182835
|
4
4
|
|
5
5
|
### Patch Changes
|
6
6
|
|
7
7
|
- Fake entry to force publishing
|
8
8
|
|
9
|
-
* [#1526](https://github.com/primer/react/pull/1526) [`c113b930`](https://github.com/primer/react/commit/c113b9309a14e72fcebdd3ff80c26bb39a165cbb) Thanks [@mperrotti](https://github.com/mperrotti)! - replaces flexbox gap usage with margins
|
10
|
-
|
11
9
|
## 31.0.1
|
12
10
|
|
13
11
|
### Patch Changes
|