@carbon/elements 10.56.3 → 10.56.5

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 (3) hide show
  1. package/README.md +9 -0
  2. package/package.json +16 -13
  3. package/telemetry.yml +7 -0
package/README.md CHANGED
@@ -80,3 +80,12 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md)! 👀
80
80
  ## 📝 License
81
81
 
82
82
  Licensed under the [Apache 2.0 License](/LICENSE).
83
+
84
+ ## <picture><source height="20" width="20" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-dark.svg"><source height="20" width="20" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"><img height="20" width="20" alt="IBM Telemetry" src="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"></picture> IBM Telemetry
85
+
86
+ This package uses IBM Telemetry to collect metrics data. By installing this
87
+ package as a dependency you are agreeing to telemetry collection. To opt out,
88
+ see
89
+ [Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
90
+ For more information on the data being collected, please see the
91
+ [IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/elements",
3
3
  "description": "A collection of design elements in code for the IBM Design Language",
4
- "version": "10.56.3",
4
+ "version": "10.56.5",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -16,7 +16,8 @@
16
16
  "lib",
17
17
  "scss",
18
18
  "src",
19
- "umd"
19
+ "umd",
20
+ "telemetry.yml"
20
21
  ],
21
22
  "keywords": [
22
23
  "ibm",
@@ -32,24 +33,26 @@
32
33
  },
33
34
  "scripts": {
34
35
  "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonElements && node tasks/build.js && carbon-cli check \"scss/*.scss\"",
35
- "clean": "rimraf es lib umd && node tasks/clean.js"
36
+ "clean": "rimraf es lib umd && node tasks/clean.js",
37
+ "postinstall": "ibmtelemetry --config=telemetry.yml"
36
38
  },
37
39
  "dependencies": {
38
- "@carbon/colors": "^10.37.2",
39
- "@carbon/grid": "^10.43.2",
40
- "@carbon/icons": "^10.48.2",
41
- "@carbon/import-once": "^10.7.0",
42
- "@carbon/layout": "^10.37.2",
43
- "@carbon/motion": "^10.29.2",
44
- "@carbon/themes": "^10.55.3",
45
- "@carbon/type": "^10.45.3"
40
+ "@carbon/colors": "^10.37.3",
41
+ "@carbon/grid": "^10.43.3",
42
+ "@carbon/icons": "^10.48.4",
43
+ "@carbon/import-once": "^10.7.1",
44
+ "@carbon/layout": "^10.37.3",
45
+ "@carbon/motion": "^10.29.3",
46
+ "@carbon/themes": "^10.55.4",
47
+ "@carbon/type": "^10.45.4",
48
+ "@ibm/telemetry-js": "^1.2.1"
46
49
  },
47
50
  "devDependencies": {
48
- "@carbon/cli": "^10.34.2",
51
+ "@carbon/cli": "^10.34.3",
49
52
  "fs-extra": "^10.0.0",
50
53
  "klaw-sync": "^6.0.0",
51
54
  "replace-in-file": "^3.4.2",
52
55
  "rimraf": "^3.0.0"
53
56
  },
54
- "gitHead": "58041d7d41b49eb391ccd4ac4eaf635c923aab84"
57
+ "gitHead": "4e41819f51f1294d467e12995c217ed83f695249"
55
58
  }
package/telemetry.yml ADDED
@@ -0,0 +1,7 @@
1
+ # yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
2
+ version: 1
3
+ projectId: ab59403a-7d2b-4f03-b4c8-5372dc9e2156
4
+ endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
5
+ collect:
6
+ npm:
7
+ dependencies: null