@primer/view-components 0.8.0-rc.cd2680d1 → 0.8.0-rc.da25f043
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/package.json +2 -4
- package/static/info_arch.json +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@primer/view-components",
|
3
|
-
"version": "0.8.0-rc.
|
3
|
+
"version": "0.8.0-rc.da25f043",
|
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",
|
@@ -31,9 +31,7 @@
|
|
31
31
|
],
|
32
32
|
"scripts": {
|
33
33
|
"clean": "git clean -fdX -- app/",
|
34
|
-
"
|
35
|
-
"build:docs:preview": "cd docs && npx gatsby build",
|
36
|
-
"prepare": "rm -rf docs/static && mkdir -p docs/static && script/build-assets && cp app/assets/**/primer_view_components.* docs/static/",
|
34
|
+
"prepare": "script/build-assets",
|
37
35
|
"lint": "npm run lint:stylelint && npm run lint:eslint",
|
38
36
|
"lint:stylelint": "stylelint 'app/components/**/*.pcss'",
|
39
37
|
"lint:stylelint:fix": "stylelint 'app/components/**/*.pcss' --fix",
|
package/static/info_arch.json
CHANGED
@@ -10495,7 +10495,7 @@
|
|
10495
10495
|
"slots": [
|
10496
10496
|
{
|
10497
10497
|
"name": "leading_visual",
|
10498
|
-
"description": "Leading visuals appear to the left of the button text.\n\nUse:\n\n- `leading_visual_icon` for a {{#link_to_component}}Primer::Beta::Octicon{{/link_to_component}}.",
|
10498
|
+
"description": "Leading visuals appear to the left of the button text.\n\nUse:\n\n- `leading_visual_icon` for a {{#link_to_component}}Primer::Beta::Octicon{{/link_to_component}}.\n\n- `leading_visual_svg` to render a SVG.",
|
10499
10499
|
"parameters": [
|
10500
10500
|
{
|
10501
10501
|
"name": "system_arguments",
|