@primer/view-components 0.26.0-rc.742f34a5 → 0.26.0-rc.7b398022

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/view-components",
3
- "version": "0.26.0-rc.742f34a5",
3
+ "version": "0.26.0-rc.7b398022",
4
4
  "description": "ViewComponents for the Primer Design System",
5
5
  "main": "app/assets/javascripts/primer_view_components.js",
6
6
  "module": "app/components/primer/primer.js",
@@ -84,7 +84,7 @@
84
84
  "postcss-import": "^16.0.0",
85
85
  "postcss-mixins": "^10.0.0",
86
86
  "postcss-preset-env": "^9.3.0",
87
- "prettier": "3.3.1",
87
+ "prettier": "3.3.0",
88
88
  "rollup": "^2.79.1",
89
89
  "rollup-plugin-terser": "^7.0.2",
90
90
  "stylelint": "^16.1.0",
@@ -1220,7 +1220,6 @@
1220
1220
  },
1221
1221
  "Primer::Beta::Spinner": {
1222
1222
  "DEFAULT_SIZE": "medium",
1223
- "DEFAULT_SR_TEXT": "Loading",
1224
1223
  "DEFAULT_STYLE": "box-sizing: content-box; color: var(--color-icon-primary);",
1225
1224
  "SIZE_MAPPINGS": {
1226
1225
  "small": 16,