weaver 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/.gitmodules +3 -0
  3. data/data/weaver/css/style.css +0 -6
  4. data/data/weaver/font-awesome/css/fa-brands.css +13 -0
  5. data/data/weaver/font-awesome/css/fa-brands.min.css +5 -0
  6. data/data/weaver/font-awesome/css/fa-regular.css +14 -0
  7. data/data/weaver/font-awesome/css/fa-regular.min.css +5 -0
  8. data/data/weaver/font-awesome/css/fa-solid.css +15 -0
  9. data/data/weaver/font-awesome/css/fa-solid.min.css +5 -0
  10. data/data/weaver/font-awesome/css/fontawesome-all.css +2726 -0
  11. data/data/weaver/font-awesome/css/fontawesome-all.min.css +5 -0
  12. data/data/weaver/font-awesome/css/fontawesome.css +2696 -0
  13. data/data/weaver/font-awesome/css/fontawesome.min.css +5 -0
  14. data/data/weaver/font-awesome/less/_animated.less +19 -0
  15. data/data/weaver/font-awesome/less/_bordered-pulled.less +16 -0
  16. data/data/weaver/font-awesome/less/_core.less +12 -0
  17. data/data/weaver/font-awesome/less/_fixed-width.less +6 -0
  18. data/data/weaver/font-awesome/less/_icons.less +833 -0
  19. data/data/weaver/font-awesome/less/_larger.less +27 -0
  20. data/data/weaver/font-awesome/less/_list.less +18 -0
  21. data/data/weaver/font-awesome/less/_mixins.less +57 -0
  22. data/data/weaver/font-awesome/less/_rotated-flipped.less +23 -0
  23. data/data/weaver/font-awesome/less/_screen-reader.less +5 -0
  24. data/data/weaver/font-awesome/less/_stacked.less +22 -0
  25. data/data/weaver/font-awesome/less/_variables.less +842 -0
  26. data/data/weaver/font-awesome/less/fa-brands.less +21 -0
  27. data/data/weaver/font-awesome/less/fa-regular.less +22 -0
  28. data/data/weaver/font-awesome/less/fa-solid.less +23 -0
  29. data/data/weaver/font-awesome/less/fontawesome.less +16 -0
  30. data/data/weaver/font-awesome/scss/fa-brands.scss +21 -0
  31. data/data/weaver/font-awesome/scss/fa-regular.scss +22 -0
  32. data/data/weaver/font-awesome/scss/fa-solid.scss +23 -0
  33. data/data/weaver/font-awesome/scss/fontawesome.scss +16 -0
  34. data/data/weaver/font-awesome/webfonts/fa-brands-400.eot +0 -0
  35. data/data/weaver/font-awesome/webfonts/fa-brands-400.svg +1008 -0
  36. data/data/weaver/font-awesome/webfonts/fa-brands-400.ttf +0 -0
  37. data/data/weaver/font-awesome/webfonts/fa-brands-400.woff +0 -0
  38. data/data/weaver/font-awesome/webfonts/fa-brands-400.woff2 +0 -0
  39. data/data/weaver/font-awesome/webfonts/fa-regular-400.eot +0 -0
  40. data/data/weaver/font-awesome/webfonts/fa-regular-400.svg +366 -0
  41. data/data/weaver/font-awesome/webfonts/fa-regular-400.ttf +0 -0
  42. data/data/weaver/font-awesome/webfonts/fa-regular-400.woff +0 -0
  43. data/data/weaver/font-awesome/webfonts/fa-regular-400.woff2 +0 -0
  44. data/data/weaver/font-awesome/webfonts/fa-solid-900.eot +0 -0
  45. data/data/weaver/font-awesome/webfonts/fa-solid-900.svg +1518 -0
  46. data/data/weaver/font-awesome/webfonts/fa-solid-900.ttf +0 -0
  47. data/data/weaver/font-awesome/webfonts/fa-solid-900.woff +0 -0
  48. data/data/weaver/font-awesome/webfonts/fa-solid-900.woff2 +0 -0
  49. data/lib/weaver/element_types/form_elements.rb +68 -0
  50. data/lib/weaver/version.rb +1 -1
  51. metadata +47 -1
@@ -0,0 +1,21 @@
1
+ /*!
2
+ * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ @import "_variables.less";
6
+
7
+ @font-face {
8
+ font-family: 'Font Awesome 5 Brands';
9
+ font-style: normal;
10
+ font-weight: normal;
11
+ src: url('@{fa-font-path}/fa-brands-400.eot');
12
+ src: url('@{fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'),
13
+ url('@{fa-font-path}/fa-brands-400.woff2') format('woff2'),
14
+ url('@{fa-font-path}/fa-brands-400.woff') format('woff'),
15
+ url('@{fa-font-path}/fa-brands-400.ttf') format('truetype'),
16
+ url('@{fa-font-path}/fa-brands-400.svg#fontawesome') format('svg');
17
+ }
18
+
19
+ .fab {
20
+ font-family: 'Font Awesome 5 Brands';
21
+ }
@@ -0,0 +1,22 @@
1
+ /*!
2
+ * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ @import "_variables.less";
6
+
7
+ @font-face {
8
+ font-family: 'Font Awesome 5 Free';
9
+ font-style: normal;
10
+ font-weight: 400;
11
+ src: url('@{fa-font-path}/fa-regular-400.eot');
12
+ src: url('@{fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'),
13
+ url('@{fa-font-path}/fa-regular-400.woff2') format('woff2'),
14
+ url('@{fa-font-path}/fa-regular-400.woff') format('woff'),
15
+ url('@{fa-font-path}/fa-regular-400.ttf') format('truetype'),
16
+ url('@{fa-font-path}/fa-regular-400.svg#fontawesome') format('svg');
17
+ }
18
+
19
+ .far {
20
+ font-family: 'Font Awesome 5 Free';
21
+ font-weight: 400;
22
+ }
@@ -0,0 +1,23 @@
1
+ /*!
2
+ * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ @import "_variables.less";
6
+
7
+ @font-face {
8
+ font-family: 'Font Awesome 5 Free';
9
+ font-style: normal;
10
+ font-weight: 900;
11
+ src: url('@{fa-font-path}/fa-solid-900.eot');
12
+ src: url('@{fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'),
13
+ url('@{fa-font-path}/fa-solid-900.woff2') format('woff2'),
14
+ url('@{fa-font-path}/fa-solid-900.woff') format('woff'),
15
+ url('@{fa-font-path}/fa-solid-900.ttf') format('truetype'),
16
+ url('@{fa-font-path}/fa-solid-900.svg#fontawesome') format('svg');
17
+ }
18
+
19
+ .fa,
20
+ .fas {
21
+ font-family: 'Font Awesome 5 Free';
22
+ font-weight: 900;
23
+ }
@@ -0,0 +1,16 @@
1
+ /*!
2
+ * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ @import "_variables.less";
6
+ @import "_mixins.less";
7
+ @import "_core.less";
8
+ @import "_larger.less";
9
+ @import "_fixed-width.less";
10
+ @import "_list.less";
11
+ @import "_bordered-pulled.less";
12
+ @import "_animated.less";
13
+ @import "_rotated-flipped.less";
14
+ @import "_stacked.less";
15
+ @import "_icons.less";
16
+ @import "_screen-reader.less";
@@ -0,0 +1,21 @@
1
+ /*!
2
+ * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ @import 'variables';
6
+
7
+ @font-face {
8
+ font-family: 'Font Awesome 5 Brands';
9
+ font-style: normal;
10
+ font-weight: normal;
11
+ src: url('#{$fa-font-path}/fa-brands-400.eot');
12
+ src: url('#{$fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'),
13
+ url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),
14
+ url('#{$fa-font-path}/fa-brands-400.woff') format('woff'),
15
+ url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype'),
16
+ url('#{$fa-font-path}/fa-brands-400.svg#fontawesome') format('svg');
17
+ }
18
+
19
+ .fab {
20
+ font-family: 'Font Awesome 5 Brands';
21
+ }
@@ -0,0 +1,22 @@
1
+ /*!
2
+ * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ @import 'variables';
6
+
7
+ @font-face {
8
+ font-family: 'Font Awesome 5 Free';
9
+ font-style: normal;
10
+ font-weight: 400;
11
+ src: url('#{$fa-font-path}/fa-regular-400.eot');
12
+ src: url('#{$fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'),
13
+ url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),
14
+ url('#{$fa-font-path}/fa-regular-400.woff') format('woff'),
15
+ url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype'),
16
+ url('#{$fa-font-path}/fa-regular-400.svg#fontawesome') format('svg');
17
+ }
18
+
19
+ .far {
20
+ font-family: 'Font Awesome 5 Free';
21
+ font-weight: 400;
22
+ }
@@ -0,0 +1,23 @@
1
+ /*!
2
+ * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ @import 'variables';
6
+
7
+ @font-face {
8
+ font-family: 'Font Awesome 5 Free';
9
+ font-style: normal;
10
+ font-weight: 900;
11
+ src: url('#{$fa-font-path}/fa-solid-900.eot');
12
+ src: url('#{$fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'),
13
+ url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
14
+ url('#{$fa-font-path}/fa-solid-900.woff') format('woff'),
15
+ url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype'),
16
+ url('#{$fa-font-path}/fa-solid-900.svg#fontawesome') format('svg');
17
+ }
18
+
19
+ .fa,
20
+ .fas {
21
+ font-family: 'Font Awesome 5 Free';
22
+ font-weight: 900;
23
+ }
@@ -0,0 +1,16 @@
1
+ /*!
2
+ * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
+ */
5
+ @import 'variables';
6
+ @import 'mixins';
7
+ @import 'core';
8
+ @import 'larger';
9
+ @import 'fixed-width';
10
+ @import 'list';
11
+ @import 'bordered-pulled';
12
+ @import 'animated';
13
+ @import 'rotated-flipped';
14
+ @import 'stacked';
15
+ @import 'icons';
16
+ @import 'screen-reader';