cc-core-cli 1.0.147 → 1.0.150

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.147",
3
+ "version": "1.0.150",
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": {
@@ -19,6 +19,11 @@
19
19
  margin-inline-end: 0px;
20
20
  }
21
21
 
22
+ .ant-input-outlined.ant-input-disabled textarea[disabled],
23
+ .ant-input-outlined[disabled] textarea[disabled] {
24
+ border-radius: 6px !important;
25
+ }
26
+
22
27
  .search .ant-input-affix-wrapper .ant-input-suffix >*:not(:last-child) {
23
28
  margin-inline-end: 10px;
24
29
  }
@@ -776,9 +781,9 @@
776
781
  cursor: move;
777
782
  }
778
783
 
779
- .entity-list-page-desktop {
780
- /* display: none; */
781
- }
784
+ /* .entity-list-page-desktop {
785
+ display: none;
786
+ } */
782
787
 
783
788
  @media (max-width: 992px) {
784
789
  .entity-list-page-desktop {
@@ -1552,7 +1552,17 @@ html body.ant-scrolling-effect {
1552
1552
  }
1553
1553
 
1554
1554
  .ant-menu-item-selected .icon-menu-hor {
1555
- background-color: var(--menu-item-active-bg);
1555
+ background-color: var(--submenu-bg-active-color) !important;
1556
+ transition: border-color 0.3s,background 0.3s;
1557
+ }
1558
+
1559
+ .ant-menu-item:hover .icon-menu-hor {
1560
+ background-color: var(--submenu-bg-active-color);
1561
+ transition: border-color 0.3s,background 0.3s;
1562
+ }
1563
+
1564
+ .ant-menu-item .icon-menu-hor {
1565
+ transition: border-color 0.3s,background 0.3s;
1556
1566
  }
1557
1567
 
1558
1568
  /* Ant Design v5 breadcrumb separator color fix */
@@ -1570,4 +1580,56 @@ html body.ant-scrolling-effect {
1570
1580
 
1571
1581
  .ant-collapse-content-box {
1572
1582
  background-color: var(--white-color) !important;
1583
+ }
1584
+
1585
+ .summary-box-component.layout_1 .text.sum .ant-typography {
1586
+ font-size: 40px;
1587
+ }
1588
+
1589
+ .summary-box-component.layout_1 .text.description .ant-typography{
1590
+ font-size: 32px;
1591
+ line-height: 1;
1592
+ }
1593
+
1594
+ .summary-box-component.layout_1 .text.description {
1595
+ height: auto !important;
1596
+ }
1597
+
1598
+ .summary-box-component.layout_3 .text.sum .ant-typography,
1599
+ .summary-box-component.layout_4 .text.sum .ant-typography {
1600
+ font-size: 27px;
1601
+ line-height: 1.2;
1602
+ }
1603
+
1604
+ .summary-box-component.layout_3 .summary-box-component,
1605
+ .summary-box-component.layout_4 .summary-box-component {
1606
+ display: flex;
1607
+ flex-direction: column;
1608
+ justify-content: center;
1609
+ }
1610
+
1611
+ .summary-box-component.layout_3 .text.description .ant-typography,
1612
+ .summary-box-component.layout_4 .text.description .ant-typography {
1613
+ font-size: 18px;
1614
+ }
1615
+
1616
+ .summary-box-component .has-icon {
1617
+ margin-top: 30px;
1618
+ }
1619
+
1620
+ .summary-box-component .no-icon {
1621
+ margin-top: 0;
1622
+ height: 100%;
1623
+ justify-content: center;
1624
+ align-content: center;
1625
+ }
1626
+
1627
+ .summary-box-component .no-icon .icon {
1628
+ display: none;
1629
+ }
1630
+
1631
+ .summary-box-component .no-icon .text-content {
1632
+ flex: 0 0 100% !important;
1633
+ max-width: 100% !important;
1634
+ text-align: center;
1573
1635
  }
@@ -920,16 +920,15 @@ h4.ant-typography {
920
920
  animation-iteration-count: 2 !important;
921
921
  } */
922
922
 
923
- :has(.blink-effect) .ant-input-affix-wrapper,
924
- :has(.blink-effect) .ant-input-number-affix-wrapper,
925
- :has(.blink-effect) .ant-picker,
926
- :has(.blink-effect) .ant-select-selector {
923
+ .ant-form-item:has(.blink-effect) .ant-input-affix-wrapper,
924
+ .ant-form-item:has(.blink-effect) .ant-input-number-affix-wrapper,
925
+ .ant-form-item:has(.blink-effect) .ant-picker,
926
+ .ant-form-item:has(.blink-effect) .ant-select-selector {
927
927
  animation-name: blink !important;
928
928
  animation-duration: 0.2s !important;
929
929
  animation-iteration-count: 2 !important;
930
930
  }
931
931
 
932
-
933
932
  :has(.blink-effect) input,
934
933
  :has(.blink-effect) .ant-input-number input {
935
934
  animation: none !important;