jasmincss 1.0.8 → 1.0.9

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.8
5
+ > Generated automatically from JasminCSS v1.0.9
6
6
 
7
7
  ## Table of Contents
8
8
 
package/dist/index.js CHANGED
@@ -14563,6 +14563,14 @@ a {
14563
14563
 
14564
14564
  button, [role="button"] {
14565
14565
  cursor: pointer;
14566
+ appearance: none;
14567
+ -webkit-appearance: none;
14568
+ background: transparent;
14569
+ border: none;
14570
+ }
14571
+
14572
+ button:focus {
14573
+ outline: none;
14566
14574
  }
14567
14575
 
14568
14576
  :disabled {
package/dist/index.mjs CHANGED
@@ -14520,6 +14520,14 @@ a {
14520
14520
 
14521
14521
  button, [role="button"] {
14522
14522
  cursor: pointer;
14523
+ appearance: none;
14524
+ -webkit-appearance: none;
14525
+ background: transparent;
14526
+ border: none;
14527
+ }
14528
+
14529
+ button:focus {
14530
+ outline: none;
14523
14531
  }
14524
14532
 
14525
14533
  :disabled {
package/dist/jasmin.css CHANGED
@@ -46,6 +46,14 @@ a {
46
46
 
47
47
  button, [role="button"] {
48
48
  cursor: pointer;
49
+ appearance: none;
50
+ -webkit-appearance: none;
51
+ background: transparent;
52
+ border: none;
53
+ }
54
+
55
+ button:focus {
56
+ outline: none;
49
57
  }
50
58
 
51
59
  :disabled {