@synerise/ds-tabs 0.13.110 → 0.14.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
@@ -3,6 +3,28 @@
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.14.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-tabs@0.14.0...@synerise/ds-tabs@0.14.1) (2024-05-22)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **tabs:** fixed layout issues ([ac08ed3](https://github.com/synerise/synerise-design/commit/ac08ed30b7541b327e91af00050b80b0e82ba110))
12
+
13
+
14
+
15
+
16
+
17
+ # [0.14.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-tabs@0.13.110...@synerise/ds-tabs@0.14.0) (2024-05-16)
18
+
19
+
20
+ ### Features
21
+
22
+ * **storybook7:** SB7.5 install and config ([abfced9](https://github.com/synerise/synerise-design/commit/abfced90c2661903338bff0f7022149fbf7583b9))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [0.13.110](https://github.com/synerise/synerise-design/compare/@synerise/ds-tabs@0.13.109...@synerise/ds-tabs@0.13.110) (2024-05-10)
7
29
 
8
30
 
@@ -4,7 +4,7 @@ import Menu from '@synerise/ds-menu';
4
4
  export var TabsContainer = styled.div.withConfig({
5
5
  displayName: "Tabsstyles__TabsContainer",
6
6
  componentId: "sc-16x3i3b-0"
7
- })(["margin-top:5px;display:flex;flex-direction:row;align-items:", ";justify-content:flex-start;max-width:100%;overflow-x:hidden;margin-bottom:-1px;height:38px;"], function (props) {
7
+ })(["padding-top:5px;display:flex;flex-direction:row;align-items:", ";justify-content:flex-start;max-width:100%;overflow-x:hidden;margin-bottom:-1px;height:43px;"], function (props) {
8
8
  return props.block ? "center" : "flex-end";
9
9
  });
10
10
  export var TabsDropdownContainer = styled.div.withConfig({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-tabs",
3
- "version": "0.13.110",
3
+ "version": "0.14.1",
4
4
  "description": "Tabs UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -33,12 +33,12 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-button": "^0.19.9",
37
- "@synerise/ds-dropdown": "^0.17.109",
38
- "@synerise/ds-icon": "^0.60.9",
39
- "@synerise/ds-menu": "^0.18.22",
36
+ "@synerise/ds-button": "^0.20.0",
37
+ "@synerise/ds-dropdown": "^0.17.110",
38
+ "@synerise/ds-icon": "^0.61.0",
39
+ "@synerise/ds-menu": "^0.18.23",
40
40
  "@synerise/ds-typography": "^0.15.0",
41
- "@synerise/ds-utils": "^0.26.5",
41
+ "@synerise/ds-utils": "^0.26.6",
42
42
  "classnames": "2.3.2"
43
43
  },
44
44
  "peerDependencies": {
@@ -50,5 +50,5 @@
50
50
  "devDependencies": {
51
51
  "@testing-library/jest-dom": "5.1.1"
52
52
  },
53
- "gitHead": "dea3898f262a7c333c6fd8ef806036ed4368bde7"
53
+ "gitHead": "c01e203d2051dba4a4c87c51e11dea1ee17358ab"
54
54
  }