ui_bibz 2.1.2 → 2.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +16 -16
- data/app/assets/stylesheets/_panel.scss +2 -2
- data/app/assets/stylesheets/fix_addon.sass +7 -0
- data/app/assets/stylesheets/navigations.sass +3 -0
- data/app/assets/stylesheets/notifications.sass +3 -0
- data/lib/ui_bibz/infos.rb +3 -3
- data/lib/ui_bibz/ui/core/forms/buttons/button_group.rb +4 -0
- data/lib/ui_bibz/ui/core/forms/choices/checkbox_field.rb +3 -2
- data/lib/ui_bibz/ui/core/forms/choices/choice_group.rb +1 -1
- data/lib/ui_bibz/ui/core/forms/dropdowns/dropdown.rb +1 -1
- data/lib/ui_bibz/ui/core/icons/star.rb +5 -5
- data/lib/ui_bibz/ui/core/navigations/components/toolbar_form.rb +93 -0
- data/lib/ui_bibz/ui/core/navigations/toolbar.rb +8 -1
- data/lib/ui_bibz/ui/ux/containers/components/panel_header.rb +9 -0
- data/lib/ui_bibz/ui/ux/containers/components/panel_tab_group.rb +45 -0
- data/test/factories/user.rb +5 -5
- data/test/ui/core/forms/dropdowns/dropdown_test.rb +1 -1
- data/test/ui/core/icons/star_test.rb +5 -5
- data/test/ui/core/navigations/toolbar_test.rb +1 -1
- data/test/ui/ux/containers/panel_test.rb +4 -4
- data/vendor/assets/fonts/fa-brands-400.eot +0 -0
- data/vendor/assets/fonts/fa-brands-400.svg +36 -6
- data/vendor/assets/fonts/fa-brands-400.ttf +0 -0
- data/vendor/assets/fonts/fa-brands-400.woff +0 -0
- data/vendor/assets/fonts/fa-brands-400.woff2 +0 -0
- data/vendor/assets/fonts/fa-regular-400.eot +0 -0
- data/vendor/assets/fonts/fa-regular-400.svg +2 -2
- data/vendor/assets/fonts/fa-regular-400.ttf +0 -0
- data/vendor/assets/fonts/fa-regular-400.woff +0 -0
- data/vendor/assets/fonts/fa-regular-400.woff2 +0 -0
- data/vendor/assets/fonts/fa-solid-900.eot +0 -0
- data/vendor/assets/fonts/fa-solid-900.svg +183 -9
- data/vendor/assets/fonts/fa-solid-900.ttf +0 -0
- data/vendor/assets/fonts/fa-solid-900.woff +0 -0
- data/vendor/assets/fonts/fa-solid-900.woff2 +0 -0
- data/vendor/assets/javascripts/all.js +93 -22
- data/vendor/assets/stylesheets/fontawesome/_fixed-width.scss +1 -1
- data/vendor/assets/stylesheets/fontawesome/_icons.scss +69 -1
- data/vendor/assets/stylesheets/fontawesome/_shims.scss +0 -4
- data/vendor/assets/stylesheets/fontawesome/_stacked.scss +1 -1
- data/vendor/assets/stylesheets/fontawesome/_variables.scss +72 -3
- data/vendor/assets/stylesheets/fontawesome/brands.scss +1 -1
- data/vendor/assets/stylesheets/fontawesome/fontawesome.scss +1 -1
- data/vendor/assets/stylesheets/fontawesome/regular.scss +1 -1
- data/vendor/assets/stylesheets/fontawesome/solid.scss +1 -1
- data/vendor/assets/stylesheets/fontawesome/v4-shims.scss +1 -1
- metadata +6 -4
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Font Awesome Free 5.
|
2
|
+
* Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
4
|
*/
|
5
5
|
@import 'variables';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Font Awesome Free 5.
|
2
|
+
* Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
4
|
*/
|
5
5
|
@import 'variables';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Font Awesome Free 5.
|
2
|
+
* Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
4
|
*/
|
5
5
|
@import 'variables';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Font Awesome Free 5.
|
2
|
+
* Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
4
|
*/
|
5
5
|
@import 'variables';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Font Awesome Free 5.
|
2
|
+
* Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
4
|
*/
|
5
5
|
@import 'variables';
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ui_bibz
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thooams
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -128,14 +128,14 @@ dependencies:
|
|
128
128
|
requirements:
|
129
129
|
- - '='
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version: 4.1.
|
131
|
+
version: 4.1.3
|
132
132
|
type: :runtime
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
136
|
- - '='
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version: 4.1.
|
138
|
+
version: 4.1.3
|
139
139
|
- !ruby/object:Gem::Dependency
|
140
140
|
name: simple_form
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
@@ -370,6 +370,7 @@ files:
|
|
370
370
|
- lib/ui_bibz/ui/core/navigations/components/navbar_nav.rb
|
371
371
|
- lib/ui_bibz/ui/core/navigations/components/navbar_text.rb
|
372
372
|
- lib/ui_bibz/ui/core/navigations/components/pagination_link.rb
|
373
|
+
- lib/ui_bibz/ui/core/navigations/components/toolbar_form.rb
|
373
374
|
- lib/ui_bibz/ui/core/navigations/link.rb
|
374
375
|
- lib/ui_bibz/ui/core/navigations/nav.rb
|
375
376
|
- lib/ui_bibz/ui/core/navigations/navbar.rb
|
@@ -396,6 +397,7 @@ files:
|
|
396
397
|
- lib/ui_bibz/ui/ux/containers/components/panel_footer.rb
|
397
398
|
- lib/ui_bibz/ui/ux/containers/components/panel_group.rb
|
398
399
|
- lib/ui_bibz/ui/ux/containers/components/panel_header.rb
|
400
|
+
- lib/ui_bibz/ui/ux/containers/components/panel_tab_group.rb
|
399
401
|
- lib/ui_bibz/ui/ux/containers/components/panel_toolbar.rb
|
400
402
|
- lib/ui_bibz/ui/ux/containers/panel.rb
|
401
403
|
- lib/ui_bibz/ui/ux/tables/components/actions.rb
|