vrembem 4.0.0-next.31 → 4.0.0-next.32

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.
package/dev/base.css CHANGED
@@ -105,7 +105,7 @@ button,
105
105
  [type=button],
106
106
  [type=reset],
107
107
  [type=submit] {
108
- appearance: button;
108
+ appearance: auto;
109
109
  }
110
110
 
111
111
  button::-moz-focus-inner,
@@ -121,7 +121,7 @@ input::placeholder {
121
121
  }
122
122
 
123
123
  ::-webkit-file-upload-button {
124
- appearance: button;
124
+ appearance: auto;
125
125
  font: inherit;
126
126
  }
127
127
 
@@ -144,8 +144,8 @@ input::placeholder {
144
144
  color: var(--vb-code-foreground, var(--vb-foreground-alt));
145
145
  font-family: var(--vb-font-family-mono);
146
146
  font-size: var(--vb-code-font-size, var(--vb-font-size-sm));
147
+ overflow-wrap: break-word;
147
148
  padding: var(--vb-code-padding, 0.125rem 0.375rem);
148
- word-break: break-word;
149
149
  }
150
150
 
151
151
  .h1,
package/dev/index.css CHANGED
@@ -105,7 +105,7 @@ button,
105
105
  [type=button],
106
106
  [type=reset],
107
107
  [type=submit] {
108
- appearance: button;
108
+ appearance: auto;
109
109
  }
110
110
 
111
111
  button::-moz-focus-inner,
@@ -121,7 +121,7 @@ input::placeholder {
121
121
  }
122
122
 
123
123
  ::-webkit-file-upload-button {
124
- appearance: button;
124
+ appearance: auto;
125
125
  font: inherit;
126
126
  }
127
127
 
@@ -144,8 +144,8 @@ input::placeholder {
144
144
  color: var(--vb-code-foreground, var(--vb-foreground-alt));
145
145
  font-family: var(--vb-font-family-mono);
146
146
  font-size: var(--vb-code-font-size, var(--vb-font-size-sm));
147
+ overflow-wrap: break-word;
147
148
  padding: var(--vb-code-padding, 0.125rem 0.375rem);
148
- word-break: break-word;
149
149
  }
150
150
 
151
151
  .h1,