@primer/css 19.2.0-rc.4087c0ce → 19.2.0-rc.9b90fc66

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 +22 -22
  2. package/package.json +1 -1
package/dist/meta.json CHANGED
@@ -44,17 +44,6 @@
44
44
  "legacy": "primer-breadcrumb/index.scss",
45
45
  "imports": []
46
46
  },
47
- "header": {
48
- "name": "header",
49
- "source": "src/header/index.scss",
50
- "sass": "@primer/css/header/index.scss",
51
- "css": "dist/header.css",
52
- "map": "dist/header.css.map",
53
- "js": "dist/header.js",
54
- "stats": "dist/stats/header.json",
55
- "legacy": "primer-header/index.scss",
56
- "imports": []
57
- },
58
47
  "blankslate": {
59
48
  "name": "blankslate",
60
49
  "source": "src/blankslate/index.scss",
@@ -77,17 +66,6 @@
77
66
  "legacy": "primer-alerts/index.scss",
78
67
  "imports": []
79
68
  },
80
- "dropdown": {
81
- "name": "dropdown",
82
- "source": "src/dropdown/index.scss",
83
- "sass": "@primer/css/dropdown/index.scss",
84
- "css": "dist/dropdown.css",
85
- "map": "dist/dropdown.css.map",
86
- "js": "dist/dropdown.js",
87
- "stats": "dist/stats/dropdown.json",
88
- "legacy": "primer-dropdown/index.scss",
89
- "imports": []
90
- },
91
69
  "loaders": {
92
70
  "name": "loaders",
93
71
  "source": "src/loaders/index.scss",
@@ -143,6 +121,17 @@
143
121
  "legacy": "primer-subhead/index.scss",
144
122
  "imports": []
145
123
  },
124
+ "header": {
125
+ "name": "header",
126
+ "source": "src/header/index.scss",
127
+ "sass": "@primer/css/header/index.scss",
128
+ "css": "dist/header.css",
129
+ "map": "dist/header.css.map",
130
+ "js": "dist/header.js",
131
+ "stats": "dist/stats/header.json",
132
+ "legacy": "primer-header/index.scss",
133
+ "imports": []
134
+ },
146
135
  "timeline": {
147
136
  "name": "timeline",
148
137
  "source": "src/timeline/index.scss",
@@ -198,6 +187,17 @@
198
187
  "legacy": "primer-tooltips/index.scss",
199
188
  "imports": []
200
189
  },
190
+ "dropdown": {
191
+ "name": "dropdown",
192
+ "source": "src/dropdown/index.scss",
193
+ "sass": "@primer/css/dropdown/index.scss",
194
+ "css": "dist/dropdown.css",
195
+ "map": "dist/dropdown.css.map",
196
+ "js": "dist/dropdown.js",
197
+ "stats": "dist/stats/dropdown.json",
198
+ "legacy": "primer-dropdown/index.scss",
199
+ "imports": []
200
+ },
201
201
  "select-menu": {
202
202
  "name": "select-menu",
203
203
  "source": "src/select-menu/index.scss",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "19.2.0-rc.4087c0ce",
3
+ "version": "19.2.0-rc.9b90fc66",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",