@egovernments/digit-ui-components-css 0.0.2-beta.22 → 0.0.2-beta.23

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.2-beta.23] - 2024-08-22
4
+ ### Changed
5
+ - Fixed some css of old component overriding issue
6
+
3
7
  ## [0.0.2-beta.22] - 2024-08-16
4
8
  ### Changed
5
9
  - Added css for Switch Component
package/dist/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @egovernments/digit-ui-components-css - 0.0.2-beta.22
2
+ * @egovernments/digit-ui-components-css - 0.0.2-beta.23
3
3
  *
4
4
  * Copyright (c) 2024 Jagankumar <jagan.kumar@egovernments.org>
5
5
  *
@@ -809,7 +809,7 @@
809
809
  float: right;
810
810
  margin-top: 12px; }
811
811
  .employee .topbar .right .user-img-txt {
812
- background: #f47738;
812
+ background: #c84c0e;
813
813
  padding: 10px 15px;
814
814
  border-radius: 50%;
815
815
  color: #fff;
@@ -895,10 +895,10 @@
895
895
  border-top: 1px solid;
896
896
  border-bottom: 1px solid; }
897
897
  .citizen .sidebar .sidebar-link.active, .employee .sidebar .sidebar-link.active {
898
- color: #f47738 !important;
898
+ color: #c84c0e !important;
899
899
  border-right: none; }
900
900
  .citizen .sidebar .sidebar-link.active svg, .employee .sidebar .sidebar-link.active svg {
901
- fill: #f47738 !important; }
901
+ fill: #c84c0e !important; }
902
902
  .citizen .sidebar .sidebar-link .employee-search-input, .employee .sidebar .sidebar-link .employee-search-input {
903
903
  border: none;
904
904
  outline: none;
@@ -953,15 +953,15 @@
953
953
  .citizen .sidebar .dropdown-link:hover svg, .employee .sidebar .dropdown-link:hover svg {
954
954
  fill: #fe7a51 !important; }
955
955
  .citizen .sidebar .dropdown-link.active, .employee .sidebar .dropdown-link.active {
956
- border-left: 4px solid #f47738;
957
- color: #f47738 !important;
956
+ border-left: 4px solid #c84c0e;
957
+ color: #c84c0e !important;
958
958
  border-right: none; }
959
959
  .citizen .sidebar .dropdown-link.active.level-1, .employee .sidebar .dropdown-link.active.level-1 {
960
- border-left: 8.5px solid #f47738; }
960
+ border-left: 8.5px solid #c84c0e; }
961
961
  .citizen .sidebar .dropdown-link.active.level-2, .employee .sidebar .dropdown-link.active.level-2 {
962
- border-left: 4px solid #f47738; }
962
+ border-left: 4px solid #c84c0e; }
963
963
  .citizen .sidebar .dropdown-link.active svg, .employee .sidebar .dropdown-link.active svg {
964
- fill: #f47738 !important; }
964
+ fill: #c84c0e !important; }
965
965
  .citizen .sidebar span, .employee .sidebar span {
966
966
  margin-left: 16px;
967
967
  text-overflow: ellipsis;
@@ -1061,8 +1061,8 @@
1061
1061
 
1062
1062
  .link {
1063
1063
  --text-opacity:1;
1064
- color: #f47738;
1065
- color: rgba(244, 119, 56, var(--text-opacity));
1064
+ color: #c84c0e;
1065
+ color: rgba(200, 76, 14, var(--text-opacity));
1066
1066
  cursor: pointer; }
1067
1067
  .link :hover {
1068
1068
  --text-opacity:1;
@@ -1227,7 +1227,7 @@
1227
1227
  .sidebar-link.active .custom-link {
1228
1228
  text-decoration: none; }
1229
1229
  .sidebar-link.active .custom-link div span {
1230
- color: #f47738 !important;
1230
+ color: #c84c0e !important;
1231
1231
  text-decoration: none; }
1232
1232
 
1233
1233
  .bread-crumb a {
@@ -1420,18 +1420,18 @@ body {
1420
1420
  color: #1d70b8; }
1421
1421
 
1422
1422
  .application-details-link-button .download-button {
1423
- color: #f47738;
1423
+ color: #c84c0e;
1424
1424
  margin-left: 8px; }
1425
1425
 
1426
1426
  .response-download-button .download-button {
1427
- color: #f47738;
1427
+ color: #c84c0e;
1428
1428
  margin-left: 8px; }
1429
1429
 
1430
1430
  .form-pt-dropdown-only .options-card {
1431
1431
  position: unset; }
1432
1432
 
1433
1433
  .primary-label-btn svg {
1434
- fill: #f47738; }
1434
+ fill: #c84c0e; }
1435
1435
 
1436
1436
  .react-time-picker__wrapper {
1437
1437
  border: 2px solid #0b0c0c;
@@ -1535,8 +1535,8 @@ body {
1535
1535
 
1536
1536
  .text-input input:hover, .text-input .digit-checkbox-container .input-emp:hover, .digit-checkbox-container .text-input .input-emp:hover {
1537
1537
  --border-opacity:1;
1538
- border: 1px solid #f47738;
1539
- border-color: rgba(244, 119, 56, var(--border-opacity)); }
1538
+ border: 1px solid #c84c0e;
1539
+ border-color: rgba(200, 76, 14, var(--border-opacity)); }
1540
1540
 
1541
1541
  .inbox-search-container .result {
1542
1542
  margin-top: 24px; }
@@ -1569,7 +1569,7 @@ body {
1569
1569
  padding: 8px 24px;
1570
1570
  color: #fff;
1571
1571
  cursor: pointer;
1572
- background-color: #f47738; }
1572
+ background-color: #c84c0e; }
1573
1573
 
1574
1574
  .full-employee-card-link a {
1575
1575
  color: inherit;
@@ -2655,8 +2655,8 @@ ol, ul {
2655
2655
  line-height: 24px;
2656
2656
  --text-opacity:1; }
2657
2657
  .digit-card-based-options .digit-head-content p {
2658
- color: #f47738;
2659
- color: rgba(244, 119, 56, var(--text-opacity));
2658
+ color: #c84c0e;
2659
+ color: rgba(200, 76, 14, var(--text-opacity));
2660
2660
  font-weight: 500;
2661
2661
  cursor: pointer; }
2662
2662
  .digit-card-based-options .digit-main-content {
@@ -2681,7 +2681,7 @@ ol, ul {
2681
2681
  .digit-card-based-options .digit-main-content .digit-card-based-options-main-child-option .digit-child-option-image-wrapper svg {
2682
2682
  height: 20px;
2683
2683
  width: 20px;
2684
- fill: #f47738;
2684
+ fill: #c84c0e;
2685
2685
  margin: auto; }
2686
2686
  .digit-card-based-options .digit-main-content .digit-card-based-options-main-child-option .digit-child-option-name {
2687
2687
  font-size: 12px;
@@ -2883,8 +2883,8 @@ ol, ul {
2883
2883
  .submit-bar-disabled {
2884
2884
  height: 2.5rem;
2885
2885
  --bg-opacity:1;
2886
- background-color: #f47738;
2887
- background-color: rgba(244, 119, 56, var(--bg-opacity));
2886
+ background-color: #c84c0e;
2887
+ background-color: rgba(200, 76, 14, var(--bg-opacity));
2888
2888
  text-align: center;
2889
2889
  width: 100%;
2890
2890
  outline: 2px solid transparent;
@@ -3382,8 +3382,8 @@ ol, ul {
3382
3382
  background-color: initial; }
3383
3383
  .text-input input:hover, .text-input .digit-checkbox-container .input-emp:hover, .digit-checkbox-container .text-input .input-emp:hover {
3384
3384
  --border-opacity:1;
3385
- border: 1px solid #f47738;
3386
- border-color: rgba(244, 119, 56, var(--border-opacity)); }
3385
+ border: 1px solid #c84c0e;
3386
+ border-color: rgba(200, 76, 14, var(--border-opacity)); }
3387
3387
 
3388
3388
  .card-input-error {
3389
3389
  --border-opacity:1;
@@ -3511,7 +3511,7 @@ ol, ul {
3511
3511
  margin-bottom: 24px; }
3512
3512
 
3513
3513
  .primary-label-btn svg {
3514
- fill: #f47738; }
3514
+ fill: #c84c0e; }
3515
3515
 
3516
3516
  .digit-info-button {
3517
3517
  text-align: center;
@@ -7571,7 +7571,7 @@ img {
7571
7571
  .topbar .right svg {
7572
7572
  display: inline; }
7573
7573
  .topbar .right .user-img-txt {
7574
- background: #f47738;
7574
+ background: #c84c0e;
7575
7575
  padding: .625rem .938rem;
7576
7576
  border-radius: 50%;
7577
7577
  color: #fff;
@@ -8910,7 +8910,7 @@ video::-webkit-media-controls-panel {
8910
8910
  box-shadow: 0 0.063rem 0.125rem 0 rgba(0, 0, 0, 0.30196); }
8911
8911
 
8912
8912
  .bread-crumb.workbench-bredcrumb a {
8913
- color: #f47738; }
8913
+ color: #c84c0e; }
8914
8914
 
8915
8915
  .workbench .workbench-create-form {
8916
8916
  display: inherit;
@@ -8991,7 +8991,7 @@ video::-webkit-media-controls-panel {
8991
8991
  -webkit-box-sizing: unset;
8992
8992
  box-sizing: unset; }
8993
8993
  .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control.form-select .digit__control--is-focused {
8994
- border-color: #f47738 !important; }
8994
+ border-color: #c84c0e !important; }
8995
8995
  .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control.form-select .digit__control--is-focused, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control.form-select .digit__control:hover {
8996
8996
  -webkit-box-shadow: none;
8997
8997
  box-shadow: none;
@@ -9002,8 +9002,8 @@ video::-webkit-media-controls-panel {
9002
9002
  .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control.form-select .digit__control:hover {
9003
9003
  border-color: unset; }
9004
9004
  .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control.form-select:focus, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control .digit__control:focus, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control .digit__value-container:focus {
9005
- border-color: #f47738;
9006
- border-color: #f47738; }
9005
+ border-color: #c84c0e;
9006
+ border-color: #c84c0e; }
9007
9007
  .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control.form-select:focus {
9008
9008
  outline: 2px solid transparent;
9009
9009
  outline-offset: 2px; }
@@ -9016,7 +9016,7 @@ video::-webkit-media-controls-panel {
9016
9016
  .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control:focus {
9017
9017
  outline: 2px solid transparent;
9018
9018
  outline-offset: 2px;
9019
- border-color: #f47738; }
9019
+ border-color: #c84c0e; }
9020
9020
  .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper textarea.form-control {
9021
9021
  height: 5rem; }
9022
9022
  .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-string {
@@ -9047,7 +9047,7 @@ video::-webkit-media-controls-panel {
9047
9047
  .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-container .input-emp[type=checkbox], .digit-checkbox-container .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox] {
9048
9048
  height: 1.5rem; }
9049
9049
  .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input[type=checkbox]#digit_root_active, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-container .input-emp[type=checkbox]#digit_root_active, .digit-checkbox-container .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox]#digit_root_active {
9050
- accent-color: #f47738; }
9050
+ accent-color: #c84c0e; }
9051
9051
  .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input:checked, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-container .input-emp:checked, .digit-checkbox-container .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp:checked, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input:hover, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-container .input-emp:hover, .digit-checkbox-container .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp:hover {
9052
9052
  border-width: 1px; }
9053
9053
  .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .field-radio-group {
@@ -9296,11 +9296,11 @@ video::-webkit-media-controls-panel {
9296
9296
  -ms-flex-direction: column;
9297
9297
  flex-direction: column; }
9298
9298
  .drag-drop-container .drag-drop-text .browse-text {
9299
- color: #f47738;
9299
+ color: #c84c0e;
9300
9300
  -webkit-transition: color .3s;
9301
9301
  transition: color .3s; }
9302
9302
  .drag-drop-container .drag-drop-text .browse-text:hover {
9303
- color: #f47738;
9303
+ color: #c84c0e;
9304
9304
  text-decoration: underline;
9305
9305
  cursor: pointer; }
9306
9306
 
@@ -9486,7 +9486,7 @@ h1, h2, h3, h4, h5, h6 {
9486
9486
  color: #1d70b8; }
9487
9487
 
9488
9488
  .clear-search-label {
9489
- color: #f47738;
9489
+ color: #c84c0e;
9490
9490
  cursor: pointer; }
9491
9491
 
9492
9492
  .search-submit-bar {
@@ -9504,7 +9504,7 @@ h1, h2, h3, h4, h5, h6 {
9504
9504
  -ms-flex-align: center;
9505
9505
  align-items: center; }
9506
9506
  .application-details-link-button .download-button {
9507
- color: #f47738;
9507
+ color: #c84c0e;
9508
9508
  margin-left: 8px; }
9509
9509
 
9510
9510
  .response-download-button {
@@ -9513,11 +9513,11 @@ h1, h2, h3, h4, h5, h6 {
9513
9513
  display: flex;
9514
9514
  margin-bottom: 8px; }
9515
9515
  .response-download-button .download-button {
9516
- color: #f47738;
9516
+ color: #c84c0e;
9517
9517
  margin-left: 8px; }
9518
9518
 
9519
9519
  .check-page-link-button {
9520
- color: #f47738 !important; }
9520
+ color: #c84c0e !important; }
9521
9521
 
9522
9522
  .pt-application-download-btn {
9523
9523
  display: -webkit-box;
@@ -9544,14 +9544,14 @@ h1, h2, h3, h4, h5, h6 {
9544
9544
  display: flex;
9545
9545
  grid-gap: 10px;
9546
9546
  gap: 10px;
9547
- color: #f47738;
9547
+ color: #c84c0e;
9548
9548
  cursor: pointer;
9549
9549
  font-weight: 500;
9550
9550
  width: -webkit-fit-content;
9551
9551
  width: -moz-fit-content;
9552
9552
  width: fit-content; }
9553
9553
  .primary-label-btn svg {
9554
- fill: #f47738; }
9554
+ fill: #c84c0e; }
9555
9555
 
9556
9556
  .primaryColor {
9557
9557
  color: #0b0c0c !important; }
@@ -9778,8 +9778,8 @@ input[type=number], .digit-checkbox-container .input-emp[type=number] {
9778
9778
  width: 100%; }
9779
9779
  .text-input input:hover, .text-input .digit-checkbox-container .input-emp:hover, .digit-checkbox-container .text-input .input-emp:hover {
9780
9780
  --border-opacity:1;
9781
- border: 1px solid #f47738;
9782
- border-color: rgba(244, 119, 56, var(--border-opacity)); }
9781
+ border: 1px solid #c84c0e;
9782
+ border-color: rgba(200, 76, 14, var(--border-opacity)); }
9783
9783
 
9784
9784
  .text-input-width {
9785
9785
  max-width: 540px; }
@@ -9894,7 +9894,7 @@ input[type=number], .digit-checkbox-container .input-emp[type=number] {
9894
9894
  padding: 8px 24px;
9895
9895
  color: #fff;
9896
9896
  cursor: pointer;
9897
- background-color: #f47738; }
9897
+ background-color: #c84c0e; }
9898
9898
 
9899
9899
  .error-boundary details, .error-boundary summary {
9900
9900
  width: 300px;