carbon-react 144.9.3 → 144.9.4

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.
@@ -8,7 +8,7 @@ const StyledNavigationBar = styled.nav`
8
8
 
9
9
  & > * {
10
10
  box-sizing: border-box;
11
- height: 40px;
11
+ min-height: 40px;
12
12
  vertical-align: middle;
13
13
  }
14
14
 
@@ -16,7 +16,7 @@ const StyledNavigationBar = _styledComponents.default.nav`
16
16
 
17
17
  & > * {
18
18
  box-sizing: border-box;
19
- height: 40px;
19
+ min-height: 40px;
20
20
  vertical-align: middle;
21
21
  }
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "144.9.3",
3
+ "version": "144.9.4",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",
@@ -9,8 +9,8 @@
9
9
  "scripts/check_rfcs/index.js"
10
10
  ],
11
11
  "scripts": {
12
- "start": "node ./scripts/check_node_version.mjs && cross-env storybook dev -p 9001 -c .storybook",
13
- "start:debug-theme": "cross-env STORYBOOK_DEBUG_THEME=true npm run start",
12
+ "start": "node ./scripts/check_node_version.mjs && storybook dev -p 9001 -c .storybook",
13
+ "start:debug-theme": "node ./scripts/debug-storybook.js",
14
14
  "test": "jest --config=./jest.config.ts",
15
15
  "test-update": "jest --config=./jest.config.ts --updateSnapshot",
16
16
  "format": "prettier --write './{src,playwright}/**/*.{js,jsx,ts,tsx}'",
@@ -21,8 +21,8 @@
21
21
  "prepublishOnly": "npm run precompile",
22
22
  "postinstall": "node ./scripts/check_rfcs/index.js",
23
23
  "watch": "npm run clean-lib && npm run copy-files -- --watch & npm run babel -- --watch",
24
- "build-storybook": "cross-env STORYBOOK_BUILD=true storybook build -c .storybook",
25
- "start-storybook": "cross-env STORYBOOK_BUILD=true storybook dev -c .storybook",
24
+ "build-storybook": "node ./scripts/build-storybook.js",
25
+ "start-storybook": "node ./scripts/start-storybook.js",
26
26
  "start:static": "npx http-server -p 9001 ./storybook-static",
27
27
  "clean-lib": "rimraf ./lib && rimraf ./esm",
28
28
  "commit": "git-cz",
@@ -122,11 +122,11 @@
122
122
  "concurrently": "^8.2.2",
123
123
  "conventional-changelog-conventionalcommits": "^4.6.3",
124
124
  "core-js": "^3.33.3",
125
- "cross-env": "^5.2.1",
126
125
  "css-loader": "^6.8.1",
127
126
  "cz-conventional-changelog": "^3.3.0",
128
127
  "date-fns-tz": "^1.3.8",
129
128
  "dayjs": "^1.11.10",
129
+ "dotenv": "^16.4.5",
130
130
  "draft-js": "^0.11.7",
131
131
  "eslint": "^8.55.0",
132
132
  "eslint-config-airbnb": "^19.0.0",
@@ -189,7 +189,6 @@
189
189
  "classnames": "~2.3.2",
190
190
  "crypto-js": "^4.2.0",
191
191
  "date-fns": "^2.30.0",
192
- "dotenv": "^10.0.0",
193
192
  "immutable": "~3.8.2",
194
193
  "invariant": "^2.2.4",
195
194
  "lodash": "^4.17.21",