@carbon/themes 10.55.5 → 10.55.6
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 +3 -3
- package/package.json +6 -6
- package/telemetry.yml +1 -1
package/README.md
CHANGED
|
@@ -119,9 +119,9 @@ Licensed under the [Apache 2.0 License](/LICENSE).
|
|
|
119
119
|
|
|
120
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
121
|
|
|
122
|
-
This package uses IBM Telemetry to collect
|
|
123
|
-
package as a dependency you are agreeing to telemetry
|
|
124
|
-
see
|
|
122
|
+
This package uses IBM Telemetry to collect de-identified and anonymized metrics
|
|
123
|
+
data. By installing this package as a dependency you are agreeing to telemetry
|
|
124
|
+
collection. To opt out, see
|
|
125
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
126
|
For more information on the data being collected, please see the
|
|
127
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.
|
|
4
|
+
"version": "10.55.6",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@carbon/colors": "^10.37.
|
|
34
|
-
"@carbon/layout": "^10.37.
|
|
35
|
-
"@carbon/type": "^10.45.
|
|
33
|
+
"@carbon/colors": "^10.37.5",
|
|
34
|
+
"@carbon/layout": "^10.37.5",
|
|
35
|
+
"@carbon/type": "^10.45.6",
|
|
36
36
|
"@ibm/telemetry-js": "^1.5.0",
|
|
37
37
|
"color": "^3.1.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@babel/node": "^7.16.7",
|
|
41
41
|
"@babel/preset-env": "^7.16.7",
|
|
42
|
-
"@carbon/cli": "^10.34.
|
|
42
|
+
"@carbon/cli": "^10.34.5",
|
|
43
43
|
"@carbon/cli-reporter": "^10.5.0",
|
|
44
44
|
"@carbon/scss-generator": "^10.13.0",
|
|
45
45
|
"@carbon/test-utils": "^10.21.1",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"rimraf": "^3.0.0"
|
|
52
52
|
},
|
|
53
53
|
"sideEffects": false,
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "654fff0d15bf845603da7b3c63bc85123058619c"
|
|
55
55
|
}
|
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: a56e8642-350a-4ee1-8e04-711cf16f3508
|
|
4
|
-
endpoint: https://
|
|
4
|
+
endpoint: https://www-api.ibm.com/ibm-telemetry/v1/metrics
|
|
5
5
|
collect:
|
|
6
6
|
npm:
|
|
7
7
|
dependencies: null
|