@antscorp/antsomi-ui 1.3.5-beta.479 → 1.3.5-beta.480

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.
@@ -1 +1 @@
1
- export declare const HEADER_HEIGHT = 60;
1
+ export declare const HEADER_HEIGHT = 57;
@@ -1 +1 @@
1
- export const HEADER_HEIGHT = 60;
1
+ export const HEADER_HEIGHT = 57;
@@ -16,8 +16,8 @@ export const LayoutWrapper = styled(Flex) `
16
16
  z-index: 20;
17
17
  ${({ showLeftMenu }) => showLeftMenu
18
18
  ? `
19
- width: calc(100% - 71px);
20
- left: 71px;
19
+ width: calc(100% - 70px);
20
+ left: 70px;
21
21
  `
22
22
  : 'width: 100%'};
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.479",
3
+ "version": "1.3.5-beta.480",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",
@@ -73,7 +73,7 @@
73
73
  "@fortawesome/free-regular-svg-icons": "6.1.1",
74
74
  "@fortawesome/free-solid-svg-icons": "6.1.1",
75
75
  "@fortawesome/react-fontawesome": "0.2.0",
76
- "@storybook/test": "^8.0.5",
76
+ "@storybook/test": "^8.1.11",
77
77
  "@swiper/core": "^0.0.21",
78
78
  "@tanstack/react-query": "4.20.4",
79
79
  "@tanstack/react-query-devtools": "4.20.4",
@@ -148,21 +148,21 @@
148
148
  "@babel/preset-env": "^7.20.2",
149
149
  "@babel/preset-react": "^7.18.6",
150
150
  "@babel/preset-typescript": "^7.23.3",
151
- "@chromatic-com/storybook": "^1.3.3",
151
+ "@chromatic-com/storybook": "^1.6.1",
152
152
  "@commitlint/cli": "17.5.0",
153
153
  "@commitlint/config-conventional": "17.4.4",
154
- "@storybook/addon-actions": "^8.0.5",
155
- "@storybook/addon-controls": "^8.1.11",
156
- "@storybook/addon-essentials": "^8.0.5",
157
- "@storybook/addon-interactions": "^8.0.5",
158
- "@storybook/addon-links": "^8.0.5",
154
+ "@storybook/addon-actions": "8.1.11",
155
+ "@storybook/addon-controls": "8.1.11",
156
+ "@storybook/addon-essentials": "8.1.11",
157
+ "@storybook/addon-interactions": "8.1.11",
158
+ "@storybook/addon-links": "8.1.11",
159
159
  "@storybook/addon-styling-webpack": "^1.0.0",
160
160
  "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
161
- "@storybook/blocks": "^8.0.5",
162
- "@storybook/manager-api": "^8.0.5",
163
- "@storybook/react": "^8.0.5",
164
- "@storybook/react-webpack5": "^8.0.5",
165
- "@storybook/theming": "^8.0.5",
161
+ "@storybook/blocks": "8.1.11",
162
+ "@storybook/manager-api": "8.1.11",
163
+ "@storybook/react": "8.1.11",
164
+ "@storybook/react-webpack5": "8.1.11",
165
+ "@storybook/theming": "8.1.11",
166
166
  "@testing-library/jest-dom": "^5.16.5",
167
167
  "@testing-library/react": "^14.0.0",
168
168
  "@types/jest": "^29.5.0",
@@ -217,7 +217,7 @@
217
217
  "react-router-dom": "5.1.0 || 6.14.2",
218
218
  "sass": "^1.60.0",
219
219
  "sass-loader": "^13.2.2",
220
- "storybook": "^8.0.5",
220
+ "storybook": "^8.1.11",
221
221
  "style-loader": "^3.3.2",
222
222
  "styled-components": "^5.3.9",
223
223
  "terser-webpack-plugin": "^5.3.7",