@carbon/ibm-products-web-components 0.0.1-canary.3565 → 0.1.0-canary.3572
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/.storybook/_container.scss +3 -1
- package/.storybook/manager.ts +1 -1
- package/CHANGELOG.md +11 -0
- package/netlify.toml +1 -1
- package/package.json +3 -3
@@ -7,7 +7,9 @@
|
|
7
7
|
// LICENSE file in the root directory of this source tree.
|
8
8
|
//
|
9
9
|
|
10
|
-
@use '@carbon/styles' with (
|
10
|
+
@use '@carbon/styles' with (
|
11
|
+
$font-path: '@ibm/plex'
|
12
|
+
);
|
11
13
|
@use '@carbon/styles/scss/config' as *;
|
12
14
|
@use '@carbon/themes/scss/themes';
|
13
15
|
@use '@carbon/styles/scss/theme';
|
package/.storybook/manager.ts
CHANGED
package/CHANGELOG.md
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
# Change Log
|
2
|
+
|
3
|
+
All notable changes to this project will be documented in this file.
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
|
+
|
6
|
+
# 0.1.0-rc.0 (2024-10-14)
|
7
|
+
|
8
|
+
|
9
|
+
### Features
|
10
|
+
|
11
|
+
* **`ibm-products-web-components`:** setup new web component package and storybook ([#6148](https://github.com/carbon-design-system/ibm-products/issues/6148)) ([6962187](https://github.com/carbon-design-system/ibm-products/commit/6962187634ba4317c5a4dcbf495978a176efcb79))
|
package/netlify.toml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# Netlify build and deploy settings - https://docs.netlify.com/configure-builds/file-based-configuration/#sample-file
|
2
2
|
[build]
|
3
3
|
command = "yarn build:storybook"
|
4
|
-
publish = "
|
4
|
+
publish = "storybook-static"
|
5
5
|
|
6
6
|
[build.environment]
|
7
7
|
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.0
|
4
|
+
"version": "0.1.0-canary.3572+fa285b743",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "es/index.js",
|
7
7
|
"module": "es/index.js",
|
@@ -49,7 +49,7 @@
|
|
49
49
|
"wca": "web-component-analyzer analyze src --outFile custom-elements.json"
|
50
50
|
},
|
51
51
|
"dependencies": {
|
52
|
-
"@carbon/ibm-products-styles": "^2.
|
52
|
+
"@carbon/ibm-products-styles": "^2.48.0-rc.0",
|
53
53
|
"@carbon/styles": "1.63.1",
|
54
54
|
"@carbon/web-components": "2.13.0",
|
55
55
|
"lit": "^3.1.0"
|
@@ -92,5 +92,5 @@
|
|
92
92
|
"vitest": "^2.1.2",
|
93
93
|
"web-component-analyzer": "2.0.0"
|
94
94
|
},
|
95
|
-
"gitHead": "
|
95
|
+
"gitHead": "fa285b743bff65577aece8ebddad6e3a75dff85e"
|
96
96
|
}
|