cc-core-cli 1.0.105 → 1.0.107

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-core-cli",
3
- "version": "1.0.105",
3
+ "version": "1.0.107",
4
4
  "description": "Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -15,7 +15,7 @@
15
15
  "author": "",
16
16
  "license": "ISC",
17
17
  "dependencies": {
18
- "@shopstack/cc-admin-lib": "^2.5.153"
18
+ "@shopstack/cc-admin-lib": "^2.5.171"
19
19
  },
20
20
  "devDependencies": {
21
21
  "identity-obj-proxy": "^3.0.0",
@@ -1437,4 +1437,19 @@ html {
1437
1437
  background-color: transparent;
1438
1438
  -webkit-tap-highlight-color: transparent;
1439
1439
  }
1440
+ }
1441
+
1442
+
1443
+ .main-body {
1444
+ .ant-affix {
1445
+ z-index: 24;
1446
+ }
1447
+ }
1448
+
1449
+ .icon-menu-hor {
1450
+ background-color: @menu-item-color;
1451
+ }
1452
+
1453
+ .ant-menu-item-selected .icon-menu-hor {
1454
+ background-color: @menu-item-active-bg;
1440
1455
  }
@@ -179,6 +179,10 @@
179
179
  }
180
180
  }
181
181
 
182
+ .editable-row:hover > td {
183
+ background-color: inherit !important;
184
+ }
185
+
182
186
  .editable-row .editable-cell-value-wrap {
183
187
  border: 1px solid #d9d9d9;
184
188
  border-radius: 4px;
@@ -17,7 +17,7 @@
17
17
  "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
18
18
  },
19
19
  "dependencies": {
20
- "@shopstack/cc-core-lib": "^2.5.155"
20
+ "@shopstack/cc-core-lib": "^2.5.181"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/bull": "^3.14.4",