@carbon/cli 11.11.0 → 11.12.0-rc.0
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/cli",
|
|
3
3
|
"description": "Task automation for working with the Carbon Design System",
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.12.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"bin": {
|
|
7
7
|
"carbon-cli": "./bin/carbon-cli.js"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/core": "^7.18.2",
|
|
27
|
-
"@carbon/cli-reporter": "^10.
|
|
27
|
+
"@carbon/cli-reporter": "^10.7.0-rc.0",
|
|
28
28
|
"@octokit/plugin-retry": "^3.0.7",
|
|
29
29
|
"@octokit/plugin-throttling": "^4.0.0",
|
|
30
30
|
"@octokit/rest": "^19.0.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"sassdoc": "^2.7.3",
|
|
53
53
|
"yargs": "^17.0.1"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "b9e28c4e35eeddf4ecc3261630a8f3fecc7012d4"
|
|
56
56
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ArgsTable } from '@storybook/blocks';
|
|
2
2
|
import { <%= name %> } from './';
|
|
3
3
|
|
|
4
4
|
# <%= name %>
|
|
@@ -10,8 +10,8 @@ guidelines](https://www.carbondesignsystem.com/components/<%= name %>/usage)
|
|
|
10
10
|
| [Accessibility](https://www.carbondesignsystem.com/components/<%=
|
|
11
11
|
url %>/accessibility)
|
|
12
12
|
|
|
13
|
-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
14
|
-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
13
|
+
{/* <!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
14
|
+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> */}
|
|
15
15
|
|
|
16
16
|
## Table of Contents
|
|
17
17
|
|
|
@@ -19,7 +19,7 @@ url %>/accessibility)
|
|
|
19
19
|
- [Component API](#component-api)
|
|
20
20
|
- [Feedback](#feedback)
|
|
21
21
|
|
|
22
|
-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
22
|
+
{/* <!-- END doctoc generated TOC please keep comment here to allow auto update --> */}
|
|
23
23
|
|
|
24
24
|
## Overview
|
|
25
25
|
|
|
@@ -27,7 +27,7 @@ TODO
|
|
|
27
27
|
|
|
28
28
|
## Component API
|
|
29
29
|
|
|
30
|
-
<
|
|
30
|
+
<ArgsTable />
|
|
31
31
|
|
|
32
32
|
## Feedback
|
|
33
33
|
|