@workday/canvas-kit-docs 14.0.0-alpha.1219-next.0 → 14.0.0-alpha.1223-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.
@@ -3739,6 +3739,22 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
3739
3739
  "value": "SearchThemes"
3740
3740
  }
3741
3741
  },
3742
+ {
3743
+ "name": "version",
3744
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/version.ts",
3745
+ "description": "",
3746
+ "declarations": [
3747
+ {
3748
+ "name": "version",
3749
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/version.ts"
3750
+ }
3751
+ ],
3752
+ "tags": {},
3753
+ "type": {
3754
+ "kind": "primitive",
3755
+ "value": "string"
3756
+ }
3757
+ },
3742
3758
  {
3743
3759
  "name": "PopupStackItem",
3744
3760
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/popup-stack/lib/PopupStack.ts",
@@ -71321,6 +71337,22 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
71321
71337
  "model": "TextInputModel"
71322
71338
  }
71323
71339
  },
71340
+ {
71341
+ "name": "version",
71342
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/version.ts",
71343
+ "description": "",
71344
+ "declarations": [
71345
+ {
71346
+ "name": "version",
71347
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/version.ts"
71348
+ }
71349
+ ],
71350
+ "tags": {},
71351
+ "type": {
71352
+ "kind": "primitive",
71353
+ "value": "string"
71354
+ }
71355
+ },
71324
71356
  {
71325
71357
  "name": "fonts",
71326
71358
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react-fonts/lib/fonts.ts",
@@ -414877,6 +414909,22 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
414877
414909
  }
414878
414910
  }
414879
414911
  },
414912
+ {
414913
+ "name": "version",
414914
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/version.ts",
414915
+ "description": "",
414916
+ "declarations": [
414917
+ {
414918
+ "name": "version",
414919
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/version.ts"
414920
+ }
414921
+ ],
414922
+ "tags": {},
414923
+ "type": {
414924
+ "kind": "primitive",
414925
+ "value": "string"
414926
+ }
414927
+ },
414880
414928
  {
414881
414929
  "name": "createConfig",
414882
414930
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/index.ts",
@@ -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": "13.2.20",
22
- "@workday/canvas-kit-preview-react": "13.2.20",
23
- "@workday/canvas-kit-react": "13.2.20",
24
- "@workday/canvas-kit-react-fonts": "^13.2.20",
25
- "@workday/canvas-kit-styling": "13.2.20",
21
+ "@workday/canvas-kit-labs-react": "13.2.23",
22
+ "@workday/canvas-kit-preview-react": "13.2.23",
23
+ "@workday/canvas-kit-react": "13.2.23",
24
+ "@workday/canvas-kit-react-fonts": "^13.2.23",
25
+ "@workday/canvas-kit-styling": "13.2.23",
26
26
  "@workday/canvas-system-icons-web": "3.0.22",
27
27
  "@workday/canvas-tokens-web": "2.0.0"
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": "13.2.20",
22
- "@workday/canvas-kit-preview-react": "13.2.20",
23
- "@workday/canvas-kit-react": "13.2.20",
24
- "@workday/canvas-kit-react-fonts": "^13.2.20",
25
- "@workday/canvas-kit-styling": "13.2.20",
21
+ "@workday/canvas-kit-labs-react": "13.2.23",
22
+ "@workday/canvas-kit-preview-react": "13.2.23",
23
+ "@workday/canvas-kit-react": "13.2.23",
24
+ "@workday/canvas-kit-react-fonts": "^13.2.23",
25
+ "@workday/canvas-kit-styling": "13.2.23",
26
26
  "@workday/canvas-system-icons-web": "3.0.22",
27
27
  "@workday/canvas-tokens-web": "2.0.0"
28
28
  },
@@ -26,6 +26,7 @@ A note to the reader:
26
26
  - While we still support our old tokens from `@workday/canvas-kit-react/tokens`, **you must**
27
27
  install our new tokens from `@workday/canvas-tokens-web`. You can find more info in our
28
28
  [docs](https://workday.github.io/canvas-tokens/?path=/docs/docs-getting-started--docs).
29
+ - If your application lives within another application that already imports the CSS variables, **you do not need to import these again**.
29
30
 
30
31
  ## Table of contents
31
32
 
@@ -66,9 +67,11 @@ A note to the reader:
66
67
  In v12, all the components listed in this guide have started using our new
67
68
  [Canvas Tokens Web](https://workday.github.io/canvas-tokens/?path=/docs/docs-getting-started--docs).
68
69
  **You must** add `@workday/canvas-tokens-web` to ensure our components are properly styled and the
69
- variables are defined. For more information on installing and using, please reference our tokens
70
+ variables are defined at the root of your application. For more information on installing and using, please reference our tokens
70
71
  [docs](https://workday.github.io/canvas-tokens/?path=/docs/docs-getting-started--docs).
71
72
 
73
+ > **Note:** If your application lives within another application that already imports the CSS variables, **you do not need to import these again**. If you need them for local development either add them via a plugin or at the root of the environment, **do not ship code to production duplicating the imports**.
74
+
72
75
  ## Codemod
73
76
 
74
77
  We've provided a [codemod](https://github.com/Workday/canvas-kit/tree/master/modules/codemod) to
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "14.0.0-alpha.1219-next.0",
3
+ "version": "14.0.0-alpha.1223-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": "^14.0.0-alpha.1219-next.0",
49
- "@workday/canvas-kit-preview-react": "^14.0.0-alpha.1219-next.0",
50
- "@workday/canvas-kit-react": "^14.0.0-alpha.1219-next.0",
51
- "@workday/canvas-kit-styling": "^14.0.0-alpha.1219-next.0",
48
+ "@workday/canvas-kit-labs-react": "^14.0.0-alpha.1223-next.0",
49
+ "@workday/canvas-kit-preview-react": "^14.0.0-alpha.1223-next.0",
50
+ "@workday/canvas-kit-react": "^14.0.0-alpha.1223-next.0",
51
+ "@workday/canvas-kit-styling": "^14.0.0-alpha.1223-next.0",
52
52
  "@workday/canvas-system-icons-web": "^3.0.35",
53
53
  "@workday/canvas-tokens-web": "3.0.0-alpha.12",
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": "f4dc37e2f0a642a6a4e19466ecf5f8a02099b8c5"
64
+ "gitHead": "ca28ec0a632d90afcacdfcda090da1c8dc7d0dc6"
65
65
  }