@primer/components 0.0.0-202192719040 → 0.0.0-2021927193941
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 +2 -2
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# @primer/components
|
2
2
|
|
3
|
-
## 0.0.0-
|
3
|
+
## 0.0.0-2021927193941
|
4
4
|
|
5
5
|
### Minor Changes
|
6
6
|
|
7
|
-
- [#1523](https://github.com/primer/react/pull/1523) [`
|
7
|
+
- [#1523](https://github.com/primer/react/pull/1523) [`56e2f159`](https://github.com/primer/react/commit/56e2f159b9d627564a7717e6961a6bfa355189b3) Thanks [@mperrotti](https://github.com/mperrotti)! - Add the ability to truncate tokens in the TextInputWithToken component when the input is not focused
|
8
8
|
|
9
9
|
### Patch Changes
|
10
10
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@primer/components",
|
3
|
-
"version": "0.0.0-
|
3
|
+
"version": "0.0.0-2021927193941",
|
4
4
|
"description": "Primer react components",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"module": "lib-esm/index.js",
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"rollup-plugin-visualizer": "5.5.0",
|
133
133
|
"semver": "7.3.5",
|
134
134
|
"size-limit": "5.0.2",
|
135
|
+
"storybook-addon-performance": "0.16.1",
|
135
136
|
"styled-components": "4.4.1",
|
136
137
|
"typescript": "4.2.2"
|
137
138
|
},
|