@carbon/type 11.32.1 → 11.33.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
@@ -24,14 +24,14 @@ yarn add @carbon/type
24
24
  Design Language. You can use all of these features either in JavaScript or Sass.
25
25
  These features include:
26
26
 
27
- | Feature | Description |
28
- | ----------------------------- | ------------------------------------------------------------------------------------------------------------ |
27
+ | Feature | Description |
28
+ | ----------------------------- | ------------------------------------------------------------------------------------------------------------- |
29
29
  | [Font face](#font-face) | Include IBM Plex™ font faces in your application. Uses Akamai CDN |
30
- | [Type classes](#type-classes) | Helpers to use type styles directly. Not included by default |
30
+ | [Type classes](#type-classes) | Helpers to use type styles directly. Not included by default |
31
31
  | [Font family](#font-family) | Defines the font stack for IBM Plex™ in your application, provides helpers for working with font definitions |
32
- | [Reset](#reset) | Provides a high-level CSS Reset to use in your project |
33
- | [Scale](#type-scale) | Provides the type scale. Can access the size at any given step (step 1, 2, 3, etc) |
34
- | [Styles](#type-styles) | Provides type styles for your application (heading-01, body-long-01, etc) |
32
+ | [Reset](#reset) | Provides a high-level CSS Reset to use in your project |
33
+ | [Scale](#type-scale) | Provides the type scale. Can access the size at any given step (step 1, 2, 3, etc) |
34
+ | [Styles](#type-styles) | Provides type styles for your application (heading-01, body-long-01, etc) |
35
35
 
36
36
  The `@carbon/type` package enables you to use typography from the IBM Design
37
37
  Language, including the type scale and fonts, along with typography design
@@ -231,9 +231,9 @@ Licensed under the [Apache 2.0 License](/LICENSE).
231
231
 
232
232
  ## <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
233
233
 
234
- This package uses IBM Telemetry to collect metrics data. By installing this
235
- package as a dependency you are agreeing to telemetry collection. To opt out,
236
- see
234
+ This package uses IBM Telemetry to collect de-identified and anonymized metrics
235
+ data. By installing this package as a dependency you are agreeing to telemetry
236
+ collection. To opt out, see
237
237
  [Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
238
238
  For more information on the data being collected, please see the
239
239
  [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/type",
3
3
  "description": "Typography for digital and software products using the Carbon Design System",
4
- "version": "11.32.1",
4
+ "version": "11.33.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -40,13 +40,13 @@
40
40
  "postinstall": "ibmtelemetry --config=telemetry.yml"
41
41
  },
42
42
  "dependencies": {
43
- "@carbon/grid": "^11.28.1",
44
- "@carbon/layout": "^11.27.1",
43
+ "@carbon/grid": "^11.29.0",
44
+ "@carbon/layout": "^11.28.0",
45
45
  "@ibm/telemetry-js": "^1.5.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@carbon/cli": "^11.22.1",
49
- "@carbon/test-utils": "^10.33.1",
48
+ "@carbon/cli": "^11.23.0",
49
+ "@carbon/test-utils": "^10.34.0",
50
50
  "change-case": "^4.1.1",
51
51
  "css": "^3.0.0",
52
52
  "rimraf": "^6.0.0"
@@ -57,5 +57,5 @@
57
57
  "sassDir": "scss",
58
58
  "needs": "^1.3.0"
59
59
  },
60
- "gitHead": "2df4c295d300f96fae292a00b88f07a99e9a80c7"
60
+ "gitHead": "3141442e5ef367667c8f1d379a1b4a23f67992ad"
61
61
  }
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: 43a17f29-6354-4c01-b4ec-920a1248f0f7
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