@workday/canvas-kit-mcp 15.0.14 → 15.0.16
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/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/lib/llm-style-props-migration.txt +2 -2
- package/package.json +2 -2
|
@@ -685,11 +685,11 @@ const myStyles = createStyles({
|
|
|
685
685
|
|
|
686
686
|
### Webpack
|
|
687
687
|
|
|
688
|
-
The `@
|
|
688
|
+
The `@workday/canvas-kit-styling-transform` package comes with a webpack loader that can be added to development and/or production. Import the plugin from the `/webpack` subpath:
|
|
689
689
|
|
|
690
690
|
```js
|
|
691
691
|
// import the transform - CJS and ESM are supported
|
|
692
|
-
import {StylingWebpackPlugin} from '@workday/canvas-kit-styling-transform';
|
|
692
|
+
import {StylingWebpackPlugin} from '@workday/canvas-kit-styling-transform/webpack';
|
|
693
693
|
|
|
694
694
|
// somewhere only once. For static webpack config files, this can be near the top.
|
|
695
695
|
// If inside Storybook, Gatsby, Next.js, etc configs, put inside the function that is called that
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-mcp",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.16",
|
|
4
4
|
"description": "MCP package for Canvas Kit",
|
|
5
5
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"vite": "^5.0.0",
|
|
64
64
|
"vite-plugin-singlefile": "^2.0.0"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "616147d995d4671d7daf3233980d0034ae37c4f3"
|
|
67
67
|
}
|