@carbon/ibmdotcom-styles 1.57.0 → 1.58.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
CHANGED
|
@@ -61,6 +61,15 @@ and our
|
|
|
61
61
|
[Developer Guide](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/docs/developing.md)!
|
|
62
62
|
👀
|
|
63
63
|
|
|
64
|
+
## <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
|
|
65
|
+
|
|
66
|
+
This package uses IBM Telemetry to collect metrics data. By installing this
|
|
67
|
+
package as a dependency you are agreeing to telemetry collection. To opt out,
|
|
68
|
+
see
|
|
69
|
+
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
|
|
70
|
+
For more information on the data being collected, please see the
|
|
71
|
+
[IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).
|
|
72
|
+
|
|
64
73
|
## 📝 License
|
|
65
74
|
|
|
66
75
|
Licensed under the
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/ibmdotcom-styles",
|
|
3
3
|
"description": "Carbon for IBM.com Styles",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.58.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/ibm-dotcom-styles.min.css",
|
|
7
7
|
"module": "src/scss",
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"files": [
|
|
11
11
|
"dist/**/*",
|
|
12
12
|
"scss/**/*",
|
|
13
|
-
"icons/**/*"
|
|
13
|
+
"icons/**/*",
|
|
14
|
+
"telemetry.yml"
|
|
14
15
|
],
|
|
15
16
|
"keywords": [
|
|
16
17
|
"react",
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"scripts": {
|
|
27
28
|
"build": "gulp",
|
|
28
29
|
"ci-check": "yarn build",
|
|
29
|
-
"postinstall": "
|
|
30
|
+
"postinstall": "ibmtelemetry --config=telemetry.yml",
|
|
30
31
|
"start": "gulp dev",
|
|
31
32
|
"upgrade-carbon": "yarn upgrade-interactive @carbon/grid @carbon/import-once @carbon/layout @carbon/motion @carbon/themes @carbon/type carbon-components @carbon/icons-react --latest --exact"
|
|
32
33
|
},
|
|
@@ -36,9 +37,9 @@
|
|
|
36
37
|
"@carbon/import-once": "10.7.0",
|
|
37
38
|
"@carbon/layout": "10.37.2",
|
|
38
39
|
"@carbon/motion": "10.29.2",
|
|
39
|
-
"@carbon/telemetry": "0.1.0",
|
|
40
40
|
"@carbon/themes": "10.55.3",
|
|
41
41
|
"@carbon/type": "10.45.3",
|
|
42
|
+
"@ibm/telemetry-js": "^1.3.0",
|
|
42
43
|
"carbon-components": "10.58.12"
|
|
43
44
|
},
|
|
44
45
|
"devDependencies": {
|
|
@@ -53,5 +54,5 @@
|
|
|
53
54
|
"node-sass": "^8.0.0",
|
|
54
55
|
"require-dir": "^1.2.0"
|
|
55
56
|
},
|
|
56
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "b3c53496b8863b2b27dfbfea9606b1097161690f"
|
|
57
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: 4a912794-62c0-4df0-936f-35aab853934a
|
|
4
|
+
endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
|
|
5
|
+
collect:
|
|
6
|
+
npm:
|
|
7
|
+
dependencies: null
|