@carbon/icons 11.83.0-rc.0 → 11.83.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.
Files changed (2) hide show
  1. package/README.md +5 -6
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -20,16 +20,15 @@ yarn add @carbon/icons
20
20
 
21
21
  ## Usage
22
22
 
23
- Icons in Carbon are provided through a variety of packages, often specific for
24
- the framework that will use them. Currently, we support the following packages
25
- for various frameworks:
23
+ Icons in Carbon are available directly from `@carbon/icons` for Vanilla
24
+ JavaScript. First-party framework packages in this repo are available for:
26
25
 
27
- - [Angular](https://github.com/carbon-design-system/carbon-icons-angular)
28
26
  - [React](../icons-react)
29
27
  - [Vue](../icons-vue)
30
- - [Svelte](https://github.com/IBM/carbon-icons-svelte)
31
28
 
32
- We also support using icons in Vanilla JavaScript.
29
+ Additional ecosystem packages are also available for:
30
+
31
+ - [Svelte](https://github.com/IBM/carbon-icons-svelte)
33
32
 
34
33
  In order to use an icon, it may be helpful to reference our
35
34
  [Icon library](https://carbon-elements.netlify.app/icons/examples/preview/)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/icons",
3
3
  "description": "Icons for digital and software products using the Carbon Design System",
4
- "version": "11.83.0-rc.0",
4
+ "version": "11.83.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -41,12 +41,12 @@
41
41
  "postinstall": "ibmtelemetry --config=telemetry.yml"
42
42
  },
43
43
  "devDependencies": {
44
- "@carbon/cli": "^11.45.0-rc.0",
45
- "@carbon/icon-build-helpers": "^1.60.0-rc.0",
44
+ "@carbon/cli": "^11.45.0",
45
+ "@carbon/icon-build-helpers": "^1.60.0",
46
46
  "rimraf": "^6.0.1"
47
47
  },
48
48
  "dependencies": {
49
49
  "@ibm/telemetry-js": "^1.5.0"
50
50
  },
51
- "gitHead": "415bf87b56763dc172a38f310ee5536e70dd792b"
51
+ "gitHead": "30ca2b932469a5c89da10cb8d1fa82586ed14018"
52
52
  }