active_frontend 6.0.0 → 6.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/lib/active_frontend/version.rb +1 -1
  3. data/vendor/assets/stylesheets/{ad.scss → _ad.scss} +0 -0
  4. data/vendor/assets/stylesheets/{affix.scss → _affix.scss} +0 -0
  5. data/vendor/assets/stylesheets/{alert.scss → _alert.scss} +0 -0
  6. data/vendor/assets/stylesheets/{animation.scss → _animation.scss} +0 -0
  7. data/vendor/assets/stylesheets/{aside.scss → _aside.scss} +0 -0
  8. data/vendor/assets/stylesheets/{breadcrumb.scss → _breadcrumb.scss} +0 -5
  9. data/vendor/assets/stylesheets/{button.scss → _button.scss} +0 -0
  10. data/vendor/assets/stylesheets/{canvas.scss → _canvas.scss} +0 -0
  11. data/vendor/assets/stylesheets/{carousel.scss → _carousel.scss} +0 -0
  12. data/vendor/assets/stylesheets/{chart.scss → _chart.scss} +0 -0
  13. data/vendor/assets/stylesheets/{code.scss → _code.scss} +0 -0
  14. data/vendor/assets/stylesheets/{collapse.scss → _collapse.scss} +0 -0
  15. data/vendor/assets/stylesheets/{colorpicker.scss → _colorpicker.scss} +0 -0
  16. data/vendor/assets/stylesheets/{datepicker.scss → _datepicker.scss} +0 -5
  17. data/vendor/assets/stylesheets/{dropdown.scss → _dropdown.scss} +0 -5
  18. data/vendor/assets/stylesheets/{footer.scss → _footer.scss} +0 -0
  19. data/vendor/assets/stylesheets/{form.scss → _form.scss} +0 -0
  20. data/vendor/assets/stylesheets/{grid.scss → _grid.scss} +0 -0
  21. data/vendor/assets/stylesheets/{header.scss → _header.scss} +2 -7
  22. data/vendor/assets/stylesheets/{icon.scss → _icon.scss} +0 -0
  23. data/vendor/assets/stylesheets/{image.scss → _image.scss} +0 -0
  24. data/vendor/assets/stylesheets/{label_and_badge.scss → _label_and_badge.scss} +0 -0
  25. data/vendor/assets/stylesheets/{link.scss → _link.scss} +0 -0
  26. data/vendor/assets/stylesheets/{list.scss → _list.scss} +0 -0
  27. data/vendor/assets/stylesheets/{loader.scss → _loader.scss} +0 -5
  28. data/vendor/assets/stylesheets/{map.scss → _map.scss} +0 -0
  29. data/vendor/assets/stylesheets/{modal.scss → _modal.scss} +0 -0
  30. data/vendor/assets/stylesheets/{nav_and_tab.scss → _nav_and_tab.scss} +0 -5
  31. data/vendor/assets/stylesheets/{navbar.scss → _navbar.scss} +0 -0
  32. data/vendor/assets/stylesheets/{pagination.scss → _pagination.scss} +0 -5
  33. data/vendor/assets/stylesheets/{panel.scss → _panel.scss} +0 -0
  34. data/vendor/assets/stylesheets/{placeholder.scss → _placeholder.scss} +0 -5
  35. data/vendor/assets/stylesheets/{popover.scss → _popover.scss} +0 -0
  36. data/vendor/assets/stylesheets/{progress.scss → _progress.scss} +0 -5
  37. data/vendor/assets/stylesheets/{reset.scss → _reset.scss} +0 -0
  38. data/vendor/assets/stylesheets/{sidebar.scss → _sidebar.scss} +0 -0
  39. data/vendor/assets/stylesheets/{spinner.scss → _spinner.scss} +0 -5
  40. data/vendor/assets/stylesheets/{swoggle.scss → _swoggle.scss} +0 -0
  41. data/vendor/assets/stylesheets/{table.scss → _table.scss} +0 -0
  42. data/vendor/assets/stylesheets/{timepicker.scss → _timepicker.scss} +0 -5
  43. data/vendor/assets/stylesheets/{tooltip.scss → _tooltip.scss} +0 -0
  44. data/vendor/assets/stylesheets/{transition.scss → _transition.scss} +0 -0
  45. data/vendor/assets/stylesheets/{trunk.scss → _trunk.scss} +0 -0
  46. data/vendor/assets/stylesheets/{typeahead.scss → _typeahead.scss} +0 -5
  47. data/vendor/assets/stylesheets/{typography.scss → _typography.scss} +0 -0
  48. data/vendor/assets/stylesheets/activefrontend.scss +56 -0
  49. metadata +47 -47
  50. data/vendor/assets/stylesheets/_activefrontend.scss +0 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 87e50c4d22f26c7a306a560dee6a21942303765e
4
- data.tar.gz: c86c51e8c87a93483876d46b20d0e2e0a02069e1
3
+ metadata.gz: 709868d7d9255129af83576228bc9a685713018c
4
+ data.tar.gz: fb7d5eef8931721443cc598d80698bcf7a8689ab
5
5
  SHA512:
6
- metadata.gz: 58f768a00cad8e43d03da1f8c88a5d1f76a7d53efb6160b8f55c29f7c96c480a721fcceca6c4100323bcd24271ecf08a41f43551d17bb2422509b4bd3d7e16d6
7
- data.tar.gz: d8062190d10447db760c27146a5b72c033e3ed3b1450aa1ca40fe0286ec4aef215cfaf70914c0963db57562c853f4e1e1201099cffab7b98559bac977c08de27
6
+ metadata.gz: e42c0fdf4a9988c74df2af864967cb53aa2755b1837f9ead93930f80f3c0e66eceeba06d9e199a439446fa0ac9f6b2875e0388423958cd803da27f3ef41979f5
7
+ data.tar.gz: ed4ba5fa7ec46b2a2a63d5e0d7bf7e11f36ab21f5b328578ddfcbbfa35b4ac0a4ddfdbf371f819a6d84e4d11394df86ee4da984f90533ffb8ace26d23b8cb63f
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "6.0.0"
2
+ VERSION = "6.1.0"
3
3
  end
@@ -1,12 +1,7 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
- # Import
4
3
  # Breadcrumb */
5
4
 
6
- /* # Import
7
- ================================================== */
8
- @import 'activefrontend';
9
-
10
5
  /* # Breadcrumb
11
6
  ================================================== */
12
7
  .breadcrumb {
@@ -1,12 +1,7 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
- # Import
4
3
  # Datepicker */
5
4
 
6
- /* # Import
7
- ================================================== */
8
- @import 'activefrontend';
9
-
10
5
  /* # Datepicker
11
6
  ================================================== */
12
7
  .datepicker {
@@ -1,13 +1,8 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
- # Import
4
3
  # Dropdown
5
4
  # Submenu */
6
5
 
7
- /* # Import
8
- ================================================== */
9
- @import 'activefrontend';
10
-
11
6
  /* # Dropdown
12
7
  ================================================== */
13
8
  .dropup,
@@ -1,16 +1,11 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
- # Import
4
3
  # Header
5
4
  # Alternate
6
5
  # Application
7
- # Border
6
+ # Styles
8
7
  # Media Queries */
9
8
 
10
- /* # Import
11
- ================================================== */
12
- @import 'activefrontend';
13
-
14
9
  /* # Header
15
10
  ================================================== */
16
11
  .header-fixed {
@@ -224,7 +219,7 @@
224
219
  ================================================== */
225
220
  .header.header-app { width: calc(100% - 280px); }
226
221
 
227
- /* # Border
222
+ /* # Styles
228
223
  ================================================== */
229
224
  .header.header-borderless { border-bottom-color: transparent; }
230
225
 
@@ -1,12 +1,7 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
- # Import
4
3
  # Loader */
5
4
 
6
- /* # Import
7
- ================================================== */
8
- @import 'activefrontend';
9
-
10
5
  /* # Loader
11
6
  ================================================== */
12
7
  @-webkit-keyframes loader-spinner {
@@ -1,13 +1,8 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
- # Import
4
3
  # Nav
5
4
  # Tab */
6
5
 
7
- /* # Import
8
- ================================================== */
9
- @import 'activefrontend';
10
-
11
6
  /* # Nav
12
7
  ================================================== */
13
8
  .nav {
@@ -1,12 +1,7 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
- # Import
4
3
  # Pagination */
5
4
 
6
- /* # Import
7
- ================================================== */
8
- @import 'activefrontend';
9
-
10
5
  /* # Pagination
11
6
  ================================================== */
12
7
  .pagination ul {
@@ -1,14 +1,9 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
- # Import
4
3
  # Placeholder
5
4
  # Size
6
5
  # Media Queries */
7
6
 
8
- /* # Import
9
- ================================================== */
10
- @import 'activefrontend';
11
-
12
7
  /* # Placeholder
13
8
  ================================================== */
14
9
  .placeholder { text-align: center; }
@@ -1,12 +1,7 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
- # Import
4
3
  # Progress */
5
4
 
6
- /* # Import
7
- ================================================== */
8
- @import 'activefrontend';
9
-
10
5
  /* # Progress
11
6
  ================================================== */
12
7
  @-webkit-keyframes progressBarStripes {
@@ -1,12 +1,7 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
- # Import
4
3
  # Spinner */
5
4
 
6
- /* # Import
7
- ================================================== */
8
- @import 'activefrontend';
9
-
10
5
  /* # Spinner
11
6
  ================================================== */
12
7
  .spinner-backdrop {
@@ -1,12 +1,7 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
- # Import
4
3
  # Timepicker */
5
4
 
6
- /* # Import
7
- ================================================== */
8
- @import 'activefrontend';
9
-
10
5
  /* # Timepicker
11
6
  ================================================== */
12
7
  .timepicker { position: relative; }
@@ -1,12 +1,7 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
- # Import
4
3
  # Typeahead */
5
4
 
6
- /* # Import
7
- ================================================== */
8
- @import 'activefrontend';
9
-
10
5
  /* # Typeahead
11
6
  ================================================== */
12
7
  .typeahead {
@@ -0,0 +1,56 @@
1
+ /* Table of Contents
2
+ ==================================================
3
+ # Variables
4
+ # Imports */
5
+
6
+ /* # Variables
7
+ ================================================== */
8
+ $primary-color: rgba(0,102,255,1);
9
+
10
+ /* # Imports
11
+ ================================================== */
12
+ @import 'reset';
13
+ @import 'ad';
14
+ @import 'affix';
15
+ @import 'alert';
16
+ @import 'animation';
17
+ @import 'breadcrumb';
18
+ @import 'button';
19
+ @import 'canvas';
20
+ @import 'carousel';
21
+ @import 'chart';
22
+ @import 'code';
23
+ @import 'collapse';
24
+ @import 'colorpicker';
25
+ @import 'datepicker';
26
+ @import 'dropdown';
27
+ @import 'footer';
28
+ @import 'form';
29
+ @import 'grid';
30
+ @import 'header';
31
+ @import 'icon';
32
+ @import 'image';
33
+ @import 'label_and_badge';
34
+ @import 'link';
35
+ @import 'list';
36
+ @import 'loader';
37
+ @import 'map';
38
+ @import 'modal';
39
+ @import 'aside';
40
+ @import 'nav_and_tab';
41
+ @import 'navbar';
42
+ @import 'pagination';
43
+ @import 'panel';
44
+ @import 'placeholder';
45
+ @import 'popover';
46
+ @import 'progress';
47
+ @import 'sidebar';
48
+ @import 'spinner';
49
+ @import 'swoggle';
50
+ @import 'table';
51
+ @import 'timepicker';
52
+ @import 'tooltip';
53
+ @import 'transition';
54
+ @import 'trunk';
55
+ @import 'typography';
56
+ @import 'typeahead';
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
4
+ version: 6.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
@@ -105,52 +105,52 @@ files:
105
105
  - vendor/assets/javascripts/transition.js
106
106
  - vendor/assets/javascripts/typeahead.js
107
107
  - vendor/assets/stylesheets/.keep
108
- - vendor/assets/stylesheets/_activefrontend.scss
109
- - vendor/assets/stylesheets/ad.scss
110
- - vendor/assets/stylesheets/affix.scss
111
- - vendor/assets/stylesheets/alert.scss
112
- - vendor/assets/stylesheets/animation.scss
113
- - vendor/assets/stylesheets/aside.scss
114
- - vendor/assets/stylesheets/breadcrumb.scss
115
- - vendor/assets/stylesheets/button.scss
116
- - vendor/assets/stylesheets/canvas.scss
117
- - vendor/assets/stylesheets/carousel.scss
118
- - vendor/assets/stylesheets/chart.scss
119
- - vendor/assets/stylesheets/code.scss
120
- - vendor/assets/stylesheets/collapse.scss
121
- - vendor/assets/stylesheets/colorpicker.scss
122
- - vendor/assets/stylesheets/datepicker.scss
123
- - vendor/assets/stylesheets/dropdown.scss
124
- - vendor/assets/stylesheets/footer.scss
125
- - vendor/assets/stylesheets/form.scss
126
- - vendor/assets/stylesheets/grid.scss
127
- - vendor/assets/stylesheets/header.scss
128
- - vendor/assets/stylesheets/icon.scss
129
- - vendor/assets/stylesheets/image.scss
130
- - vendor/assets/stylesheets/label_and_badge.scss
131
- - vendor/assets/stylesheets/link.scss
132
- - vendor/assets/stylesheets/list.scss
133
- - vendor/assets/stylesheets/loader.scss
134
- - vendor/assets/stylesheets/map.scss
135
- - vendor/assets/stylesheets/modal.scss
136
- - vendor/assets/stylesheets/nav_and_tab.scss
137
- - vendor/assets/stylesheets/navbar.scss
138
- - vendor/assets/stylesheets/pagination.scss
139
- - vendor/assets/stylesheets/panel.scss
140
- - vendor/assets/stylesheets/placeholder.scss
141
- - vendor/assets/stylesheets/popover.scss
142
- - vendor/assets/stylesheets/progress.scss
143
- - vendor/assets/stylesheets/reset.scss
144
- - vendor/assets/stylesheets/sidebar.scss
145
- - vendor/assets/stylesheets/spinner.scss
146
- - vendor/assets/stylesheets/swoggle.scss
147
- - vendor/assets/stylesheets/table.scss
148
- - vendor/assets/stylesheets/timepicker.scss
149
- - vendor/assets/stylesheets/tooltip.scss
150
- - vendor/assets/stylesheets/transition.scss
151
- - vendor/assets/stylesheets/trunk.scss
152
- - vendor/assets/stylesheets/typeahead.scss
153
- - vendor/assets/stylesheets/typography.scss
108
+ - vendor/assets/stylesheets/_ad.scss
109
+ - vendor/assets/stylesheets/_affix.scss
110
+ - vendor/assets/stylesheets/_alert.scss
111
+ - vendor/assets/stylesheets/_animation.scss
112
+ - vendor/assets/stylesheets/_aside.scss
113
+ - vendor/assets/stylesheets/_breadcrumb.scss
114
+ - vendor/assets/stylesheets/_button.scss
115
+ - vendor/assets/stylesheets/_canvas.scss
116
+ - vendor/assets/stylesheets/_carousel.scss
117
+ - vendor/assets/stylesheets/_chart.scss
118
+ - vendor/assets/stylesheets/_code.scss
119
+ - vendor/assets/stylesheets/_collapse.scss
120
+ - vendor/assets/stylesheets/_colorpicker.scss
121
+ - vendor/assets/stylesheets/_datepicker.scss
122
+ - vendor/assets/stylesheets/_dropdown.scss
123
+ - vendor/assets/stylesheets/_footer.scss
124
+ - vendor/assets/stylesheets/_form.scss
125
+ - vendor/assets/stylesheets/_grid.scss
126
+ - vendor/assets/stylesheets/_header.scss
127
+ - vendor/assets/stylesheets/_icon.scss
128
+ - vendor/assets/stylesheets/_image.scss
129
+ - vendor/assets/stylesheets/_label_and_badge.scss
130
+ - vendor/assets/stylesheets/_link.scss
131
+ - vendor/assets/stylesheets/_list.scss
132
+ - vendor/assets/stylesheets/_loader.scss
133
+ - vendor/assets/stylesheets/_map.scss
134
+ - vendor/assets/stylesheets/_modal.scss
135
+ - vendor/assets/stylesheets/_nav_and_tab.scss
136
+ - vendor/assets/stylesheets/_navbar.scss
137
+ - vendor/assets/stylesheets/_pagination.scss
138
+ - vendor/assets/stylesheets/_panel.scss
139
+ - vendor/assets/stylesheets/_placeholder.scss
140
+ - vendor/assets/stylesheets/_popover.scss
141
+ - vendor/assets/stylesheets/_progress.scss
142
+ - vendor/assets/stylesheets/_reset.scss
143
+ - vendor/assets/stylesheets/_sidebar.scss
144
+ - vendor/assets/stylesheets/_spinner.scss
145
+ - vendor/assets/stylesheets/_swoggle.scss
146
+ - vendor/assets/stylesheets/_table.scss
147
+ - vendor/assets/stylesheets/_timepicker.scss
148
+ - vendor/assets/stylesheets/_tooltip.scss
149
+ - vendor/assets/stylesheets/_transition.scss
150
+ - vendor/assets/stylesheets/_trunk.scss
151
+ - vendor/assets/stylesheets/_typeahead.scss
152
+ - vendor/assets/stylesheets/_typography.scss
153
+ - vendor/assets/stylesheets/activefrontend.scss
154
154
  homepage: http://flashgrid.drexed.com
155
155
  licenses:
156
156
  - MIT
@@ -1,7 +0,0 @@
1
- /* Table of Contents
2
- ==================================================
3
- # ActiveFrontend */
4
-
5
- /* # ActiveFrontend
6
- ================================================== */
7
- $primary-color: rgba(0,102,255,1);