cc-core-cli 1.0.162 → 1.0.163

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.162",
3
+ "version": "1.0.163",
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": {
@@ -1446,6 +1446,7 @@ html body.ant-scrolling-effect {
1446
1446
  }
1447
1447
 
1448
1448
  /* ===== SUM MENU ITEM ===== */
1449
+ /* พื้นหลังระดับกล่อง popup — สี lv4 ที่แต่ละ item: menu.css .menu-active-lv4 */
1449
1450
  .sum-menu-item .ant-menu.ant-menu-sub.ant-menu-vertical {
1450
1451
  background-color: var(--menu-popup-bg) !important;
1451
1452
  border-radius: 0px !important;
@@ -1456,7 +1457,17 @@ html body.ant-scrolling-effect {
1456
1457
  color: var(--menu-item-active-bg);
1457
1458
  }
1458
1459
 
1459
- .sum-menu-item .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
1460
+ .sum-menu-item .ant-menu-item.menu-active-lv4:not(.ant-menu-item-selected) a {
1461
+ color: var(--menu-text-color-menu-lv4, var(--menu-text-color));
1462
+ }
1463
+
1464
+ .sum-menu-item .ant-menu-item-selected.menu-active-lv4 a,
1465
+ .sum-menu-item .ant-menu-item-selected.menu-active-lv4 a:hover {
1466
+ color: var(--menu-text-active-color-menu-lv4,
1467
+ var(--menu-item-active-bg)) !important;
1468
+ }
1469
+
1470
+ .sum-menu-item .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected:not(.menu-active-lv4) {
1460
1471
  background-color: unset !important;
1461
1472
  }
1462
1473
 
@@ -1464,6 +1475,11 @@ html body.ant-scrolling-effect {
1464
1475
  color: var(--menu-item-active-bg);
1465
1476
  }
1466
1477
 
1478
+ .sum-menu-item .ant-menu-item.menu-active-lv4 a:hover {
1479
+ color: var(--menu-text-active-color-menu-lv4,
1480
+ var(--menu-item-active-bg)) !important;
1481
+ }
1482
+
1467
1483
  /* ===== DRAWER MENU RESIZE ===== */
1468
1484
  .button-collapsed-menu {
1469
1485
  position: absolute;
@@ -61,4 +61,13 @@
61
61
 
62
62
  .ant-menu-item-only-child .ant-menu-title-content {
63
63
  color: var(--menu-text-color);
64
+ }
65
+
66
+ .menu-item-lv4 {
67
+ color: var(--menu-text-color-menu-lv4) !important;
68
+ }
69
+
70
+ .sum-menu-item .ant-menu-item.menu-active-lv4 {
71
+ background-color: var(--menu-background-color-menu-lv4,
72
+ #ffffff) !important;
64
73
  }
@@ -405,7 +405,7 @@ h4.ant-typography {
405
405
  .ant-modal-body .ant-form-item-has-feedback.ant-form-item-has-success .ant-input,
406
406
  .ant-modal-body .ant-form-item-has-feedback.ant-form-item-has-success .ant-picker,
407
407
  .ant-modal-body .ant-form-item-has-feedback.ant-form-item-has-success .ant-input-affix-wrapper .ant-input-suffix {
408
- padding-right:0px;
408
+ padding-right: 0px;
409
409
  }
410
410
 
411
411
  .ant-form .ant-form-item-has-feedback.ant-form-item-has-success .ant-select .ant-select-arrow,
@@ -1652,4 +1652,9 @@ h4.ant-typography {
1652
1652
 
1653
1653
  .custom-action-renderer-menu-item {
1654
1654
  margin: 0px !important;
1655
+ }
1656
+
1657
+ .login-otp-container input::-webkit-outer-spin-button,
1658
+ input::-webkit-inner-spin-button {
1659
+ -webkit-appearance: none;
1655
1660
  }