cax-design-system 2.7.6 → 2.7.7

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.
@@ -5641,6 +5641,7 @@ cax-calendar.cax-calendar-clearable .cax-calendar-w-btn .cax-calendar-clear-icon
5641
5641
  cursor: default;
5642
5642
  transition: all 0.2s ease;
5643
5643
  line-height: 1;
5644
+ white-space: nowrap;
5644
5645
  }
5645
5646
 
5646
5647
  .cax-chip .cax-chip-icon,
@@ -12181,7 +12182,7 @@ div.cax-cascadeselect-panel {
12181
12182
  outline-color 0.2s;
12182
12183
  border-radius: var(--space-100);
12183
12184
  height: 40px;
12184
- width: 13.5rem;
12185
+ width: 100%;
12185
12186
  }
12186
12187
  .cax-multiselect:not(.cax-disabled):hover {
12187
12188
  border-color: var(--neutral-400);
@@ -2,15 +2,22 @@
2
2
  .cax-calendar {
3
3
  position: relative;
4
4
  display: inline-flex;
5
- max-width: 100%;
5
+ width: 100%;
6
+ height: 40px;
6
7
  }
8
+ .cax-calendar-main-label {
9
+ font-weight: 500;
10
+ font-size: 14px;
11
+ line-height: 20px;
12
+ margin-bottom: 8px;
13
+ }
7
14
 
8
15
  .cax-calendar .cax-inputtext {
9
16
  flex: 1 1 auto;
10
17
  width: 1%;
11
18
  text-overflow: ellipsis;
12
19
  padding-left: 1.8rem !important;
13
- padding-right: 1.8rem !important;
20
+ padding-right: 1.8rem !important;
14
21
  }
15
22
 
16
23
  .cax-calendar-w-btn .cax-inputtext {
@@ -4,7 +4,7 @@
4
4
  cursor: pointer;
5
5
  position: relative;
6
6
  user-select: none;
7
- min-width: 216px;
7
+ width: 100%;
8
8
  height: 40px;
9
9
  }
10
10