@workday/canvas-kit-docs 15.0.0-alpha.0032-next.0 → 15.0.0-alpha.0045-next.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.
@@ -205791,7 +205791,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
205791
205791
  {
205792
205792
  "name": "useUniqueId",
205793
205793
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/useUniqueId.ts",
205794
- "description": "Generate a unique ID if one is not provided. The generated ID will be stable across renders. Uses\n`React.useId()` if available.",
205794
+ "description": "Generate a unique ID if one is not provided. The generated ID will be stable across renders. Uses\n`React.useId()` if available.\n\nNote: In React 18, `useId()` generates IDs with colons (e.g., `:r0:`), which are not valid in CSS\nselectors. We transform to use unicode guillemets (`«r0»`) matching React's upcoming format\nchange (https://github.com/facebook/react/pull/32001).",
205795
205795
  "declarations": [
205796
205796
  {
205797
205797
  "name": "useUniqueId",
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
18
18
  "@emotion/react": "11.11.4",
19
19
  "@types/react": "18.2.60",
20
20
  "@types/react-dom": "18.2.19",
21
- "@workday/canvas-kit-labs-react": "14.1.24",
22
- "@workday/canvas-kit-preview-react": "14.1.24",
23
- "@workday/canvas-kit-react": "14.1.24",
24
- "@workday/canvas-kit-react-fonts": "^14.1.24",
25
- "@workday/canvas-kit-styling": "14.1.24",
21
+ "@workday/canvas-kit-labs-react": "14.1.26",
22
+ "@workday/canvas-kit-preview-react": "14.1.26",
23
+ "@workday/canvas-kit-react": "14.1.26",
24
+ "@workday/canvas-kit-react-fonts": "^14.1.26",
25
+ "@workday/canvas-kit-styling": "14.1.26",
26
26
  "@workday/canvas-system-icons-web": "3.0.36",
27
27
  "@workday/canvas-tokens-web": "3.1.2"
28
28
  },
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
18
18
  "@emotion/react": "11.11.4",
19
19
  "@types/react": "18.2.60",
20
20
  "@types/react-dom": "18.2.19",
21
- "@workday/canvas-kit-labs-react": "14.1.24",
22
- "@workday/canvas-kit-preview-react": "14.1.24",
23
- "@workday/canvas-kit-react": "14.1.24",
24
- "@workday/canvas-kit-react-fonts": "^14.1.24",
25
- "@workday/canvas-kit-styling": "14.1.24",
21
+ "@workday/canvas-kit-labs-react": "14.1.26",
22
+ "@workday/canvas-kit-preview-react": "14.1.26",
23
+ "@workday/canvas-kit-react": "14.1.26",
24
+ "@workday/canvas-kit-react-fonts": "^14.1.26",
25
+ "@workday/canvas-kit-styling": "14.1.26",
26
26
  "@workday/canvas-system-icons-web": "3.0.36",
27
27
  "@workday/canvas-tokens-web": "3.1.2"
28
28
  },
@@ -171,7 +171,7 @@ Follow these guides to migrate:
171
171
 
172
172
  > 🤖 The `v14-tokens` codemod will automatically migrate your tokens, whether you're upgrading from
173
173
  > old tokens or from v2 to v3. Read
174
- > [the codemod instructions](https://workday.github.io/canvas-kit/?path=/docs/guides-tokens-migration-codemod--docs)
174
+ > [the codemod instructions](https://workday.github.io/canvas-kit/?path=/docs/guides-tokens-migration-migration-codemod--docs)
175
175
 
176
176
  ## Caution Naming
177
177
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "15.0.0-alpha.0032-next.0",
3
+ "version": "15.0.0-alpha.0045-next.0",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -45,10 +45,10 @@
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@stackblitz/sdk": "^1.11.0",
47
47
  "@storybook/csf": "0.0.1",
48
- "@workday/canvas-kit-labs-react": "^15.0.0-alpha.0032-next.0",
49
- "@workday/canvas-kit-preview-react": "^15.0.0-alpha.0032-next.0",
50
- "@workday/canvas-kit-react": "^15.0.0-alpha.0032-next.0",
51
- "@workday/canvas-kit-styling": "^15.0.0-alpha.0032-next.0",
48
+ "@workday/canvas-kit-labs-react": "^15.0.0-alpha.0045-next.0",
49
+ "@workday/canvas-kit-preview-react": "^15.0.0-alpha.0045-next.0",
50
+ "@workday/canvas-kit-react": "^15.0.0-alpha.0045-next.0",
51
+ "@workday/canvas-kit-styling": "^15.0.0-alpha.0045-next.0",
52
52
  "@workday/canvas-system-icons-web": "^3.0.36",
53
53
  "@workday/canvas-tokens-web": "4.0.0-alpha.3",
54
54
  "markdown-to-jsx": "^7.2.0",
@@ -61,5 +61,5 @@
61
61
  "mkdirp": "^1.0.3",
62
62
  "typescript": "5.0"
63
63
  },
64
- "gitHead": "f48e25e031c1287c7d5160ef76a8746fe726de1c"
64
+ "gitHead": "38005cde6b12236ba0376e1a360b8e22ca6b1e18"
65
65
  }