materialize-sass 0.100.2.1 → 1.0.0.alpha1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +18 -42
- data/Rakefile +17 -17
- data/{app/assets → assets}/javascripts/materialize-sprockets.js +8 -12
- data/assets/javascripts/materialize.js +11877 -0
- data/assets/javascripts/materialize/autocomplete.js +420 -0
- data/assets/javascripts/materialize/buttons.js +388 -0
- data/assets/javascripts/materialize/cards.js +28 -0
- data/assets/javascripts/materialize/carousel.js +791 -0
- data/assets/javascripts/materialize/cash.js +992 -0
- data/assets/javascripts/materialize/characterCounter.js +180 -0
- data/assets/javascripts/materialize/chips.js +555 -0
- data/assets/javascripts/materialize/collapsible.js +275 -0
- data/assets/javascripts/materialize/datepicker.js +898 -0
- data/assets/javascripts/materialize/dropdown.js +530 -0
- data/{app/assets → assets}/javascripts/materialize/extras/nouislider.js +1 -1
- data/{app/assets → assets}/javascripts/materialize/extras/nouislider.min.js +1 -1
- data/assets/javascripts/materialize/forms.js +223 -0
- data/assets/javascripts/materialize/global.js +353 -0
- data/assets/javascripts/materialize/materialbox.js +432 -0
- data/{app/assets → assets}/javascripts/materialize/modal.js +82 -113
- data/assets/javascripts/materialize/parallax.js +135 -0
- data/assets/javascripts/materialize/pushpin.js +158 -0
- data/assets/javascripts/materialize/range.js +305 -0
- data/assets/javascripts/materialize/scrollspy.js +322 -0
- data/assets/javascripts/materialize/select.js +426 -0
- data/assets/javascripts/materialize/sidenav.js +584 -0
- data/assets/javascripts/materialize/slider.js +383 -0
- data/assets/javascripts/materialize/tabs.js +460 -0
- data/assets/javascripts/materialize/tapTarget.js +347 -0
- data/assets/javascripts/materialize/timepicker.js +616 -0
- data/{app/assets → assets}/javascripts/materialize/toasts.js +42 -46
- data/assets/javascripts/materialize/tooltip.js +325 -0
- data/assets/javascripts/materialize/velocity.min.js +782 -0
- data/{app/assets → assets}/javascripts/materialize/waves.js +0 -0
- data/{app/assets → assets}/stylesheets/materialize.scss +5 -6
- data/{app/assets → assets}/stylesheets/materialize/components/_badges.scss +1 -1
- data/{app/assets → assets}/stylesheets/materialize/components/_buttons.scss +34 -2
- data/{app/assets → assets}/stylesheets/materialize/components/_cards.scss +0 -0
- data/{app/assets → assets}/stylesheets/materialize/components/_carousel.scss +1 -1
- data/{app/assets → assets}/stylesheets/materialize/components/_chips.scss +6 -5
- data/{app/assets → assets}/stylesheets/materialize/components/_collapsible.scss +3 -3
- data/{app/assets → assets}/stylesheets/materialize/components/_color.scss +0 -0
- data/assets/stylesheets/materialize/components/_datepicker.scss +180 -0
- data/{app/assets → assets}/stylesheets/materialize/components/_dropdown.scss +16 -15
- data/{app/assets → assets}/stylesheets/materialize/components/_global.scss +49 -14
- data/{app/assets → assets}/stylesheets/materialize/components/_grid.scss +1 -1
- data/{app/assets → assets}/stylesheets/materialize/components/_icons-material-design.scss +0 -0
- data/{app/assets → assets}/stylesheets/materialize/components/_materialbox.scss +0 -0
- data/assets/stylesheets/materialize/components/_mixins.scss +5 -0
- data/{app/assets → assets}/stylesheets/materialize/components/_modal.scss +1 -1
- data/{app/assets → assets}/stylesheets/materialize/components/_navbar.scss +0 -0
- data/assets/stylesheets/materialize/components/_normalize.scss +447 -0
- data/{app/assets → assets}/stylesheets/materialize/components/_preloader.scss +0 -0
- data/{app/assets → assets}/stylesheets/materialize/components/_pulse.scss +0 -0
- data/{app/assets/stylesheets/materialize/components/_sideNav.scss → assets/stylesheets/materialize/components/_sidenav.scss} +23 -21
- data/{app/assets → assets}/stylesheets/materialize/components/_slider.scss +0 -0
- data/{app/assets → assets}/stylesheets/materialize/components/_table_of_contents.scss +3 -3
- data/{app/assets → assets}/stylesheets/materialize/components/_tabs.scss +2 -2
- data/{app/assets → assets}/stylesheets/materialize/components/_tapTarget.scss +0 -0
- data/assets/stylesheets/materialize/components/_timepicker.scss +182 -0
- data/{app/assets → assets}/stylesheets/materialize/components/_toast.scss +0 -0
- data/{app/assets → assets}/stylesheets/materialize/components/_tooltip.scss +1 -0
- data/{app/assets → assets}/stylesheets/materialize/components/_transitions.scss +0 -0
- data/{app/assets → assets}/stylesheets/materialize/components/_typography.scss +8 -8
- data/{app/assets → assets}/stylesheets/materialize/components/_variables.scss +42 -44
- data/{app/assets → assets}/stylesheets/materialize/components/_waves.scss +0 -0
- data/{app/assets → assets}/stylesheets/materialize/components/forms/_checkboxes.scss +24 -24
- data/{app/assets → assets}/stylesheets/materialize/components/forms/_file-input.scss +0 -0
- data/{app/assets → assets}/stylesheets/materialize/components/forms/_forms.scss +0 -0
- data/{app/assets → assets}/stylesheets/materialize/components/forms/_input-fields.scss +49 -35
- data/{app/assets → assets}/stylesheets/materialize/components/forms/_radio-buttons.scss +29 -29
- data/{app/assets → assets}/stylesheets/materialize/components/forms/_range.scss +32 -31
- data/{app/assets → assets}/stylesheets/materialize/components/forms/_select.scss +20 -11
- data/{app/assets → assets}/stylesheets/materialize/components/forms/_switches.scss +0 -0
- data/{app/assets → assets}/stylesheets/materialize/extras/nouislider.css +1 -1
- data/lib/materialize-sass.rb +13 -23
- data/lib/materialize-sass/engine.rb +6 -9
- data/lib/materialize-sass/version.rb +1 -1
- data/materialize-sass.gemspec +2 -1
- metadata +97 -97
- data/app/assets/fonts/roboto/Roboto-Bold.woff +0 -0
- data/app/assets/fonts/roboto/Roboto-Bold.woff2 +0 -0
- data/app/assets/fonts/roboto/Roboto-Light.woff +0 -0
- data/app/assets/fonts/roboto/Roboto-Light.woff2 +0 -0
- data/app/assets/fonts/roboto/Roboto-Medium.woff +0 -0
- data/app/assets/fonts/roboto/Roboto-Medium.woff2 +0 -0
- data/app/assets/fonts/roboto/Roboto-Regular.woff +0 -0
- data/app/assets/fonts/roboto/Roboto-Regular.woff2 +0 -0
- data/app/assets/fonts/roboto/Roboto-Thin.woff +0 -0
- data/app/assets/fonts/roboto/Roboto-Thin.woff2 +0 -0
- data/app/assets/javascripts/materialize.js +0 -10021
- data/app/assets/javascripts/materialize/animation.js +0 -7
- data/app/assets/javascripts/materialize/buttons.js +0 -253
- data/app/assets/javascripts/materialize/cards.js +0 -28
- data/app/assets/javascripts/materialize/carousel.js +0 -543
- data/app/assets/javascripts/materialize/character_counter.js +0 -64
- data/app/assets/javascripts/materialize/chips.js +0 -315
- data/app/assets/javascripts/materialize/collapsible.js +0 -178
- data/app/assets/javascripts/materialize/date_picker/picker.date.js +0 -1399
- data/app/assets/javascripts/materialize/date_picker/picker.js +0 -1196
- data/app/assets/javascripts/materialize/date_picker/picker.time.js +0 -646
- data/app/assets/javascripts/materialize/dropdown.js +0 -257
- data/app/assets/javascripts/materialize/forms.js +0 -806
- data/app/assets/javascripts/materialize/global.js +0 -170
- data/app/assets/javascripts/materialize/hammer.min.js +0 -424
- data/app/assets/javascripts/materialize/initial.js +0 -10
- data/app/assets/javascripts/materialize/jquery.easing.1.4.js +0 -144
- data/app/assets/javascripts/materialize/jquery.hammer.js +0 -33
- data/app/assets/javascripts/materialize/materialbox.js +0 -263
- data/app/assets/javascripts/materialize/parallax.js +0 -54
- data/app/assets/javascripts/materialize/pushpin.js +0 -68
- data/app/assets/javascripts/materialize/scrollFire.js +0 -49
- data/app/assets/javascripts/materialize/scrollspy.js +0 -230
- data/app/assets/javascripts/materialize/sideNav.js +0 -395
- data/app/assets/javascripts/materialize/slider.js +0 -295
- data/app/assets/javascripts/materialize/tabs.js +0 -244
- data/app/assets/javascripts/materialize/tapTarget.js +0 -184
- data/app/assets/javascripts/materialize/tooltip.js +0 -227
- data/app/assets/javascripts/materialize/transitions.js +0 -163
- data/app/assets/javascripts/materialize/velocity.min.js +0 -626
- data/app/assets/stylesheets/materialize/components/_normalize.scss +0 -424
- data/app/assets/stylesheets/materialize/components/_roboto.scss +0 -39
- data/app/assets/stylesheets/materialize/components/date_picker/_default.date.scss +0 -469
- data/app/assets/stylesheets/materialize/components/date_picker/_default.scss +0 -216
- data/app/assets/stylesheets/materialize/components/date_picker/_default.time.scss +0 -267
@@ -60,31 +60,42 @@ input[type=range] + .thumb {
|
|
60
60
|
}
|
61
61
|
}
|
62
62
|
|
63
|
+
// Shared
|
64
|
+
@mixin range-track {
|
65
|
+
height: $track-height;
|
66
|
+
background: #c2c0c2;
|
67
|
+
border: none;
|
68
|
+
}
|
69
|
+
|
70
|
+
@mixin range-thumb {
|
71
|
+
border: none;
|
72
|
+
height: $range-height;
|
73
|
+
width: $range-width;
|
74
|
+
border-radius: 50%;
|
75
|
+
background: $radio-fill-color;
|
76
|
+
transition: box-shadow .3s;
|
77
|
+
}
|
78
|
+
|
63
79
|
// WebKit
|
64
80
|
input[type=range] {
|
65
81
|
-webkit-appearance: none;
|
66
82
|
}
|
67
83
|
|
68
84
|
input[type=range]::-webkit-slider-runnable-track {
|
69
|
-
|
70
|
-
background: #c2c0c2;
|
71
|
-
border: none;
|
85
|
+
@include range-track;
|
72
86
|
}
|
73
87
|
|
74
88
|
input[type=range]::-webkit-slider-thumb {
|
89
|
+
@include range-thumb;
|
75
90
|
-webkit-appearance: none;
|
76
|
-
border: none;
|
77
|
-
height: $range-height;
|
78
|
-
width: $range-width;
|
79
|
-
border-radius: 50%;
|
80
91
|
background-color: $radio-fill-color;
|
81
92
|
transform-origin: 50% 50%;
|
82
93
|
margin: -5px 0 0 0;
|
83
|
-
|
94
|
+
|
84
95
|
}
|
85
96
|
|
86
|
-
input[type=range]:focus::-webkit-slider-
|
87
|
-
|
97
|
+
input[type=range]:focus:not(.active)::-webkit-slider-thumb {
|
98
|
+
box-shadow: 0 0 0 10px rgba($radio-fill-color, .26);
|
88
99
|
}
|
89
100
|
|
90
101
|
// FireFox
|
@@ -96,17 +107,15 @@ input[type=range] {
|
|
96
107
|
}
|
97
108
|
|
98
109
|
input[type=range]::-moz-range-track {
|
99
|
-
|
100
|
-
|
101
|
-
|
110
|
+
@include range-track;
|
111
|
+
}
|
112
|
+
|
113
|
+
input[type=range]::-moz-focus-inner {
|
114
|
+
border: 0;
|
102
115
|
}
|
103
116
|
|
104
117
|
input[type=range]::-moz-range-thumb {
|
105
|
-
|
106
|
-
height: $range-height;
|
107
|
-
width: $range-width;
|
108
|
-
border-radius: 50%;
|
109
|
-
background: $radio-fill-color;
|
118
|
+
@include range-thumb;
|
110
119
|
margin-top: -5px;
|
111
120
|
}
|
112
121
|
|
@@ -116,8 +125,8 @@ input[type=range]:-moz-focusring {
|
|
116
125
|
outline-offset: -1px;
|
117
126
|
}
|
118
127
|
|
119
|
-
input[type=range]:focus::-moz-range-
|
120
|
-
|
128
|
+
input[type=range]:focus:not(.active)::-moz-range-thumb {
|
129
|
+
box-shadow: 0 0 0 10px rgba($radio-fill-color, .26);
|
121
130
|
}
|
122
131
|
|
123
132
|
// IE 10+
|
@@ -144,17 +153,9 @@ input[type=range]::-ms-fill-upper {
|
|
144
153
|
}
|
145
154
|
|
146
155
|
input[type=range]::-ms-thumb {
|
147
|
-
|
148
|
-
height: $range-height;
|
149
|
-
width: $range-width;
|
150
|
-
border-radius: 50%;
|
151
|
-
background: $radio-fill-color;
|
152
|
-
}
|
153
|
-
|
154
|
-
input[type=range]:focus::-ms-fill-lower {
|
155
|
-
background: #888;
|
156
|
+
@include range-thumb;
|
156
157
|
}
|
157
158
|
|
158
|
-
input[type=range]:focus::-ms-
|
159
|
-
|
159
|
+
input[type=range]:focus:not(.active)::-ms-thumb {
|
160
|
+
box-shadow: 0 0 0 10px rgba($radio-fill-color, .26);
|
160
161
|
}
|
@@ -15,7 +15,7 @@ select {
|
|
15
15
|
|
16
16
|
|
17
17
|
.input-field {
|
18
|
-
|
18
|
+
select {
|
19
19
|
display: block;
|
20
20
|
position: absolute;
|
21
21
|
width: 0;
|
@@ -32,12 +32,17 @@ select {
|
|
32
32
|
}
|
33
33
|
|
34
34
|
.select-wrapper {
|
35
|
+
&.valid .helper-text[data-success],
|
36
|
+
&.invalid ~ .helper-text[data-error] {
|
37
|
+
@extend %hidden-text;
|
38
|
+
}
|
39
|
+
|
35
40
|
&.valid {
|
36
41
|
& > input.select-dropdown {
|
37
42
|
@extend %valid-input-style;
|
38
43
|
}
|
39
44
|
|
40
|
-
&
|
45
|
+
& ~ .helper-text:after {
|
41
46
|
@extend %custom-success-message;
|
42
47
|
}
|
43
48
|
}
|
@@ -47,7 +52,7 @@ select {
|
|
47
52
|
@extend %invalid-input-style;
|
48
53
|
}
|
49
54
|
|
50
|
-
&
|
55
|
+
& ~ .helper-text:after {
|
51
56
|
@extend %custom-error-message;
|
52
57
|
}
|
53
58
|
}
|
@@ -65,6 +70,9 @@ select {
|
|
65
70
|
position: relative;
|
66
71
|
|
67
72
|
input.select-dropdown {
|
73
|
+
&:focus {
|
74
|
+
border-bottom: 1px solid $input-focus-color;
|
75
|
+
}
|
68
76
|
position: relative;
|
69
77
|
cursor: pointer;
|
70
78
|
background-color: transparent;
|
@@ -81,16 +89,17 @@ select {
|
|
81
89
|
user-select:none;
|
82
90
|
}
|
83
91
|
|
84
|
-
|
92
|
+
.caret {
|
85
93
|
color: initial;
|
86
94
|
position: absolute;
|
87
95
|
right: 0;
|
88
96
|
top: 0;
|
89
97
|
bottom: 0;
|
90
|
-
height:
|
98
|
+
height: 24px;
|
91
99
|
margin: auto 0;
|
92
|
-
font-size:
|
93
|
-
line-height:
|
100
|
+
font-size: 24px;
|
101
|
+
line-height: 24px;
|
102
|
+
z-index: -1;
|
94
103
|
}
|
95
104
|
|
96
105
|
& + label {
|
@@ -131,15 +140,15 @@ select:disabled {
|
|
131
140
|
|
132
141
|
.select-dropdown.dropdown-content {
|
133
142
|
li {
|
134
|
-
&.active {
|
135
|
-
background-color: transparent;
|
136
|
-
}
|
137
|
-
|
138
143
|
&:hover {
|
139
144
|
background-color: $select-option-hover;
|
140
145
|
}
|
141
146
|
|
142
147
|
&.selected {
|
148
|
+
background-color: $select-option-selected;
|
149
|
+
}
|
150
|
+
|
151
|
+
&:focus {
|
143
152
|
background-color: $select-option-focus;
|
144
153
|
}
|
145
154
|
}
|
File without changes
|
data/lib/materialize-sass.rb
CHANGED
@@ -4,14 +4,16 @@ module Materialize
|
|
4
4
|
module Sass
|
5
5
|
# give credit to bootstrap-sass
|
6
6
|
class << self
|
7
|
-
|
7
|
+
# Inspired by Kaminari
|
8
8
|
def load!
|
9
|
-
#register_compass_extension if compass?
|
10
9
|
if rails?
|
11
10
|
register_rails_engine
|
11
|
+
elsif hanami?
|
12
|
+
register_hanami
|
12
13
|
elsif sprockets?
|
13
14
|
register_sprockets
|
14
15
|
end
|
16
|
+
|
15
17
|
configure_sass
|
16
18
|
end
|
17
19
|
|
@@ -24,16 +26,12 @@ module Materialize
|
|
24
26
|
File.join assets_path, 'stylesheets'
|
25
27
|
end
|
26
28
|
|
27
|
-
def fonts_path
|
28
|
-
File.join assets_path, 'fonts'
|
29
|
-
end
|
30
|
-
|
31
29
|
def javascripts_path
|
32
30
|
File.join assets_path, 'javascripts'
|
33
31
|
end
|
34
32
|
|
35
33
|
def assets_path
|
36
|
-
@assets_path ||= File.join gem_path, '
|
34
|
+
@assets_path ||= File.join gem_path, 'assets'
|
37
35
|
end
|
38
36
|
|
39
37
|
# Environment detection helpers
|
@@ -41,42 +39,34 @@ module Materialize
|
|
41
39
|
defined?(::Sprockets)
|
42
40
|
end
|
43
41
|
|
44
|
-
#def compass?
|
45
|
-
# defined?(::Compass)
|
46
|
-
#end
|
47
|
-
|
48
42
|
def rails?
|
49
43
|
defined?(::Rails)
|
50
44
|
end
|
51
45
|
|
46
|
+
def hanami?
|
47
|
+
defined?(::Hanami)
|
48
|
+
end
|
49
|
+
|
52
50
|
private
|
53
51
|
|
54
52
|
def configure_sass
|
55
53
|
require 'sass'
|
54
|
+
|
56
55
|
::Sass.load_paths << stylesheets_path
|
57
|
-
#::Sass::Script::Number.precision = [8, ::Sass::Script::Number.precision].max
|
58
56
|
end
|
59
57
|
|
60
|
-
#def register_compass_extension
|
61
|
-
# ::Compass::Frameworks.register(
|
62
|
-
# 'materialize',
|
63
|
-
# :version => Materialize::Sass::VERSION,
|
64
|
-
# :path => gem_path,
|
65
|
-
# :stylesheets_directory => stylesheets_path,
|
66
|
-
# :templates_directory => File.join(gem_path, 'templates')
|
67
|
-
# )
|
68
|
-
#end
|
69
|
-
|
70
58
|
def register_rails_engine
|
71
59
|
require 'materialize-sass/engine'
|
72
60
|
end
|
73
61
|
|
74
62
|
def register_sprockets
|
75
63
|
Sprockets.append_path(stylesheets_path)
|
76
|
-
Sprockets.append_path(fonts_path)
|
77
64
|
Sprockets.append_path(javascripts_path)
|
78
65
|
end
|
79
66
|
|
67
|
+
def register_hanami
|
68
|
+
Hanami::Assets.sources << assets_path
|
69
|
+
end
|
80
70
|
end
|
81
71
|
end
|
82
72
|
end
|
@@ -1,14 +1,11 @@
|
|
1
|
+
require 'autoprefixer-rails'
|
2
|
+
|
1
3
|
module Materialize
|
2
|
-
module
|
4
|
+
module Rails
|
3
5
|
class Engine < ::Rails::Engine
|
4
|
-
initializer 'materialize-sass.assets
|
5
|
-
%w(stylesheets javascripts
|
6
|
-
app.config.assets.paths << root.join('
|
7
|
-
end
|
8
|
-
|
9
|
-
unless Sprockets::Rails::VERSION.starts_with?('3')
|
10
|
-
app.config.assets.precompile << %r(material-design-icons/Material-Design-Icons\.(?:eot|svg|ttf|woff|woff2?)$)
|
11
|
-
app.config.assets.precompile << %r(roboto/Roboto-[\w-]+\.(?:eot|svg|ttf|woff|woff2?)$)
|
6
|
+
initializer 'materialize-sass.assets' do |app|
|
7
|
+
%w(stylesheets javascripts).each do |sub|
|
8
|
+
app.config.assets.paths << root.join('assets', sub).to_s
|
12
9
|
end
|
13
10
|
end
|
14
11
|
end
|
data/materialize-sass.gemspec
CHANGED
@@ -23,5 +23,6 @@ Gem::Specification.new do |spec|
|
|
23
23
|
spec.add_development_dependency "rake", "~> 10.0"
|
24
24
|
|
25
25
|
#runtime dependencies
|
26
|
-
spec.
|
26
|
+
spec.add_runtime_dependency 'sass', '>= 3.5.2'
|
27
|
+
spec.add_runtime_dependency 'autoprefixer-rails', '>= 6.0.3'
|
27
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: materialize-sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0.alpha1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mkhairi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -42,16 +42,30 @@ dependencies:
|
|
42
42
|
name: sass
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - "
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
47
|
+
version: 3.5.2
|
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:
|
54
|
+
version: 3.5.2
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: autoprefixer-rails
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: 6.0.3
|
62
|
+
type: :runtime
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: 6.0.3
|
55
69
|
description: Use materialzecss in your rails asset pipeline.
|
56
70
|
email:
|
57
71
|
- khairi@labs.my
|
@@ -64,94 +78,79 @@ files:
|
|
64
78
|
- LICENSE.txt
|
65
79
|
- README.md
|
66
80
|
- Rakefile
|
67
|
-
-
|
68
|
-
-
|
69
|
-
-
|
70
|
-
-
|
71
|
-
-
|
72
|
-
-
|
73
|
-
-
|
74
|
-
-
|
75
|
-
-
|
76
|
-
-
|
77
|
-
-
|
78
|
-
-
|
79
|
-
-
|
80
|
-
-
|
81
|
-
-
|
82
|
-
-
|
83
|
-
-
|
84
|
-
-
|
85
|
-
-
|
86
|
-
-
|
87
|
-
-
|
88
|
-
-
|
89
|
-
-
|
90
|
-
-
|
91
|
-
-
|
92
|
-
-
|
93
|
-
-
|
94
|
-
-
|
95
|
-
-
|
96
|
-
-
|
97
|
-
-
|
98
|
-
-
|
99
|
-
-
|
100
|
-
-
|
101
|
-
-
|
102
|
-
-
|
103
|
-
-
|
104
|
-
-
|
105
|
-
-
|
106
|
-
-
|
107
|
-
-
|
108
|
-
-
|
109
|
-
-
|
110
|
-
-
|
111
|
-
-
|
112
|
-
-
|
113
|
-
-
|
114
|
-
-
|
115
|
-
-
|
116
|
-
-
|
117
|
-
-
|
118
|
-
-
|
119
|
-
-
|
120
|
-
-
|
121
|
-
-
|
122
|
-
-
|
123
|
-
-
|
124
|
-
-
|
125
|
-
-
|
126
|
-
-
|
127
|
-
-
|
128
|
-
-
|
129
|
-
-
|
130
|
-
-
|
131
|
-
-
|
132
|
-
-
|
133
|
-
-
|
134
|
-
-
|
135
|
-
-
|
136
|
-
-
|
137
|
-
-
|
138
|
-
-
|
139
|
-
-
|
140
|
-
- app/assets/stylesheets/materialize/components/_typography.scss
|
141
|
-
- app/assets/stylesheets/materialize/components/_variables.scss
|
142
|
-
- app/assets/stylesheets/materialize/components/_waves.scss
|
143
|
-
- app/assets/stylesheets/materialize/components/date_picker/_default.date.scss
|
144
|
-
- app/assets/stylesheets/materialize/components/date_picker/_default.scss
|
145
|
-
- app/assets/stylesheets/materialize/components/date_picker/_default.time.scss
|
146
|
-
- app/assets/stylesheets/materialize/components/forms/_checkboxes.scss
|
147
|
-
- app/assets/stylesheets/materialize/components/forms/_file-input.scss
|
148
|
-
- app/assets/stylesheets/materialize/components/forms/_forms.scss
|
149
|
-
- app/assets/stylesheets/materialize/components/forms/_input-fields.scss
|
150
|
-
- app/assets/stylesheets/materialize/components/forms/_radio-buttons.scss
|
151
|
-
- app/assets/stylesheets/materialize/components/forms/_range.scss
|
152
|
-
- app/assets/stylesheets/materialize/components/forms/_select.scss
|
153
|
-
- app/assets/stylesheets/materialize/components/forms/_switches.scss
|
154
|
-
- app/assets/stylesheets/materialize/extras/nouislider.css
|
81
|
+
- assets/javascripts/materialize-sprockets.js
|
82
|
+
- assets/javascripts/materialize.js
|
83
|
+
- assets/javascripts/materialize/autocomplete.js
|
84
|
+
- assets/javascripts/materialize/buttons.js
|
85
|
+
- assets/javascripts/materialize/cards.js
|
86
|
+
- assets/javascripts/materialize/carousel.js
|
87
|
+
- assets/javascripts/materialize/cash.js
|
88
|
+
- assets/javascripts/materialize/characterCounter.js
|
89
|
+
- assets/javascripts/materialize/chips.js
|
90
|
+
- assets/javascripts/materialize/collapsible.js
|
91
|
+
- assets/javascripts/materialize/datepicker.js
|
92
|
+
- assets/javascripts/materialize/dropdown.js
|
93
|
+
- assets/javascripts/materialize/extras/nouislider.js
|
94
|
+
- assets/javascripts/materialize/extras/nouislider.min.js
|
95
|
+
- assets/javascripts/materialize/forms.js
|
96
|
+
- assets/javascripts/materialize/global.js
|
97
|
+
- assets/javascripts/materialize/materialbox.js
|
98
|
+
- assets/javascripts/materialize/modal.js
|
99
|
+
- assets/javascripts/materialize/parallax.js
|
100
|
+
- assets/javascripts/materialize/pushpin.js
|
101
|
+
- assets/javascripts/materialize/range.js
|
102
|
+
- assets/javascripts/materialize/scrollspy.js
|
103
|
+
- assets/javascripts/materialize/select.js
|
104
|
+
- assets/javascripts/materialize/sidenav.js
|
105
|
+
- assets/javascripts/materialize/slider.js
|
106
|
+
- assets/javascripts/materialize/tabs.js
|
107
|
+
- assets/javascripts/materialize/tapTarget.js
|
108
|
+
- assets/javascripts/materialize/timepicker.js
|
109
|
+
- assets/javascripts/materialize/toasts.js
|
110
|
+
- assets/javascripts/materialize/tooltip.js
|
111
|
+
- assets/javascripts/materialize/velocity.min.js
|
112
|
+
- assets/javascripts/materialize/waves.js
|
113
|
+
- assets/stylesheets/materialize.scss
|
114
|
+
- assets/stylesheets/materialize/components/_badges.scss
|
115
|
+
- assets/stylesheets/materialize/components/_buttons.scss
|
116
|
+
- assets/stylesheets/materialize/components/_cards.scss
|
117
|
+
- assets/stylesheets/materialize/components/_carousel.scss
|
118
|
+
- assets/stylesheets/materialize/components/_chips.scss
|
119
|
+
- assets/stylesheets/materialize/components/_collapsible.scss
|
120
|
+
- assets/stylesheets/materialize/components/_color.scss
|
121
|
+
- assets/stylesheets/materialize/components/_datepicker.scss
|
122
|
+
- assets/stylesheets/materialize/components/_dropdown.scss
|
123
|
+
- assets/stylesheets/materialize/components/_global.scss
|
124
|
+
- assets/stylesheets/materialize/components/_grid.scss
|
125
|
+
- assets/stylesheets/materialize/components/_icons-material-design.scss
|
126
|
+
- assets/stylesheets/materialize/components/_materialbox.scss
|
127
|
+
- assets/stylesheets/materialize/components/_mixins.scss
|
128
|
+
- assets/stylesheets/materialize/components/_modal.scss
|
129
|
+
- assets/stylesheets/materialize/components/_navbar.scss
|
130
|
+
- assets/stylesheets/materialize/components/_normalize.scss
|
131
|
+
- assets/stylesheets/materialize/components/_preloader.scss
|
132
|
+
- assets/stylesheets/materialize/components/_pulse.scss
|
133
|
+
- assets/stylesheets/materialize/components/_sidenav.scss
|
134
|
+
- assets/stylesheets/materialize/components/_slider.scss
|
135
|
+
- assets/stylesheets/materialize/components/_table_of_contents.scss
|
136
|
+
- assets/stylesheets/materialize/components/_tabs.scss
|
137
|
+
- assets/stylesheets/materialize/components/_tapTarget.scss
|
138
|
+
- assets/stylesheets/materialize/components/_timepicker.scss
|
139
|
+
- assets/stylesheets/materialize/components/_toast.scss
|
140
|
+
- assets/stylesheets/materialize/components/_tooltip.scss
|
141
|
+
- assets/stylesheets/materialize/components/_transitions.scss
|
142
|
+
- assets/stylesheets/materialize/components/_typography.scss
|
143
|
+
- assets/stylesheets/materialize/components/_variables.scss
|
144
|
+
- assets/stylesheets/materialize/components/_waves.scss
|
145
|
+
- assets/stylesheets/materialize/components/forms/_checkboxes.scss
|
146
|
+
- assets/stylesheets/materialize/components/forms/_file-input.scss
|
147
|
+
- assets/stylesheets/materialize/components/forms/_forms.scss
|
148
|
+
- assets/stylesheets/materialize/components/forms/_input-fields.scss
|
149
|
+
- assets/stylesheets/materialize/components/forms/_radio-buttons.scss
|
150
|
+
- assets/stylesheets/materialize/components/forms/_range.scss
|
151
|
+
- assets/stylesheets/materialize/components/forms/_select.scss
|
152
|
+
- assets/stylesheets/materialize/components/forms/_switches.scss
|
153
|
+
- assets/stylesheets/materialize/extras/nouislider.css
|
155
154
|
- lib/materialize-sass.rb
|
156
155
|
- lib/materialize-sass/engine.rb
|
157
156
|
- lib/materialize-sass/version.rb
|
@@ -171,11 +170,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
171
170
|
version: '0'
|
172
171
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
173
172
|
requirements:
|
174
|
-
- - "
|
173
|
+
- - ">"
|
175
174
|
- !ruby/object:Gem::Version
|
176
|
-
version:
|
175
|
+
version: 1.3.1
|
177
176
|
requirements: []
|
178
|
-
|
177
|
+
rubyforge_project:
|
178
|
+
rubygems_version: 2.6.13
|
179
179
|
signing_key:
|
180
180
|
specification_version: 4
|
181
181
|
summary: Materialzecss sass for rails.
|