@carbon/cli 11.11.0 → 11.12.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.11.0",
4
+ "version": "11.12.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.6.0",
27
+ "@carbon/cli-reporter": "^10.7.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": "4f3787a474ab93252975d717426c186ec4355812"
55
+ "gitHead": "3a58934eed5588f5e8ee1facbb09584a41adc089"
56
56
  }
@@ -18,7 +18,6 @@ const packageDenyList = new Set([
18
18
  'carbon-components',
19
19
  'carbon-components-react',
20
20
  '@carbon/react',
21
- '@carbon/sketch',
22
21
  '@carbon/styles',
23
22
  ]);
24
23
 
@@ -1,4 +1,4 @@
1
- import { Props } from '@storybook/addon-docs';
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
  &nbsp;|&nbsp; [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
- <Props />
30
+ <ArgsTable />
31
31
 
32
32
  ## Feedback
33
33