intia-theme 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (220) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/_main.scss +13 -11
  3. data/favicon.png +0 -0
  4. data/node_modules/bulma/CHANGELOG.md +1558 -0
  5. data/node_modules/bulma/LICENSE +21 -0
  6. data/node_modules/bulma/README.md +134 -0
  7. data/node_modules/bulma/bulma.sass +10 -0
  8. data/node_modules/bulma/css/bulma-rtl.css +11811 -0
  9. data/node_modules/bulma/css/bulma-rtl.css.map +1 -0
  10. data/node_modules/bulma/css/bulma-rtl.min.css +1 -0
  11. data/node_modules/bulma/css/bulma.css +11811 -0
  12. data/node_modules/bulma/css/bulma.css.map +1 -0
  13. data/node_modules/bulma/css/bulma.min.css +1 -0
  14. data/node_modules/bulma/package.json +82 -0
  15. data/node_modules/bulma/sass/base/_all.sass +6 -0
  16. data/node_modules/bulma/sass/base/animations.sass +5 -0
  17. data/node_modules/bulma/sass/base/generic.sass +145 -0
  18. data/node_modules/bulma/sass/base/helpers.sass +1 -0
  19. data/node_modules/bulma/sass/base/minireset.sass +79 -0
  20. data/node_modules/bulma/sass/components/_all.sass +15 -0
  21. data/node_modules/bulma/sass/components/breadcrumb.sass +77 -0
  22. data/node_modules/bulma/sass/components/card.sass +103 -0
  23. data/node_modules/bulma/sass/components/dropdown.sass +83 -0
  24. data/node_modules/bulma/sass/components/level.sass +79 -0
  25. data/node_modules/bulma/sass/components/media.sass +59 -0
  26. data/node_modules/bulma/sass/components/menu.sass +59 -0
  27. data/node_modules/bulma/sass/components/message.sass +101 -0
  28. data/node_modules/bulma/sass/components/modal.sass +117 -0
  29. data/node_modules/bulma/sass/components/navbar.sass +446 -0
  30. data/node_modules/bulma/sass/components/pagination.sass +166 -0
  31. data/node_modules/bulma/sass/components/panel.sass +121 -0
  32. data/node_modules/bulma/sass/components/tabs.sass +176 -0
  33. data/node_modules/bulma/sass/elements/_all.sass +16 -0
  34. data/node_modules/bulma/sass/elements/box.sass +26 -0
  35. data/node_modules/bulma/sass/elements/button.sass +345 -0
  36. data/node_modules/bulma/sass/elements/container.sass +29 -0
  37. data/node_modules/bulma/sass/elements/content.sass +159 -0
  38. data/node_modules/bulma/sass/elements/form.sass +1 -0
  39. data/node_modules/bulma/sass/elements/icon.sass +46 -0
  40. data/node_modules/bulma/sass/elements/image.sass +73 -0
  41. data/node_modules/bulma/sass/elements/notification.sass +52 -0
  42. data/node_modules/bulma/sass/elements/other.sass +31 -0
  43. data/node_modules/bulma/sass/elements/progress.sass +73 -0
  44. data/node_modules/bulma/sass/elements/table.sass +133 -0
  45. data/node_modules/bulma/sass/elements/tag.sass +140 -0
  46. data/node_modules/bulma/sass/elements/title.sass +70 -0
  47. data/node_modules/bulma/sass/form/_all.sass +9 -0
  48. data/node_modules/bulma/sass/form/checkbox-radio.sass +22 -0
  49. data/node_modules/bulma/sass/form/file.sass +184 -0
  50. data/node_modules/bulma/sass/form/input-textarea.sass +66 -0
  51. data/node_modules/bulma/sass/form/select.sass +87 -0
  52. data/node_modules/bulma/sass/form/shared.sass +60 -0
  53. data/node_modules/bulma/sass/form/tools.sass +215 -0
  54. data/node_modules/bulma/sass/grid/_all.sass +5 -0
  55. data/node_modules/bulma/sass/grid/columns.sass +513 -0
  56. data/node_modules/bulma/sass/grid/tiles.sass +36 -0
  57. data/node_modules/bulma/sass/helpers/_all.sass +12 -0
  58. data/node_modules/bulma/sass/helpers/color.sass +39 -0
  59. data/node_modules/bulma/sass/helpers/flexbox.sass +35 -0
  60. data/node_modules/bulma/sass/helpers/float.sass +10 -0
  61. data/node_modules/bulma/sass/helpers/other.sass +14 -0
  62. data/node_modules/bulma/sass/helpers/overflow.sass +2 -0
  63. data/node_modules/bulma/sass/helpers/position.sass +7 -0
  64. data/node_modules/bulma/sass/helpers/spacing.sass +31 -0
  65. data/node_modules/bulma/sass/helpers/typography.sass +103 -0
  66. data/node_modules/bulma/sass/helpers/visibility.sass +122 -0
  67. data/node_modules/bulma/sass/layout/_all.sass +6 -0
  68. data/node_modules/bulma/sass/layout/footer.sass +11 -0
  69. data/node_modules/bulma/sass/layout/hero.sass +153 -0
  70. data/node_modules/bulma/sass/layout/section.sass +17 -0
  71. data/node_modules/bulma/sass/utilities/_all.sass +9 -0
  72. data/node_modules/bulma/sass/utilities/animations.sass +1 -0
  73. data/node_modules/bulma/sass/utilities/controls.sass +49 -0
  74. data/node_modules/bulma/sass/utilities/derived-variables.sass +114 -0
  75. data/node_modules/bulma/sass/utilities/extends.sass +25 -0
  76. data/node_modules/bulma/sass/utilities/functions.sass +136 -0
  77. data/node_modules/bulma/sass/utilities/initial-variables.sass +78 -0
  78. data/node_modules/bulma/sass/utilities/mixins.sass +280 -0
  79. data/node_modules/bulma-block-list/LICENSE.txt +21 -0
  80. data/node_modules/bulma-block-list/README.md +32 -0
  81. data/node_modules/bulma-block-list/node_modules/bulma/CHANGELOG.md +1390 -0
  82. data/node_modules/bulma-block-list/node_modules/bulma/LICENSE +21 -0
  83. data/node_modules/bulma-block-list/node_modules/bulma/README.md +130 -0
  84. data/node_modules/bulma-block-list/node_modules/bulma/bulma.sass +9 -0
  85. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css +10855 -0
  86. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css.map +1 -0
  87. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.min.css +1 -0
  88. data/node_modules/bulma-block-list/node_modules/bulma/package.json +80 -0
  89. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/_all.sass +5 -0
  90. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/generic.sass +142 -0
  91. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/helpers.sass +281 -0
  92. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/minireset.sass +79 -0
  93. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/_all.sass +15 -0
  94. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/breadcrumb.sass +75 -0
  95. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/card.sass +79 -0
  96. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/dropdown.sass +81 -0
  97. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/level.sass +77 -0
  98. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/list.sass +39 -0
  99. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/media.sass +50 -0
  100. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/menu.sass +57 -0
  101. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/message.sass +99 -0
  102. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/modal.sass +113 -0
  103. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/navbar.sass +441 -0
  104. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/pagination.sass +150 -0
  105. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/panel.sass +119 -0
  106. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/tabs.sass +151 -0
  107. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/_all.sass +15 -0
  108. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/box.sass +24 -0
  109. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/button.sass +323 -0
  110. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/container.sass +24 -0
  111. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/content.sass +155 -0
  112. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/form.sass +1 -0
  113. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/icon.sass +21 -0
  114. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/image.sass +71 -0
  115. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/notification.sass +43 -0
  116. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/other.sass +39 -0
  117. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/progress.sass +67 -0
  118. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/table.sass +127 -0
  119. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/tag.sass +128 -0
  120. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/title.sass +70 -0
  121. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/_all.sass +8 -0
  122. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/checkbox-radio.sass +21 -0
  123. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/file.sass +180 -0
  124. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/input-textarea.sass +64 -0
  125. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/select.sass +85 -0
  126. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/shared.sass +55 -0
  127. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/tools.sass +205 -0
  128. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/_all.sass +4 -0
  129. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/columns.sass +504 -0
  130. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/tiles.sass +34 -0
  131. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/_all.sass +5 -0
  132. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/footer.sass +9 -0
  133. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/hero.sass +145 -0
  134. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/section.sass +13 -0
  135. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/_all.sass +8 -0
  136. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/animations.sass +5 -0
  137. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/controls.sass +50 -0
  138. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/derived-variables.sass +106 -0
  139. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/functions.sass +110 -0
  140. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/initial-variables.sass +77 -0
  141. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/mixins.sass +261 -0
  142. data/node_modules/bulma-block-list/package.json +59 -0
  143. data/node_modules/bulma-block-list/src/block-list.scss +109 -0
  144. data/node_modules/bulma-block-list/src/demo.scss +3 -0
  145. data/node_modules/bulma-carousel/CHANGELOG.md +307 -0
  146. data/node_modules/bulma-carousel/LICENSE +21 -0
  147. data/node_modules/bulma-carousel/README.md +13 -0
  148. data/node_modules/bulma-carousel/dist/css/bulma-carousel.min.css +1 -0
  149. data/node_modules/bulma-carousel/dist/js/bulma-carousel.js +2371 -0
  150. data/node_modules/bulma-carousel/package.json +108 -0
  151. data/node_modules/bulma-carousel/src/demo/_data/events.yml +15 -0
  152. data/node_modules/bulma-carousel/src/demo/_data/getters.yml +26 -0
  153. data/node_modules/bulma-carousel/src/demo/_data/menu.yml +26 -0
  154. data/node_modules/bulma-carousel/src/demo/_data/methods.yml +57 -0
  155. data/node_modules/bulma-carousel/src/demo/_data/options.yml +79 -0
  156. data/node_modules/bulma-carousel/src/demo/_data/setters.yml +0 -0
  157. data/node_modules/bulma-carousel/src/demo/_data/tree.yml +30 -0
  158. data/node_modules/bulma-carousel/src/demo/_includes/anchor.html +3 -0
  159. data/node_modules/bulma-carousel/src/demo/_includes/breadcrumb.html +5 -0
  160. data/node_modules/bulma-carousel/src/demo/_includes/events.html +33 -0
  161. data/node_modules/bulma-carousel/src/demo/_includes/getters.html +28 -0
  162. data/node_modules/bulma-carousel/src/demo/_includes/head.html +22 -0
  163. data/node_modules/bulma-carousel/src/demo/_includes/menu.html +22 -0
  164. data/node_modules/bulma-carousel/src/demo/_includes/methods.html +49 -0
  165. data/node_modules/bulma-carousel/src/demo/_includes/options.html +33 -0
  166. data/node_modules/bulma-carousel/src/demo/_includes/setters.html +28 -0
  167. data/node_modules/bulma-carousel/src/demo/_includes/tree.html +25 -0
  168. data/node_modules/bulma-carousel/src/demo/_includes/variables.html +28 -0
  169. data/node_modules/bulma-carousel/src/demo/_layouts/default.html +47 -0
  170. data/node_modules/bulma-carousel/src/demo/assets/css/bulma-carousel.min.css +1 -0
  171. data/node_modules/bulma-carousel/src/demo/assets/css/documentation.min.css +1 -0
  172. data/node_modules/bulma-carousel/src/demo/assets/css/highlight.css +78 -0
  173. data/node_modules/bulma-carousel/src/demo/assets/images/1.jpg +0 -0
  174. data/node_modules/bulma-carousel/src/demo/assets/images/2.jpg +0 -0
  175. data/node_modules/bulma-carousel/src/demo/assets/images/3.jpg +0 -0
  176. data/node_modules/bulma-carousel/src/demo/assets/images/4.jpg +0 -0
  177. data/node_modules/bulma-carousel/src/demo/assets/images/5.jpg +0 -0
  178. data/node_modules/bulma-carousel/src/demo/assets/images/6.jpg +0 -0
  179. data/node_modules/bulma-carousel/src/demo/assets/images/left.svg +3 -0
  180. data/node_modules/bulma-carousel/src/demo/assets/images/right.svg +3 -0
  181. data/node_modules/bulma-carousel/src/demo/assets/js/bulma-carousel.min.js +1 -0
  182. data/node_modules/bulma-carousel/src/demo/assets/js/doc.js +111 -0
  183. data/node_modules/bulma-carousel/src/demo/assets/js/main.js +23 -0
  184. data/node_modules/bulma-carousel/src/demo/changelog.html +17 -0
  185. data/node_modules/bulma-carousel/src/demo/customization.html +78 -0
  186. data/node_modules/bulma-carousel/src/demo/demonstration/index.html +402 -0
  187. data/node_modules/bulma-carousel/src/demo/index.html +396 -0
  188. data/node_modules/bulma-carousel/src/js/components/Media.js +129 -0
  189. data/node_modules/bulma-carousel/src/js/components/autoplay.js +111 -0
  190. data/node_modules/bulma-carousel/src/js/components/breakpoint.js +91 -0
  191. data/node_modules/bulma-carousel/src/js/components/infinite.js +60 -0
  192. data/node_modules/bulma-carousel/src/js/components/loop.js +35 -0
  193. data/node_modules/bulma-carousel/src/js/components/navigation.js +107 -0
  194. data/node_modules/bulma-carousel/src/js/components/pagination.js +103 -0
  195. data/node_modules/bulma-carousel/src/js/components/swipe.js +106 -0
  196. data/node_modules/bulma-carousel/src/js/components/transitioner.js +74 -0
  197. data/node_modules/bulma-carousel/src/js/components/transitions/fade.js +90 -0
  198. data/node_modules/bulma-carousel/src/js/components/transitions/translate.js +98 -0
  199. data/node_modules/bulma-carousel/src/js/defaultOptions.js +50 -0
  200. data/node_modules/bulma-carousel/src/js/index.js +428 -0
  201. data/node_modules/bulma-carousel/src/js/templates/index.js +5 -0
  202. data/node_modules/bulma-carousel/src/js/templates/item.js +3 -0
  203. data/node_modules/bulma-carousel/src/js/templates/navigation.js +4 -0
  204. data/node_modules/bulma-carousel/src/js/templates/pagination-page.js +3 -0
  205. data/node_modules/bulma-carousel/src/js/templates/pagination.js +3 -0
  206. data/node_modules/bulma-carousel/src/js/utils/coordinate.js +98 -0
  207. data/node_modules/bulma-carousel/src/js/utils/css.js +84 -0
  208. data/node_modules/bulma-carousel/src/js/utils/detect-prefixes.js +50 -0
  209. data/node_modules/bulma-carousel/src/js/utils/detect-supportsPassive.js +16 -0
  210. data/node_modules/bulma-carousel/src/js/utils/device.js +17 -0
  211. data/node_modules/bulma-carousel/src/js/utils/dom.js +10 -0
  212. data/node_modules/bulma-carousel/src/js/utils/eventEmitter.js +19 -0
  213. data/node_modules/bulma-carousel/src/js/utils/events.js +65 -0
  214. data/node_modules/bulma-carousel/src/js/utils/index.js +16 -0
  215. data/node_modules/bulma-carousel/src/js/utils/type.js +21 -0
  216. data/node_modules/bulma-carousel/src/sass/index.sass +145 -0
  217. data/package-lock.json +32 -0
  218. data/package.json +10 -0
  219. metadata +217 -2
  220. data/_config.yml +0 -72
@@ -0,0 +1,109 @@
1
+ @charset "utf-8";
2
+
3
+ $block-list-separator: 0.25rem !default;
4
+ $block-list-highlight-width: 5px !default;
5
+
6
+ .content {
7
+ ul.block-list {
8
+ list-style: none;
9
+ margin-left: 0;
10
+ }
11
+ }
12
+
13
+ .block-list {
14
+ list-style: none;
15
+
16
+ li {
17
+ padding: ($gap / 2);
18
+ background: $light;
19
+ margin-bottom: $block-list-separator;
20
+ }
21
+
22
+ li.is-left,
23
+ &.is-left > li {
24
+ text-align: left;
25
+ }
26
+
27
+
28
+ li.is-centered,
29
+ &.is-centered > li {
30
+ text-align: center;
31
+ }
32
+
33
+ li.is-right,
34
+ &.is-right > li {
35
+ text-align: right;
36
+ }
37
+
38
+ li.is-small,
39
+ &.is-small > li {
40
+ font-size: $small-font-size;
41
+ padding: ($gap / 3);
42
+ }
43
+
44
+ li.is-normal,
45
+ &.is-normal > li {
46
+ font-size: $body-font-size;
47
+ }
48
+
49
+ li.is-large,
50
+ &.is-large > li {
51
+ font-size: $size-large;
52
+ }
53
+
54
+ li.has-radius,
55
+ &.has-radius > li {
56
+ border-radius: $radius;
57
+ }
58
+
59
+ li.is-highlighted,
60
+ &.is-highlighted > li {
61
+ border-left: $block-list-highlight-width $dark solid;
62
+ }
63
+
64
+ @mixin outlined($color) {
65
+ background: transparent;
66
+ color: $color;
67
+ border: 1px solid $color;
68
+ }
69
+
70
+ li.is-outlined,
71
+ &.is-outlined > li {
72
+ @include outlined($border);
73
+ color: $text;
74
+ }
75
+
76
+ @each $name, $pair in $colors {
77
+
78
+ $color: nth($pair, 1);
79
+ $color-invert: nth($pair, 2);
80
+
81
+ li.is-#{$name},
82
+ &.is-#{$name} > li {
83
+ background: $color;
84
+ color: $color-invert;
85
+ }
86
+
87
+ li.is-#{$name}.is-outlined {
88
+ @include outlined($color);
89
+ }
90
+
91
+ li.is-#{$name}.is-highlighted {
92
+ @include outlined($color);
93
+ border-left: $block-list-highlight-width $color solid;
94
+ }
95
+
96
+ &.is-#{$name} {
97
+ li.is-outlined,
98
+ &.is-outlined > li {
99
+ @include outlined($color);
100
+ }
101
+
102
+ li.is-highlighted,
103
+ &.is-highlighted > li {
104
+ @include outlined($color);
105
+ border-left: $block-list-highlight-width $color solid;
106
+ }
107
+ }
108
+ }
109
+ }
@@ -0,0 +1,3 @@
1
+ @charset "utf-8";
2
+ @import "node_modules/bulma/bulma";
3
+ @import "block-list.scss";
@@ -0,0 +1,307 @@
1
+ <a name="2.0.14"></a>
2
+ ## [2.0.14](https://github.com/Wikiki/bulma-carousel/compare/2.0.13...2.0.14) (2018-05-14)
3
+
4
+
5
+
6
+ <a name="2.0.13"></a>
7
+ ## [2.0.13](https://github.com/Wikiki/bulma-carousel/compare/2.0.12...2.0.13) (2018-05-14)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **swipe:** Mouse enable swipe ([51ed4f9](https://github.com/Wikiki/bulma-carousel/commit/51ed4f9)), closes [#37](https://github.com/Wikiki/bulma-carousel/issues/37)
13
+
14
+
15
+
16
+ <a name="2.0.12"></a>
17
+ ## [2.0.12](https://github.com/Wikiki/bulma-carousel/compare/2.0.9...2.0.12) (2018-05-13)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **fade:** Blank image ([2eb732c](https://github.com/Wikiki/bulma-carousel/commit/2eb732c))
23
+
24
+
25
+
26
+ <a name="2.0.11"></a>
27
+ ## [2.0.11](https://github.com/Wikiki/bulma-carousel/compare/2.0.9...2.0.11) (2018-05-13)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * **fade:** Blank image ([2eb732c](https://github.com/Wikiki/bulma-carousel/commit/2eb732c))
33
+
34
+
35
+
36
+ <a name="2.0.10"></a>
37
+ ## [2.0.10](https://github.com/Wikiki/bulma-carousel/compare/2.0.9...2.0.10) (2018-05-13)
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * **fade:** Blank image ([2eb732c](https://github.com/Wikiki/bulma-carousel/commit/2eb732c))
43
+
44
+
45
+
46
+ <a name="2.0.9"></a>
47
+ ## [2.0.9](https://github.com/Wikiki/bulma-carousel/compare/2.0.8...2.0.9) (2018-05-11)
48
+
49
+
50
+
51
+ <a name="2.0.8"></a>
52
+ ## [2.0.8](https://github.com/Wikiki/bulma-carousel/compare/2.0.7...2.0.8) (2018-05-11)
53
+
54
+
55
+ ### Bug Fixes
56
+
57
+ * **size:** AutoCalculate carousel size ([0fcb127](https://github.com/Wikiki/bulma-carousel/commit/0fcb127))
58
+
59
+
60
+
61
+ <a name="2.0.7"></a>
62
+ ## [2.0.7](https://github.com/Wikiki/bulma-carousel/compare/2.0.6...2.0.7) (2018-05-11)
63
+
64
+
65
+
66
+ <a name="2.0.6"></a>
67
+ ## [2.0.6](https://github.com/Wikiki/bulma-carousel/compare/2.0.5...2.0.6) (2018-05-11)
68
+
69
+
70
+
71
+ <a name="2.0.5"></a>
72
+ ## [2.0.5](https://github.com/Wikiki/bulma-carousel/compare/2.0.4...2.0.5) (2018-05-11)
73
+
74
+
75
+
76
+ <a name="2.0.4"></a>
77
+ ## [2.0.4](https://github.com/Wikiki/bulma-carousel/compare/2.0.3...2.0.4) (2018-05-11)
78
+
79
+
80
+
81
+ <a name="2.0.3"></a>
82
+ ## [2.0.3](https://github.com/Wikiki/bulma-carousel/compare/2.0.2...2.0.3) (2018-05-11)
83
+
84
+
85
+
86
+ <a name="2.0.2"></a>
87
+ ## [2.0.2](https://github.com/Wikiki/bulma-carousel/compare/2.0.1...2.0.2) (2018-05-11)
88
+
89
+
90
+
91
+ <a name="2.0.1"></a>
92
+ ## [2.0.1](https://github.com/Wikiki/bulma-carousel/compare/2.0.0...2.0.1) (2018-05-11)
93
+
94
+
95
+ ### Bug Fixes
96
+
97
+ * Changelog ([d7917cc](https://github.com/Wikiki/bulma-carousel/commit/d7917cc))
98
+
99
+
100
+
101
+ <a name="2.0.0"></a>
102
+ # [2.0.0](https://github.com/Wikiki/bulma-carousel/compare/1.1.0...2.0.0) (2018-05-11)
103
+
104
+ - Replace is-size-* by attribute data-size
105
+ - New attach static method to instantiate carousels (default selector = '.carousel, .hero-carousel')
106
+
107
+ ### New Features
108
+ - Events: add events management (carousel:ready ; carousel:slide:before ; carousel:slide:after)
109
+
110
+ ### Bug Fixes
111
+ - #6: carousel-navigation is-overlay
112
+ - #7: Animated Slide
113
+ - #22: Integration with third-party applications
114
+ - #24: Sass reference error
115
+ - #31: Bugs: The carousel does not work when you click on return the image is lost.
116
+ - #33: Carousel autoplay doesn't work
117
+
118
+
119
+ <a name="1.0.11"></a>
120
+ ## [1.0.11](https://github.com/Wikiki/bulma-carousel/compare/1.0.10...1.0.11) (2018-03-05)
121
+
122
+
123
+
124
+ <a name="1.0.10"></a>
125
+ ## [1.0.10](https://github.com/Wikiki/bulma-carousel/compare/1.0.9...1.0.10) (2018-02-22)
126
+
127
+
128
+
129
+ <a name="1.0.9"></a>
130
+ ## [1.0.9](https://github.com/Wikiki/bulma-carousel/compare/1.0.8...1.0.9) (2018-02-22)
131
+
132
+
133
+
134
+ <a name="1.0.8"></a>
135
+ ## [1.0.8](https://github.com/Wikiki/bulma-carousel/compare/1.0.6...1.0.8) (2018-02-22)
136
+
137
+
138
+
139
+ <a name="1.0.6"></a>
140
+ ## [1.0.6](https://github.com/Wikiki/bulma-carousel/compare/1.0.5...1.0.6) (2018-02-22)
141
+
142
+
143
+
144
+ <a name="1.0.11"></a>
145
+ ## [1.0.11](https://github.com/Wikiki/bulma-carousel/compare/1.0.10...1.0.11) (2018-03-05)
146
+
147
+
148
+ ### Bug Fixes
149
+
150
+ * **navigation:** [#17](https://github.com/Wikiki/bulma-carousel/issues/17) ([1355319](https://github.com/Wikiki/bulma-carousel/commit/1355319))
151
+
152
+
153
+
154
+ <a name="1.0.10"></a>
155
+ ## [1.0.10](https://github.com/Wikiki/bulma-carousel/compare/1.0.9...1.0.10) (2018-02-22)
156
+
157
+
158
+
159
+ <a name="1.0.9"></a>
160
+ ## [1.0.9](https://github.com/Wikiki/bulma-carousel/compare/1.0.8...1.0.9) (2018-02-22)
161
+
162
+
163
+
164
+ <a name="1.0.8"></a>
165
+ ## [1.0.8](https://github.com/Wikiki/bulma-carousel/compare/1.0.6...1.0.8) (2018-02-22)
166
+
167
+
168
+
169
+ <a name="1.0.7"></a>
170
+ ## [1.0.7](https://github.com/Wikiki/bulma-carousel/compare/1.0.6...1.0.7) (2018-02-22)
171
+
172
+
173
+
174
+ <a name="1.0.6"></a>
175
+ ## [1.0.6](https://github.com/Wikiki/bulma-carousel/compare/1.0.5...1.0.6) (2018-02-22)
176
+
177
+
178
+
179
+ <a name="1.0.5"></a>
180
+ ## [1.0.5](https://github.com/Wikiki/bulma-carousel/compare/1.0.4...1.0.5) (2018-02-22)
181
+
182
+
183
+ ### Bug Fixes
184
+
185
+ * **display:** One Image display ([c1a667a](https://github.com/Wikiki/bulma-carousel/commit/c1a667a))
186
+
187
+
188
+
189
+ <a name="1.0.4"></a>
190
+ ## [1.0.4](https://github.com/Wikiki/bulma-carousel/compare/1.0.3...1.0.4) (2018-02-11)
191
+
192
+
193
+
194
+ <a name="1.0.3"></a>
195
+ ## [1.0.3](https://github.com/Wikiki/bulma-carousel/compare/1.0.2...1.0.3) (2018-02-11)
196
+
197
+
198
+ ### Bug Fixes
199
+
200
+ * **navigation:** is-reversing SASS rule was wrong ([77cc7f1](https://github.com/Wikiki/bulma-carousel/commit/77cc7f1))
201
+
202
+
203
+
204
+ <a name="1.0.2"></a>
205
+ ## [1.0.2](https://github.com/Wikiki/bulma-carousel/compare/1.0.1...1.0.2) (2018-02-11)
206
+
207
+
208
+ ### Bug Fixes
209
+
210
+ * **autoplay:** Typo on dataset getter ([6b2a4e0](https://github.com/Wikiki/bulma-carousel/commit/6b2a4e0))
211
+
212
+
213
+
214
+ <a name="1.0.1"></a>
215
+ ## [1.0.1](https://github.com/Wikiki/bulma-carousel/compare/1.0.0...1.0.1) (2018-02-11)
216
+
217
+
218
+ ### Bug Fixes
219
+
220
+ * **gulp:** Remove Bulma’s important from dist’sass ([f34f964](https://github.com/Wikiki/bulma-carousel/commit/f34f964))
221
+
222
+
223
+
224
+ <a name="1.0.0"></a>
225
+ # [1.0.0](https://github.com/Wikiki/bulma-carousel/compare/0.3.11...1.0.0) (2018-02-10)
226
+
227
+
228
+ ### Features
229
+
230
+ * **gulp:** Add Rollup in scripts build task ([fc3bbf8](https://github.com/Wikiki/bulma-carousel/commit/fc3bbf8))
231
+ * **package:** Add Rollup dependencies ([d4774a5](https://github.com/Wikiki/bulma-carousel/commit/d4774a5))
232
+
233
+
234
+
235
+ <a name="0.3.11"></a>
236
+ ## [0.3.11](https://github.com/Wikiki/bulma-carousel/compare/0.3.10...0.3.11) (2018-02-10)
237
+
238
+
239
+
240
+ <a name="0.3.10"></a>
241
+ ## [0.3.10](https://github.com/Wikiki/bulma-carousel/compare/0.3.9...0.3.10) (2018-02-10)
242
+
243
+
244
+ ### Bug Fixes
245
+
246
+ * **gulp:** Use UMD modules style ([90905d5](https://github.com/Wikiki/bulma-carousel/commit/90905d5))
247
+
248
+
249
+
250
+ <a name="0.3.9"></a>
251
+ ## [0.3.9](https://github.com/Wikiki/bulma-carousel/compare/0.3.8...0.3.9) (2018-02-10)
252
+
253
+
254
+ ### Bug Fixes
255
+
256
+ * **swipe:** Set image draggable attribute to false ([4262599](https://github.com/Wikiki/bulma-carousel/commit/4262599))
257
+
258
+
259
+
260
+ <a name="0.3.8"></a>
261
+ ## [0.3.8](https://github.com/Wikiki/bulma-carousel/compare/0.3.7...0.3.8) (2018-02-10)
262
+
263
+
264
+ ### Bug Fixes
265
+
266
+ * **gulp:** Correct dist filenames ([60e278a](https://github.com/Wikiki/bulma-carousel/commit/60e278a))
267
+ * **package:** Correct file paths ([b188514](https://github.com/Wikiki/bulma-carousel/commit/b188514))
268
+ * **travis:** Remove configuration ([c6112c8](https://github.com/Wikiki/bulma-carousel/commit/c6112c8))
269
+
270
+
271
+
272
+ <a name="0.3.7"></a>
273
+ ## [0.3.7](https://github.com/Wikiki/bulma-carousel/compare/v0.1.0...v0.3.7) (2018-02-09)
274
+
275
+
276
+ ### Bug Fixes
277
+
278
+ * **bower:** Add missing version ([2a6e9a3](https://github.com/Wikiki/bulma-carousel/commit/2a6e9a3))
279
+
280
+
281
+ ### Features
282
+
283
+ * **gulp:** Add gulp dependencies ([45e8c95](https://github.com/Wikiki/bulma-carousel/commit/45e8c95))
284
+ * **gulp:** Add release task ([0a17340](https://github.com/Wikiki/bulma-carousel/commit/0a17340))
285
+
286
+
287
+
288
+ # Change Log
289
+
290
+ ## [Unreleased](https://github.com/wikiki/bulma-carousel/tree/HEAD)
291
+
292
+ [Full Changelog](https://github.com/wikiki/bulma-carousel/compare/v0.1.0...HEAD)
293
+
294
+ **Implemented enhancements:**
295
+
296
+ - Feature Request: Auto-Scroll [\#4](https://github.com/Wikiki/bulma-carousel/issues/4)
297
+ - Mobile touch events? [\#2](https://github.com/Wikiki/bulma-carousel/issues/2)
298
+
299
+ **Closed issues:**
300
+
301
+ - Double quote array expansions, otherwise they're like $\* and break on spaces. [\#5](https://github.com/Wikiki/bulma-carousel/issues/5)
302
+ - carousel scss file [\#3](https://github.com/Wikiki/bulma-carousel/issues/3)
303
+
304
+ ## [v0.1.0](https://github.com/wikiki/bulma-carousel/tree/v0.1.0) (2017-11-30)
305
+
306
+
307
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018 CreativeBulma
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,13 @@
1
+ # bulma-carousel
2
+ Bulma's extension to display a Carousel
3
+
4
+ [![npm](https://img.shields.io/npm/v/bulma-carousel.svg)](https://www.npmjs.com/package/bulma-carousel)
5
+ [![npm](https://img.shields.io/npm/dm/bulma-carousel.svg)](https://www.npmjs.com/package/bulma-carousel)
6
+ [![Build Status](https://travis-ci.org/Wikiki/bulma-carousel.svg?branch=master)](https://travis-ci.org/Wikiki/bulma-carousel)
7
+
8
+ # :exclamation::exclamation::exclamation: Looking for new Maintainer :exclamation::exclamation::exclamation:
9
+ As you may have noticed, this package has not been updated for some time. I'm sorry, but unfortunately I'm not able to continue to maintain it, so I'm looking for someone who would like to take it over and maintain it. If you are interested, please contact me at wikiki@protonmail.com to discuss how to proceed.
10
+
11
+ Documentation & Demo
12
+ ---
13
+ You can find the Documentation and a demo [here](https://bulma-carousel.onrender.com/)
@@ -0,0 +1 @@
1
+ @-webkit-keyframes spinAround{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spinAround{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.slider{position:relative;width:100%}.slider-container{display:flex;flex-wrap:nowrap;flex-direction:row;overflow:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);min-height:100%}.slider-container.is-vertical{flex-direction:column}.slider-container .slider-item{flex:none}.slider-container .slider-item .image.is-covered img{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;height:100%;width:100%}.slider-container .slider-item .video-container{height:0;padding-bottom:0;padding-top:56.25%;margin:0;position:relative}.slider-container .slider-item .video-container.is-1by1,.slider-container .slider-item .video-container.is-square{padding-top:100%}.slider-container .slider-item .video-container.is-4by3{padding-top:75%}.slider-container .slider-item .video-container.is-21by9{padding-top:42.857143%}.slider-container .slider-item .video-container embed,.slider-container .slider-item .video-container iframe,.slider-container .slider-item .video-container object{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.slider-navigation-next,.slider-navigation-previous{display:flex;justify-content:center;align-items:center;position:absolute;width:42px;height:42px;background:#fff center center no-repeat;background-size:20px 20px;border:1px solid #fff;border-radius:25091983px;box-shadow:0 2px 5px #3232321a;top:50%;margin-top:-20px;left:0;cursor:pointer;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.slider-navigation-next:hover,.slider-navigation-previous:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.slider-navigation-next.is-hidden,.slider-navigation-previous.is-hidden{display:none;opacity:0}.slider-navigation-next svg,.slider-navigation-previous svg{width:25%}.slider-navigation-next{left:auto;right:0;background:#fff center center no-repeat;background-size:20px 20px}.slider-pagination{display:none;justify-content:center;align-items:center;position:absolute;bottom:0;left:0;right:0;padding:.5rem 1rem;text-align:center}.slider-pagination .slider-page{background:#fff;width:10px;height:10px;border-radius:25091983px;display:inline-block;margin:0 3px;box-shadow:0 2px 5px #3232321a;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;cursor:pointer}.slider-pagination .slider-page.is-active,.slider-pagination .slider-page:hover{-webkit-transform:scale(1.4);transform:scale(1.4)}@media screen and (min-width:800px){.slider-pagination{display:flex}}.hero.has-carousel{position:relative}.hero.has-carousel+.hero-body,.hero.has-carousel+.hero-footer,.hero.has-carousel+.hero-head{z-index:10;overflow:hidden}.hero.has-carousel .hero-carousel{position:absolute;top:0;left:0;bottom:0;right:0;height:auto;border:none;margin:auto;padding:0;z-index:0}.hero.has-carousel .hero-carousel .slider{width:100%;max-width:100%;overflow:hidden;height:100%!important;max-height:100%;z-index:0}.hero.has-carousel .hero-carousel .slider .has-background{max-height:100%}.hero.has-carousel .hero-carousel .slider .has-background .is-background{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;height:100%;width:100%}.hero.has-carousel .hero-body{margin:0 3rem;z-index:10}