@carbon/themes 10.55.3 → 10.55.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.
package/README.md CHANGED
@@ -116,3 +116,12 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md)! 👀
116
116
  ## 📝 License
117
117
 
118
118
  Licensed under the [Apache 2.0 License](/LICENSE).
119
+
120
+ ## <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
121
+
122
+ This package uses IBM Telemetry to collect metrics data. By installing this
123
+ package as a dependency you are agreeing to telemetry collection. To opt out,
124
+ see
125
+ [Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
126
+ For more information on the data being collected, please see the
127
+ [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/themes",
3
3
  "description": "Themes for applying color in the Carbon Design System",
4
- "version": "10.55.3",
4
+ "version": "10.55.5",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -26,18 +26,20 @@
26
26
  "scripts": {
27
27
  "ci-check": "carbon-cli check \"scss/**/*.scss\" -i \"**/generated/**\" -i \"**/compat/**\"",
28
28
  "clean": "rimraf es lib umd scss/generated",
29
- "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonThemes && babel-node --presets '@babel/preset-env' tasks/build.js && carbon-cli check \"scss/*.scss\""
29
+ "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonThemes && babel-node --presets '@babel/preset-env' tasks/build.js && carbon-cli check \"scss/*.scss\"",
30
+ "postinstall": "ibmtelemetry --config=telemetry.yml"
30
31
  },
31
32
  "dependencies": {
32
- "@carbon/colors": "^10.37.2",
33
- "@carbon/layout": "^10.37.2",
34
- "@carbon/type": "^10.45.3",
33
+ "@carbon/colors": "^10.37.4",
34
+ "@carbon/layout": "^10.37.4",
35
+ "@carbon/type": "^10.45.5",
36
+ "@ibm/telemetry-js": "^1.5.0",
35
37
  "color": "^3.1.2"
36
38
  },
37
39
  "devDependencies": {
38
40
  "@babel/node": "^7.16.7",
39
41
  "@babel/preset-env": "^7.16.7",
40
- "@carbon/cli": "^10.34.2",
42
+ "@carbon/cli": "^10.34.4",
41
43
  "@carbon/cli-reporter": "^10.5.0",
42
44
  "@carbon/scss-generator": "^10.13.0",
43
45
  "@carbon/test-utils": "^10.21.1",
@@ -49,5 +51,5 @@
49
51
  "rimraf": "^3.0.0"
50
52
  },
51
53
  "sideEffects": false,
52
- "gitHead": "58041d7d41b49eb391ccd4ac4eaf635c923aab84"
54
+ "gitHead": "37eae9c2cd0cf3522e56f8456e99901245ebda85"
53
55
  }
package/telemetry.yml ADDED
@@ -0,0 +1,10 @@
1
+ # yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
2
+ version: 1
3
+ projectId: a56e8642-350a-4ee1-8e04-711cf16f3508
4
+ endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
5
+ collect:
6
+ npm:
7
+ dependencies: null
8
+ js:
9
+ functions: {}
10
+ tokens: null