@primer/css 22.1.0-rc.546c7206 → 22.1.0-rc.6ded6343

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/CONTRIBUTING.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## Contributing
2
2
 
3
+ > [!WARNING]
4
+ > **This project is in KTLO mode!** New features, functionalities, or major enhancements are unlikely to be accepted. Use existing utility classes from this project where needed. For more complete patterns that include styling and markup, please use [primer/react](https://github.com/primer/react) or, if necessary, [primer/view_components](https://github.com/primer/view_components).
5
+
3
6
  Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
4
7
 
5
8
  ## Using the issue tracker
package/DEVELOP.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Primer CSS Development
2
2
 
3
+ > [!WARNING]
4
+ > **This project is in KTLO mode!** New features, functionalities, or major enhancements are unlikely to be accepted. Use existing utility classes from this project where needed. For more complete patterns that include styling and markup, please use [primer/react](https://github.com/primer/react) or, if necessary, [primer/view_components](https://github.com/primer/view_components).
5
+
3
6
  If you've made it this far, **thank you**! We appreciate your contribution, and hope that this document helps you along the way. If you have any questions or problems, don't hesitate to [file an issue](https://github.com/primer/css/issues/new).
4
7
 
5
8
  ## Structure
package/dist/meta.json CHANGED
@@ -154,17 +154,6 @@
154
154
  "legacy": "primer-avatars/index.scss",
155
155
  "imports": []
156
156
  },
157
- "marketing-buttons": {
158
- "name": "marketing-buttons",
159
- "source": "src/marketing/buttons/index.scss",
160
- "sass": "@primer/css/marketing/buttons/index.scss",
161
- "css": "dist/marketing-buttons.css",
162
- "map": "dist/marketing-buttons.css.map",
163
- "js": "dist/marketing-buttons.js",
164
- "stats": "dist/stats/marketing-buttons.json",
165
- "legacy": "primer-marketing-buttons/index.scss",
166
- "imports": []
167
- },
168
157
  "marketing-links": {
169
158
  "name": "marketing-links",
170
159
  "source": "src/marketing/links/index.scss",
@@ -176,6 +165,17 @@
176
165
  "legacy": "primer-marketing-links/index.scss",
177
166
  "imports": []
178
167
  },
168
+ "marketing-buttons": {
169
+ "name": "marketing-buttons",
170
+ "source": "src/marketing/buttons/index.scss",
171
+ "sass": "@primer/css/marketing/buttons/index.scss",
172
+ "css": "dist/marketing-buttons.css",
173
+ "map": "dist/marketing-buttons.css.map",
174
+ "js": "dist/marketing-buttons.js",
175
+ "stats": "dist/stats/marketing-buttons.json",
176
+ "legacy": "primer-marketing-buttons/index.scss",
177
+ "imports": []
178
+ },
179
179
  "marketing-type": {
180
180
  "name": "marketing-type",
181
181
  "source": "src/marketing/type/index.scss",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "22.1.0-rc.546c7206",
3
+ "version": "22.1.0-rc.6ded6343",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",