ui_bibz 4.0.0.beta14 → 4.0.0.beta15

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 (24) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +64 -62
  3. data/app/assets/stylesheets/sass/tables/_table.sass +3 -3
  4. data/lib/ui_bibz/infos.rb +1 -1
  5. data/lib/ui_bibz/ui/ux/tables/table_search_field.rb +5 -3
  6. data/vendor/assets/stylesheets/bootstrap.min.css +6 -0
  7. data/vendor/assets/stylesheets/fontawesome/all.min.css +9 -0
  8. data/vendor/assets/stylesheets/fontawesome/brands.css +1600 -0
  9. data/vendor/assets/stylesheets/fontawesome/fontawesome.css +6215 -0
  10. data/vendor/assets/stylesheets/fontawesome/regular.css +19 -0
  11. data/vendor/assets/stylesheets/fontawesome/solid.css +19 -0
  12. data/vendor/assets/stylesheets/fontawesome/webfonts/fa-brands-400.ttf +0 -0
  13. data/vendor/assets/stylesheets/fontawesome/webfonts/fa-brands-400.woff2 +0 -0
  14. data/vendor/assets/stylesheets/fontawesome/webfonts/fa-regular-400.ttf +0 -0
  15. data/vendor/assets/stylesheets/fontawesome/webfonts/fa-regular-400.woff2 +0 -0
  16. data/vendor/assets/stylesheets/fontawesome/webfonts/fa-solid-900.ttf +0 -0
  17. data/vendor/assets/stylesheets/fontawesome/webfonts/fa-solid-900.woff2 +0 -0
  18. data/vendor/assets/stylesheets/fontawesome/webfonts/fa-v4compatibility.ttf +0 -0
  19. data/vendor/assets/stylesheets/fontawesome/webfonts/fa-v4compatibility.woff2 +0 -0
  20. metadata +21 -7
  21. /data/app/assets/stylesheets/{navigations → sass/navigations}/_nav.sass +0 -0
  22. /data/app/assets/stylesheets/{navigations → sass/navigations}/_navbar.sass +0 -0
  23. /data/app/assets/stylesheets/{navigations → sass/navigations}/_progress_bar.sass +0 -0
  24. /data/app/assets/stylesheets/{navigations → sass/navigations}/_toolbar.sass +0 -0
@@ -0,0 +1,19 @@
1
+ /*!
2
+ * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ * Copyright 2024 Fonticons, Inc.
5
+ */
6
+ :root, :host {
7
+ --fa-style-family-classic: 'Font Awesome 6 Free';
8
+ --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }
9
+
10
+ @font-face {
11
+ font-family: 'Font Awesome 6 Free';
12
+ font-style: normal;
13
+ font-weight: 400;
14
+ font-display: block;
15
+ src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }
16
+
17
+ .far,
18
+ .fa-regular {
19
+ font-weight: 400; }
@@ -0,0 +1,19 @@
1
+ /*!
2
+ * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ * Copyright 2024 Fonticons, Inc.
5
+ */
6
+ :root, :host {
7
+ --fa-style-family-classic: 'Font Awesome 6 Free';
8
+ --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }
9
+
10
+ @font-face {
11
+ font-family: 'Font Awesome 6 Free';
12
+ font-style: normal;
13
+ font-weight: 900;
14
+ font-display: block;
15
+ src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
16
+
17
+ .fas,
18
+ .fa-solid {
19
+ font-weight: 900; }
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: 4.0.0.beta14
4
+ version: 4.0.0.beta15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thooams [Thomas HUMMEL]
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-06 00:00:00.000000000 Z
11
+ date: 2024-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -111,10 +111,6 @@ files:
111
111
  - app/assets/javascripts/interfaces.js
112
112
  - app/assets/javascripts/tables.js
113
113
  - app/assets/javascripts/ui_bibz_js.js
114
- - app/assets/stylesheets/navigations/_nav.sass
115
- - app/assets/stylesheets/navigations/_navbar.sass
116
- - app/assets/stylesheets/navigations/_progress_bar.sass
117
- - app/assets/stylesheets/navigations/_toolbar.sass
118
114
  - app/assets/stylesheets/sass/_boxes.sass
119
115
  - app/assets/stylesheets/sass/_containers.sass
120
116
  - app/assets/stylesheets/sass/_fixes.sass
@@ -137,6 +133,10 @@ files:
137
133
  - app/assets/stylesheets/sass/forms/_range.sass
138
134
  - app/assets/stylesheets/sass/forms/_slider.sass
139
135
  - app/assets/stylesheets/sass/forms/_surround_field.sass
136
+ - app/assets/stylesheets/sass/navigations/_nav.sass
137
+ - app/assets/stylesheets/sass/navigations/_navbar.sass
138
+ - app/assets/stylesheets/sass/navigations/_progress_bar.sass
139
+ - app/assets/stylesheets/sass/navigations/_toolbar.sass
140
140
  - app/assets/stylesheets/sass/notifications/_badge.sass
141
141
  - app/assets/stylesheets/sass/notifications/_glyph.sass
142
142
  - app/assets/stylesheets/sass/notifications/_star.sass
@@ -522,6 +522,7 @@ files:
522
522
  - vendor/assets/stylesheets/bootstrap-switch.min.css
523
523
  - vendor/assets/stylesheets/bootstrap-switch.scss
524
524
  - vendor/assets/stylesheets/bootstrap-theme.min.css
525
+ - vendor/assets/stylesheets/bootstrap.min.css
525
526
  - vendor/assets/stylesheets/fontawesome/_animated.scss
526
527
  - vendor/assets/stylesheets/fontawesome/_bordered-pulled.scss
527
528
  - vendor/assets/stylesheets/fontawesome/_core.scss
@@ -536,11 +537,24 @@ files:
536
537
  - vendor/assets/stylesheets/fontawesome/_sizing.scss
537
538
  - vendor/assets/stylesheets/fontawesome/_stacked.scss
538
539
  - vendor/assets/stylesheets/fontawesome/_variables.scss
540
+ - vendor/assets/stylesheets/fontawesome/all.min.css
541
+ - vendor/assets/stylesheets/fontawesome/brands.css
539
542
  - vendor/assets/stylesheets/fontawesome/brands.scss
543
+ - vendor/assets/stylesheets/fontawesome/fontawesome.css
540
544
  - vendor/assets/stylesheets/fontawesome/fontawesome.scss
545
+ - vendor/assets/stylesheets/fontawesome/regular.css
541
546
  - vendor/assets/stylesheets/fontawesome/regular.scss
547
+ - vendor/assets/stylesheets/fontawesome/solid.css
542
548
  - vendor/assets/stylesheets/fontawesome/solid.scss
543
549
  - vendor/assets/stylesheets/fontawesome/v4-shims.scss
550
+ - vendor/assets/stylesheets/fontawesome/webfonts/fa-brands-400.ttf
551
+ - vendor/assets/stylesheets/fontawesome/webfonts/fa-brands-400.woff2
552
+ - vendor/assets/stylesheets/fontawesome/webfonts/fa-regular-400.ttf
553
+ - vendor/assets/stylesheets/fontawesome/webfonts/fa-regular-400.woff2
554
+ - vendor/assets/stylesheets/fontawesome/webfonts/fa-solid-900.ttf
555
+ - vendor/assets/stylesheets/fontawesome/webfonts/fa-solid-900.woff2
556
+ - vendor/assets/stylesheets/fontawesome/webfonts/fa-v4compatibility.ttf
557
+ - vendor/assets/stylesheets/fontawesome/webfonts/fa-v4compatibility.woff2
544
558
  - vendor/assets/stylesheets/jquery-ui.css
545
559
  - vendor/assets/stylesheets/jquery-ui.min.css
546
560
  - vendor/assets/stylesheets/jquery.multi-select.min.css
@@ -567,7 +581,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
567
581
  - !ruby/object:Gem::Version
568
582
  version: '0'
569
583
  requirements: []
570
- rubygems_version: 3.5.3
584
+ rubygems_version: 3.5.23
571
585
  signing_key:
572
586
  specification_version: 4
573
587
  summary: Ui Bibz is an Ui Framework that allows you to build an interface very quickly