@primer/css 0.0.0-2021927215715 → 0.0.0-20219272279
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 +8 -6
- package/dist/meta.json +13 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @primer/css
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-20219272279
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -8,15 +8,17 @@
|
|
|
8
8
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
|
-
- [#
|
|
11
|
+
- [#1710](https://github.com/primer/css/pull/1710) [`6a058ecb`](https://github.com/primer/css/commit/6a058ecbaf7edac6fce4a0d56b4aca46ac6cd4fa) Thanks [@jonrohan](https://github.com/jonrohan)! - Updating [@primer/primitives@6.0.0](https://github.com/primer/primitives/releases/tag/v6.0.0)
|
|
12
12
|
|
|
13
|
-
*
|
|
13
|
+
* [#1690](https://github.com/primer/css/pull/1690) [`af5a3ae8`](https://github.com/primer/css/commit/af5a3ae82668d6d04af8c3465302980dcf062cc4) Thanks [@simurai](https://github.com/simurai)! - Update `Subhead` actions
|
|
14
14
|
|
|
15
|
-
-
|
|
15
|
+
- Fake entry to force publishing
|
|
16
16
|
|
|
17
|
-
* [#
|
|
17
|
+
* [#1707](https://github.com/primer/css/pull/1707) [`a997790b`](https://github.com/primer/css/commit/a997790b69f0f3bb5c7a2dfc97c5d5c743bb6a38) Thanks [@maximedegreve](https://github.com/maximedegreve)! - Fix for disabled Safari inputs
|
|
18
18
|
|
|
19
|
-
- [#
|
|
19
|
+
- [#1693](https://github.com/primer/css/pull/1693) [`c1ca19d4`](https://github.com/primer/css/commit/c1ca19d4f071a9b12172e4a13bdb96c52a200d47) Thanks [@jasonmacgowan](https://github.com/jasonmacgowan)! - Fix light-theme attr reference in theme docs
|
|
20
|
+
|
|
21
|
+
* [#1689](https://github.com/primer/css/pull/1689) [`257f68f6`](https://github.com/primer/css/commit/257f68f6539539ab809fbdb4351aefa57173e044) Thanks [@adityatheoctocatdev](https://github.com/adityatheoctocatdev)! - Update all Toast variant icons to use `var(--color-fg-on-emphasis)`
|
|
20
22
|
|
|
21
23
|
The only visible change is in the `warning` variant, previously using `var(--color-fg-default)`
|
|
22
24
|
|
package/dist/meta.json
CHANGED
|
@@ -87,19 +87,6 @@
|
|
|
87
87
|
"support"
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
|
-
"truncate": {
|
|
91
|
-
"name": "truncate",
|
|
92
|
-
"source": "src/truncate/index.scss",
|
|
93
|
-
"sass": "@primer/css/truncate/index.scss",
|
|
94
|
-
"css": "dist/truncate.css",
|
|
95
|
-
"map": "dist/truncate.css.map",
|
|
96
|
-
"js": "dist/truncate.js",
|
|
97
|
-
"stats": "dist/stats/truncate.json",
|
|
98
|
-
"legacy": "primer-truncate/index.scss",
|
|
99
|
-
"imports": [
|
|
100
|
-
"support"
|
|
101
|
-
]
|
|
102
|
-
},
|
|
103
90
|
"subhead": {
|
|
104
91
|
"name": "subhead",
|
|
105
92
|
"source": "src/subhead/index.scss",
|
|
@@ -256,6 +243,19 @@
|
|
|
256
243
|
"support"
|
|
257
244
|
]
|
|
258
245
|
},
|
|
246
|
+
"truncate": {
|
|
247
|
+
"name": "truncate",
|
|
248
|
+
"source": "src/truncate/index.scss",
|
|
249
|
+
"sass": "@primer/css/truncate/index.scss",
|
|
250
|
+
"css": "dist/truncate.css",
|
|
251
|
+
"map": "dist/truncate.css.map",
|
|
252
|
+
"js": "dist/truncate.js",
|
|
253
|
+
"stats": "dist/stats/truncate.json",
|
|
254
|
+
"legacy": "primer-truncate/index.scss",
|
|
255
|
+
"imports": [
|
|
256
|
+
"support"
|
|
257
|
+
]
|
|
258
|
+
},
|
|
259
259
|
"autocomplete": {
|
|
260
260
|
"name": "autocomplete",
|
|
261
261
|
"source": "src/autocomplete/index.scss",
|
package/package.json
CHANGED