@daikin-oss/design-system-web-components 1.4.0 → 1.4.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @daikin-oss/design-system-web-components
2
2
 
3
+ ## 1.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#335](https://github.com/dsv-rp/DDS/pull/335) [`3f8c4d5`](https://github.com/dsv-rp/DDS/commit/3f8c4d5a898515a68650c8b421b41a8e8e4559e0) Thanks [@dk-wei](https://github.com/dk-wei)! - Status Message (Storybook): Added kitchen sink page.
8
+
9
+ - [#337](https://github.com/dsv-rp/DDS/pull/337) [`bdca63f`](https://github.com/dsv-rp/DDS/commit/bdca63f597f5cc666eb43ff87730467ade7c734f) Thanks [@yodas7](https://github.com/yodas7)! - Inline Notification: Added an experimental notice to documentation (DDS-2803)
10
+
11
+ - [#333](https://github.com/dsv-rp/DDS/pull/333) [`d1b01ac`](https://github.com/dsv-rp/DDS/commit/d1b01acfdb32cd1fbd8f4bb7cfd5fb7117fbe4af) Thanks [@dk-wei](https://github.com/dk-wei)! - Logo (Storybook): Added kitchen sink page.
12
+
13
+ - [#336](https://github.com/dsv-rp/DDS/pull/336) [`0f911da`](https://github.com/dsv-rp/DDS/commit/0f911dac258b90f036d3e104c047a70ab19ba265) Thanks [@dk-wei](https://github.com/dk-wei)! - Modal Header (Storybook): Added kitchen sink page.
14
+
15
+ ## 1.4.1-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - [#335](https://github.com/dsv-rp/DDS/pull/335) [`3f8c4d5`](https://github.com/dsv-rp/DDS/commit/3f8c4d5a898515a68650c8b421b41a8e8e4559e0) Thanks [@dk-wei](https://github.com/dk-wei)! - Status Message (Storybook): Added kitchen sink page.
20
+
21
+ - [#337](https://github.com/dsv-rp/DDS/pull/337) [`bdca63f`](https://github.com/dsv-rp/DDS/commit/bdca63f597f5cc666eb43ff87730467ade7c734f) Thanks [@yodas7](https://github.com/yodas7)! - Inline Notification: Added an experimental notice to documentation (DDS-2803)
22
+
23
+ - [#333](https://github.com/dsv-rp/DDS/pull/333) [`d1b01ac`](https://github.com/dsv-rp/DDS/commit/d1b01acfdb32cd1fbd8f4bb7cfd5fb7117fbe4af) Thanks [@dk-wei](https://github.com/dk-wei)! - Logo (Storybook): Added kitchen sink page.
24
+
25
+ - [#336](https://github.com/dsv-rp/DDS/pull/336) [`0f911da`](https://github.com/dsv-rp/DDS/commit/0f911dac258b90f036d3e104c047a70ab19ba265) Thanks [@dk-wei](https://github.com/dk-wei)! - Modal Header (Storybook): Added kitchen sink page.
26
+
3
27
  ## 1.4.0
4
28
 
5
29
  ### Minor Changes
@@ -84,6 +84,6 @@ const _DDSElement = class _DDSElement extends lit.LitElement {
84
84
  return this[key];
85
85
  }
86
86
  };
87
- _DDSElement.version = "1.4.0";
87
+ _DDSElement.version = "1.4.1";
88
88
  let DDSElement = _DDSElement;
89
89
  exports.DDSElement = DDSElement;
@@ -1,6 +1,9 @@
1
1
  import { DDSElement } from "../../base/index.cjs";
2
2
  import { ToastNotificationVariantProps } from "../toast-notification/index.cjs";
3
3
  /**
4
+ * > **EXPERIMENTAL:** \
5
+ * > This component is experimental and may change or be removed in future releases.
6
+ *
4
7
  * The inline notification component is a UI element used to inform users about important updates, alerts, or messages within an application.
5
8
  *
6
9
  * An inline notification appears within the content of the application, usually embedded directly within a page or section.
@@ -94,6 +94,6 @@ const _DDSElement = class _DDSElement extends lit.LitElement {
94
94
  return this[key];
95
95
  }
96
96
  };
97
- _DDSElement.version = "1.4.0";
97
+ _DDSElement.version = "1.4.1";
98
98
  let DDSElement = _DDSElement;
99
99
  exports.DDSElement = DDSElement;
@@ -1,6 +1,9 @@
1
1
  import { DDSElement } from "../../base/index.cjs";
2
2
  import { ToastNotificationVariantProps } from "../toast-notification/index.cjs";
3
3
  /**
4
+ * > **EXPERIMENTAL:** \
5
+ * > This component is experimental and may change or be removed in future releases.
6
+ *
4
7
  * The inline notification component is a UI element used to inform users about important updates, alerts, or messages within an application.
5
8
  *
6
9
  * An inline notification appears within the content of the application, usually embedded directly within a page or section.
@@ -82,7 +82,7 @@ const _DDSElement = class _DDSElement extends LitElement {
82
82
  return this[key];
83
83
  }
84
84
  };
85
- _DDSElement.version = "1.4.0";
85
+ _DDSElement.version = "1.4.1";
86
86
  let DDSElement = _DDSElement;
87
87
  export {
88
88
  DDSElement
@@ -1,6 +1,9 @@
1
1
  import { DDSElement } from "../../base/index.js";
2
2
  import { ToastNotificationVariantProps } from "../toast-notification/index.js";
3
3
  /**
4
+ * > **EXPERIMENTAL:** \
5
+ * > This component is experimental and may change or be removed in future releases.
6
+ *
4
7
  * The inline notification component is a UI element used to inform users about important updates, alerts, or messages within an application.
5
8
  *
6
9
  * An inline notification appears within the content of the application, usually embedded directly within a page or section.
@@ -92,7 +92,7 @@ const _DDSElement = class _DDSElement extends LitElement {
92
92
  return this[key];
93
93
  }
94
94
  };
95
- _DDSElement.version = "1.4.0";
95
+ _DDSElement.version = "1.4.1";
96
96
  let DDSElement = _DDSElement;
97
97
  export {
98
98
  DDSElement
@@ -1,6 +1,9 @@
1
1
  import { DDSElement } from "../../base/index.js";
2
2
  import { ToastNotificationVariantProps } from "../toast-notification/index.js";
3
3
  /**
4
+ * > **EXPERIMENTAL:** \
5
+ * > This component is experimental and may change or be removed in future releases.
6
+ *
4
7
  * The inline notification component is a UI element used to inform users about important updates, alerts, or messages within an application.
5
8
  *
6
9
  * An inline notification appears within the content of the application, usually embedded directly within a page or section.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daikin-oss/design-system-web-components",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Design system using web components",
5
5
  "type": "module",
6
6
  "files": [
@@ -161,6 +161,7 @@
161
161
  "shadow-dom-testing-library": "^1.11.3",
162
162
  "start-server-and-test": "^2.0.10",
163
163
  "storybook": "^8.6.14",
164
+ "storybook-addon-tag-badges": "^1.4.0",
164
165
  "tailwindcss": "^3.4.17",
165
166
  "tsx": "^4.19.2",
166
167
  "typescript": "^5.7.3",