@synerise/ds-broadcast-bar 1.1.1 → 1.1.3

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +7 -25
  2. package/README.md +10 -9
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,59 +3,41 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [1.1.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-broadcast-bar@1.1.0...@synerise/ds-broadcast-bar@1.1.1) (2025-11-28)
6
+ ## [1.1.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-broadcast-bar@1.1.2...@synerise/ds-broadcast-bar@1.1.3) (2026-01-07)
7
7
 
8
8
  **Note:** Version bump only for package @synerise/ds-broadcast-bar
9
9
 
10
+ ## [1.1.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-broadcast-bar@1.1.1...@synerise/ds-broadcast-bar@1.1.2) (2025-12-15)
10
11
 
12
+ **Note:** Version bump only for package @synerise/ds-broadcast-bar
11
13
 
14
+ ## [1.1.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-broadcast-bar@1.1.0...@synerise/ds-broadcast-bar@1.1.1) (2025-11-28)
12
15
 
16
+ **Note:** Version bump only for package @synerise/ds-broadcast-bar
13
17
 
14
18
  # [1.1.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-broadcast-bar@1.0.5...@synerise/ds-broadcast-bar@1.1.0) (2025-11-06)
15
19
 
16
-
17
20
  ### Features
18
21
 
19
- * **dropdown:** dropdownMenu component ([f0ec827](https://github.com/Synerise/synerise-design/commit/f0ec82792cdcb021fa9a454912f6e7a892e53895))
20
-
21
-
22
-
23
-
22
+ - **dropdown:** dropdownMenu component ([f0ec827](https://github.com/Synerise/synerise-design/commit/f0ec82792cdcb021fa9a454912f6e7a892e53895))
24
23
 
25
24
  ## [1.0.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-broadcast-bar@1.0.4...@synerise/ds-broadcast-bar@1.0.5) (2025-10-10)
26
25
 
27
26
  **Note:** Version bump only for package @synerise/ds-broadcast-bar
28
27
 
29
-
30
-
31
-
32
-
33
28
  ## [1.0.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-broadcast-bar@1.0.3...@synerise/ds-broadcast-bar@1.0.4) (2025-09-25)
34
29
 
35
30
  **Note:** Version bump only for package @synerise/ds-broadcast-bar
36
31
 
37
-
38
-
39
-
40
-
41
32
  ## [1.0.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-broadcast-bar@1.0.2...@synerise/ds-broadcast-bar@1.0.3) (2025-09-16)
42
33
 
43
34
  **Note:** Version bump only for package @synerise/ds-broadcast-bar
44
35
 
45
-
46
-
47
-
48
-
49
36
  ## [1.0.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-broadcast-bar@1.0.1...@synerise/ds-broadcast-bar@1.0.2) (2025-09-05)
50
37
 
51
-
52
38
  ### Bug Fixes
53
39
 
54
- * fixed regressions ([7280298](https://github.com/Synerise/synerise-design/commit/7280298de410dd67bb858afda6c2367436bbc192))
55
-
56
-
57
-
58
-
40
+ - fixed regressions ([7280298](https://github.com/Synerise/synerise-design/commit/7280298de410dd67bb858afda6c2367436bbc192))
59
41
 
60
42
  ## 1.0.1 (2025-09-05)
61
43
 
package/README.md CHANGED
@@ -6,6 +6,7 @@ title: BroadcastBar
6
6
  BroadcastBar UI Component
7
7
 
8
8
  ## Installation
9
+
9
10
  ```
10
11
  npm i @synerise/ds-broadcast-bar
11
12
  or
@@ -13,6 +14,7 @@ yarn add @synerise/ds-broadcast-bar
13
14
  ```
14
15
 
15
16
  ## Usage
17
+
16
18
  ```
17
19
  import BroadcastBar from '@synerise/ds-broadcast-bar'
18
20
 
@@ -26,12 +28,11 @@ import BroadcastBar from '@synerise/ds-broadcast-bar'
26
28
 
27
29
  ## API
28
30
 
29
- | Property | Description | Type | Default |
30
- | ---- | --- | --- | --- |
31
- | type | Type of Broadcast-bar styles, options: `success`, `warning`, `negative` | `string` | `warning` |
32
- | onCloseClick | callback fired when close icon clicked | `void` | - |
33
- | withClose | prop to set closeIcon | `boolean` | - |
34
- | button | prop to set button | `React.ReactNode` | - |
35
- | customIcon | prop to set icon | `React.ReactNode` | - |
36
- | description | prop to set description | `React.ReactNode` | - |
37
-
31
+ | Property | Description | Type | Default |
32
+ | ------------ | ----------------------------------------------------------------------- | ----------------- | --------- |
33
+ | type | Type of Broadcast-bar styles, options: `success`, `warning`, `negative` | `string` | `warning` |
34
+ | onCloseClick | callback fired when close icon clicked | `void` | - |
35
+ | withClose | prop to set closeIcon | `boolean` | - |
36
+ | button | prop to set button | `React.ReactNode` | - |
37
+ | customIcon | prop to set icon | `React.ReactNode` | - |
38
+ | description | prop to set description | `React.ReactNode` | - |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-broadcast-bar",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "BroadcastBar UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -21,7 +21,7 @@
21
21
  "build:js": "babel --delete-dir-on-start --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
22
22
  "build:watch": "npm run build:js -- --watch",
23
23
  "defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
24
- "pack:ci": "npm pack --pack-destination ../../storybook/storybook-static/static",
24
+ "pack:ci": "pnpm pack --pack-destination ../../storybook/storybook-static/static",
25
25
  "prepublish": "npm run build",
26
26
  "test": "jest",
27
27
  "test:watch": "npm run test -- --watchAll",
@@ -34,7 +34,7 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-icon": "^1.9.0",
37
+ "@synerise/ds-icon": "^1.9.2",
38
38
  "animate.css": "^4.1.1"
39
39
  },
40
40
  "peerDependencies": {
@@ -42,5 +42,5 @@
42
42
  "react": ">=16.9.0 <= 18.3.1",
43
43
  "styled-components": "^5.3.3"
44
44
  },
45
- "gitHead": "d5bd7fbc9d840ac30e2b79b36c451b486e178445"
45
+ "gitHead": "f38e4b2dca1d43c39af0b189c93808de62c11e9b"
46
46
  }