bootstrap-bookingsync-sass 1.0.2 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (185) hide show
  1. checksums.yaml +5 -5
  2. data/.editorconfig +0 -14
  3. data/.gitignore +3 -13
  4. data/CHANGELOG.md +40 -2
  5. data/LICENSE.md +9 -0
  6. data/README.md +0 -100
  7. data/assets/javascripts/bookingsync/form.js +19 -19
  8. data/assets/stylesheets/_bootstrap-bookingsync.scss +0 -1
  9. data/assets/stylesheets/bookingsync/_buttons.scss +6 -0
  10. data/assets/stylesheets/bookingsync/_chosen.scss +4 -1
  11. data/assets/stylesheets/bookingsync/_form.scss +45 -1
  12. data/assets/stylesheets/bookingsync/_icons.scss +521 -98
  13. data/assets/stylesheets/bookingsync/_menu.scss +25 -4
  14. data/assets/stylesheets/bookingsync/_modals.scss +0 -4
  15. data/assets/stylesheets/bookingsync/_variables.scss +100 -36
  16. data/docs/Gemfile +3 -2
  17. data/docs/content/assets/stylesheets/_icons.scss +0 -5
  18. data/docs/content/assets/stylesheets/_variables.scss +0 -1
  19. data/docs/content/brand/iconography.md +28 -0
  20. data/docs/content/forms/forms.md +50 -0
  21. data/docs/content/utilities/_navbar.html +2 -0
  22. data/docs/content/utilities/helpers.md +15 -0
  23. data/docs/layouts/sidebar.html +0 -7
  24. data/lib/bootstrap-bookingsync-sass.rb +9 -10
  25. data/lib/bootstrap/bookingsync/engine.rb +4 -2
  26. data/lib/bootstrap/bookingsync/version.rb +1 -1
  27. metadata +4 -163
  28. data/.bowerrc +0 -4
  29. data/.ember-cli +0 -9
  30. data/.jshintrc +0 -32
  31. data/.npmignore +0 -16
  32. data/.travis.yaml +0 -34
  33. data/.watchmanconfig +0 -3
  34. data/LICENSE +0 -21
  35. data/addon/.gitkeep +0 -0
  36. data/addon/components/bsy-alert.js +0 -28
  37. data/addon/components/bsy-annotated-section.js +0 -8
  38. data/addon/components/bsy-annotated-section/annotation.js +0 -8
  39. data/addon/components/bsy-annotated-section/content.js +0 -8
  40. data/addon/components/bsy-button.js +0 -34
  41. data/addon/components/bsy-button/close.js +0 -12
  42. data/addon/components/bsy-checkbox.js +0 -8
  43. data/addon/components/bsy-input-addon.js +0 -8
  44. data/addon/components/bsy-input-addon/addon.js +0 -8
  45. data/addon/components/bsy-input-addon/input.js +0 -14
  46. data/addon/components/bsy-input.js +0 -16
  47. data/addon/components/bsy-modal.js +0 -17
  48. data/addon/components/bsy-modal/body.js +0 -8
  49. data/addon/components/bsy-modal/close.js +0 -7
  50. data/addon/components/bsy-modal/footer.js +0 -8
  51. data/addon/components/bsy-modal/header.js +0 -8
  52. data/addon/components/bsy-nav.js +0 -8
  53. data/addon/components/bsy-nav/item.js +0 -19
  54. data/addon/components/bsy-nav/link.js +0 -19
  55. data/addon/components/bsy-radio-buttons.js +0 -10
  56. data/addon/components/bsy-radio-buttons/button.js +0 -22
  57. data/addon/components/bsy-radio.js +0 -14
  58. data/addon/components/bsy-select-multiple.js +0 -14
  59. data/addon/components/bsy-select.js +0 -14
  60. data/addon/components/bsy-sheet.js +0 -7
  61. data/addon/components/bsy-sheet/header.js +0 -7
  62. data/addon/components/bsy-textarea.js +0 -15
  63. data/addon/templates/components/bsy-alert.hbs +0 -6
  64. data/addon/templates/components/bsy-annotated-section.hbs +0 -1
  65. data/addon/templates/components/bsy-annotated-section/annotation.hbs +0 -1
  66. data/addon/templates/components/bsy-annotated-section/content.hbs +0 -1
  67. data/addon/templates/components/bsy-button.hbs +0 -1
  68. data/addon/templates/components/bsy-button/close.hbs +0 -1
  69. data/addon/templates/components/bsy-checkbox.hbs +0 -7
  70. data/addon/templates/components/bsy-input-addon.hbs +0 -3
  71. data/addon/templates/components/bsy-input-addon/addon.hbs +0 -1
  72. data/addon/templates/components/bsy-input-addon/input.hbs +0 -8
  73. data/addon/templates/components/bsy-input.hbs +0 -8
  74. data/addon/templates/components/bsy-modal.hbs +0 -8
  75. data/addon/templates/components/bsy-modal/body.hbs +0 -1
  76. data/addon/templates/components/bsy-modal/close.hbs +0 -1
  77. data/addon/templates/components/bsy-modal/footer.hbs +0 -1
  78. data/addon/templates/components/bsy-modal/header.hbs +0 -2
  79. data/addon/templates/components/bsy-nav.hbs +0 -1
  80. data/addon/templates/components/bsy-nav/item.hbs +0 -1
  81. data/addon/templates/components/bsy-nav/link.hbs +0 -1
  82. data/addon/templates/components/bsy-radio-buttons.hbs +0 -3
  83. data/addon/templates/components/bsy-radio-buttons/button.hbs +0 -6
  84. data/addon/templates/components/bsy-radio.hbs +0 -8
  85. data/addon/templates/components/bsy-select-multiple.hbs +0 -11
  86. data/addon/templates/components/bsy-select.hbs +0 -12
  87. data/addon/templates/components/bsy-sheet.hbs +0 -1
  88. data/addon/templates/components/bsy-sheet/header.hbs +0 -1
  89. data/addon/templates/components/bsy-textarea.hbs +0 -8
  90. data/app/.gitkeep +0 -0
  91. data/app/components/bsy-alert.js +0 -1
  92. data/app/components/bsy-annotated-section.js +0 -1
  93. data/app/components/bsy-annotated-section/annotation.js +0 -1
  94. data/app/components/bsy-annotated-section/content.js +0 -1
  95. data/app/components/bsy-button.js +0 -1
  96. data/app/components/bsy-button/close.js +0 -1
  97. data/app/components/bsy-checkbox.js +0 -1
  98. data/app/components/bsy-input-addon.js +0 -1
  99. data/app/components/bsy-input-addon/addon.js +0 -1
  100. data/app/components/bsy-input-addon/input.js +0 -1
  101. data/app/components/bsy-input.js +0 -1
  102. data/app/components/bsy-modal.js +0 -1
  103. data/app/components/bsy-modal/body.js +0 -1
  104. data/app/components/bsy-modal/close.js +0 -1
  105. data/app/components/bsy-modal/footer.js +0 -1
  106. data/app/components/bsy-modal/header.js +0 -1
  107. data/app/components/bsy-nav.js +0 -1
  108. data/app/components/bsy-nav/item.js +0 -1
  109. data/app/components/bsy-nav/link.js +0 -1
  110. data/app/components/bsy-radio-buttons.js +0 -1
  111. data/app/components/bsy-radio-buttons/button.js +0 -1
  112. data/app/components/bsy-radio.js +0 -1
  113. data/app/components/bsy-select-multiple.js +0 -1
  114. data/app/components/bsy-select.js +0 -1
  115. data/app/components/bsy-sheet.js +0 -1
  116. data/app/components/bsy-sheet/header.js +0 -1
  117. data/app/components/bsy-textarea.js +0 -1
  118. data/assets/stylesheets/bookingsync/_ember-power-select.scss +0 -126
  119. data/blueprints/ember-cli-bootstrap-bookingsync-sass/files/app/styles/app.scss +0 -3
  120. data/blueprints/ember-cli-bootstrap-bookingsync-sass/files/app/templates/application.hbs +0 -31
  121. data/blueprints/ember-cli-bootstrap-bookingsync-sass/files/ember-cli-build.js +0 -28
  122. data/blueprints/ember-cli-bootstrap-bookingsync-sass/index.js +0 -15
  123. data/bower.json +0 -14
  124. data/config/deploy.js +0 -30
  125. data/config/ember-try.js +0 -36
  126. data/config/environment.js +0 -6
  127. data/docs/public/ember/assets/dummy-605390683726afd79cffdf529eb4531a.css +0 -28
  128. data/docs/public/ember/assets/dummy-daae8f1136db419cd268e84ad4f5c989.js +0 -2
  129. data/docs/public/ember/assets/vendor-226e4280b8b1da91e2e598b6726ea1f4.js +0 -28
  130. data/docs/public/ember/assets/vendor-d41d8cd98f00b204e9800998ecf8427e.css +0 -0
  131. data/docs/public/ember/crossdomain.xml +0 -15
  132. data/docs/public/ember/fonts/bookingsync/bookingsync-icons.eot +0 -0
  133. data/docs/public/ember/fonts/bookingsync/bookingsync-icons.svg +0 -37
  134. data/docs/public/ember/fonts/bookingsync/bookingsync-icons.ttf +0 -0
  135. data/docs/public/ember/fonts/bookingsync/bookingsync-icons.woff +0 -0
  136. data/docs/public/ember/fonts/bookingsync/bookingsync-icons.woff2 +0 -0
  137. data/docs/public/ember/fonts/bookingsync/bookingsync-smiles.eot +0 -0
  138. data/docs/public/ember/fonts/bookingsync/bookingsync-smiles.svg +0 -19
  139. data/docs/public/ember/fonts/bookingsync/bookingsync-smiles.ttf +0 -0
  140. data/docs/public/ember/fonts/bookingsync/bookingsync-smiles.woff +0 -0
  141. data/docs/public/ember/fonts/bookingsync/bookingsync-smiles.woff2 +0 -0
  142. data/docs/public/ember/index.html +0 -27
  143. data/docs/public/ember/robots.txt +0 -3
  144. data/ember-cli-build.js +0 -23
  145. data/index.js +0 -78
  146. data/package.json +0 -63
  147. data/testem.json +0 -12
  148. data/tests/.jshintrc +0 -52
  149. data/tests/dummy/app/app.js +0 -18
  150. data/tests/dummy/app/components/.gitkeep +0 -0
  151. data/tests/dummy/app/controllers/.gitkeep +0 -0
  152. data/tests/dummy/app/controllers/index.js +0 -30
  153. data/tests/dummy/app/helpers/.gitkeep +0 -0
  154. data/tests/dummy/app/index.html +0 -25
  155. data/tests/dummy/app/models/.gitkeep +0 -0
  156. data/tests/dummy/app/resolver.js +0 -3
  157. data/tests/dummy/app/router.js +0 -11
  158. data/tests/dummy/app/routes/.gitkeep +0 -0
  159. data/tests/dummy/app/styles/app.scss +0 -8
  160. data/tests/dummy/app/templates/application.hbs +0 -11
  161. data/tests/dummy/app/templates/components/.gitkeep +0 -0
  162. data/tests/dummy/app/templates/index.hbs +0 -242
  163. data/tests/dummy/app/templates/navbar.hbs +0 -19
  164. data/tests/dummy/app/templates/sidebar.hbs +0 -45
  165. data/tests/dummy/config/environment.js +0 -47
  166. data/tests/dummy/public/crossdomain.xml +0 -15
  167. data/tests/dummy/public/robots.txt +0 -3
  168. data/tests/helpers/destroy-app.js +0 -5
  169. data/tests/helpers/module-for-acceptance.js +0 -23
  170. data/tests/helpers/resolver.js +0 -11
  171. data/tests/helpers/start-app.js +0 -18
  172. data/tests/index.html +0 -34
  173. data/tests/integration/.gitkeep +0 -0
  174. data/tests/integration/components/bsy-alert-test.js +0 -24
  175. data/tests/integration/components/bsy-button-test.js +0 -24
  176. data/tests/integration/components/bsy-nav-test.js +0 -24
  177. data/tests/integration/components/bsy-nav/item-test.js +0 -24
  178. data/tests/integration/components/bsy-nav/link-test.js +0 -24
  179. data/tests/integration/components/bsy-sheet-test.js +0 -24
  180. data/tests/integration/components/bsy-sheet.header-test.js +0 -24
  181. data/tests/integration/components/bsy-sheet/header-test.js +0 -24
  182. data/tests/test-helper.js +0 -6
  183. data/tests/unit/.gitkeep +0 -0
  184. data/vendor/.gitkeep +0 -0
  185. data/yarn.lock +0 -5356
@@ -1,15 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
3
- <cross-domain-policy>
4
- <!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
5
-
6
- <!-- Most restrictive policy: -->
7
- <site-control permitted-cross-domain-policies="none"/>
8
-
9
- <!-- Least restrictive policy: -->
10
- <!--
11
- <site-control permitted-cross-domain-policies="all"/>
12
- <allow-access-from domain="*" to-ports="*" secure="false"/>
13
- <allow-http-request-headers-from domain="*" headers="*" secure="false"/>
14
- -->
15
- </cross-domain-policy>
@@ -1,37 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Generated by IcoMoon</metadata>
5
- <defs>
6
- <font id="icomoon" horiz-adv-x="1024">
7
- <font-face units-per-em="1024" ascent="960" descent="-64" />
8
- <missing-glyph horiz-adv-x="1024" />
9
- <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
- <glyph unicode="&#xe900;" glyph-name="invoice" horiz-adv-x="819" d="M587.092 331.947c7.54 0 13.653 6.113 13.653 13.653l0.002 81.92c0 7.541-6.113 13.654-13.653 13.654h-68.267v54.613h54.613v-13.653c0-7.541 6.113-13.653 13.653-13.653s13.653 6.113 13.653 13.653v27.307c0 7.646-6.007 13.653-13.653 13.653h-27.307v13.653c0 7.541-6.113 13.653-13.653 13.653s-13.653-6.113-13.653-13.653v-13.653h-27.307c-7.541 0-13.653-6.113-13.653-13.653v-81.92c0-7.541 6.113-13.653 13.653-13.653h68.267v-54.613h-54.613v13.653c0 7.541-6.113 13.653-13.653 13.653s-13.653-6.113-13.653-13.653v-27.307c0-7.646 6.007-13.653 13.653-13.653h27.307v-13.653c0-7.541 6.113-13.653 13.653-13.653s13.653 6.113 13.653 13.653v13.653h27.305zM450.56 714.24c7.541 0 13.653 6.113 13.653 13.653s-6.113 13.653-13.653 13.653h-245.76c-7.541 0-13.653-6.113-13.653-13.653s6.113-13.653 13.653-13.653h245.76zM368.64 605.013c7.541 0 13.653 6.113 13.653 13.653s-6.113 13.653-13.653 13.653h-163.84c-7.541 0-13.653-6.113-13.653-13.653s6.113-13.653 13.653-13.653h163.84zM368.64 386.56c7.541 0 13.653 6.113 13.653 13.653s-6.113 13.653-13.653 13.653h-163.84c-7.541 0-13.653-6.113-13.653-13.653s6.113-13.653 13.653-13.653h163.84zM368.64 495.787c7.541 0 13.653 6.113 13.653 13.653s-6.113 13.653-13.653 13.653h-163.84c-7.541 0-13.653-6.113-13.653-13.653s6.113-13.653 13.653-13.653h163.84zM587.093 714.24c7.541 0 13.653 6.113 13.653 13.653s-6.113 13.653-13.653 13.653h-27.307c-7.541 0-13.653-6.113-13.653-13.653s6.113-13.653 13.653-13.653h27.307zM587.093 605.013c7.541 0 13.653 6.113 13.653 13.653s-6.113 13.653-13.653 13.653h-27.307c-7.541 0-13.653-6.113-13.653-13.653s6.113-13.653 13.653-13.653h27.307zM505.173 189.758l-44.959-44.959c-5.332-5.332-13.977-5.332-19.309 0l-44.959 44.959-44.959-44.959c-5.332-5.332-13.977-5.332-19.309 0l-44.959 44.959-44.959-44.959c-5.332-5.332-13.977-5.332-19.309 0l-44.959 44.959-44.959-44.959c-5.332-5.332-13.977-5.332-19.309 0s-5.332 13.977 0 19.309l54.613 54.613c5.332 5.332 13.977 5.332 19.309 0l44.959-44.959 44.959 44.959c5.332 5.332 13.977 5.332 19.309 0l44.959-44.959 44.959 44.959c5.332 5.332 13.977 5.332 19.309 0l44.959-44.959 44.959 44.959c5.332 5.332 13.977 5.332 19.309 0l44.959-44.959 44.959 44.959c5.332 5.332 13.977 5.332 19.309 0l54.613-54.613c5.332-5.332 5.332-13.977 0-19.309s-13.977-5.332-19.309 0l-44.959 44.959-44.959-44.959c-5.332-5.332-13.977-5.332-19.309 0l-44.959 44.959zM505.173 911.042l-44.959 44.959c-5.332 5.332-13.977 5.332-19.309 0l-44.959-44.959-44.959 44.959c-5.332 5.332-13.977 5.332-19.309 0l-44.959-44.959-44.959 44.959c-5.332 5.332-13.977 5.332-19.309 0l-44.959-44.959-44.959 44.959c-5.332 5.332-13.977 5.332-19.309 0s-5.332-13.977 0-19.309l54.613-54.613c5.332-5.332 13.977-5.332 19.309 0l44.959 44.959 44.959-44.959c5.332-5.332 13.977-5.332 19.309 0l44.959 44.959 44.959-44.959c5.332-5.332 13.977-5.332 19.309 0l44.959 44.959 44.959-44.959c5.332-5.332 13.977-5.332 19.309 0l44.959 44.959 44.959-44.959c5.332-5.332 13.977-5.332 19.309 0l54.613 54.613c5.332 5.332 5.332 13.977 0 19.309s-13.977 5.332-19.309 0l-44.959-44.959-44.959 44.959c-5.332 5.332-13.977 5.332-19.309 0l-44.959-44.959zM109.227 154.453h27.307v791.893h-27.307v-791.893zM655.36 154.453h27.307v791.893h-27.307v-791.893z" />
11
- <glyph unicode="&#xe904;" glyph-name="rental" d="M1024 352l-192 192v288h-128v-160l-192 192-512-512v-32h128v-320h320v192h128v-192h320v320h128z" />
12
- <glyph unicode="&#xe93b;" glyph-name="photo" d="M960 896h-896c-35.2 0-64-28.8-64-64v-768c0-35.2 28.8-64 64-64h896c35.2 0 64 28.8 64 64v768c0 35.2-28.8 64-64 64zM736 768c53.020 0 96-42.982 96-96s-42.98-96-96-96-96 42.982-96 96 42.98 96 96 96zM896 128h-768v128l224 384 256-320h64l224 192v-384z" />
13
- <glyph unicode="&#xe965;" glyph-name="video" d="M978.84 703.748c-10.588 0-21.458-3.722-31.436-10.766l-179.404-126.614v105.632c0 52.8-43.2 96-96 96h-576c-52.8 0-96-43.2-96-96v-448c0-52.8 43.2-96 96-96h576c52.8 0 96 43.2 96 96v105.628l179.402-126.614c9.978-7.042 20.848-10.764 31.434-10.766 0.002 0 0.002 0 0.006 0 14.088 0 26.956 6.496 35.292 17.822 6.456 8.77 9.868 20.052 9.868 32.634v410.586c-0.002 33.126-22.72 50.458-45.162 50.458zM256 256v384l320-192-320-192z" />
14
- <glyph unicode="&#xe9ae;" glyph-name="description" d="M704 704h232.118c-5.008 8.070-11.038 17-18.312 26.924-22.208 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-9.924 7.276-18.856 13.304-26.924 18.312v-232.118zM672 640c-17.676 0-32 14.328-32 32v288h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.884-80 80-80h736c44.112 0 80 35.888 80 80v624h-288zM736 128h-448c-17.672 0-32 14.326-32 32s14.328 32 32 32h448c17.674 0 32-14.326 32-32s-14.326-32-32-32zM736 256h-448c-17.672 0-32 14.326-32 32s14.328 32 32 32h448c17.674 0 32-14.326 32-32s-14.326-32-32-32zM736 384h-448c-17.672 0-32 14.326-32 32s14.328 32 32 32h448c17.674 0 32-14.326 32-32s-14.326-32-32-32z" />
15
- <glyph unicode="&#xe9eb;" glyph-name="contract" d="M64 960v-1024h896v1024h-896zM896 0h-768v896h768v-896zM192 768h320v-64h-320v64zM192 640h320v-64h-320v64zM192 512h320v-64h-320v64zM192 384.64h320v-64h-320v64zM192 256h320v-64h-320v64zM192 128h640v-64h-640v64zM832 741.492l-37.49-37.492 37.49-37.492v-26.508h-64v-64h-26.51l-37.49 37.49-37.49-37.49h-26.51v64h-64v26.508l37.49 37.492-37.49 37.492v26.508h64v64h26.51l37.49-37.49 37.49 37.49h26.51v-64h64v-26.508zM768 512v-288l-64 64-64-64v288z" />
16
- <glyph unicode="&#xe9f9;" glyph-name="reservation" d="M575.996 640l127.998-127.998-255.994-255.994-127.998 127.998zM1001.526 662.496l-73.516 73.516-32.008-32.008c-16.378-16.38-39.010-26.51-64-26.51-49.988 0-90.514 40.522-90.514 90.51 0 25.002 10.14 47.638 26.534 64.018l31.988 31.986-73.518 73.516c-29.968 29.968-79.008 29.968-108.976 0l-595.040-595.038c-29.966-29.968-29.966-79.010 0-108.976l73.52-73.518 31.962 31.964c16.382 16.406 39.030 26.552 64.044 26.552 49.988 0 90.51-40.524 90.51-90.51 0-25.006-10.14-47.64-26.534-64.022l-31.984-31.986 73.516-73.518c29.966-29.966 79.008-29.966 108.976 0l595.040 595.040c29.964 29.976 29.964 79.016 0 108.984zM448.002 128.004l-256 256 384 384 256-256-384-384z" />
17
- <glyph unicode="&#xea12;" glyph-name="rates" horiz-adv-x="1088" d="M0 704v-576h1088v576h-1088zM192 192h-128v128h64v-64h64v-64zM192 576h-64v-64h-64v128h128v-64zM544 192c-123.514 0-224 100.486-224 224s100.486 224 224 224 224-100.486 224-224-100.486-224-224-224zM1024 192h-128v64h64v64h64v-128zM1024 512h-64v64h-64v64h128v-128zM544 576c-88.224 0-160-71.776-160-160s71.776-160 160-160 160 71.776 160 160-71.774 160-160 160z" />
18
- <glyph unicode="&#xea16;" glyph-name="payments" d="M928 832h-832c-52.8 0-96-43.2-96-96v-576c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v576c0 52.8-43.2 96-96 96zM192 192h-64v128h64v-128zM320 192h-64v128h64v-128zM448 192h-64v128h64v-128zM992 448h-960v192h960v-192z" />
19
- <glyph unicode="&#xea1b;" glyph-name="help" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM320 448c0 106.040 85.96 192 192 192s192-85.96 192-192-85.96-192-192-192-192 85.96-192 192zM925.98 276.524v0l-177.42 73.49c12.518 30.184 19.44 63.276 19.44 97.986s-6.922 67.802-19.44 97.986l177.42 73.49c21.908-52.822 34.020-110.73 34.020-171.476s-12.114-118.654-34.020-171.476v0zM683.478 861.98v0 0l-73.49-177.42c-30.184 12.518-63.276 19.44-97.988 19.44s-67.802-6.922-97.986-19.44l-73.49 177.422c52.822 21.904 110.732 34.018 171.476 34.018 60.746 0 118.654-12.114 171.478-34.020zM98.020 619.476l177.422-73.49c-12.518-30.184-19.442-63.276-19.442-97.986s6.922-67.802 19.44-97.986l-177.42-73.49c-21.906 52.822-34.020 110.73-34.020 171.476s12.114 118.654 34.020 171.476zM340.524 34.020l73.49 177.42c30.184-12.518 63.276-19.44 97.986-19.44s67.802 6.922 97.986 19.44l73.49-177.42c-52.822-21.904-110.73-34.020-171.476-34.020-60.744 0-118.654 12.114-171.476 34.020z" />
20
- <glyph unicode="&#xea38;" glyph-name="map" d="M512 960c-176.732 0-320-143.268-320-320 0-320 320-704 320-704s320 384 320 704c0 176.732-143.27 320-320 320zM512 448c-106.040 0-192 85.96-192 192s85.96 192 192 192 192-85.96 192-192-85.96-192-192-192z" />
21
- <glyph unicode="&#xea62;" glyph-name="calendar" d="M832 768h-64v-128h-192v128h-192v-128h-192v128h-64c-35.2 0-64-28.8-64-64v-704c0-35.2 28.8-64 64-64h704c35.2 0 64 28.8 64 64v704c0 35.2-28.8 64-64 64zM256 0h-127.886c-0.040 0.034-0.082 0.076-0.114 0.116v127.884h128v-128zM256 192h-128v128h128v-128zM256 384h-128v128h128v-128zM448 0h-128v128h128v-128zM448 192h-128v128h128v-128zM448 384h-128v128h128v-128zM640 0h-128v128h128v-128zM640 192h-128v128h128v-128zM640 384h-128v128h128v-128zM832 0.116c-0.034-0.040-0.076-0.082-0.116-0.116h-127.884v128h128v-127.884zM832 192h-128v128h128v-128zM832 384h-128v128h128v-128zM320 832c0 17.672-14.328 32-32 32s-32-14.328-32-32v-128h64v128zM704 832c0 17.672-14.328 32-32 32s-32-14.328-32-32v-128h64v128z" />
22
- <glyph unicode="&#xea80;" glyph-name="inbox" d="M1016.988 307.99l-256 320c-6.074 7.592-15.266 12.010-24.988 12.010h-448c-9.72 0-18.916-4.418-24.988-12.010l-256-320c-4.538-5.674-7.012-12.724-7.012-19.99v-288c0-35.346 28.654-64 64-64h896c35.348 0 64 28.654 64 64v288c0 7.266-2.472 14.316-7.012 19.99zM960 256h-224l-128-128h-192l-128 128h-224v20.776l239.38 299.224h417.24l239.38-299.224v-20.776z" />
23
- <glyph unicode="&#xeb0c;" glyph-name="clients" horiz-adv-x="1408" d="M768 254.694v13.256c92.524 35.408 160 145.59 160 276.050 0 159.058-100.29 288-224 288-123.712 0-224-128.942-224-288 0-130.46 67.476-240.642 160-276.050v-13.256c-217.102-8.874-384-62.21-384-126.694v-128h896v128c0 64.484-166.898 117.82-384 126.694zM1152 511.408v5.078c73.032 20.754 128 111.146 128 219.514 0 123.712-71.634 224-160 224s-160-100.288-160-224c0-108.37 54.968-198.76 128-219.514v-5.078c-31.81-1.172-62.054-4.074-89.878-8.412-6.28-68.208-28.092-131.24-61.738-182.996h471.616v96c0 49.414-112.006 90.1-256 95.408zM409.878 502.996c-27.824 4.338-58.070 7.24-89.878 8.412v5.078c73.032 20.754 128 111.146 128 219.514 0 123.712-71.634 224-160 224s-160-100.288-160-224c0-108.37 54.968-198.76 128-219.514v-5.078c-143.994-5.308-256-45.994-256-95.408v-96h471.618c-33.646 51.756-55.458 114.788-61.74 182.996z" />
24
- <glyph unicode="&#xeb0d;" glyph-name="owner" d="M320 768c0 106.039 85.961 192 192 192s192-85.961 192-192c0-106.039-85.961-192-192-192s-192 85.961-192 192zM768.078 512h-35.424l-199.104-404.244 74.45 372.244-96 96-96-96 74.45-372.244-199.102 404.244h-35.424c-127.924 0-127.924-85.986-127.924-192v-320h768v320c0 106.014 0 192-127.922 192z" />
25
- <glyph unicode="&#xeb36;" glyph-name="search" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256z" />
26
- <glyph unicode="&#xeb4a;" glyph-name="checkin" d="M704 960c-176.73 0-320-143.268-320-320 0-20.026 1.858-39.616 5.376-58.624l-389.376-389.376v-192c0-35.346 28.654-64 64-64h64v64h128v128h128v128h128l83.042 83.042c34.010-12.316 70.696-19.042 108.958-19.042 176.73 0 320 143.268 320 320s-143.27 320-320 320zM799.874 639.874c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96z" />
27
- <glyph unicode="&#xeb5f;" glyph-name="settings" d="M933.79 349.75c-53.726 93.054-21.416 212.304 72.152 266.488l-100.626 174.292c-28.75-16.854-62.176-26.518-97.846-26.518-107.536 0-194.708 87.746-194.708 195.99h-201.258c0.266-33.41-8.074-67.282-25.958-98.252-53.724-93.056-173.156-124.702-266.862-70.758l-100.624-174.292c28.97-16.472 54.050-40.588 71.886-71.478 53.638-92.908 21.512-211.92-71.708-266.224l100.626-174.292c28.65 16.696 61.916 26.254 97.4 26.254 107.196 0 194.144-87.192 194.7-194.958h201.254c-0.086 33.074 8.272 66.57 25.966 97.218 53.636 92.906 172.776 124.594 266.414 71.012l100.626 174.29c-28.78 16.466-53.692 40.498-71.434 71.228zM512 240.668c-114.508 0-207.336 92.824-207.336 207.334 0 114.508 92.826 207.334 207.336 207.334 114.508 0 207.332-92.826 207.332-207.334-0.002-114.51-92.824-207.334-207.332-207.334z" />
28
- <glyph unicode="&#xeb6c;" glyph-name="maintenance" d="M1014.512 169.488l-217.79 217.79c-41.53-9.522-86.882 1.864-119.232 34.212-32.35 32.35-43.734 77.704-34.212 119.232l-25.79 25.79c-22.060 22.062-76.82 4.308-130.744-39.516l-294.744 294.744-32 74.26-102.464 64-57.536-57.536 64-102.464 74.26-32 294.746-294.744c-43.826-53.926-61.58-108.684-39.52-130.744 0.006-0.006 0.012-0.010 0.018-0.016l25.774-25.774c41.53 9.522 86.882-1.862 119.232-34.212 32.352-32.352 43.736-77.704 34.212-119.232l217.788-217.79c25.952-25.95 97.13 3.158 158.988 65.016 61.856 61.856 90.962 133.038 65.014 158.984zM890.87 69.13c-7.42-7.42-17.144-11.13-26.87-11.13s-19.45 3.71-26.87 11.13l-320 320c-14.842 14.84-14.842 38.898 0 53.738 14.84 14.84 38.898 14.84 53.738 0l320-320c14.842-14.838 14.842-38.898 0.002-53.738z" />
29
- <glyph unicode="&#xeb8b;" glyph-name="reports" d="M640 704h-256v-768h256v768zM448 632v8h128v-8h-128zM448 600v16h128v-16h-128zM448 568v16h128v-16h-128zM448 536v16h128v-16h-128zM448 504v16h128v-16h-128zM448 472v16h128v-16h-128zM448 440v16h128v-16h-128zM448 408v16h128v-16h-128zM448 376v16h128v-16h-128zM448 344v16h128v-16h-128zM448 312v16h128v-16h-128zM448 280v16h128v-16h-128zM448 248v16h128v-16h-128zM448 216v16h128v-16h-128zM448 184v16h128v-16h-128zM448 152v16h128v-16h-128zM448 120v16h128v-16h-128zM448 88v16h128v-16h-128zM448 56v16h128v-16h-128zM448 24v16h128v-16h-128zM448 0v8h128v-8h-128zM0 384h256v-448h-256zM768 960h256v-1024h-256z" />
30
- <glyph unicode="&#xebfb;" glyph-name="cleaning" d="M1005.254 941.254c-24.992 24.994-65.516 24.994-90.508 0l-240-240-66.746 66.746-128-111.24-454.48-138.32c-15.16-4.612-25.52-18.596-25.52-34.44v-32c0-137.828 53.674-267.408 151.132-364.868 97.462-97.458 227.040-151.132 364.868-151.132h32c15.846 0 29.826 10.36 34.44 25.518l138.322 454.484 111.238 127.998-66.746 66.746 240 240c24.994 24.994 24.994 65.514 0 90.508zM521.326 8h-5.326c-53.22 0-104.998 9.328-153.502 27.16l149.502 348.84-248.036-297.642c-21.926 15.182-42.658 32.428-61.918 51.688s-36.506 39.992-51.688 61.918l297.642 248.036-348.84-149.502c-17.832 48.504-27.16 100.284-27.16 153.502v5.326l465.7 141.734 125.362-125.362-141.736-465.698z" />
31
- <glyph unicode="&#xec09;" glyph-name="notifications" d="M448 256l393.636-140.488 182.364 797.356zM320 300.092l704 612.776-1024-506.462zM448 188.046v-252.046l185.752 185.752z" />
32
- <glyph unicode="&#xec49;" glyph-name="instant" d="M704 960l-576-576h352l-160-448 576 576h-352z" />
33
- <glyph unicode="&#xec5d;" glyph-name="applications" d="M0 960h256v-256h-256zM384 960h256v-256h-256zM768 960h256v-256h-256zM0 576h256v-256h-256zM384 576h256v-256h-256zM768 576h256v-256h-256zM0 192h256v-256h-256zM384 192h256v-256h-256zM768 192h256v-256h-256z" />
34
- <glyph unicode="&#xec97;" glyph-name="website" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM352 866.548v-34.548l-160-160h-68.050c51.126 88.378 131.58 157.648 228.050 194.548zM512 320l-228.692-257.278c-9.328 5.546-18.434 11.424-27.308 17.616v207.662l-128 96v160c0 17.672 14.328 32 32 32h96c0 0 96-128 256-160v-96zM899.166 469.256c-15.832 53.238-29.504 58.412-99.166 82.096v0.002c-23.828 7.47-46.256 20.63-65.136 39.51-62.482 62.484-62.482 163.79 0 226.274 4.2 4.198 8.588 8.080 13.116 11.712 127.262-79.022 212.020-220.026 212.020-380.85 0-82.95-22.57-160.618-61.866-227.24 16.474 106.492 10.398 191.826 1.032 248.496z" />
35
- <glyph unicode="&#xece2;" glyph-name="reviews" d="M1022.442 553.952c-4.274 13.2-16.566 22.142-30.442 22.142l-343.458 0.012-106.122 325.128c-4.296 13.164-16.572 22.072-30.42 22.072s-26.124-8.908-30.42-22.072l-106.12-325.128-343.46-0.012c-13.876 0-26.168-8.942-30.444-22.142-4.274-13.2 0.446-27.65 11.688-35.784l277.736-200.922-106.056-325.026c-4.298-13.174 0.37-27.618 11.568-35.784 11.198-8.162 26.378-8.194 37.606-0.070l277.902 201.006 277.9-201.004c5.598-4.048 12.176-6.072 18.754-6.072 6.62 0 13.236 2.048 18.854 6.142 11.198 8.166 15.868 22.61 11.568 35.784l-106.056 325.024 277.734 200.922c11.242 8.132 15.962 22.582 11.688 35.784z" />
36
- <glyph unicode="&#xeecd;" glyph-name="widget" horiz-adv-x="1280" d="M832 224l96-96 320 320-320 320-96-96 224-224zM448 672l-96 96-320-320 320-320 96 96-224 224zM701.298 809.481l69.468-18.944-191.987-704.026-69.468 18.944 191.987 704.026z" />
37
- </font></defs></svg>
@@ -1,19 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Generated by IcoMoon</metadata>
5
- <defs>
6
- <font id="bookingsync-smiles" horiz-adv-x="1024">
7
- <font-face units-per-em="1024" ascent="960" descent="-64" />
8
- <missing-glyph horiz-adv-x="1024" />
9
- <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
- <glyph unicode="&#xe600;" glyph-name="bigboss" d="M802.488 286.945c-0.051 1.372-0.113 2.816-0.174 4.321-0.031 1.505-0.164 3.082-0.338 4.721-0.184 1.638-0.287 3.338-0.563 5.089-0.287 1.751-0.573 3.553-0.87 5.396-0.41 1.843-0.829 3.727-1.249 5.642-0.471 1.915-1.075 3.85-1.638 5.816-0.614 1.956-1.372 3.922-2.079 5.908-0.799 1.966-1.659 3.942-2.56 5.908-1.004 1.925-1.915 3.922-3.041 5.806-1.106 1.894-2.212 3.809-3.482 5.612-1.198 1.853-2.529 3.604-3.871 5.335-2.703 3.441-5.612 6.656-8.653 9.523-6.042 5.806-12.493 10.271-18.278 13.609-5.827 3.297-10.998 5.499-14.879 6.861-1.925 0.696-3.543 1.178-4.762 1.516-0.307 0.082-0.584 0.154-0.819 0.225-0.338 0.082-0.625 0.143-0.85 0.205-0.328 0.082-0.492 0.113-0.492 0.113l-0.256 0.061c-0.768 0.174-1.546 0.317-2.345 0.41-11.622 1.372-22.149-6.943-23.511-18.565-1.372-11.622 6.943-22.149 18.565-23.511 0 0 0.031 0 0.082-0.010 0.020 0 0.051-0.010 0.092-0.010l-0.031 0.010c-0.020 0.010-0.072 0.031-0.072 0.041 0.072-0.010 0.154-0.010 0.246-0.020 0.399-0.041 1.137-0.133 2.171-0.348 2.048-0.389 5.212-1.229 8.878-2.662 2.243-0.911 4.68-2.079 7.148-3.482-65.27-76.708-160.051-120.32-263.066-120.32-109.711 0-195.451 42.936-199.895 42.936-2.12 0-4.27-0.44-6.267-1.372-6.216-2.888-10.588-10.097-7.188-15.739 30.986-51.425 150.548-98.15 216.504-98.15 66.079 0 128.369 16.783 180.132 48.548 46.172 28.334 81.644 67.625 104.038 114.862 0.297-0.799 0.594-1.608 0.881-2.386 0.379-1.27 0.758-2.519 1.126-3.738 0.379-1.219 0.604-2.468 0.901-3.635 0.297-1.178 0.553-2.335 0.727-3.471 0.205-1.137 0.389-2.222 0.573-3.256 0.174-1.034 0.246-2.048 0.369-2.99 0.236-1.884 0.44-3.533 0.481-4.925 0.174-2.775 0.276-4.352 0.276-4.352l0.051-0.891c0.42-6.748 5.796-12.319 12.728-12.8 7.557-0.532 14.111 5.161 14.643 12.718 0 0 0.133 1.946 0.379 5.366 0.154 1.7 0.195 3.799 0.215 6.216 0 1.208 0.061 2.488 0.020 3.86zM249.385 728.207c-55.921 0-111.534 0-166.625 0v-66.232c18.688-9.339 24.197-31.877 30.464-67.574l135.854 133.54c0.102 0.092 0.205 0.174 0.307 0.266zM122.481 542.884c0.010-0.051 0.020-0.092 0.031-0.143 26.491-66.232 49.183-78.070 132.475-92.733s157.921 30.024 184.207 70.738l-180.869 88.893-135.844-66.755zM761.928 728.207c0.102-0.092 0.205-0.174 0.307-0.276l135.854-133.54c6.267 35.697 11.776 58.235 30.464 67.574v66.243c-55.091 0-110.705 0-166.625 0zM267.254 728.207c0.102-0.092 185.59-182.405 185.59-182.405 18.268 39.168 24.207 63.836 52.808 64.696 28.6-0.86 34.55-25.528 52.808-64.696 0 0 185.487 182.313 185.59 182.405zM572.129 520.755c26.286-40.724 100.915-85.402 184.207-70.738s105.974 26.491 132.475 92.733c0.010 0.051 0.020 0.092 0.031 0.143l-135.844 66.765-180.869-88.904z" />
11
- <glyph unicode="&#xe601;" glyph-name="boss" d="M32.072 513.454c-4.157 0-8.212 1.966-10.752 5.56-3.748 5.274-3.103 12.483 1.516 17.019l191.652 188.396c2.56 2.519 5.898 3.779 9.236 3.779s6.676-1.26 9.236-3.779l191.652-188.396c4.618-4.536 5.253-11.745 1.516-17.019-2.54-3.584-6.595-5.56-10.752-5.56-1.966 0-3.953 0.44-5.806 1.352l-185.836 91.341-185.846-91.341c-1.864-0.911-3.85-1.352-5.816-1.352zM990.331 513.454c-1.966 0-3.942 0.44-5.806 1.352l-185.846 91.341-185.846-91.341c-1.864-0.911-3.84-1.352-5.806-1.352-4.157 0-8.212 1.966-10.752 5.56-3.748 5.274-3.103 12.483 1.516 17.019l191.652 188.396c2.56 2.519 5.898 3.779 9.236 3.779s6.676-1.26 9.236-3.779l191.652-188.396c4.618-4.536 5.253-11.745 1.516-17.019-2.529-3.594-6.584-5.56-10.752-5.56zM812.339 286.945c-0.051 1.372-0.113 2.816-0.174 4.321-0.031 1.505-0.164 3.082-0.338 4.721-0.184 1.638-0.287 3.338-0.563 5.089-0.287 1.751-0.573 3.553-0.87 5.396-0.41 1.843-0.829 3.727-1.249 5.642-0.471 1.915-1.075 3.85-1.649 5.816-0.614 1.956-1.372 3.922-2.079 5.908-0.799 1.966-1.659 3.942-2.55 5.908-1.004 1.925-1.915 3.922-3.041 5.806-1.106 1.894-2.212 3.809-3.482 5.612-1.198 1.853-2.529 3.604-3.871 5.335-2.703 3.441-5.612 6.656-8.653 9.523-6.042 5.806-12.493 10.271-18.278 13.609-5.827 3.297-10.998 5.499-14.879 6.861-1.925 0.696-3.543 1.178-4.762 1.516-0.307 0.082-0.584 0.154-0.819 0.225-0.338 0.082-0.625 0.143-0.85 0.205-0.328 0.082-0.492 0.113-0.492 0.113l-0.256 0.061c-0.768 0.174-1.546 0.317-2.345 0.41-11.622 1.362-22.149-6.943-23.511-18.565s6.943-22.149 18.565-23.511c0 0 0.031 0 0.082-0.010 0.020 0 0.051-0.010 0.092-0.010l-0.031 0.010c-0.020 0.010-0.072 0.031-0.072 0.041 0.072-0.010 0.154-0.010 0.246-0.020 0.399-0.041 1.137-0.133 2.171-0.348 2.048-0.389 5.212-1.229 8.878-2.662 2.243-0.911 4.68-2.079 7.148-3.482-65.27-76.708-160.051-120.32-263.066-120.32-109.711 0-195.451 42.936-199.895 42.936-2.12 0-4.27-0.44-6.267-1.372-6.216-2.888-10.588-10.097-7.188-15.739 30.986-51.425 150.548-98.15 216.504-98.15 66.079 0 128.369 16.783 180.132 48.548 46.172 28.334 81.644 67.625 104.038 114.862 0.297-0.799 0.594-1.608 0.881-2.386 0.379-1.28 0.758-2.519 1.126-3.738 0.379-1.219 0.604-2.468 0.901-3.635 0.297-1.178 0.553-2.335 0.727-3.471 0.205-1.137 0.389-2.222 0.573-3.256 0.174-1.034 0.246-2.048 0.369-2.99 0.236-1.884 0.44-3.533 0.481-4.925 0.174-2.775 0.276-4.352 0.276-4.352l0.051-0.891c0.42-6.748 5.796-12.319 12.728-12.8 7.557-0.532 14.111 5.161 14.643 12.718 0 0 0.133 1.946 0.379 5.366 0.154 1.7 0.195 3.799 0.215 6.216 0 1.208 0.061 2.488 0.020 3.86z" />
12
- <glyph unicode="&#xe602;" glyph-name="bookingsync" d="M514.458 137.83c-61.604 0-122.665 17.531-171.95 49.367-54.241 35.031-93.030 85.903-112.189 147.108-1.935 6.185 0.911 12.861 6.717 15.739 1.874 0.932 3.881 1.372 5.857 1.372 4.147 0 8.202-1.956 10.742-5.53 61.43-86.262 155.433-135.731 257.905-135.731 102.461 0 196.229 49.459 257.239 135.7 2.54 3.594 6.605 5.571 10.762 5.571 1.946 0 3.922-0.43 5.775-1.331 5.806-2.836 8.704-9.462 6.84-15.647-18.729-62.126-56.576-113.326-109.445-148.060-48.364-31.775-106.537-48.558-168.253-48.558zM32.072 513.454c-4.157 0-8.212 1.966-10.752 5.56-3.748 5.274-3.103 12.483 1.516 17.019l191.652 188.396c2.56 2.519 5.898 3.779 9.236 3.779s6.676-1.26 9.236-3.779l191.652-188.396c4.618-4.536 5.253-11.745 1.516-17.019-2.54-3.584-6.595-5.56-10.752-5.56-1.966 0-3.953 0.44-5.806 1.352l-185.836 91.341-185.846-91.341c-1.864-0.911-3.85-1.352-5.816-1.352zM990.331 513.454c-1.966 0-3.942 0.44-5.806 1.352l-185.846 91.341-185.846-91.341c-1.864-0.911-3.84-1.352-5.806-1.352-4.157 0-8.212 1.966-10.752 5.56-3.748 5.274-3.103 12.483 1.516 17.019l191.652 188.396c2.56 2.519 5.898 3.779 9.236 3.779s6.676-1.26 9.236-3.779l191.652-188.396c4.618-4.536 5.253-11.745 1.516-17.019-2.529-3.594-6.584-5.56-10.752-5.56z" />
13
- <glyph unicode="&#xe603;" glyph-name="laughing" d="M32.072 550.39c-4.157 0-8.212 1.966-10.762 5.56-3.738 5.274-3.103 12.483 1.516 17.019l191.662 188.385c2.56 2.519 5.898 3.779 9.236 3.779s6.676-1.26 9.236-3.779l191.652-188.396c4.618-4.536 5.253-11.745 1.516-17.019-2.54-3.584-6.595-5.56-10.762-5.56-1.966 0-3.953 0.44-5.806 1.352l-185.836 91.341-185.836-91.331c-1.864-0.911-3.85-1.352-5.816-1.352zM990.331 550.39c-1.966 0-3.942 0.44-5.806 1.352l-185.836 91.341-185.836-91.341c-1.864-0.911-3.84-1.352-5.806-1.352-4.157 0-8.212 1.966-10.762 5.56-3.738 5.274-3.103 12.483 1.516 17.019l191.652 188.385c2.56 2.519 5.898 3.779 9.236 3.779s6.676-1.26 9.236-3.779l191.652-188.396c4.618-4.536 5.253-11.745 1.516-17.019-2.54-3.584-6.595-5.55-10.762-5.55zM830.843 354.621c-2.161 1.055-4.475 1.556-6.748 1.556h-627.169c-2.314 0-4.659-0.522-6.84-1.608-6.779-3.369-10.107-11.172-7.844-18.391 22.395-71.526 67.727-144.65 131.113-185.59 57.6-37.202 128.963-57.692 200.96-57.692 72.131 0 140.114 19.62 196.618 56.74 61.788 40.591 106.025 114.094 127.908 186.696 2.161 7.229-1.219 14.971-7.997 18.289zM510.884 177.418c-108.032 0-208.005 58.184-279.255 143.585h557.896c-70.851-85.402-170.598-143.585-278.641-143.585z" />
14
- <glyph unicode="&#xe604;" glyph-name="lemonface" d="M32.072 503.624c-4.157 0-8.212 1.966-10.752 5.56-3.748 5.274-3.103 12.483 1.516 17.019l191.652 188.396c2.56 2.519 5.898 3.779 9.236 3.779s6.676-1.26 9.236-3.779l191.652-188.396c4.618-4.536 5.253-11.745 1.516-17.019-2.54-3.584-6.595-5.56-10.752-5.56-1.966 0-3.953 0.44-5.806 1.352l-185.836 91.341-185.846-91.341c-1.864-0.922-3.85-1.352-5.816-1.352zM990.331 503.624c-1.966 0-3.942 0.44-5.806 1.352l-185.846 91.341-185.846-91.341c-1.864-0.911-3.84-1.352-5.806-1.352-4.157 0-8.212 1.966-10.752 5.56-3.748 5.274-3.103 12.483 1.516 17.019l191.652 188.396c2.56 2.519 5.898 3.779 9.236 3.779s6.676-1.26 9.236-3.779l191.652-188.396c4.618-4.536 5.253-11.745 1.516-17.019-2.529-3.594-6.584-5.56-10.752-5.56zM395.090 147.558c-5.448 0-10.353 0.696-14.531 1.659-42.22 9.759-68.833 57.569-97.004 108.186-9.155 16.445-17.828 32.031-26.358 44.882-5.458-4.567-15.35-14.981-29.215-38.011-13.066-21.699-22.2-42.435-22.292-42.639-7.27-16.568-26.604-24.125-43.172-16.855-16.568 7.26-24.125 26.573-16.876 43.141 0.481 1.106 12.022 27.351 28.754 54.374 27.269 44.042 52.746 65.761 80.2 68.362 12.349 1.157 35.881-0.942 54.63-28.273 10.916-15.913 21.443-34.816 31.611-53.105 11.305-20.316 22.999-41.318 34.406-56.658 11.96-16.077 18.483-19.005 19.835-19.466 0.41 0.154 1.321 0.553 2.755 1.556 14.889 10.373 29.061 25.59 42.762 40.305 16.62 17.848 32.317 34.703 50.77 45.076 27.044 15.206 55.398 13.005 79.841-6.205 12.155-9.554 23.112-20.173 33.7-30.433 40.448-39.209 46.305-38.031 58.726-28.416 13.998 10.834 24.115 24.535 33.905 37.786 11.756 15.913 22.866 30.945 39.854 39.916 21.914 11.571 46.305 9.257 72.499-6.871 15.411-9.492 20.214-29.676 10.721-45.097-9.492-15.411-29.676-20.214-45.097-10.721-4.413 2.714-7.137 3.738-8.458 4.127-4.004-2.98-11.336-12.902-16.804-20.296-11.274-15.258-25.303-34.253-46.5-50.657-27.218-21.074-57.242-25.098-86.804-11.622-21.627 9.861-39.956 27.628-57.672 44.8-9.39 9.103-19.098 18.514-28.57 25.958-1.853 1.454-3.082 2.048-3.553 2.212-7.649-0.993-27.75-22.579-38.584-34.212-15.299-16.425-32.635-35.041-53.248-49.418-14.746-10.271-28.713-13.384-40.233-13.384z" />
15
- <glyph unicode="&#xe605;" glyph-name="sadface" d="M507.955 351.416c61.604 0 122.665-17.531 171.95-49.367 54.241-35.031 93.030-85.903 112.189-147.108 1.935-6.185-0.911-12.861-6.717-15.739-1.874-0.932-3.881-1.372-5.857-1.372-4.147 0-8.202 1.956-10.742 5.53-61.43 86.262-155.433 135.731-257.905 135.731-102.461 0-196.229-49.459-257.239-135.7-2.54-3.594-6.605-5.571-10.762-5.571-1.946 0-3.922 0.43-5.775 1.331-5.806 2.836-8.704 9.462-6.84 15.647 18.729 62.126 56.576 113.326 109.445 148.060 48.353 31.775 106.527 48.558 168.253 48.558zM32.072 513.454c-4.157 0-8.212 1.966-10.752 5.56-3.748 5.274-3.103 12.483 1.516 17.019l191.652 188.396c2.56 2.519 5.898 3.779 9.236 3.779s6.676-1.26 9.236-3.779l191.652-188.396c4.618-4.536 5.253-11.745 1.516-17.019-2.54-3.584-6.595-5.56-10.752-5.56-1.966 0-3.953 0.44-5.806 1.352l-185.836 91.341-185.846-91.341c-1.864-0.911-3.85-1.352-5.816-1.352zM990.331 513.454c-1.966 0-3.942 0.44-5.806 1.352l-185.846 91.341-185.846-91.341c-1.864-0.911-3.84-1.352-5.806-1.352-4.157 0-8.212 1.966-10.752 5.56-3.748 5.274-3.103 12.483 1.516 17.019l191.652 188.396c2.56 2.519 5.898 3.779 9.236 3.779s6.676-1.26 9.236-3.779l191.652-188.396c4.618-4.536 5.253-11.745 1.516-17.019-2.529-3.594-6.584-5.56-10.752-5.56z" />
16
- <glyph unicode="&#xe606;" glyph-name="tongue" d="M514.458 183.716c-61.604 0-122.665 17.531-171.95 49.367-54.241 35.031-93.030 85.903-112.189 147.108-1.935 6.185 0.911 12.861 6.717 15.739 1.874 0.932 3.881 1.372 5.857 1.372 4.147 0 8.202-1.956 10.742-5.53 61.43-86.262 155.433-135.731 257.905-135.731 102.461 0 196.229 49.459 257.239 135.7 2.54 3.594 6.605 5.571 10.762 5.571 1.946 0 3.922-0.43 5.775-1.331 5.806-2.836 8.704-9.462 6.84-15.647-18.729-62.126-56.576-113.326-109.445-148.060-48.364-31.775-106.537-48.558-168.253-48.558zM32.072 559.34c-4.157 0-8.212 1.966-10.752 5.56-3.748 5.274-3.103 12.483 1.516 17.019l191.652 188.396c2.56 2.519 5.898 3.779 9.236 3.779s6.676-1.26 9.236-3.779l191.652-188.396c4.618-4.536 5.253-11.745 1.516-17.019-2.54-3.584-6.595-5.56-10.752-5.56-1.966 0-3.953 0.44-5.806 1.352l-185.836 91.341-185.846-91.341c-1.864-0.911-3.85-1.352-5.816-1.352zM990.331 559.34c-1.966 0-3.942 0.44-5.806 1.352l-185.846 91.341-185.846-91.341c-1.864-0.911-3.84-1.352-5.806-1.352-4.157 0-8.212 1.966-10.752 5.56-3.748 5.274-3.103 12.483 1.516 17.019l191.662 188.396c2.56 2.519 5.898 3.779 9.236 3.779s6.676-1.26 9.236-3.779l191.652-188.396c4.618-4.536 5.253-11.745 1.516-17.019-2.54-3.594-6.595-5.56-10.762-5.56zM602.552 243.825c0.020-0.010 0.061 0 0.358-0.092 0.287-0.092 0.655-0.205 1.106-0.328 0.87-0.276 2.161-0.686 3.85-1.229 3.287-1.137 7.946-2.97 13.599-5.929 5.642-2.97 12.298-7.045 19.405-12.892 7.076-5.868 14.776-13.455 21.504-24.351 3.318-5.458 6.41-11.807 8.55-19.21 0.256-0.932 0.522-1.864 0.788-2.796 0.215-0.973 0.43-1.946 0.645-2.929 0.266-1.249 0.532-2.509 0.809-3.768l0.102-0.492 0.051-0.236 0.031-0.051 0.102-0.215c0.061-0.143 0.102-0.297 0.123-0.451 0.276-0.635 0.44-1.311 0.748-1.976 2.202-5.325 6.932-11.254 13.527-15.872 3.277-2.304 6.963-4.291 10.854-5.714 3.871-1.475 7.916-2.406 11.868-2.765 3.953-0.338 7.803-0.072 11.366 0.799 1.792 0.42 3.512 1.014 5.181 1.71l0.246 0.092c0.195 0.092-1.413-0.727-0.666-0.348l2.714 1.382 0.512 0.266 0.143 0.113c0.195 0.143 0.399 0.266 0.614 0.369l0.164 0.082 0.266 0.195 0.543 0.379c5.827 3.932 10.844 10.895 13.568 19.118 2.796 8.223 3.318 17.48 1.843 26.184-1.413 8.755-4.946 16.998-9.779 24.095-1.157 1.802-2.509 3.471-3.82 5.14-0.707 0.799-1.372 1.618-2.048 2.427l-0.123 0.154-0.061 0.082c-0.072 0.082 0.451-0.44 0.184-0.174l-2.376 2.519c-0.901 0.952-1.792 1.905-2.673 2.836-0.87 0.922-1.792 1.935-2.56 2.652-1.587 1.577-3.154 3.133-4.68 4.649-6.472 6.134-12.749 11.418-18.422 15.79-5.693 4.383-10.926 7.68-15.217 10.23-4.301 2.54-7.741 4.188-9.953 5.181-2.232 1.014-3.154 1.311-2.683 1.208l6.083 28.682c0.471-0.092 2.724-0.492 6.236-1.444 3.533-0.973 8.407-2.57 14.295-5.007 5.908-2.417 12.739-5.827 20.183-10.23 7.475-4.372 15.462-9.83 23.757-16.343 2.099-1.72 4.239-3.471 6.42-5.263 1.157-0.932 2.028-1.731 3.021-2.591 0.973-0.85 1.946-1.7 2.939-2.57l2.232-1.956 0.379-0.328 0.686-0.666c1.157-1.126 2.314-2.273 3.492-3.42 2.253-2.396 4.536-4.864 6.646-7.567 8.571-10.66 15.739-23.951 19.456-38.984 1.884-7.506 2.826-15.411 2.826-23.48-0.031-8.069-0.973-16.323-3.256-24.453-2.263-8.12-5.581-16.189-10.394-23.706-4.762-7.526-10.926-14.531-18.473-20.224l-2.12-1.597-0.86-0.573c-1.147-0.758-2.314-1.505-3.492-2.232l-0.881-0.543-0.553-0.317-1.065-0.594-1.055-0.594-0.532-0.297-0.942-0.481-0.195-0.092-0.399-0.184c-4.188-2.038-8.54-3.738-12.995-4.987-8.899-2.499-18.043-3.348-26.808-2.877-8.776 0.512-17.234 2.212-25.108 5.018-7.905 2.755-15.268 6.513-22.026 11.069-13.476 9.062-24.658 21.647-31.181 36.864-0.84 1.874-1.495 3.85-2.212 5.775-0.358 1.157-0.707 2.324-1.034 3.492l-0.471 1.741-0.113 0.44-0.061 0.256-0.113 0.492-0.43 1.976-0.102 0.481-0.195 0.973-0.020 0.061-0.031 0.123-0.113 0.481-0.205 0.963-0.307 0.993c-0.809 2.662-2.028 5.56-3.584 8.499-3.133 5.888-7.25 11.868-11.264 17.203-4.024 5.356-7.946 10.158-11.233 14.172-3.287 4.024-5.96 7.27-7.721 9.513-0.86 1.116-1.526 1.976-1.966 2.55-0.215 0.297-0.348 0.502-0.399 0.614s-0.174 0.225-0.154 0.215l15.104 25.119z" />
17
- <glyph unicode="&#xe607;" glyph-name="winkface" d="M397.271 137.83c-65.956 0-185.518 46.725-216.504 98.15-3.4 5.642 0.973 12.861 7.188 15.739 2.007 0.932 4.147 1.372 6.267 1.372 4.444 0 90.184-42.936 199.895-42.936s210.094 49.459 275.425 135.7c2.724 3.594 7.066 5.571 11.53 5.571 2.089 0 4.198-0.43 6.185-1.331 6.216-2.836 9.318-9.462 7.322-15.647-20.050-62.126-60.58-113.326-117.187-148.060-51.753-31.775-114.033-48.558-180.122-48.558zM892.826 513.454c-1.966 0-3.942 0.44-5.806 1.352l-185.846 91.341-185.846-91.341c-1.864-0.911-3.84-1.352-5.806-1.352-4.157 0-8.212 1.966-10.752 5.56-3.748 5.274-3.103 12.483 1.516 17.019l191.652 188.396c2.56 2.519 5.898 3.779 9.236 3.779s6.676-1.26 9.236-3.779l191.652-188.396c4.618-4.536 5.253-11.745 1.516-17.019-2.54-3.594-6.595-5.56-10.752-5.56zM252.58 616.827c0-38.236-21.438-69.233-47.882-69.233s-47.882 30.997-47.882 69.233c0 38.236 21.438 69.233 47.882 69.233s47.882-30.997 47.882-69.233z" />
18
- <glyph unicode="&#xe608;" glyph-name="winktongue" d="M393.738 184.259c-66.089 0-185.887 46.817-216.934 98.345-3.41 5.663 0.973 12.882 7.209 15.77 2.007 0.932 4.157 1.382 6.287 1.382 4.454 0 90.368-43.028 200.294-43.028s210.514 49.562 275.978 135.967c2.724 3.594 7.086 5.581 11.551 5.581 2.089 0 4.209-0.43 6.195-1.341 6.236-2.836 9.339-9.482 7.332-15.677-20.091-62.249-60.692-113.551-117.422-148.357-51.866-31.826-114.278-48.64-180.49-48.64zM890.276 560.63c-1.966 0-3.953 0.44-5.816 1.352l-186.214 91.525-186.214-91.525c-1.864-0.911-3.85-1.352-5.816-1.352-4.168 0-8.233 1.976-10.783 5.571-3.748 5.284-3.113 12.513 1.516 17.060l192.041 188.764c2.57 2.529 5.908 3.789 9.257 3.789s6.687-1.26 9.257-3.789l192.041-188.764c4.618-4.547 5.263-11.766 1.516-17.060-2.55-3.594-6.605-5.571-10.783-5.571zM248.771 664.218c0-38.31-21.483-69.366-47.985-69.366s-47.985 31.056-47.985 69.366c0 38.31 21.483 69.366 47.985 69.366s47.985-31.056 47.985-69.366zM504.033 240.896c0.020-0.010 0.061 0 0.358-0.092 0.287-0.092 0.655-0.205 1.096-0.328 0.86-0.276 2.15-0.686 3.82-1.219 3.267-1.126 7.885-2.949 13.496-5.888 5.601-2.939 12.196-6.984 19.261-12.79 7.025-5.827 14.664-13.353 21.34-24.166 3.297-5.417 6.359-11.715 8.489-19.067 0.256-0.922 0.522-1.843 0.778-2.775 0.215-0.963 0.43-1.935 0.635-2.908 0.266-1.239 0.532-2.488 0.799-3.748l0.102-0.492 0.051-0.236 0.031-0.051 0.092-0.215c0.061-0.143 0.102-0.287 0.123-0.451 0.276-0.625 0.44-1.3 0.748-1.956 2.181-5.284 6.881-11.172 13.425-15.749 3.246-2.284 6.912-4.26 10.772-5.663 3.84-1.464 7.854-2.396 11.786-2.744 3.922-0.338 7.741-0.072 11.284 0.788 1.772 0.42 3.482 1.004 5.14 1.7l0.246 0.092c0.184 0.092-1.403-0.727-0.666-0.348l0.532 0.276 2.15 1.085 0.512 0.266 0.143 0.113c0.195 0.143 0.389 0.266 0.614 0.369l0.164 0.082 0.266 0.195 0.543 0.379c5.786 3.901 10.762 10.813 13.466 18.975 2.775 8.161 3.297 17.347 1.833 25.989-1.403 8.694-4.915 16.876-9.708 23.91-1.147 1.792-2.499 3.441-3.799 5.1-0.696 0.788-1.362 1.608-2.028 2.417l-0.123 0.154-0.061 0.072c-0.072 0.082 0.451-0.43 0.184-0.174l-2.355 2.499c-0.891 0.952-1.782 1.884-2.652 2.816-0.87 0.911-1.782 1.915-2.54 2.632-1.577 1.567-3.123 3.103-4.639 4.608-6.42 6.093-12.657 11.336-18.289 15.667-5.642 4.352-10.844 7.619-15.094 10.148-4.27 2.519-7.68 4.157-9.882 5.14-2.222 1.004-3.133 1.3-2.662 1.198l6.042 28.457c0.461-0.092 2.703-0.481 6.195-1.434 3.512-0.963 8.346-2.55 14.193-4.977 5.857-2.396 12.646-5.786 20.029-10.148 7.414-4.342 15.34-9.748 23.572-16.22 2.079-1.71 4.209-3.441 6.369-5.222 1.147-0.922 2.017-1.72 3-2.57 0.963-0.84 1.935-1.69 2.918-2.55l1.475-1.29 0.748-0.645 0.369-0.328 0.686-0.666c1.147-1.126 2.304-2.253 3.461-3.389 2.232-2.386 4.506-4.823 6.595-7.516 8.509-10.578 15.616-23.767 19.313-38.687 1.874-7.444 2.806-15.299 2.806-23.306-0.031-8.008-0.963-16.2-3.226-24.269-2.253-8.059-5.54-16.067-10.312-23.532-4.721-7.465-10.844-14.418-18.33-20.070l-1.403-1.055-0.707-0.522-0.85-0.573c-1.137-0.758-2.294-1.495-3.461-2.212l-0.881-0.532-0.553-0.307-2.109-1.167-0.522-0.297-0.932-0.481-0.584-0.276c-4.157-2.017-8.479-3.707-12.892-4.946-8.827-2.478-17.91-3.328-26.604-2.847-8.704 0.512-17.101 2.191-24.924 4.977-7.844 2.734-15.155 6.461-21.852 10.988-13.373 8.991-24.474 21.484-30.945 36.588-0.829 1.864-1.485 3.82-2.191 5.734-0.358 1.147-0.696 2.304-1.024 3.461l-0.471 1.731-0.113 0.43-0.051 0.256-0.113 0.492-0.43 1.956-0.113 0.492-0.195 0.963-0.020 0.061-0.031 0.123-0.113 0.471-0.195 0.952-0.307 0.993c-0.799 2.642-2.007 5.519-3.564 8.438-3.103 5.847-7.188 11.786-11.182 17.070-3.994 5.315-7.885 10.086-11.151 14.070-3.267 3.994-5.908 7.219-7.66 9.431-0.85 1.106-1.516 1.956-1.956 2.529-0.215 0.297-0.348 0.502-0.399 0.604-0.051 0.113-0.174 0.225-0.154 0.215l14.961 24.945z" />
19
- </font></defs></svg>
@@ -1,27 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>Dummy</title>
7
- <meta name="description" content="">
8
- <meta name="viewport" content="width=device-width, initial-scale=1">
9
-
10
- <base href="/ember/" />
11
- <meta name="dummy/config/environment" content="%7B%22modulePrefix%22%3A%22dummy%22%2C%22environment%22%3A%22production%22%2C%22baseURL%22%3A%22/ember%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22ember-cli-bootstrap-bookingsync-sass%22%2C%22version%22%3A%220.0.0+a7728a06%22%7D%2C%22something%22%3A%22test%22%2C%22exportApplicationGlobal%22%3Afalse%7D" />
12
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,300">
13
-
14
- <link rel="stylesheet" href="assets/vendor-d41d8cd98f00b204e9800998ecf8427e.css">
15
- <link rel="stylesheet" href="assets/dummy-605390683726afd79cffdf529eb4531a.css">
16
-
17
-
18
- </head>
19
- <body>
20
-
21
-
22
- <script src="assets/vendor-226e4280b8b1da91e2e598b6726ea1f4.js"></script>
23
- <script src="assets/dummy-daae8f1136db419cd268e84ad4f5c989.js"></script>
24
-
25
- <div id="ember-basic-dropdown-wormhole"></div>
26
- </body>
27
- </html>
@@ -1,3 +0,0 @@
1
- # http://www.robotstxt.org
2
- User-agent: *
3
- Disallow:
@@ -1,23 +0,0 @@
1
- /*jshint node:true*/
2
- /* global require, module */
3
- var EmberAddon = require('ember-cli/lib/broccoli/ember-addon');
4
-
5
- module.exports = function(defaults) {
6
-
7
- var app = new EmberAddon(defaults, {
8
- // Add options here
9
- 'ember-cli-bootstrap-sassy': {
10
- 'js': false,
11
- 'glyphicons': false
12
- }
13
- });
14
-
15
- /*
16
- This build file specifies the options for the dummy test app of this
17
- addon, located in `/tests/dummy`
18
- This build file does *not* influence how the addon or the app using it
19
- behave. You most likely want to be modifying `./index.js` or app's build file
20
- */
21
-
22
- return app.toTree();
23
- };
data/index.js DELETED
@@ -1,78 +0,0 @@
1
- /* jshint node: true */
2
- 'use strict';
3
-
4
- var path = require('path');
5
- var Funnel = require('broccoli-funnel');
6
- var BroccoliMergeTrees = require('broccoli-merge-trees');
7
-
8
- module.exports = {
9
- name: 'ember-cli-bootstrap-bookingsync-sass',
10
-
11
- included: function(app, parentAddon) {
12
- var target = (parentAddon || app);
13
- this._super.included(target);
14
-
15
- this.assetsPath = path.join(this.root, 'assets');
16
- this.vendorPath = path.join('vendor', 'ember-cli-bootstrap-bookingsync-sass');
17
- this.vendorJavascriptsPath = path.join(this.vendorPath, 'javascripts', 'bookingsync');
18
- this.vendorFontsPath = path.join(this.vendorPath, 'fonts', 'bookingsync');
19
-
20
- if (process.env.EMBER_CLI_FASTBOOT) {
21
- this.ui.writeLine('bootstrap-bookingsync-sass: no JS enabled [FastBoot]');
22
- } else {
23
- target.import(path.join(this.vendorJavascriptsPath, 'form.js'));
24
- target.import(path.join(this.vendorJavascriptsPath, 'stackable.js'));
25
- target.import(path.join(this.vendorJavascriptsPath, 'switch.js'));
26
- }
27
-
28
- target.import(path.join(this.vendorFontsPath, 'bookingsync-smiles.eot'), { destDir: '/fonts/bookingsync' });
29
- target.import(path.join(this.vendorFontsPath, 'bookingsync-smiles.svg'), { destDir: '/fonts/bookingsync' });
30
- target.import(path.join(this.vendorFontsPath, 'bookingsync-smiles.ttf'), { destDir: '/fonts/bookingsync' });
31
- target.import(path.join(this.vendorFontsPath, 'bookingsync-smiles.woff'), { destDir: '/fonts/bookingsync' });
32
- target.import(path.join(this.vendorFontsPath, 'bookingsync-smiles.woff2'), { destDir: '/fonts/bookingsync' });
33
- target.import(path.join(this.vendorFontsPath, 'bookingsync-icons.eot'), { destDir: '/fonts/bookingsync' });
34
- target.import(path.join(this.vendorFontsPath, 'bookingsync-icons.svg'), { destDir: '/fonts/bookingsync' });
35
- target.import(path.join(this.vendorFontsPath, 'bookingsync-icons.ttf'), { destDir: '/fonts/bookingsync' });
36
- target.import(path.join(this.vendorFontsPath, 'bookingsync-icons.woff'), { destDir: '/fonts/bookingsync' });
37
- target.import(path.join(this.vendorFontsPath, 'bookingsync-icons.woff2'), { destDir: '/fonts/bookingsync' });
38
- },
39
-
40
- contentFor: function(type) {
41
- if (type === 'head') {
42
- return '<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,300">';
43
- }
44
- },
45
-
46
- treeForStyles: function(tree) {
47
- var stylesheetsPath = path.join(this.assetsPath, 'stylesheets');
48
- var assetsTree = new Funnel(this.treeGenerator(stylesheetsPath), {
49
- srcDir: '/',
50
- destDir: '/app/styles'
51
- });
52
-
53
- return assetsTree;
54
- },
55
-
56
- treeForVendor: function(tree) {
57
- var javascriptsPath = path.join(this.assetsPath, 'javascripts');
58
- var javascriptsTree = new Funnel(this.treeGenerator(javascriptsPath), {
59
- srcDir: '/',
60
- destDir: '/ember-cli-bootstrap-bookingsync-sass/javascripts'
61
- });
62
-
63
- var fontsPath = path.join(this.assetsPath, 'fonts');
64
- var fontsTree = new Funnel(this.treeGenerator(fontsPath), {
65
- srcDir: '/',
66
- destDir: '/ember-cli-bootstrap-bookingsync-sass/fonts'
67
- });
68
-
69
- var vendorTrees = new BroccoliMergeTrees([javascriptsTree, fontsTree]);
70
-
71
- return vendorTrees;
72
- },
73
-
74
- // TODO: Remove once stable.
75
- isDevelopingAddon: function() {
76
- return true;
77
- }
78
- };
@@ -1,63 +0,0 @@
1
- {
2
- "name": "ember-cli-bootstrap-bookingsync-sass",
3
- "version": "1.0.1",
4
- "description": "Sass-powered version of Bootstrap with BookingSync theme.",
5
- "directories": {
6
- "doc": "doc",
7
- "test": "tests"
8
- },
9
- "scripts": {
10
- "build": "ember build",
11
- "start": "ember server",
12
- "test": "ember try:testall"
13
- },
14
- "repository": "https://github.com/BookingSync/bootstrap-bookingsync-sass",
15
- "engines": {
16
- "node": ">= 0.10.0"
17
- },
18
- "author": "Sebastien Grosjean",
19
- "license": "MIT",
20
- "devDependencies": {
21
- "broccoli-asset-rev": "^2.2.0",
22
- "ember-ajax": "0.7.1",
23
- "ember-cli": "2.3.0-beta.2",
24
- "ember-cli-app-version": "^1.0.0",
25
- "ember-cli-bootstrap-sassy": "0.5.3",
26
- "ember-cli-dependency-checker": "^1.2.0",
27
- "ember-cli-deploy": "0.6.4",
28
- "ember-cli-deploy-build": "0.1.1",
29
- "ember-cli-htmlbars": "^1.0.1",
30
- "ember-cli-htmlbars-inline-precompile": "^0.3.1",
31
- "ember-cli-inject-live-reload": "^1.3.1",
32
- "ember-cli-qunit": "^1.2.1",
33
- "ember-cli-release": "0.2.8",
34
- "ember-cli-sass": "5.3.1",
35
- "ember-cli-sri": "^2.0.0",
36
- "ember-cli-uglify": "^1.2.0",
37
- "ember-data": "^2.3.0",
38
- "ember-disable-prototype-extensions": "^1.1.0",
39
- "ember-disable-proxy-controllers": "^1.0.1",
40
- "ember-export-application-global": "^1.0.4",
41
- "ember-load-initializers": "^0.5.0",
42
- "ember-power-calendar": "0.1.4",
43
- "ember-resolver": "^2.0.3",
44
- "ember-try": "~0.0.8",
45
- "loader.js": "^4.0.0"
46
- },
47
- "keywords": [
48
- "ember-addon",
49
- "bookingsync",
50
- "bsy"
51
- ],
52
- "dependencies": {
53
- "ember-cli-babel": "^5.1.5",
54
- "ember-one-way-controls": "^0.8.0",
55
- "ember-power-select": "^0.10.9",
56
- "ember-modal-dialog": "^0.8.4",
57
- "ember-cli-htmlbars": "^1.0.8"
58
- },
59
- "ember-addon": {
60
- "configPath": "tests/dummy/config",
61
- "demoURL": "http://styleguide.bookingsync.com"
62
- }
63
- }
@@ -1,12 +0,0 @@
1
- {
2
- "framework": "qunit",
3
- "test_page": "tests/index.html?hidepassed",
4
- "disable_watching": true,
5
- "launch_in_ci": [
6
- "PhantomJS"
7
- ],
8
- "launch_in_dev": [
9
- "PhantomJS",
10
- "Chrome"
11
- ]
12
- }
@@ -1,52 +0,0 @@
1
- {
2
- "predef": [
3
- "document",
4
- "window",
5
- "location",
6
- "setTimeout",
7
- "$",
8
- "-Promise",
9
- "define",
10
- "console",
11
- "visit",
12
- "exists",
13
- "fillIn",
14
- "click",
15
- "keyEvent",
16
- "triggerEvent",
17
- "find",
18
- "findWithAssert",
19
- "wait",
20
- "DS",
21
- "andThen",
22
- "currentURL",
23
- "currentPath",
24
- "currentRouteName"
25
- ],
26
- "node": false,
27
- "browser": false,
28
- "boss": true,
29
- "curly": true,
30
- "debug": false,
31
- "devel": false,
32
- "eqeqeq": true,
33
- "evil": true,
34
- "forin": false,
35
- "immed": false,
36
- "laxbreak": false,
37
- "newcap": true,
38
- "noarg": true,
39
- "noempty": false,
40
- "nonew": false,
41
- "nomen": false,
42
- "onevar": false,
43
- "plusplus": false,
44
- "regexp": false,
45
- "undef": true,
46
- "sub": true,
47
- "strict": false,
48
- "white": false,
49
- "eqnull": true,
50
- "esnext": true,
51
- "unused": true
52
- }
@@ -1,18 +0,0 @@
1
- import Ember from 'ember';
2
- import Resolver from './resolver';
3
- import loadInitializers from 'ember-load-initializers';
4
- import config from './config/environment';
5
-
6
- let App;
7
-
8
- Ember.MODEL_FACTORY_INJECTIONS = true;
9
-
10
- App = Ember.Application.extend({
11
- modulePrefix: config.modulePrefix,
12
- podModulePrefix: config.podModulePrefix,
13
- Resolver
14
- });
15
-
16
- loadInitializers(App, config.modulePrefix);
17
-
18
- export default App;
File without changes
File without changes
@@ -1,30 +0,0 @@
1
- import Ember from "ember";
2
-
3
- export default Ember.Controller.extend({
4
- currentName: 'John Doe',
5
- currentFirstName: 'John',
6
- currentLastName: 'Doe',
7
- currentEmail: 'john@example.com',
8
- currentAmount: 123,
9
- currentComment: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur a fermentum ex, at malesuada sapien. In quis nisl diam. Ut mattis volutpat massa vel porta. Suspendisse aliquam accumsan justo. Morbi non augue risus. Integer congue, eros ac condimentum scelerisque, odio ante laoreet mauris, vitae faucibus ex nisi ut mauris. Nunc imperdiet ex felis, tempus viverra lorem lobortis quis. Curabitur molestie tempor orci et tincidunt. Suspendisse vestibulum aliquet diam, a lobortis lorem pretium eu. Etiam accumsan ex at odio iaculis, at malesuada augue faucibus. Mauris vitae risus sed magna dapibus dapibus ac quis eros. Sed cursus placerat porta.",
10
-
11
- // Used for select
12
- cities: ['Barcelona', 'Nevache', 'Sivota'],
13
- currentDestination: 'Nevache',
14
- currentDestinations: ['Nevache', 'Sivota'],
15
-
16
- // Used by radio
17
- selectedRentalType: 'apartment',
18
-
19
- // Used for modal
20
- isShowingModal: false,
21
- actions: {
22
- toggleModal: function() {
23
- this.toggleProperty('isShowingModal');
24
- },
25
-
26
- sampleAction: function() {
27
- alert("Sample action");
28
- }
29
- }
30
- });
File without changes
@@ -1,25 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>BookingSync Styleguide - Ember Addon</title>
7
- <meta name="description" content="">
8
- <meta name="viewport" content="width=device-width, initial-scale=1">
9
-
10
- {{content-for "head"}}
11
-
12
- <link rel="stylesheet" href="assets/vendor.css">
13
- <link rel="stylesheet" href="assets/dummy.css">
14
-
15
- {{content-for "head-footer"}}
16
- </head>
17
- <body>
18
- {{content-for "body"}}
19
-
20
- <script src="assets/vendor.js"></script>
21
- <script src="assets/dummy.js"></script>
22
-
23
- {{content-for "body-footer"}}
24
- </body>
25
- </html>