semantic-ui-rails 0.8.6 → 0.8.6.1
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0154ab267b0087fc962158c44b30c2b1e6331a0f
|
4
|
+
data.tar.gz: b9cc70c0c535c522e631d64792e5e15f5b342506
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5aa31125ac19bf39c6ae9835d7fdfdbc1f2a71ab7240b3f40e8a1ff7c34ed458e9033e4b024c2c89f0e46fd1d716172acb698036f985bf60247d9afffa2e4eea
|
7
|
+
data.tar.gz: 6897f99f6771598578442069d76f67bcb20d191de5ee2c57dcb41673e23e42f32b7f5aa31f0220288ca8896c8ed81c4ce59b2bb6b1dbec1b98957eb6ebac00e0
|
@@ -40,7 +40,6 @@
|
|
40
40
|
@import 'semantic-ui/modules/shape.less';
|
41
41
|
@import 'semantic-ui/modules/modal.less';
|
42
42
|
@import 'semantic-ui/modules/sidebar.less';
|
43
|
-
@import 'semantic-ui/modules/reveal.less';
|
44
43
|
@import 'semantic-ui/modules/tab.less';
|
45
44
|
@import 'semantic-ui/modules/dropdown.less';
|
46
45
|
@import 'semantic-ui/modules/chatroom.less';
|
data/semantic.thor
CHANGED
@@ -70,20 +70,26 @@ class Semantic < Thor
|
|
70
70
|
def copy_files
|
71
71
|
say_status "STEP", "COPY FILES"
|
72
72
|
|
73
|
+
FileUtils.rm_rf(source_root + 'app/assets')
|
74
|
+
|
73
75
|
# STYLESHEETS
|
74
76
|
stylesheets_path = "app/assets/stylesheets/semantic-ui/"
|
77
|
+
FileUtils.mkdir_p source_root + stylesheets_path
|
75
78
|
run "rsync -avm --include='*.less' --include='*.css' -f 'hide,! */' #{git_root + 'src/'} #{source_root + stylesheets_path}"
|
76
79
|
|
77
80
|
# JAVASCRIPTS
|
78
81
|
javascripts_path = "app/assets/javascripts/semantic-ui/"
|
82
|
+
FileUtils.mkdir_p source_root + javascripts_path
|
79
83
|
run "rsync -avm --include='*.js' -f 'hide,! */' #{git_root + 'src/'} #{source_root + javascripts_path}"
|
80
84
|
|
81
85
|
# FONTS
|
82
86
|
fonts_path = "app/assets/fonts/semantic-ui/"
|
87
|
+
FileUtils.mkdir_p source_root + fonts_path
|
83
88
|
run "rsync -avm --include='*.*' -f 'hide,! */' #{git_root + 'src/fonts/'} #{source_root + fonts_path}"
|
84
89
|
|
85
90
|
# IMAGES
|
86
91
|
images_path = "app/assets/images/semantic-ui/"
|
92
|
+
FileUtils.mkdir_p source_root + images_path
|
87
93
|
run "rsync -avm --include='*.*' -f 'hide,! */' #{git_root + 'src/images/'} #{source_root + images_path}"
|
88
94
|
end
|
89
95
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: semantic-ui-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.6
|
4
|
+
version: 0.8.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- nd0ut
|
@@ -184,7 +184,6 @@ files:
|
|
184
184
|
- app/assets/stylesheets/semantic-ui/modules/nag.less
|
185
185
|
- app/assets/stylesheets/semantic-ui/modules/popup.less
|
186
186
|
- app/assets/stylesheets/semantic-ui/modules/rating.less
|
187
|
-
- app/assets/stylesheets/semantic-ui/modules/reveal.less
|
188
187
|
- app/assets/stylesheets/semantic-ui/modules/search.less
|
189
188
|
- app/assets/stylesheets/semantic-ui/modules/shape.less
|
190
189
|
- app/assets/stylesheets/semantic-ui/modules/sidebar.less
|
@@ -1,365 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* # Semantic - Reveal
|
3
|
-
* http://github.com/jlukic/semantic-ui/
|
4
|
-
*
|
5
|
-
*
|
6
|
-
* Copyright 2013 Contributors
|
7
|
-
* Released under the MIT license
|
8
|
-
* http://opensource.org/licenses/MIT
|
9
|
-
*
|
10
|
-
*/
|
11
|
-
|
12
|
-
/*******************************
|
13
|
-
Reveal
|
14
|
-
*******************************/
|
15
|
-
|
16
|
-
.ui.reveal {
|
17
|
-
display: inline-block;
|
18
|
-
position: relative !important;
|
19
|
-
z-index: 2 !important;
|
20
|
-
font-size: 0em !important;
|
21
|
-
}
|
22
|
-
|
23
|
-
.ui.reveal > .content {
|
24
|
-
font-size: 1rem !important;
|
25
|
-
}
|
26
|
-
|
27
|
-
.ui.reveal > .visible.content {
|
28
|
-
-webkit-transition:
|
29
|
-
all 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s
|
30
|
-
;
|
31
|
-
-moz-transition:
|
32
|
-
all 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s
|
33
|
-
;
|
34
|
-
-ms-transition:
|
35
|
-
all 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s
|
36
|
-
;
|
37
|
-
transition:
|
38
|
-
all 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s
|
39
|
-
;
|
40
|
-
}
|
41
|
-
|
42
|
-
.ui.reveal > .visible.content {
|
43
|
-
position: absolute !important;
|
44
|
-
top: 0em !important;
|
45
|
-
left: 0em !important;
|
46
|
-
z-index: 4 !important;
|
47
|
-
-webkit-transition:
|
48
|
-
all 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s
|
49
|
-
;
|
50
|
-
-moz-transition:
|
51
|
-
all 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s
|
52
|
-
;
|
53
|
-
-ms-transition:
|
54
|
-
all 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s
|
55
|
-
;
|
56
|
-
transition:
|
57
|
-
all 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s
|
58
|
-
;
|
59
|
-
}
|
60
|
-
.ui.reveal > .hidden.content {
|
61
|
-
position: relative !important;
|
62
|
-
z-index: 3 !important;
|
63
|
-
}
|
64
|
-
|
65
|
-
/*------------------
|
66
|
-
Loose Coupling
|
67
|
-
-------------------*/
|
68
|
-
|
69
|
-
.ui.reveal.button {
|
70
|
-
overflow: hidden;
|
71
|
-
}
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
/*******************************
|
76
|
-
Types
|
77
|
-
*******************************/
|
78
|
-
|
79
|
-
|
80
|
-
/*--------------
|
81
|
-
Slide
|
82
|
-
---------------*/
|
83
|
-
|
84
|
-
.ui.slide.reveal {
|
85
|
-
position: relative !important;
|
86
|
-
display: block;
|
87
|
-
overflow: hidden !important;
|
88
|
-
|
89
|
-
white-space: nowrap;
|
90
|
-
}
|
91
|
-
|
92
|
-
.ui.slide.reveal > .content {
|
93
|
-
display: block;
|
94
|
-
float: left;
|
95
|
-
|
96
|
-
-webkit-box-sizing: border-box;
|
97
|
-
-moz-box-sizing: border-box;
|
98
|
-
-ms-box-sizing: border-box;
|
99
|
-
box-sizing: border-box;
|
100
|
-
|
101
|
-
margin: 0em;
|
102
|
-
-webkit-transition:
|
103
|
-
top 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s,
|
104
|
-
left 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s,
|
105
|
-
right 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s,
|
106
|
-
bottom 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s
|
107
|
-
;
|
108
|
-
-moz-transition:
|
109
|
-
top 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s,
|
110
|
-
left 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s,
|
111
|
-
right 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s,
|
112
|
-
bottom 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s
|
113
|
-
;
|
114
|
-
-ms-transition:
|
115
|
-
top 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s,
|
116
|
-
left 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s,
|
117
|
-
right 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s,
|
118
|
-
bottom 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s
|
119
|
-
;
|
120
|
-
transition:
|
121
|
-
top 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s,
|
122
|
-
left 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s,
|
123
|
-
right 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s,
|
124
|
-
bottom 0.8s cubic-bezier(0.175, 0.885, 0.320, 1) 0.15s
|
125
|
-
;
|
126
|
-
}
|
127
|
-
.ui.slide.reveal > .visible.content {
|
128
|
-
position: relative !important;
|
129
|
-
}
|
130
|
-
.ui.slide.reveal > .hidden.content {
|
131
|
-
position: absolute !important;
|
132
|
-
left: 100% !important;
|
133
|
-
width: 100% !important;
|
134
|
-
}
|
135
|
-
.ui.slide.reveal:hover > .visible.content {
|
136
|
-
left: -100% !important;
|
137
|
-
}
|
138
|
-
.ui.slide.reveal:hover > .hidden.content {
|
139
|
-
left: 0% !important;
|
140
|
-
}
|
141
|
-
|
142
|
-
.ui.right.slide.reveal > .visible.content {
|
143
|
-
left: 0%;
|
144
|
-
}
|
145
|
-
.ui.right.slide.reveal > .hidden.content {
|
146
|
-
left: auto !important;
|
147
|
-
right: 100% !important;
|
148
|
-
}
|
149
|
-
.ui.right.slide.reveal:hover > .visible.content {
|
150
|
-
left: 100% !important;
|
151
|
-
right: auto !important;
|
152
|
-
}
|
153
|
-
.ui.right.slide.reveal:hover > .hidden.content {
|
154
|
-
left: auto !important;
|
155
|
-
right: 0% !important;
|
156
|
-
}
|
157
|
-
|
158
|
-
.ui.up.slide.reveal > .visible.content {
|
159
|
-
top: 0% !important;
|
160
|
-
left: 0% !important;
|
161
|
-
right: auto !important;
|
162
|
-
bottom: auto !important;
|
163
|
-
}
|
164
|
-
.ui.up.slide.reveal > .hidden.content {
|
165
|
-
top: 100% !important;
|
166
|
-
left: 0% !important;
|
167
|
-
right: auto !important;
|
168
|
-
bottom: auto !important;
|
169
|
-
}
|
170
|
-
.ui.slide.up.reveal:hover > .visible.content {
|
171
|
-
top: -100% !important;
|
172
|
-
left: 0% !important;
|
173
|
-
}
|
174
|
-
.ui.slide.up.reveal:hover > .hidden.content {
|
175
|
-
top: 0% !important;
|
176
|
-
left: 0% !important;
|
177
|
-
}
|
178
|
-
|
179
|
-
.ui.down.slide.reveal > .visible.content {
|
180
|
-
top: auto !important;
|
181
|
-
right: auto !important;
|
182
|
-
bottom: auto !important;
|
183
|
-
bottom: 0% !important;
|
184
|
-
}
|
185
|
-
.ui.down.slide.reveal > .hidden.content {
|
186
|
-
top: auto !important;
|
187
|
-
right: auto !important;
|
188
|
-
bottom: 100% !important;
|
189
|
-
left: 0% !important;
|
190
|
-
}
|
191
|
-
.ui.slide.down.reveal:hover > .visible.content {
|
192
|
-
left: 0% !important;
|
193
|
-
bottom: -100% !important;
|
194
|
-
}
|
195
|
-
.ui.slide.down.reveal:hover > .hidden.content {
|
196
|
-
left: 0% !important;
|
197
|
-
bottom: 0% !important;
|
198
|
-
}
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
/*--------------
|
203
|
-
Fade
|
204
|
-
---------------*/
|
205
|
-
|
206
|
-
.ui.fade.reveal > .visible.content {
|
207
|
-
opacity: 1;
|
208
|
-
}
|
209
|
-
.ui.fade.reveal:hover > .visible.content {
|
210
|
-
opacity: 0;
|
211
|
-
}
|
212
|
-
|
213
|
-
|
214
|
-
/*--------------
|
215
|
-
Move
|
216
|
-
---------------*/
|
217
|
-
|
218
|
-
.ui.move.reveal > .visible.content,
|
219
|
-
.ui.move.left.reveal > .visible.content {
|
220
|
-
left: auto !important;
|
221
|
-
top: auto !important;
|
222
|
-
bottom: auto !important;
|
223
|
-
right: 0% !important;
|
224
|
-
}
|
225
|
-
.ui.move.reveal:hover > .visible.content,
|
226
|
-
.ui.move.left.reveal:hover > .visible.content {
|
227
|
-
right: 100% !important;
|
228
|
-
}
|
229
|
-
|
230
|
-
.ui.move.right.reveal > .visible.content {
|
231
|
-
right: auto !important;
|
232
|
-
top: auto !important;
|
233
|
-
bottom: auto !important;
|
234
|
-
left: 0% !important;
|
235
|
-
}
|
236
|
-
.ui.move.right.reveal:hover > .visible.content {
|
237
|
-
left: 100% !important;
|
238
|
-
}
|
239
|
-
|
240
|
-
.ui.move.up.reveal > .visible.content {
|
241
|
-
right: auto !important;
|
242
|
-
left: auto !important;
|
243
|
-
top: auto !important;
|
244
|
-
|
245
|
-
bottom: 0% !important;
|
246
|
-
}
|
247
|
-
.ui.move.up.reveal:hover > .visible.content {
|
248
|
-
bottom: 100% !important;
|
249
|
-
}
|
250
|
-
|
251
|
-
.ui.move.down.reveal > .visible.content {
|
252
|
-
right: auto !important;
|
253
|
-
left: auto !important;
|
254
|
-
bottom: auto !important;
|
255
|
-
|
256
|
-
top: 0% !important;
|
257
|
-
bottom: auto !important;
|
258
|
-
}
|
259
|
-
.ui.move.down.reveal:hover > .visible.content {
|
260
|
-
top: 100% !important;
|
261
|
-
}
|
262
|
-
|
263
|
-
|
264
|
-
/*--------------
|
265
|
-
Rotate
|
266
|
-
---------------*/
|
267
|
-
|
268
|
-
.ui.rotate.reveal > .visible.content {
|
269
|
-
-webkit-transition-duration: 0.8s;
|
270
|
-
-moz-transition-duration: 0.8s;
|
271
|
-
-o-transition-duration: 0.8s;
|
272
|
-
-ms-transition-duration: 0.8s;
|
273
|
-
transition-duration: 0.8s;
|
274
|
-
|
275
|
-
-webkit-transform: rotate(0deg);
|
276
|
-
-moz-transform: rotate(0deg);
|
277
|
-
-o-transform: rotate(0deg);
|
278
|
-
-ms-transform: rotate(0deg);
|
279
|
-
transform: rotate(0deg);
|
280
|
-
}
|
281
|
-
|
282
|
-
.ui.rotate.reveal > .visible.content,
|
283
|
-
.ui.rotate.right.reveal > .visible.content {
|
284
|
-
-webkit-transform-origin: bottom right;
|
285
|
-
-moz-transform-origin: bottom right;
|
286
|
-
-o-transform-origin: bottom right;
|
287
|
-
-ms-transform-origin: bottom right;
|
288
|
-
transform-origin: bottom right;
|
289
|
-
}
|
290
|
-
.ui.rotate.reveal:hover > .visible.content,
|
291
|
-
.ui.rotate.right.reveal:hover > .visible.content {
|
292
|
-
-webkit-transform: rotate(110deg);
|
293
|
-
-moz-transform: rotate(110deg);
|
294
|
-
-o-transform: rotate(110deg);
|
295
|
-
-ms-transform: rotate(110deg);
|
296
|
-
transform: rotate(110deg);
|
297
|
-
}
|
298
|
-
|
299
|
-
.ui.rotate.left.reveal > .visible.content {
|
300
|
-
-webkit-transform-origin: bottom left;
|
301
|
-
-moz-transform-origin: bottom left;
|
302
|
-
-o-transform-origin: bottom left;
|
303
|
-
-ms-transform-origin: bottom left;
|
304
|
-
transform-origin: bottom left;
|
305
|
-
}
|
306
|
-
.ui.rotate.left.reveal:hover > .visible.content {
|
307
|
-
-webkit-transform: rotate(-110deg);
|
308
|
-
-moz-transform: rotate(-110deg);
|
309
|
-
-o-transform: rotate(-110deg);
|
310
|
-
-ms-transform: rotate(-110deg);
|
311
|
-
transform: rotate(-110deg);
|
312
|
-
}
|
313
|
-
|
314
|
-
/*******************************
|
315
|
-
States
|
316
|
-
*******************************/
|
317
|
-
|
318
|
-
.ui.disabled.reveal {
|
319
|
-
opacity: 1 !important;
|
320
|
-
}
|
321
|
-
.ui.disabled.reveal > .content {
|
322
|
-
-webkit-transition: none !important;
|
323
|
-
-moz-transition: none !important;
|
324
|
-
-o-transition: none !important;
|
325
|
-
-ms-transition: none !important;
|
326
|
-
transition: none !important;
|
327
|
-
}
|
328
|
-
.ui.disabled.reveal:hover > .visible.content {
|
329
|
-
position: static !important;
|
330
|
-
display: block !important;
|
331
|
-
opacity: 1 !important;
|
332
|
-
top: 0 !important;
|
333
|
-
left: 0 !important;
|
334
|
-
right: auto !important;
|
335
|
-
bottom: auto !important;
|
336
|
-
transform: none !important;
|
337
|
-
}
|
338
|
-
.ui.disabled.reveal:hover > .hidden.content {
|
339
|
-
display: none !important;
|
340
|
-
}
|
341
|
-
|
342
|
-
|
343
|
-
/*******************************
|
344
|
-
Variations
|
345
|
-
*******************************/
|
346
|
-
|
347
|
-
/*--------------
|
348
|
-
Masked
|
349
|
-
---------------*/
|
350
|
-
|
351
|
-
.ui.masked.reveal {
|
352
|
-
overflow: hidden;
|
353
|
-
}
|
354
|
-
|
355
|
-
/*--------------
|
356
|
-
Instant
|
357
|
-
---------------*/
|
358
|
-
|
359
|
-
.ui.instant.reveal > .content {
|
360
|
-
-webkit-transition-delay: 0s !important;
|
361
|
-
-moz-transition-delay: 0s !important;
|
362
|
-
-o-transition-delay: 0s !important;
|
363
|
-
-ms-transition-delay: 0s !important;
|
364
|
-
transition-delay: 0s !important;
|
365
|
-
}
|