@spaced-out/ui-design-system 0.3.13 → 0.3.14

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
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.3.14](https://github.com/spaced-out/ui-design-system/compare/v0.3.13...v0.3.14) (2024-12-19)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * disclaimer now accepts dismissable ([eb11a71](https://github.com/spaced-out/ui-design-system/commit/eb11a71b521a1f536658e5c1465bf4481b2efb87))
11
+
5
12
  ### [0.3.13](https://github.com/spaced-out/ui-design-system/compare/v0.3.12...v0.3.13) (2024-12-18)
6
13
 
7
14
 
@@ -22,8 +22,6 @@ const Disclaimer = /*#__PURE__*/React.forwardRef((_ref, ref) => {
22
22
  return /*#__PURE__*/React.createElement(_Banner.Banner, _extends({
23
23
  ref: ref
24
24
  }, restProps, {
25
- // Do not let consumers control this
26
- dismissable: true,
27
25
  leftIconName: leftIconName,
28
26
  leftIconType: leftIconType,
29
27
  classNames: {
@@ -11,7 +11,6 @@ import css from './Disclaimer.module.css';
11
11
 
12
12
  export type DisclaimerProps = {
13
13
  ...BannerProps,
14
- selfDismiss?: boolean,
15
14
  };
16
15
 
17
16
  export const Disclaimer: React$AbstractComponent<
@@ -30,8 +29,6 @@ export const Disclaimer: React$AbstractComponent<
30
29
  <Banner
31
30
  ref={ref}
32
31
  {...restProps}
33
- // Do not let consumers control this
34
- dismissable
35
32
  leftIconName={leftIconName}
36
33
  leftIconType={leftIconType}
37
34
  classNames={{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.3.13",
3
+ "version": "0.3.14",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {