@primer/css 18.1.0-rc.a6511ca6 → 18.1.0-rc.d16ea1e3

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 (2) hide show
  1. package/dist/meta.json +13 -13
  2. package/package.json +2 -2
package/dist/meta.json CHANGED
@@ -22,19 +22,6 @@
22
22
  "legacy": "primer-support/index.scss",
23
23
  "imports": []
24
24
  },
25
- "alerts": {
26
- "name": "alerts",
27
- "source": "src/alerts/index.scss",
28
- "sass": "@primer/css/alerts/index.scss",
29
- "css": "dist/alerts.css",
30
- "map": "dist/alerts.css.map",
31
- "js": "dist/alerts.js",
32
- "stats": "dist/stats/alerts.json",
33
- "legacy": "primer-alerts/index.scss",
34
- "imports": [
35
- "support"
36
- ]
37
- },
38
25
  "loaders": {
39
26
  "name": "loaders",
40
27
  "source": "src/loaders/index.scss",
@@ -178,6 +165,19 @@
178
165
  "support"
179
166
  ]
180
167
  },
168
+ "alerts": {
169
+ "name": "alerts",
170
+ "source": "src/alerts/index.scss",
171
+ "sass": "@primer/css/alerts/index.scss",
172
+ "css": "dist/alerts.css",
173
+ "map": "dist/alerts.css.map",
174
+ "js": "dist/alerts.js",
175
+ "stats": "dist/stats/alerts.json",
176
+ "legacy": "primer-alerts/index.scss",
177
+ "imports": [
178
+ "support"
179
+ ]
180
+ },
181
181
  "popover": {
182
182
  "name": "popover",
183
183
  "source": "src/popover/index.scss",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "18.1.0-rc.a6511ca6",
3
+ "version": "18.1.0-rc.d16ea1e3",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",
@@ -55,7 +55,7 @@
55
55
  "globby": "12.0.2",
56
56
  "jest": "27.3.1",
57
57
  "js-yaml": "4.1.0",
58
- "postcss": "8.3.9",
58
+ "postcss": "8.3.11",
59
59
  "postcss-calc": "8.0.0",
60
60
  "postcss-import": "14.0.2",
61
61
  "postcss-load-config": "3.1.0",