@carbon/pictograms-react 11.95.0 → 11.96.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/es/Icon.d.ts CHANGED
@@ -2,7 +2,6 @@ import React from 'react';
2
2
  export interface IconProps extends Omit<React.SVGProps<React.ReactSVGElement>, 'ref' | 'tabIndex'> {
3
3
  /**
4
4
  * @see React.SVGAttributes.tabIndex
5
- * @todo remove support for string in v12
6
5
  */
7
6
  tabIndex?: string | number | undefined;
8
7
  title?: string | undefined;
package/lib/Icon.d.ts CHANGED
@@ -2,7 +2,6 @@ import React from 'react';
2
2
  export interface IconProps extends Omit<React.SVGProps<React.ReactSVGElement>, 'ref' | 'tabIndex'> {
3
3
  /**
4
4
  * @see React.SVGAttributes.tabIndex
5
- * @todo remove support for string in v12
6
5
  */
7
6
  tabIndex?: string | number | undefined;
8
7
  title?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/pictograms-react",
3
3
  "description": "React components for pictograms in digital and software products using the Carbon Design System",
4
- "version": "11.95.0",
4
+ "version": "11.96.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -45,10 +45,10 @@
45
45
  "prop-types": "^15.8.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@carbon/icon-build-helpers": "^1.53.0",
49
- "@carbon/pictograms": "^12.69.0",
48
+ "@carbon/icon-build-helpers": "^1.54.0-rc.0",
49
+ "@carbon/pictograms": "^12.70.0-rc.0",
50
50
  "rimraf": "^6.0.1"
51
51
  },
52
52
  "sideEffects": false,
53
- "gitHead": "6dde90f9edfb378e1585f1954c92484a37f22f02"
53
+ "gitHead": "be65faf18c90ab4e6e60afdfad77d412220bd077"
54
54
  }