@synerise/ds-alert 0.7.34 → 0.7.35

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ## [0.7.35](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.34...@synerise/ds-alert@0.7.35) (2023-06-28)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-alert
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.7.34](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.33...@synerise/ds-alert@0.7.34) (2023-06-14)
7
15
 
8
16
  **Note:** Version bump only for package @synerise/ds-alert
@@ -1,5 +1,5 @@
1
1
  import styled from 'styled-components';
2
- import theme from '@synerise/ds-core/dist/js/DSProvider/ThemeProvider/theme';
2
+ import { theme } from '@synerise/ds-core';
3
3
  export var NotificationsContainer = styled.div.withConfig({
4
4
  displayName: "Notificationstyles__NotificationsContainer",
5
5
  componentId: "sc-1ke52b0-0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-alert",
3
- "version": "0.7.34",
3
+ "version": "0.7.35",
4
4
  "description": "Alert UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -32,10 +32,10 @@
32
32
  ],
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
- "@synerise/ds-button": "^0.17.18",
36
- "@synerise/ds-icon": "^0.56.0",
37
- "@synerise/ds-typography": "^0.12.7",
38
- "@synerise/ds-unordered-list": "^0.2.43",
35
+ "@synerise/ds-button": "^0.17.19",
36
+ "@synerise/ds-icon": "^0.57.0",
37
+ "@synerise/ds-typography": "^0.12.8",
38
+ "@synerise/ds-unordered-list": "^0.2.44",
39
39
  "animate.css": "^4.1.1",
40
40
  "react-animate-height": "^2.0.23",
41
41
  "react-mount-animation": "0.0.9"
@@ -47,5 +47,5 @@
47
47
  "devDependencies": {
48
48
  "@synerise/ds-utils": "^0.19.0"
49
49
  },
50
- "gitHead": "4fa463dee08db3befeec954d744ec3c44aeecd9d"
50
+ "gitHead": "948b33abd56086fc73880204892f90bd6ddc0a72"
51
51
  }