@bgord/design 0.27.4 → 0.27.6

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.
@@ -20,7 +20,8 @@ html {
20
20
  */
21
21
 
22
22
  * {
23
- box-sizing: border-box; /* 1 */
23
+ -webkit-box-sizing: border-box;
24
+ box-sizing: border-box; /* 1 */
24
25
  line-height: 24px; /* 2 */
25
26
  padding: 0; /* 3 */
26
27
  margin: 0; /* 3 */
@@ -66,7 +67,8 @@ h1 {
66
67
  */
67
68
 
68
69
  hr {
69
- box-sizing: content-box; /* 1 */
70
+ -webkit-box-sizing: content-box;
71
+ box-sizing: content-box; /* 1 */
70
72
  height: 0; /* 1 */
71
73
  overflow: visible; /* 2 */
72
74
  }
@@ -100,7 +102,8 @@ a {
100
102
  abbr[title] {
101
103
  border-bottom: none; /* 1 */
102
104
  text-decoration: underline; /* 2 */
103
- text-decoration: underline dotted; /* 2 */
105
+ -webkit-text-decoration: underline dotted;
106
+ text-decoration: underline dotted; /* 2 */
104
107
  }
105
108
 
106
109
  /**
@@ -229,6 +232,23 @@ button::-moz-focus-inner,
229
232
  padding: 0;
230
233
  }
231
234
 
235
+ /**
236
+ * Remove step arrows from the numeric input
237
+ */
238
+ input[type='number']::-webkit-outer-spin-button,
239
+ input[type='number']::-webkit-inner-spin-button {
240
+ -webkit-appearance: none;
241
+ appearance: none;
242
+ margin: 0;
243
+ }
244
+
245
+ /* Firefox */
246
+ input[type='number'] {
247
+ -webkit-appearance: textfield;
248
+ -moz-appearance: textfield;
249
+ appearance: textfield;
250
+ }
251
+
232
252
  /**
233
253
  * Restore the focus styles unset by the previous rule.
234
254
  */
@@ -256,7 +276,8 @@ fieldset {
256
276
  */
257
277
 
258
278
  legend {
259
- box-sizing: border-box; /* 1 */
279
+ -webkit-box-sizing: border-box;
280
+ box-sizing: border-box; /* 1 */
260
281
  color: inherit; /* 2 */
261
282
  display: table; /* 1 */
262
283
  max-width: 100%; /* 1 */
@@ -287,7 +308,8 @@ textarea {
287
308
 
288
309
  [type='checkbox'],
289
310
  [type='radio'] {
290
- box-sizing: border-box; /* 1 */
311
+ -webkit-box-sizing: border-box;
312
+ box-sizing: border-box; /* 1 */
291
313
  padding: 0; /* 2 */
292
314
  }
293
315
 
@@ -1 +1 @@
1
- /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}*{box-sizing:border-box;line-height:24px;padding:0;margin:0}body{margin:0;font-family:sans-serif;font-size:16px}main{display:block}h1{font-size:2em;margin:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{display:block;font-size:12px}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
1
+ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}*{-webkit-box-sizing:border-box;box-sizing:border-box;line-height:24px;padding:0;margin:0}body{margin:0;font-family:sans-serif;font-size:16px}main{display:block}h1{font-size:2em;margin:0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{display:block;font-size:12px}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
Binary file
Binary file
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.27.4",
2
+ "version": "0.27.6",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
package/src/normalize.css CHANGED
@@ -229,6 +229,20 @@ button::-moz-focus-inner,
229
229
  padding: 0;
230
230
  }
231
231
 
232
+ /**
233
+ * Remove step arrows from the numeric input
234
+ */
235
+ input[type='number']::-webkit-outer-spin-button,
236
+ input[type='number']::-webkit-inner-spin-button {
237
+ appearance: none;
238
+ margin: 0;
239
+ }
240
+
241
+ /* Firefox */
242
+ input[type='number'] {
243
+ appearance: textfield;
244
+ }
245
+
232
246
  /**
233
247
  * Restore the focus styles unset by the previous rule.
234
248
  */