@otto-de/b2b-core-components 1.37.2 → 1.37.3-alpha.4

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.
@@ -5,7 +5,7 @@ const Template = ({ disabled, href, target }) => {
5
5
  <b2b-headline size="100">An Interactive Card</b2b-headline>
6
6
  <b2b-paragraph
7
7
  >You can hover over me or press tab on your keyboard to see me pop out. I
8
- fill up to 100% of my parent element, so you can use me in a
8
+ fill up to 100% of my parent element, so that you can use me in a
9
9
  grid.</b2b-paragraph
10
10
  >
11
11
  </b2b-card>`;
@@ -152,7 +152,7 @@ export const DisableDays = {
152
152
  },
153
153
  };
154
154
  export const DisableDatesUntil = {
155
- args: Object.assign(Object.assign({}, meta.args), { preSelectedDate: '26.01.2025', disableDatesUntil: '20.01.2025' }),
155
+ args: Object.assign(Object.assign({}, meta.args), { preSelectedDate: '15.02.2025', disableDatesUntil: '10.02.2025' }),
156
156
  play: async ({ canvasElement }) => {
157
157
  setTimeout(async () => {
158
158
  var _a;
@@ -90,7 +90,7 @@ export const AllProperties = {
90
90
  datePicker.dateRange = [new Date(2025, 0, 1), new Date(2025, 1, 0)];
91
91
  datePicker.disableDates = date => date.getDay() == 1;
92
92
  datePicker.presets = {
93
- 'Today': [new Date(), new Date()],
93
+ 'Today': [new Date(2025, 8, 1), new Date(2025, 8, 1)],
94
94
  'Feature Added': [new Date(2025, 8, 1), new Date(2025, 8, 23)],
95
95
  };
96
96
  await open(datePicker);
@@ -122,7 +122,7 @@ export const PresetSelected = {
122
122
  const datePicker = findDatePicker(canvasElement);
123
123
  datePicker.dateRange = [new Date(2025, 8, 1), new Date(2025, 8, 23)];
124
124
  datePicker.presets = {
125
- 'Today': [new Date(), new Date()],
125
+ 'Today': [new Date(2025, 8, 1), new Date(2025, 8, 1)],
126
126
  'Feature Added': [new Date(2025, 8, 1), new Date(2025, 8, 23)],
127
127
  };
128
128
  await open(datePicker);
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@otto-de/b2b-core-components",
5
- "version": "1.37.1",
5
+ "version": "1.37.3-alpha.3",
6
6
  "js-types-syntax": "typescript",
7
7
  "description-markup": "markdown",
8
8
  "contributions": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otto-de/b2b-core-components",
3
- "version": "1.37.2",
3
+ "version": "1.37.3-alpha.4",
4
4
  "description": "Core components defined with Stencil",
5
5
  "author": "Otto GmbH",
6
6
  "license": "Apache-2.0",
@@ -43,7 +43,7 @@
43
43
  "dependencies": {
44
44
  "@eslint/eslintrc": "^3.3.0",
45
45
  "@eslint/js": "^9.22.0",
46
- "@otto-de/b2b-tokens": "1.37.2",
46
+ "@otto-de/b2b-tokens": "1.37.3-alpha.4",
47
47
  "@stencil/core": "4.13.0",
48
48
  "globals": "^16.0.0"
49
49
  },
@@ -59,21 +59,21 @@
59
59
  "@stencil-community/postcss": "^2.2.0",
60
60
  "@stencil/react-output-target": "^0.5.3",
61
61
  "@stencil/sass": "^3.1.7",
62
- "@storybook/addon-actions": "^8.6.0",
63
- "@storybook/addon-docs": "^8.6.0",
64
- "@storybook/addon-essentials": "^8.6.0",
65
- "@storybook/addon-interactions": "^8.6.0",
66
- "@storybook/addon-links": "^8.6.0",
67
- "@storybook/addon-mdx-gfm": "^8.6.0",
62
+ "@storybook/addon-actions": "^8.6.15",
63
+ "@storybook/addon-docs": "^8.6.15",
64
+ "@storybook/addon-essentials": "^8.6.15",
65
+ "@storybook/addon-interactions": "^8.6.15",
66
+ "@storybook/addon-links": "^8.6.15",
67
+ "@storybook/addon-mdx-gfm": "^8.6.15",
68
68
  "@storybook/addon-webpack5-compiler-babel": "^3.0.5",
69
- "@storybook/manager-api": "^8.6.0",
69
+ "@storybook/manager-api": "^8.6.15",
70
70
  "@storybook/preset-scss": "^1.0.3",
71
- "@storybook/preview-api": "^8.6.0",
72
- "@storybook/test": "^8.6.0",
71
+ "@storybook/preview-api": "^8.6.15",
72
+ "@storybook/test": "^8.6.15",
73
73
  "@storybook/test-runner": "^0.22.0",
74
- "@storybook/theming": "^8.6.0",
75
- "@storybook/web-components": "^8.6.0",
76
- "@storybook/web-components-webpack5": "^8.6.0",
74
+ "@storybook/theming": "^8.6.15",
75
+ "@storybook/web-components": "^8.6.15",
76
+ "@storybook/web-components-webpack5": "^8.6.15",
77
77
  "@types/jest": "^29.1.1",
78
78
  "@types/mdx": "^2.0.7",
79
79
  "@types/postcss-import": "^14.0.3",
@@ -95,7 +95,7 @@
95
95
  "remark-gfm": "^4.0.1",
96
96
  "sass": "^1.71.0",
97
97
  "sass-loader": "^16.0.5",
98
- "storybook": "^8.6.0",
98
+ "storybook": "^8.6.15",
99
99
  "style-loader": "^4.0.0",
100
100
  "stylelint": "^16.15.0",
101
101
  "stylelint-config-standard": "^37.0.0",