@carbon/ibm-products-web-components 0.1.0-canary.3572 → 0.1.0-canary.3577

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
1
  <script>
2
2
  window.global = window;
3
- </script>
3
+ </script>
4
+
5
+ <link
6
+ rel="stylesheet"
7
+ href="https://1.www.s81c.com/common/carbon-for-ibm-dotcom/tag/v1/latest/plex.css" />
package/netlify.toml CHANGED
@@ -2,6 +2,7 @@
2
2
  [build]
3
3
  command = "yarn build:storybook"
4
4
  publish = "storybook-static"
5
+ ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF packages/ibm-products-web-components"
5
6
 
6
7
  [build.environment]
7
8
  YARN_ENABLE_GLOBAL_CACHE = "true"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ibm-products-web-components",
3
3
  "description": "Carbon for IBM Products Web Components",
4
- "version": "0.1.0-canary.3572+fa285b743",
4
+ "version": "0.1.0-canary.3577+8a4255c0a",
5
5
  "license": "Apache-2.0",
6
6
  "main": "es/index.js",
7
7
  "module": "es/index.js",
@@ -92,5 +92,5 @@
92
92
  "vitest": "^2.1.2",
93
93
  "web-component-analyzer": "2.0.0"
94
94
  },
95
- "gitHead": "fa285b743bff65577aece8ebddad6e3a75dff85e"
95
+ "gitHead": "8a4255c0a0269068f66018d215a7bc07d3015f25"
96
96
  }