@carbon/elements 11.55.0 → 11.56.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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/package.json +10 -10
  3. package/telemetry.yml +1 -1
package/README.md CHANGED
@@ -83,9 +83,9 @@ Licensed under the [Apache 2.0 License](/LICENSE).
83
83
 
84
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
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
86
+ This package uses IBM Telemetry to collect de-identified and anonymized metrics
87
+ data. By installing this package as a dependency you are agreeing to telemetry
88
+ collection. To opt out, see
89
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
90
  For more information on the data being collected, please see the
91
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": "11.55.0",
4
+ "version": "11.56.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -38,21 +38,21 @@
38
38
  "postinstall": "ibmtelemetry --config=telemetry.yml"
39
39
  },
40
40
  "dependencies": {
41
- "@carbon/colors": "^11.27.0",
42
- "@carbon/grid": "^11.28.0",
43
- "@carbon/icons": "^11.51.0",
44
- "@carbon/layout": "^11.27.0",
45
- "@carbon/motion": "^11.23.0",
46
- "@carbon/themes": "^11.42.0",
47
- "@carbon/type": "^11.32.0",
41
+ "@carbon/colors": "^11.28.0-rc.0",
42
+ "@carbon/grid": "^11.29.0-rc.0",
43
+ "@carbon/icons": "^11.52.0-rc.0",
44
+ "@carbon/layout": "^11.28.0-rc.0",
45
+ "@carbon/motion": "^11.24.0-rc.0",
46
+ "@carbon/themes": "^11.43.0-rc.0",
47
+ "@carbon/type": "^11.33.0-rc.0",
48
48
  "@ibm/telemetry-js": "^1.5.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@carbon/cli": "^11.22.0",
51
+ "@carbon/cli": "^11.23.0-rc.0",
52
52
  "fs-extra": "^11.0.0",
53
53
  "klaw-sync": "^6.0.0",
54
54
  "replace-in-file": "^7.0.0",
55
55
  "rimraf": "^6.0.0"
56
56
  },
57
- "gitHead": "a4e466817cb1f68711d5691468dd12a6756c275e"
57
+ "gitHead": "e48f5e6815bd93e518e8da73c7555590b85cda22"
58
58
  }
package/telemetry.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  # yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
2
2
  version: 1
3
3
  projectId: ab59403a-7d2b-4f03-b4c8-5372dc9e2156
4
- endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
4
+ endpoint: https://www-api.ibm.com/ibm-telemetry/v1/metrics
5
5
  collect:
6
6
  npm:
7
7
  dependencies: null