@workday/canvas-kit-mcp 15.0.13 → 15.0.15

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.
@@ -685,11 +685,11 @@ const myStyles = createStyles({
685
685
 
686
686
  ### Webpack
687
687
 
688
- The `@webpack/canvas-kit-styling-transform` package comes with a webpack loader that can be added to development and/or production.
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.13",
3
+ "version": "15.0.15",
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": "7224b491457905aedcbad20418f99f9bf87ce47d"
66
+ "gitHead": "d91937265c27f52a412b4a4947d5cc52a5feaecd"
67
67
  }