jasmincss 1.0.13 → 1.0.14

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  > **Complete reference of all available utility classes and components**
4
4
  >
5
- > Generated automatically from JasminCSS v1.0.13
5
+ > Generated automatically from JasminCSS v1.0.14
6
6
 
7
7
  ## Table of Contents
8
8
 
package/dist/index.js CHANGED
@@ -4910,7 +4910,7 @@ input[type="range"].form-control::-webkit-slider-thumb:hover {
4910
4910
 
4911
4911
  .form-floating > .form-control:focus ~ .form-label,
4912
4912
  .form-floating > .form-control:not(:placeholder-shown) ~ .form-label {
4913
- transform: scale(0.85) translateY(-0.5rem));
4913
+ transform: scale(0.85) translateY(-0.5rem);
4914
4914
  color: var(--j-primary);
4915
4915
  }
4916
4916
 
package/dist/index.mjs CHANGED
@@ -4867,7 +4867,7 @@ input[type="range"].form-control::-webkit-slider-thumb:hover {
4867
4867
 
4868
4868
  .form-floating > .form-control:focus ~ .form-label,
4869
4869
  .form-floating > .form-control:not(:placeholder-shown) ~ .form-label {
4870
- transform: scale(0.85) translateY(-0.5rem));
4870
+ transform: scale(0.85) translateY(-0.5rem);
4871
4871
  color: var(--j-primary);
4872
4872
  }
4873
4873
 
package/dist/jasmin.css CHANGED
@@ -144394,7 +144394,7 @@ input[type="range"].form-control::-webkit-slider-thumb:hover {
144394
144394
 
144395
144395
  .form-floating > .form-control:focus ~ .form-label,
144396
144396
  .form-floating > .form-control:not(:placeholder-shown) ~ .form-label {
144397
- transform: scale(0.85) translateY(-0.5rem));
144397
+ transform: scale(0.85) translateY(-0.5rem);
144398
144398
  color: var(--j-primary);
144399
144399
  }
144400
144400