@workday/canvas-kit-docs 14.0.0-alpha.1225-next.0 → 14.0.0-alpha.1227-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.
package/dist/es6/lib/docs.js
CHANGED
|
@@ -68336,9 +68336,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
68336
68336
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
|
|
68337
68337
|
}
|
|
68338
68338
|
],
|
|
68339
|
-
"tags": {
|
|
68340
|
-
"deprecated": "This is being deprecated and will be removed in a future release."
|
|
68341
|
-
}
|
|
68339
|
+
"tags": {}
|
|
68342
68340
|
}
|
|
68343
68341
|
]
|
|
68344
68342
|
},
|
|
@@ -68351,8 +68349,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
68351
68349
|
}
|
|
68352
68350
|
],
|
|
68353
68351
|
"tags": {
|
|
68354
|
-
"default": "'low'"
|
|
68355
|
-
"deprecated": "This is being deprecated and will be removed in a future release. `high` is being removed"
|
|
68352
|
+
"default": "'low'"
|
|
68356
68353
|
}
|
|
68357
68354
|
},
|
|
68358
68355
|
{
|
|
@@ -420,8 +420,7 @@ const customTheme = {
|
|
|
420
420
|
|
|
421
421
|
**PR:** [#3287](https://github.com/Workday/canvas-kit/pull/3287)
|
|
422
422
|
|
|
423
|
-
Preview `StatusIndicator` is a rounder and more vibrant base emphasis (`low`).
|
|
424
|
-
is now deprecated and the `high` emphasis will be removed in a later version.
|
|
423
|
+
Preview `StatusIndicator` is a rounder and more vibrant base emphasis (`low`).
|
|
425
424
|
|
|
426
425
|
Variant names of the preview `StatusIndicator` have been updated by the following mapping:
|
|
427
426
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "14.0.0-alpha.
|
|
3
|
+
"version": "14.0.0-alpha.1227-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.
|
|
49
|
-
"@workday/canvas-kit-preview-react": "^14.0.0-alpha.
|
|
50
|
-
"@workday/canvas-kit-react": "^14.0.0-alpha.
|
|
51
|
-
"@workday/canvas-kit-styling": "^14.0.0-alpha.
|
|
48
|
+
"@workday/canvas-kit-labs-react": "^14.0.0-alpha.1227-next.0",
|
|
49
|
+
"@workday/canvas-kit-preview-react": "^14.0.0-alpha.1227-next.0",
|
|
50
|
+
"@workday/canvas-kit-react": "^14.0.0-alpha.1227-next.0",
|
|
51
|
+
"@workday/canvas-kit-styling": "^14.0.0-alpha.1227-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": "
|
|
64
|
+
"gitHead": "9d444fbcf8bd4529d421da61a649c99fa365f6f1"
|
|
65
65
|
}
|