oulu-rails 0.7.6 → 0.8.0

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.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/lib/oulu-rails/version.rb +1 -1
  3. data/vendor/assets/stylesheets/_oulu-base.sass +1 -1
  4. data/vendor/assets/stylesheets/settings/initializers/_reset.sass +0 -38
  5. data/vendor/assets/stylesheets/settings/initializers/_sanitize.sass +262 -0
  6. metadata +3 -40
  7. data/vendor/assets/javascripts/oulu-ie8.js +0 -6
  8. data/vendor/assets/javascripts/oulu-ie9.js +0 -2
  9. data/vendor/assets/javascripts/oulu.js +0 -2
  10. data/vendor/assets/javascripts/oulu/helpers/js-autosize.js.coffee +0 -2
  11. data/vendor/assets/javascripts/oulu/helpers/js-checkbox.js.coffee +0 -6
  12. data/vendor/assets/javascripts/oulu/helpers/js-click-animate.js.coffee +0 -8
  13. data/vendor/assets/javascripts/oulu/helpers/js-delay-hidden.js.coffee +0 -4
  14. data/vendor/assets/javascripts/oulu/helpers/js-focused.js.coffee +0 -7
  15. data/vendor/assets/javascripts/oulu/helpers/js-hack.js.coffee +0 -8
  16. data/vendor/assets/javascripts/oulu/helpers/js-hide-after.j.coffee +0 -5
  17. data/vendor/assets/javascripts/oulu/helpers/js-hover-z-index.js.coffee +0 -5
  18. data/vendor/assets/javascripts/oulu/helpers/js-hovered.js.coffee +0 -17
  19. data/vendor/assets/javascripts/oulu/helpers/js-one-animate.js.coffee +0 -5
  20. data/vendor/assets/javascripts/oulu/helpers/js-open-children.js.coffee +0 -28
  21. data/vendor/assets/javascripts/oulu/helpers/js-open.js.coffee +0 -51
  22. data/vendor/assets/javascripts/oulu/helpers/js-scroll-to-top.js.coffee +0 -11
  23. data/vendor/assets/javascripts/oulu/helpers/js-scroll.js.coffee +0 -9
  24. data/vendor/assets/javascripts/oulu/helpers/js-side-slide.js.coffee +0 -6
  25. data/vendor/assets/javascripts/oulu/helpers/js-window-loading.js.coffee +0 -15
  26. data/vendor/assets/javascripts/oulu/helpers/js-window-sizes.js.coffee +0 -6
  27. data/vendor/assets/javascripts/oulu/helpers/open-close.js.coffee +0 -23
  28. data/vendor/assets/javascripts/oulu/ie/PIE_IE678.js +0 -72
  29. data/vendor/assets/javascripts/oulu/ie/PIE_IE9.js +0 -46
  30. data/vendor/assets/javascripts/oulu/ie/ie-selectors.js.coffee +0 -3
  31. data/vendor/assets/javascripts/oulu/ie/ie8-selectors.js.coffee +0 -3
  32. data/vendor/assets/javascripts/oulu/ie/ie9-selectors.js.coffee +0 -6
  33. data/vendor/assets/javascripts/oulu/ie/jquery.belatedPNG.min.js +0 -29
  34. data/vendor/assets/javascripts/oulu/ie/jquery.linkscubber.js +0 -7
  35. data/vendor/assets/javascripts/oulu/ie/svgeezy.min.js +0 -12
  36. data/vendor/assets/javascripts/oulu/plugins/check-box.js.coffee +0 -34
  37. data/vendor/assets/javascripts/oulu/plugins/footerFixed.js +0 -74
  38. data/vendor/assets/javascripts/oulu/plugins/jquery.autosize.min.js +0 -7
  39. data/vendor/assets/javascripts/oulu/plugins/jquery.cheat-code.js +0 -63
  40. data/vendor/assets/javascripts/oulu/plugins/jquery.css3form.js +0 -195
  41. data/vendor/assets/javascripts/oulu/plugins/jquery.depend.min.js +0 -13
  42. data/vendor/assets/javascripts/oulu/plugins/sns-buttons.js +0 -339
  43. data/vendor/assets/javascripts/oulu/plugins/waves.js +0 -338
  44. data/vendor/assets/stylesheets/settings/functions/_grid.sass +0 -34
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5a956777989cadd509dd561c67a5ddbf9ec5c5d
4
- data.tar.gz: b74e1ec29d3663524c3e3d937d1335a1d1f5c661
3
+ metadata.gz: 2e4fa0f488fc48feda6f3a351819c6d5f7707e2b
4
+ data.tar.gz: 20d404b5b9b7e38d0f1060fd4c43b1f34a36d4e5
5
5
  SHA512:
6
- metadata.gz: a68fa43ba2a796a43341d52218d5edc2ce880210c1418d57ffb0897effaac6deaf362e8096e24c4b694f64d8c582130d2ee65489cc0ae6b8e7b1d69b8eea9f38
7
- data.tar.gz: 195b87a6b10c5cfa6420faf775e7915d95d73b00c7acf1b7e34ebf62c429a7b41f44584449541878e0f59c99c46b58456f50379b4a5a1c8b68ef2a3b34bed5e2
6
+ metadata.gz: fa2e98b2e94a5cce33326504af7147b346ba31d7d9ee151ad495f40acbaf27055d8357e08b305a5c1493da59530d86bd465edf90ef7fe5668b6519a23ac2069f
7
+ data.tar.gz: c0c508a3dd5a056fb24a40e3a6d68af1be399499c0a94134f3795a2558b4c9708b13247a9de89cf477c2aaf870bcf288b66f5c7ea1f8620a4de00fd9289f536d
@@ -1,3 +1,3 @@
1
1
  module OuluRails
2
- VERSION = "0.7.6"
2
+ VERSION = "0.8.0"
3
3
  end
@@ -30,7 +30,6 @@
30
30
  @import settings/functions/border
31
31
  @import settings/functions/animation
32
32
  @import settings/functions/display
33
- //@import settings/functions/grid
34
33
 
35
34
  // mixins
36
35
  ///////////////////
@@ -61,4 +60,5 @@
61
60
  // initializers
62
61
  ///////////////////
63
62
 
63
+ @import settings/initializers/sanitize
64
64
  @import settings/initializers/reset
@@ -1,41 +1,3 @@
1
- // http://meyerweb.com/eric/tools/css/reset/
2
- // v2.0 | 20110126
3
- // License: none (public domain)
4
-
5
- =meyer-reset
6
- html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
7
- margin: 0
8
- padding: 0
9
- border: 0
10
- font-size: 100%
11
- font: inherit
12
- vertical-align: baseline
13
- // HTML5 display-role reset for older browsers
14
- article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
15
- display: block
16
- body
17
- line-height: 1
18
- *
19
- box-sizing: border-box
20
- ol, ul
21
- list-style: none
22
- blockquote, q
23
- quotes: none
24
- blockquote
25
- &:before, &:after
26
- content: ""
27
- content: none
28
- q
29
- &:before, &:after
30
- content: ""
31
- content: none
32
- table
33
- border-collapse: collapse
34
- border-spacing: 0
35
- +meyer-reset
36
-
37
- // 以下、追加設定
38
-
39
1
  html
40
2
  font-size: 62.5%
41
3
  +basic-font
@@ -0,0 +1,262 @@
1
+ /*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css
2
+
3
+ $root-background-color: #FFFFFF !default
4
+ $root-box-sizing: border-box !default
5
+ $root-color: #000000 !default
6
+ $root-cursor: default !default
7
+ $root-font-family: sans-serif !default
8
+ $root-font-size: 100% !default
9
+ $root-line-height: 1.5 !default
10
+ $root-text-rendering: optimizeLegibility !default
11
+
12
+ $anchor-text-decoration: none !default
13
+ $background-repeat: no-repeat !default
14
+ $form-element-background-color: transparent !default
15
+ $form-element-min-height: if(unitless($root-line-height), #{$root-line-height}em, if(unit($root-line-height) != "%", $root-line-height, null)) !default
16
+ $media-element-vertical-align: middle !default
17
+ $monospace-font-family: monospace !default
18
+ $nav-list-style: none !default
19
+ $selection-background-color: #B3D4FC !default
20
+ $selection-color: #ffffff !default
21
+ $selection-text-shadow: none !default
22
+ $small-font-size: 75% !default
23
+ $table-border-collapse: collapse !default
24
+ $table-border-spacing: 0 !default
25
+ $textarea-resize: vertical !default
26
+
27
+ /*
28
+ * Normalization
29
+
30
+ audio:not([controls])
31
+ display: none // Chrome 44-, iOS 8+, Safari 9+
32
+
33
+ button
34
+ overflow: visible // Internet Explorer 11-
35
+ -webkit-appearance: button // iOS 8+
36
+
37
+ details
38
+ display: block // Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+
39
+
40
+ html
41
+ -ms-overflow-style: -ms-autohiding-scrollbar // Edge 12+, Internet Explorer 11-
42
+ overflow-y: scroll // All browsers without overlaying scrollbars
43
+ -webkit-text-size-adjust: 100% // iOS 8+
44
+
45
+ input
46
+ -webkit-border-radius: 0 // iOS 8+
47
+
48
+ &[type="button"], &[type="reset"], &[type="submit"]
49
+ -webkit-appearance: button // iOS 8+
50
+
51
+ &[type="number"]
52
+ width: auto // Firefox 36+
53
+
54
+ &[type="search"]
55
+ -webkit-appearance: textfield // Chrome 45+, Safari 9+
56
+
57
+ &::-webkit-search-cancel-button,
58
+ &::-webkit-search-decoration
59
+ -webkit-appearance: none // Chrome 45+, Safari 9+
60
+
61
+ main
62
+ display: block // Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+
63
+
64
+ pre
65
+ overflow: auto // Internet Explorer 11-
66
+
67
+ progress
68
+ display: inline-block // Internet Explorer 11-, Windows Phone 8.1+
69
+
70
+ small
71
+ font-size: $small-font-size // All browsers
72
+
73
+ summary
74
+ display: block // Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+
75
+
76
+ svg:not(:root)
77
+ overflow: hidden // Internet Explorer 11-
78
+
79
+ template
80
+ display: none // Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+
81
+
82
+ textarea
83
+ overflow: auto // Edge 12+, Internet Explorer 11-
84
+
85
+ [hidden]
86
+ display: none // Internet Explorer 10-
87
+
88
+ /*
89
+ * Universal inheritance
90
+
91
+ *,
92
+ ::before,
93
+ ::after
94
+ box-sizing: inherit
95
+
96
+ *
97
+ font-size: inherit
98
+ line-height: inherit
99
+
100
+ ::before,
101
+ ::after
102
+ text-decoration: inherit
103
+ vertical-align: inherit
104
+
105
+ /*
106
+ * Opinionated defaults
107
+
108
+ // specify the border style and width of all elements
109
+
110
+ *,
111
+ ::before,
112
+ ::after
113
+ border-style: solid
114
+ border-width: 0
115
+
116
+ // specify the core styles of all elements
117
+
118
+ *
119
+ background-repeat: $background-repeat
120
+ margin: 0
121
+ padding: 0
122
+
123
+ // specify the root styles of the document
124
+
125
+ \:root
126
+ background-color: $root-background-color
127
+ box-sizing: $root-box-sizing
128
+ color: $root-color
129
+ cursor: $root-cursor
130
+ font: #{$root-font-size}/#{$root-line-height} $root-font-family
131
+ text-rendering: $root-text-rendering
132
+
133
+ // specify the text decoration of anchors
134
+
135
+ a
136
+ text-decoration: $anchor-text-decoration
137
+
138
+ // specify the alignment of media elements
139
+
140
+ audio,
141
+ canvas,
142
+ iframe,
143
+ img,
144
+ svg,
145
+ video
146
+ vertical-align: $media-element-vertical-align
147
+
148
+ // specify the background color of form elements
149
+
150
+ button,
151
+ input,
152
+ select,
153
+ textarea
154
+ background-color: $form-element-background-color
155
+
156
+ // specify the inherited color and font of form elements
157
+
158
+ button,
159
+ input,
160
+ select,
161
+ textarea
162
+ color: inherit
163
+ font-family: inherit
164
+ font-style: inherit
165
+ font-weight: inherit
166
+
167
+ // specify the minimum height of form elements
168
+
169
+ button,
170
+ [type="button"],
171
+ [type="date"],
172
+ [type="datetime"],
173
+ [type="datetime-local"],
174
+ [type="email"],
175
+ [type="month"],
176
+ [type="number"],
177
+ [type="password"],
178
+ [type="reset"],
179
+ [type="search"],
180
+ [type="submit"],
181
+ [type="tel"],
182
+ [type="text"],
183
+ [type="time"],
184
+ [type="url"],
185
+ [type="week"],
186
+ select,
187
+ textarea
188
+ min-height: $form-element-min-height
189
+
190
+ // specify the font family of code elements
191
+
192
+ code,
193
+ kbd,
194
+ pre,
195
+ samp
196
+ font-family: $monospace-font-family, monospace
197
+
198
+ // specify the list style of nav lists
199
+
200
+ nav ol,
201
+ nav ul
202
+ list-style: $nav-list-style
203
+
204
+ // specify the standard appearance of selects
205
+
206
+ select
207
+ -moz-appearance: none // Firefox 40+
208
+ -webkit-appearance: none // Chrome 45+
209
+
210
+ &::-ms-expand
211
+ display: none // Edge 12+, Internet Explorer 11-
212
+
213
+ &::-ms-value
214
+ color: currentColor // Edge 12+, Internet Explorer 11-
215
+
216
+ // specify the border styling of tables
217
+
218
+ table
219
+ border-collapse: $table-border-collapse
220
+ border-spacing: $table-border-spacing
221
+
222
+ // specify the resizability of textareas
223
+
224
+ textarea
225
+ resize: $textarea-resize
226
+
227
+ // specify the background color, font color and drop shadow of text selections
228
+
229
+ ::-moz-selection
230
+ background-color: $selection-background-color // required when declaring ::selection
231
+ color: $selection-color
232
+ text-shadow: $selection-text-shadow
233
+
234
+ ::selection
235
+ background-color: $selection-background-color // required when declaring ::selection
236
+ color: $selection-color
237
+ text-shadow: $selection-text-shadow
238
+
239
+ // specify the progress cursor of updating elements
240
+
241
+ [aria-busy="true"]
242
+ cursor: progress
243
+
244
+ // specify the pointer cursor of trigger elements
245
+
246
+ [aria-controls]
247
+ cursor: pointer
248
+
249
+ // specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements
250
+
251
+ [aria-disabled]
252
+ cursor: default
253
+
254
+ // specify the style of visually hidden yet accessible elements
255
+
256
+ [hidden][aria-hidden="false"]
257
+ clip: rect(0 0 0 0)
258
+ display: inherit
259
+ position: absolute
260
+
261
+ &:focus
262
+ clip: auto
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oulu-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.6
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-09 00:00:00.000000000 Z
11
+ date: 2016-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass-rails
@@ -49,43 +49,6 @@ files:
49
49
  - README.md
50
50
  - lib/oulu-rails.rb
51
51
  - lib/oulu-rails/version.rb
52
- - vendor/assets/javascripts/oulu-ie8.js
53
- - vendor/assets/javascripts/oulu-ie9.js
54
- - vendor/assets/javascripts/oulu.js
55
- - vendor/assets/javascripts/oulu/helpers/js-autosize.js.coffee
56
- - vendor/assets/javascripts/oulu/helpers/js-checkbox.js.coffee
57
- - vendor/assets/javascripts/oulu/helpers/js-click-animate.js.coffee
58
- - vendor/assets/javascripts/oulu/helpers/js-delay-hidden.js.coffee
59
- - vendor/assets/javascripts/oulu/helpers/js-focused.js.coffee
60
- - vendor/assets/javascripts/oulu/helpers/js-hack.js.coffee
61
- - vendor/assets/javascripts/oulu/helpers/js-hide-after.j.coffee
62
- - vendor/assets/javascripts/oulu/helpers/js-hover-z-index.js.coffee
63
- - vendor/assets/javascripts/oulu/helpers/js-hovered.js.coffee
64
- - vendor/assets/javascripts/oulu/helpers/js-one-animate.js.coffee
65
- - vendor/assets/javascripts/oulu/helpers/js-open-children.js.coffee
66
- - vendor/assets/javascripts/oulu/helpers/js-open.js.coffee
67
- - vendor/assets/javascripts/oulu/helpers/js-scroll-to-top.js.coffee
68
- - vendor/assets/javascripts/oulu/helpers/js-scroll.js.coffee
69
- - vendor/assets/javascripts/oulu/helpers/js-side-slide.js.coffee
70
- - vendor/assets/javascripts/oulu/helpers/js-window-loading.js.coffee
71
- - vendor/assets/javascripts/oulu/helpers/js-window-sizes.js.coffee
72
- - vendor/assets/javascripts/oulu/helpers/open-close.js.coffee
73
- - vendor/assets/javascripts/oulu/ie/PIE_IE678.js
74
- - vendor/assets/javascripts/oulu/ie/PIE_IE9.js
75
- - vendor/assets/javascripts/oulu/ie/ie-selectors.js.coffee
76
- - vendor/assets/javascripts/oulu/ie/ie8-selectors.js.coffee
77
- - vendor/assets/javascripts/oulu/ie/ie9-selectors.js.coffee
78
- - vendor/assets/javascripts/oulu/ie/jquery.belatedPNG.min.js
79
- - vendor/assets/javascripts/oulu/ie/jquery.linkscubber.js
80
- - vendor/assets/javascripts/oulu/ie/svgeezy.min.js
81
- - vendor/assets/javascripts/oulu/plugins/check-box.js.coffee
82
- - vendor/assets/javascripts/oulu/plugins/footerFixed.js
83
- - vendor/assets/javascripts/oulu/plugins/jquery.autosize.min.js
84
- - vendor/assets/javascripts/oulu/plugins/jquery.cheat-code.js
85
- - vendor/assets/javascripts/oulu/plugins/jquery.css3form.js
86
- - vendor/assets/javascripts/oulu/plugins/jquery.depend.min.js
87
- - vendor/assets/javascripts/oulu/plugins/sns-buttons.js
88
- - vendor/assets/javascripts/oulu/plugins/waves.js
89
52
  - vendor/assets/stylesheets/_oulu-base.sass
90
53
  - vendor/assets/stylesheets/_oulu.sass
91
54
  - vendor/assets/stylesheets/helpers/_block.sass
@@ -137,7 +100,6 @@ files:
137
100
  - vendor/assets/stylesheets/settings/functions/_content.sass
138
101
  - vendor/assets/stylesheets/settings/functions/_cursor.sass
139
102
  - vendor/assets/stylesheets/settings/functions/_display.sass
140
- - vendor/assets/stylesheets/settings/functions/_grid.sass
141
103
  - vendor/assets/stylesheets/settings/functions/_image.sass
142
104
  - vendor/assets/stylesheets/settings/functions/_length.sass
143
105
  - vendor/assets/stylesheets/settings/functions/_list.sass
@@ -149,6 +111,7 @@ files:
149
111
  - vendor/assets/stylesheets/settings/functions/_string.sass
150
112
  - vendor/assets/stylesheets/settings/functions/_text.sass
151
113
  - vendor/assets/stylesheets/settings/initializers/_reset.sass
114
+ - vendor/assets/stylesheets/settings/initializers/_sanitize.sass
152
115
  - vendor/assets/stylesheets/settings/mixins/_animation.sass
153
116
  - vendor/assets/stylesheets/settings/mixins/_background.sass
154
117
  - vendor/assets/stylesheets/settings/mixins/_balloon-tail.sass
@@ -1,6 +0,0 @@
1
- //= require oulu/ie/jquery.linkscubber
2
- //= require oulu/ie/jquery.belatedPNG.min
3
- //= require oulu/ie/PIE_IE678
4
- //= require oulu/ie/jquery.linkscubber
5
- //= require oulu/ie/svgeezy.min
6
- //= require oulu/ie/ie8-selectors
@@ -1,2 +0,0 @@
1
- //= require oulu/ie/PIE_IE9
2
- //= require oulu/ie/ie-selectors
@@ -1,2 +0,0 @@
1
- //= require_tree ./oulu/plugins
2
- //= require_tree ./oulu/helpers
@@ -1,2 +0,0 @@
1
- $ ->
2
- $(".js-autosize").autosize append: "\n"
@@ -1,6 +0,0 @@
1
- $ ->
2
- $(".js-checkbox").click ->
3
- if $(".js-checkbox input").is(":checked")
4
- $(this).addClass('is-checked')
5
- else
6
- $(this).removeClass('is-checked')
@@ -1,8 +0,0 @@
1
- $ ->
2
- $('.js-click-animate').click ->
3
- add = $(this).data('click')
4
- added = 'is-' + add
5
- $(this).addClass(added)
6
- $(this).bind("animationend webkitAnimationEnd MSAnimationEnd oAnimationEnd", ->
7
- $(this).removeClass added
8
- )