@synerise/ds-layout 0.13.21 → 0.13.23

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
@@ -3,6 +3,22 @@
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.13.23](https://github.com/synerise/synerise-design/compare/@synerise/ds-layout@0.13.22...@synerise/ds-layout@0.13.23) (2023-06-28)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-layout
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.13.22](https://github.com/synerise/synerise-design/compare/@synerise/ds-layout@0.13.21...@synerise/ds-layout@0.13.22) (2023-04-26)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-layout
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.13.21](https://github.com/synerise/synerise-design/compare/@synerise/ds-layout@0.13.20...@synerise/ds-layout@0.13.21) (2023-04-19)
7
23
 
8
24
  **Note:** Version bump only for package @synerise/ds-layout
package/dist/Layout.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import Scrollbar from '@synerise/ds-scrollbar';
3
3
  import { AngleLeftS, AngleRightS, CloseS } from '@synerise/ds-icon';
4
- import theme from '@synerise/ds-core/dist/js/DSProvider/ThemeProvider/theme';
4
+ import { theme } from '@synerise/ds-core';
5
5
  import * as S from './Layout.styles';
6
6
  var DEFAULT_SIDEBAR_WIDTH = 320;
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-layout",
3
- "version": "0.13.21",
3
+ "version": "0.13.23",
4
4
  "description": "Layout UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -32,13 +32,13 @@
32
32
  ],
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
- "@synerise/ds-icon": "^0.55.0",
36
- "@synerise/ds-scrollbar": "^0.6.1",
37
- "@synerise/ds-utils": "^0.24.7"
35
+ "@synerise/ds-icon": "^0.57.0",
36
+ "@synerise/ds-scrollbar": "^0.6.3",
37
+ "@synerise/ds-utils": "^0.24.9"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@synerise/ds-core": "*",
41
41
  "react": ">=16.9.0 < 17.0.0"
42
42
  },
43
- "gitHead": "3b8c3b1437ecbdda775a790ac3c27d6b1b6cbf26"
43
+ "gitHead": "948b33abd56086fc73880204892f90bd6ddc0a72"
44
44
  }