@kanda-libs/ks-component-ts 0.2.292 → 0.2.294

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.
@@ -4131,6 +4131,11 @@ input[type="range"]::-webkit-slider-thumb {
4131
4131
  color: rgb(156 173 196 / var(--tw-text-opacity));
4132
4132
  }
4133
4133
 
4134
+ .first\:text-orange-200:first-child {
4135
+ --tw-text-opacity: 1;
4136
+ color: rgb(235 125 50 / var(--tw-text-opacity));
4137
+ }
4138
+
4134
4139
  .last\:right-0:last-child {
4135
4140
  right: 0;
4136
4141
  }
@@ -4174,6 +4179,11 @@ input[type="range"]::-webkit-slider-thumb {
4174
4179
  color: rgb(156 173 196 / var(--tw-text-opacity));
4175
4180
  }
4176
4181
 
4182
+ .last\:text-orange-200:last-child {
4183
+ --tw-text-opacity: 1;
4184
+ color: rgb(235 125 50 / var(--tw-text-opacity));
4185
+ }
4186
+
4177
4187
  .checked\:translate-x-5:checked {
4178
4188
  --tw-translate-x: 20px;
4179
4189
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));