@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.
- package/README.md +5 -6
- 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
|
|
24
|
-
|
|
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
|
-
|
|
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
|
|
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
|
|
45
|
-
"@carbon/icon-build-helpers": "^1.60.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": "
|
|
51
|
+
"gitHead": "30ca2b932469a5c89da10cb8d1fa82586ed14018"
|
|
52
52
|
}
|