hootstrap 0.8.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2bd309254f4d0275a81d1c6025585304ba8a9911c35e71f4548bbf96155dd546
4
- data.tar.gz: 7fde0f64dd95cf5d34cba80cd9d515ac1762585b900d8b3c70279bcc420ac3e6
3
+ metadata.gz: c5ec7b90927b040ad03a343b03f2e2742a34ac36edb8f40f64ce57ec8508b077
4
+ data.tar.gz: 140236e525ebefcf67ac395d422f7dec4eedb979e5947dde3571896e5e34f081
5
5
  SHA512:
6
- metadata.gz: 0e7646fafd4561533060abe84929751f514bba9f254134aa17d153c1472bf7c17366f0e846fa10c0f02362fece08ffaa24b3132a4d2a782e1ee932689ebf1de9
7
- data.tar.gz: 54510fb7d565815697e25e9edb9cc99618900b172634d6300f773d6229b4ea8619d6a9a1d352f517739343030253c43b5162640dc6ddfa06746fe613b54cf21b
6
+ metadata.gz: ceee516ebc8fb121157b41755383f3a42a3a015ce27a0cc5ef75fdfd2a4bfc90a96e97a41e7e78edb81627930193383e2693054da0d662ffd34b1d48cccef70e
7
+ data.tar.gz: 17e71fc6e66b7a0e54e920a2d428f1f817d2f1ac98715d1408a28a08649597adf149b1a7d9662386a22053757f13ea98707af87300d0088ab843a21868316a74
@@ -119,7 +119,7 @@ $spacers: (
119
119
  );
120
120
 
121
121
  // This variable affects the `.h-*` and `.w-*` classes.
122
- $sizes: (25: 25%, 50: 50%, 75: 75%, 100: 100%);
122
+ $sizes: (25: 25%, 50: 50%, 75: 75%, 100: 100%, auto: auto);
123
123
 
124
124
  // Body
125
125
  //
@@ -187,6 +187,10 @@ $border-radius: 0.25rem;
187
187
  $border-radius-lg: 0.3rem;
188
188
  $border-radius-sm: 0.2rem;
189
189
 
190
+ $box-shadow-sm: 0 .125rem .25rem rgba($black, .075);
191
+ $box-shadow: 0 .5rem 1rem rgba($black, .15);
192
+ $box-shadow-lg: 0 1rem 3rem rgba($black, .175);
193
+
190
194
  $box-shadow: 0 0 0 1px rgba(62, 64, 64, 0.05), 0 1px 3px rgba(62, 64, 64, 0.1),
191
195
  0 1px 2px rgba(0, 0, 0, 0.05);
192
196
 
@@ -206,7 +210,7 @@ $transition-collapse: height 0.35s ease;
206
210
  // stylelint-disable value-keyword-case
207
211
  $font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
208
212
  "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
209
- "Segoe UI Symbol";
213
+ "Segoe UI Symbol", "Noto Color Emoji";
210
214
  $font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas,
211
215
  "Liberation Mono", "Courier New", monospace;
212
216
  $font-family-base: $font-family-sans-serif;
@@ -300,6 +304,9 @@ $table-dark-hover-bg: rgba($white, .075);
300
304
  $table-dark-border-color: lighten($gray-900, 7.5%);
301
305
  $table-dark-color: $body-bg;
302
306
 
307
+ $table-striped-order: odd;
308
+ $table-caption-color: $text-muted;
309
+
303
310
  // Buttons
304
311
  //
305
312
  // For each of Bootstrap's buttons, define text, background and border color.
@@ -343,6 +350,7 @@ $btn-transition: background-color .15s ease-in-out,
343
350
 
344
351
  // Forms
345
352
 
353
+ $label-margin-bottom: .5rem;
346
354
  $input-bg: $white;
347
355
  $input-disabled-bg: $gray-200;
348
356
 
@@ -361,6 +369,7 @@ $input-focus-box-shadow: $input-btn-focus-box-shadow;
361
369
  $input-focus-color: $input-color;
362
370
 
363
371
  $input-placeholder-color: $gray-600;
372
+ $input-plaintext-color: $body-color;
364
373
 
365
374
  $input-height-border: $input-btn-border-width * 2;
366
375
 
@@ -400,6 +409,9 @@ $input-group-addon-color: $input-color;
400
409
  $input-group-addon-bg: $gray-200;
401
410
  $input-group-addon-border-color: $input-border-color;
402
411
 
412
+
413
+ $custom-forms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
414
+
403
415
  $custom-control-gutter: 1.5rem;
404
416
  $custom-control-spacer-y: .25rem;
405
417
  $custom-control-spacer-x: 1rem;
@@ -453,7 +465,7 @@ $custom-select-indicator-padding: 1rem; // Extra padding to account for the pres
453
465
  $custom-select-line-height: $input-btn-line-height;
454
466
  $custom-select-color: $input-color;
455
467
  $custom-select-disabled-color: $gray-600;
456
- $custom-select-bg: $white;
468
+ $custom-select-bg: $input-bg;
457
469
  $custom-select-disabled-bg: $gray-200;
458
470
  $custom-select-bg-size: 8px 10px; // In pixels because image dimensions
459
471
  $custom-select-indicator-color: #333;
@@ -465,17 +477,37 @@ $custom-select-indicator: str-replace(
465
477
  $custom-select-border-width: $input-btn-border-width;
466
478
  $custom-select-border-color: $input-border-color;
467
479
  $custom-select-border-radius: $border-radius;
480
+ $custom-select-box-shadow: inset 0 1px 2px rgba($black, .075);
468
481
 
469
482
  $custom-select-focus-border-color: $input-focus-border-color;
470
- $custom-select-focus-box-shadow: $input-focus-box-shadow;
483
+ $custom-select-focus-width: $input-btn-focus-width;
484
+ $custom-select-focus-box-shadow: 0 0 0 $custom-select-focus-width rgba($custom-select-focus-border-color, .5);
471
485
 
472
486
  $custom-select-font-size-sm: 75%;
473
487
  $custom-select-height-sm: $input-height-sm;
474
488
 
489
+ $custom-range-track-width: 100%;
490
+ $custom-range-track-height: .5rem;
491
+ $custom-range-track-cursor: pointer;
492
+ $custom-range-track-bg: $gray-300;
493
+ $custom-range-track-border-radius: 1rem;
494
+ $custom-range-track-box-shadow: inset 0 .25rem .25rem rgba($black, .1);
495
+ $custom-range-thumb-width: 1rem;
496
+ $custom-range-thumb-height: $custom-range-thumb-width;
497
+ $custom-range-thumb-bg: $component-active-bg;
498
+ $custom-range-thumb-border: 0;
499
+ $custom-range-thumb-border-radius: 1rem;
500
+ $custom-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1);
501
+ $custom-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-btn-focus-box-shadow;
502
+ $custom-range-thumb-focus-box-shadow-width: $input-btn-focus-width; // For focus box shadow issue in IE/Edge
503
+ $custom-range-thumb-active-bg: lighten($component-active-bg, 35%);
504
+
475
505
  $custom-file-height: $input-height;
506
+ $custom-file-height-inner: $input-height-inner;
476
507
  $custom-file-width: 14rem;
477
508
  $custom-file-focus-box-shadow: 0 0 0 .075rem $white,
478
509
  0 0 0 .2rem theme-color("primary");
510
+ $custom-file-disabled-bg: $input-disabled-bg;
479
511
 
480
512
  $custom-file-padding-y: $input-btn-padding-y;
481
513
  $custom-file-padding-x: $input-btn-padding-x;
@@ -562,6 +594,9 @@ $nav-pills-border-radius: $border-radius;
562
594
  $nav-pills-link-active-color: $component-active-color;
563
595
  $nav-pills-link-active-bg: $component-active-bg;
564
596
 
597
+ $nav-divider-color: $gray-200;
598
+ $nav-divider-margin-y: ($spacer / 2);
599
+
565
600
  // Navbar
566
601
 
567
602
  $navbar-padding-y: ($spacer / 2);
@@ -828,7 +863,9 @@ $breadcrumb-margin-bottom: 1rem;
828
863
  $breadcrumb-bg: $gray-200;
829
864
  $breadcrumb-divider-color: $gray-600;
830
865
  $breadcrumb-active-color: $gray-600;
831
- $breadcrumb-divider: "/";
866
+ $breadcrumb-divider: quote("/");
867
+
868
+ $breadcrumb-border-radius: $border-radius;
832
869
 
833
870
  // Carousel
834
871
 
@@ -1,3 +1,3 @@
1
1
  module Hootstrap
2
- VERSION = '0.8.0'
2
+ VERSION = '0.9.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Licata
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-07 00:00:00.000000000 Z
11
+ date: 2018-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 4.0.0
47
+ version: 4.1.3
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 4.0.0
54
+ version: 4.1.3
55
55
  description: The design system of ProctorU, including components, patterns, and utilities.
56
56
  email:
57
57
  - jlicata@proctoru.com