@quidgest/ui 0.17.1 → 0.17.2

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.17.1",
2
+ "version": "0.17.2",
3
3
  "components": [
4
4
  {
5
5
  "name": "QAccordion",
package/dist/ui.css CHANGED
@@ -1311,7 +1311,7 @@ body *::-webkit-scrollbar-track {
1311
1311
  padding: 0;
1312
1312
  margin: -1px;
1313
1313
  overflow: hidden;
1314
- clip: rect(0, 0, 0, 0);
1314
+ clip-path: inset(50%);
1315
1315
  white-space: nowrap;
1316
1316
  border: 0;
1317
1317
  }
@@ -1500,7 +1500,7 @@ body *::-webkit-scrollbar-track {
1500
1500
  .q-collapsible {
1501
1501
  display: flex;
1502
1502
  flex-direction: column;
1503
- word-wrap: break-word;
1503
+ overflow-wrap: break-word;
1504
1504
  background-color: var(--q-theme-container);
1505
1505
  border-width: 1px;
1506
1506
  border-radius: var(--border-radius);
@@ -2134,11 +2134,10 @@ body *::-webkit-scrollbar-track {
2134
2134
  gap: 0.25rem;
2135
2135
  }
2136
2136
  .q-file-input__file-name {
2137
- word-wrap: break-word;
2138
2137
  overflow-wrap: break-word;
2139
2138
  -webkit-hyphens: auto;
2140
2139
  hyphens: auto;
2141
- word-break: break-word;
2140
+ word-break: normal;
2142
2141
  white-space: normal;
2143
2142
  color: var(--q-theme-neutral-dark);
2144
2143
  }
@@ -2599,7 +2598,7 @@ body *::-webkit-scrollbar-track {
2599
2598
  }
2600
2599
  .q-group-box {
2601
2600
  display: inline-block;
2602
- word-wrap: break-word;
2601
+ overflow-wrap: break-word;
2603
2602
  background-color: var(--q-theme-container);
2604
2603
  border-width: 1px;
2605
2604
  border-bottom: 1px solid var(--q-theme-neutral-light);
@@ -2862,7 +2861,7 @@ body *::-webkit-scrollbar-track {
2862
2861
  padding: 0.375rem 0.5rem;
2863
2862
  list-style: none;
2864
2863
  line-height: 15px;
2865
- word-wrap: break-word;
2864
+ overflow-wrap: break-word;
2866
2865
  -webkit-touch-callout: none;
2867
2866
  width: inherit;
2868
2867
  border-radius: var(--border-radius);
@@ -3094,7 +3093,7 @@ body *::-webkit-scrollbar-track {
3094
3093
  line-height: 1.5;
3095
3094
  word-break: normal;
3096
3095
  word-spacing: normal;
3097
- word-wrap: break-word;
3096
+ overflow-wrap: break-word;
3098
3097
  white-space: normal;
3099
3098
  line-break: auto;
3100
3099
  }
@@ -3854,7 +3853,7 @@ body *::-webkit-scrollbar-track {
3854
3853
 
3855
3854
  .q-switch:not(.q-switch--disabled) .q-switch__input:hover ~ .q-switch__labels .q-switch__label--on,
3856
3855
  .q-switch:not(.q-switch--disabled) .q-switch__input:hover ~ .q-switch__labels .q-switch__label--off {
3857
- background: rgba(var(--q-theme-background-rgb, 255, 255, 255), var(--q-switch-hover-background-opacity));
3856
+ background: rgb(var(--q-theme-background-rgb, 255, 255, 255), var(--q-switch-hover-background-opacity));
3858
3857
  }
3859
3858
  .q-switch:not(.q-switch--disabled) .q-switch__input:checked:hover ~ .q-switch__labels .q-switch__label--on,
3860
3859
  .q-switch:not(.q-switch--disabled) .q-switch__input:not(:checked):hover ~ .q-switch__labels .q-switch__label--off {
@@ -4217,7 +4216,7 @@ body *::-webkit-scrollbar-track {
4217
4216
  text-transform: none;
4218
4217
  line-height: 1.5;
4219
4218
  line-break: auto;
4220
- word-wrap: break-word;
4219
+ overflow-wrap: break-word;
4221
4220
  word-break: normal;
4222
4221
  word-spacing: normal;
4223
4222
  white-space: normal;