bootstrap-bookingsync-sass 0.0.19 → 1.0.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (162) hide show
  1. checksums.yaml +4 -4
  2. data/.bowerrc +4 -0
  3. data/.editorconfig +34 -0
  4. data/.ember-cli +9 -0
  5. data/.gitignore +18 -0
  6. data/.jshintrc +32 -0
  7. data/.npmignore +16 -0
  8. data/.travis.yaml +34 -0
  9. data/.watchmanconfig +3 -0
  10. data/CHANGELOG.md +34 -1
  11. data/README.md +110 -5
  12. data/addon/.gitkeep +0 -0
  13. data/addon/components/bsy-button.js +34 -0
  14. data/addon/templates/components/bsy-button.hbs +1 -0
  15. data/app/.gitkeep +0 -0
  16. data/app/components/bsy-button.js +1 -0
  17. data/assets/fonts/bookingsync/bookingsync-icons.eot +0 -0
  18. data/assets/fonts/bookingsync/bookingsync-icons.svg +37 -0
  19. data/assets/fonts/bookingsync/bookingsync-icons.ttf +0 -0
  20. data/assets/fonts/bookingsync/bookingsync-icons.woff +0 -0
  21. data/assets/fonts/bookingsync/bookingsync-icons.woff2 +0 -0
  22. data/assets/fonts/bookingsync/bookingsync-smiles.eot +0 -0
  23. data/assets/fonts/bookingsync/bookingsync-smiles.svg +1 -1
  24. data/assets/fonts/bookingsync/bookingsync-smiles.ttf +0 -0
  25. data/assets/fonts/bookingsync/bookingsync-smiles.woff +0 -0
  26. data/assets/fonts/bookingsync/bookingsync-smiles.woff2 +0 -0
  27. data/assets/javascripts/bookingsync/menu.js +29 -0
  28. data/assets/javascripts/bookingsync/toggle.js +15 -0
  29. data/assets/javascripts/bootstrap-bookingsync-sprockets.js +2 -0
  30. data/assets/stylesheets/_bootstrap-bookingsync.scss +9 -1
  31. data/assets/stylesheets/bookingsync/_annotated-sections.scss +28 -0
  32. data/assets/stylesheets/bookingsync/_buttons.scss +218 -0
  33. data/assets/stylesheets/bookingsync/_ember-power-select.scss +131 -0
  34. data/assets/stylesheets/bookingsync/_form.scss +22 -1
  35. data/assets/stylesheets/bookingsync/_icons.scss +119 -0
  36. data/assets/stylesheets/bookingsync/_layout.scss +18 -9
  37. data/assets/stylesheets/bookingsync/_list-group.scss +37 -0
  38. data/assets/stylesheets/bookingsync/_menu.scss +230 -210
  39. data/assets/stylesheets/bookingsync/_modals.scss +24 -0
  40. data/assets/stylesheets/bookingsync/_navbar.scss +53 -0
  41. data/assets/stylesheets/bookingsync/_sheet.scss +9 -0
  42. data/assets/stylesheets/bookingsync/_smiles.scss +25 -19
  43. data/assets/stylesheets/bookingsync/_theme.scss +0 -22
  44. data/assets/stylesheets/bookingsync/_variables.scss +191 -38
  45. data/blueprints/ember-cli-bootstrap-bookingsync-sass/files/app/styles/app.scss +3 -0
  46. data/blueprints/ember-cli-bootstrap-bookingsync-sass/files/app/templates/application.hbs +31 -0
  47. data/blueprints/ember-cli-bootstrap-bookingsync-sass/files/ember-cli-build.js +28 -0
  48. data/blueprints/ember-cli-bootstrap-bookingsync-sass/index.js +15 -0
  49. data/bower.json +14 -0
  50. data/config/deploy.js +30 -0
  51. data/config/ember-try.js +36 -0
  52. data/config/environment.js +6 -0
  53. data/docs/Gemfile +1 -1
  54. data/docs/Gemfile.lock +16 -13
  55. data/docs/Rakefile +1 -1
  56. data/docs/Rules +29 -11
  57. data/docs/content/assets/fonts/bookingsync/bookingsync-icons.eot +0 -0
  58. data/docs/content/assets/fonts/bookingsync/bookingsync-icons.svg +37 -0
  59. data/docs/content/assets/fonts/bookingsync/bookingsync-icons.ttf +0 -0
  60. data/docs/content/assets/fonts/bookingsync/bookingsync-icons.woff +0 -0
  61. data/docs/content/assets/fonts/bookingsync/bookingsync-icons.woff2 +0 -0
  62. data/docs/content/assets/fonts/bookingsync/bookingsync-smiles.eot +0 -0
  63. data/docs/content/assets/fonts/bookingsync/bookingsync-smiles.svg +19 -0
  64. data/docs/content/assets/fonts/bookingsync/bookingsync-smiles.ttf +0 -0
  65. data/docs/content/assets/fonts/bookingsync/bookingsync-smiles.woff +0 -0
  66. data/docs/content/assets/fonts/bookingsync/bookingsync-smiles.woff2 +0 -0
  67. data/docs/content/assets/images/bookingsync.png +0 -0
  68. data/docs/content/assets/javascripts/application.js.coffee +1 -0
  69. data/docs/content/assets/stylesheets/_base.scss +64 -25
  70. data/docs/content/assets/stylesheets/_code.scss +6 -0
  71. data/docs/content/assets/stylesheets/_icons.scss +54 -0
  72. data/docs/content/assets/stylesheets/_override.scss +67 -0
  73. data/docs/content/assets/stylesheets/_variables.scss +7 -0
  74. data/docs/content/assets/stylesheets/application.scss +2 -1
  75. data/docs/content/brand.html +9 -0
  76. data/docs/content/brand/_navbar.html +17 -0
  77. data/docs/content/brand/colors.md +101 -0
  78. data/docs/content/brand/iconography.md +87 -0
  79. data/docs/content/brand/smiles.md +51 -0
  80. data/docs/content/brand/typography.md +301 -0
  81. data/docs/content/buttons.html +6 -0
  82. data/docs/content/buttons/_navbar.html +13 -0
  83. data/docs/content/buttons/buttons.md +320 -0
  84. data/docs/content/components.html +11 -22
  85. data/docs/content/components/_navbar.html +22 -0
  86. data/docs/content/components/chosen.md +28 -17
  87. data/docs/content/components/dropdown.md +2 -4
  88. data/docs/content/components/list-group.md +239 -0
  89. data/docs/content/components/menu.md +134 -219
  90. data/docs/content/components/modal.html +108 -0
  91. data/docs/content/components/sheet.md +11 -60
  92. data/docs/content/components/switch.md +42 -25
  93. data/docs/content/compositions.html +6 -0
  94. data/docs/content/compositions/_navbar.html +12 -0
  95. data/docs/content/compositions/compositions.md +348 -0
  96. data/docs/content/embed/menu.html +160 -0
  97. data/docs/content/forms.html +6 -0
  98. data/docs/content/forms/_navbar.html +39 -0
  99. data/docs/content/{css → forms}/forms.md +98 -86
  100. data/docs/content/utilities.html +6 -0
  101. data/docs/content/utilities/_navbar.html +6 -0
  102. data/docs/content/{css → utilities}/helpers.md +4 -6
  103. data/docs/layouts/default.html +12 -7
  104. data/docs/layouts/embed.html +7 -0
  105. data/docs/layouts/head.html +1 -2
  106. data/docs/layouts/navbar.html +15 -23
  107. data/docs/layouts/sidebar.html +53 -0
  108. data/docs/nanoc.yaml +2 -0
  109. data/docs/public/ember/assets/dummy-605390683726afd79cffdf529eb4531a.css +28 -0
  110. data/docs/public/ember/assets/dummy-daae8f1136db419cd268e84ad4f5c989.js +2 -0
  111. data/docs/public/ember/assets/vendor-226e4280b8b1da91e2e598b6726ea1f4.js +28 -0
  112. data/docs/public/ember/assets/vendor-d41d8cd98f00b204e9800998ecf8427e.css +0 -0
  113. data/docs/public/ember/crossdomain.xml +15 -0
  114. data/docs/public/ember/fonts/bookingsync/bookingsync-icons.eot +0 -0
  115. data/docs/public/ember/fonts/bookingsync/bookingsync-icons.svg +37 -0
  116. data/docs/public/ember/fonts/bookingsync/bookingsync-icons.ttf +0 -0
  117. data/docs/public/ember/fonts/bookingsync/bookingsync-icons.woff +0 -0
  118. data/docs/public/ember/fonts/bookingsync/bookingsync-icons.woff2 +0 -0
  119. data/docs/public/ember/fonts/bookingsync/bookingsync-smiles.eot +0 -0
  120. data/docs/public/ember/fonts/bookingsync/bookingsync-smiles.svg +19 -0
  121. data/docs/public/ember/fonts/bookingsync/bookingsync-smiles.ttf +0 -0
  122. data/docs/public/ember/fonts/bookingsync/bookingsync-smiles.woff +0 -0
  123. data/docs/public/ember/fonts/bookingsync/bookingsync-smiles.woff2 +0 -0
  124. data/docs/public/ember/index.html +27 -0
  125. data/docs/public/ember/robots.txt +3 -0
  126. data/ember-cli-build.js +23 -0
  127. data/index.js +78 -0
  128. data/lib/bootstrap/bookingsync/version.rb +1 -1
  129. data/package.json +62 -0
  130. data/testem.json +12 -0
  131. data/tests/.jshintrc +52 -0
  132. data/tests/dummy/app/app.js +18 -0
  133. data/tests/dummy/app/components/.gitkeep +0 -0
  134. data/tests/dummy/app/controllers/.gitkeep +0 -0
  135. data/tests/dummy/app/controllers/index.js +31 -0
  136. data/tests/dummy/app/helpers/.gitkeep +0 -0
  137. data/tests/dummy/app/index.html +25 -0
  138. data/tests/dummy/app/models/.gitkeep +0 -0
  139. data/tests/dummy/app/resolver.js +3 -0
  140. data/tests/dummy/app/router.js +11 -0
  141. data/tests/dummy/app/routes/.gitkeep +0 -0
  142. data/tests/dummy/app/styles/app.scss +3 -0
  143. data/tests/dummy/app/templates/application.hbs +7 -0
  144. data/tests/dummy/app/templates/components/.gitkeep +0 -0
  145. data/tests/dummy/app/templates/index.hbs +275 -0
  146. data/tests/dummy/app/templates/navbar.hbs +24 -0
  147. data/tests/dummy/app/templates/sidebar.hbs +47 -0
  148. data/tests/dummy/config/environment.js +47 -0
  149. data/tests/dummy/public/crossdomain.xml +15 -0
  150. data/tests/dummy/public/robots.txt +3 -0
  151. data/tests/helpers/destroy-app.js +5 -0
  152. data/tests/helpers/module-for-acceptance.js +23 -0
  153. data/tests/helpers/resolver.js +11 -0
  154. data/tests/helpers/start-app.js +18 -0
  155. data/tests/index.html +34 -0
  156. data/tests/integration/.gitkeep +0 -0
  157. data/tests/integration/components/bsy-button-test.js +24 -0
  158. data/tests/test-helper.js +6 -0
  159. data/tests/unit/.gitkeep +0 -0
  160. data/vendor/.gitkeep +0 -0
  161. metadata +127 -8
  162. data/docs/content/css.html +0 -68
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 68d3fa9f32e6e858b9f6a60e7e90f7f2da0f1815
4
- data.tar.gz: e9021c644da5870f2e4bc2ff7cfcd2743aa008a7
3
+ metadata.gz: 6c6e805e9df4a17cb95d33c3722270edb77714ea
4
+ data.tar.gz: b9ef5ed628c89a43d7fb130111a300afc1874694
5
5
  SHA512:
6
- metadata.gz: 5588cb6f2961bf1d6f19bde2ae10ff20bfec1e183f317eea4f8461a82870499a4d5bd29ff45202d45fad9c39217207ffc02edc1c7dcebbce8879436ebd233d05
7
- data.tar.gz: 254897a2ea9ebe9a37b596512406a33f271eabd16e9533c21038496435fdb3f8c8c628d3feec8c62173d020ebc38e014e0486a86d949f0ae2c2a04d05dd791de
6
+ metadata.gz: 98a6aa1497c5e1529a685f324ed73ba87182b4a95e9bf290dcaca2f9f1f709b7bd3c373d4674976860f6a4e8603f8e22173cccf3082ec2ae293cede7d3d88a24
7
+ data.tar.gz: 2ea4c6692db6c44db140acc150c68a718ccace9532effd1f875c7055762a1f7cb47790cea07863806bf163b825fd6602ec74a537c27f3f781b89fcaed9d4e9b6
data/.bowerrc ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "directory": "bower_components",
3
+ "analytics": false
4
+ }
data/.editorconfig ADDED
@@ -0,0 +1,34 @@
1
+ # EditorConfig helps developers define and maintain consistent
2
+ # coding styles between different editors and IDEs
3
+ # editorconfig.org
4
+
5
+ root = true
6
+
7
+
8
+ [*]
9
+ end_of_line = lf
10
+ charset = utf-8
11
+ trim_trailing_whitespace = true
12
+ insert_final_newline = true
13
+ indent_style = space
14
+ indent_size = 2
15
+
16
+ [*.js]
17
+ indent_style = space
18
+ indent_size = 2
19
+
20
+ [*.hbs]
21
+ insert_final_newline = false
22
+ indent_style = space
23
+ indent_size = 2
24
+
25
+ [*.css]
26
+ indent_style = space
27
+ indent_size = 2
28
+
29
+ [*.html]
30
+ indent_style = space
31
+ indent_size = 2
32
+
33
+ [*.{diff,md}]
34
+ trim_trailing_whitespace = false
data/.ember-cli ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ /**
3
+ Ember CLI sends analytics information by default. The data is completely
4
+ anonymous, but there are times when you might want to disable this behavior.
5
+
6
+ Setting `disableAnalytics` to true will prevent any data from being sent.
7
+ */
8
+ "disableAnalytics": false
9
+ }
data/.gitignore CHANGED
@@ -1,5 +1,23 @@
1
+ ## For Ruby Gem
1
2
  *.gem
2
3
  Gemfile.lock
3
4
  docs/output
4
5
  docs/tmp
5
6
  docs/crash.log
7
+
8
+ ## For Ember Addon
9
+ # compiled output
10
+ /dist
11
+ /tmp
12
+
13
+ # dependencies
14
+ /node_modules
15
+ /bower_components
16
+
17
+ # misc
18
+ /.sass-cache
19
+ /connect.lock
20
+ /coverage/*
21
+ /libpeerconnection.log
22
+ npm-debug.log
23
+ testem.log
data/.jshintrc ADDED
@@ -0,0 +1,32 @@
1
+ {
2
+ "predef": [
3
+ "document",
4
+ "window",
5
+ "-Promise"
6
+ ],
7
+ "browser": true,
8
+ "boss": true,
9
+ "curly": true,
10
+ "debug": false,
11
+ "devel": true,
12
+ "eqeqeq": true,
13
+ "evil": true,
14
+ "forin": false,
15
+ "immed": false,
16
+ "laxbreak": false,
17
+ "newcap": true,
18
+ "noarg": true,
19
+ "noempty": false,
20
+ "nonew": false,
21
+ "nomen": false,
22
+ "onevar": false,
23
+ "plusplus": false,
24
+ "regexp": false,
25
+ "undef": true,
26
+ "sub": true,
27
+ "strict": false,
28
+ "white": false,
29
+ "eqnull": true,
30
+ "esnext": true,
31
+ "unused": true
32
+ }
data/.npmignore ADDED
@@ -0,0 +1,16 @@
1
+ /bower_components
2
+ /config/ember-try.js
3
+ /dist
4
+ /tests
5
+ /tmp
6
+ **/.gitkeep
7
+ .bowerrc
8
+ .editorconfig
9
+ .ember-cli
10
+ .gitignore
11
+ .jshintrc
12
+ .watchmanconfig
13
+ .travis.yml
14
+ bower.json
15
+ ember-cli-build.js
16
+ testem.json
data/.travis.yaml ADDED
@@ -0,0 +1,34 @@
1
+ ---
2
+ language: node_js
3
+ node_js:
4
+ - "0.12"
5
+
6
+ sudo: false
7
+
8
+ cache:
9
+ directories:
10
+ - node_modules
11
+
12
+ env:
13
+ - EMBER_TRY_SCENARIO=default
14
+ - EMBER_TRY_SCENARIO=ember-release
15
+ - EMBER_TRY_SCENARIO=ember-beta
16
+ - EMBER_TRY_SCENARIO=ember-canary
17
+
18
+ matrix:
19
+ fast_finish: true
20
+ allow_failures:
21
+ - env: EMBER_TRY_SCENARIO=ember-canary
22
+
23
+ before_install:
24
+ - export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
25
+ - "npm config set spin false"
26
+ - "npm install -g npm@^2"
27
+
28
+ install:
29
+ - npm install -g bower
30
+ - npm install
31
+ - bower install
32
+
33
+ script:
34
+ - ember try $EMBER_TRY_SCENARIO test
data/.watchmanconfig ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "ignore_dirs": ["tmp", "dist"]
3
+ }
data/CHANGELOG.md CHANGED
@@ -1,4 +1,37 @@
1
- ### Unreleased
1
+ ### 1.0.0.beta1 - 2016-08-06
2
+
3
+ * breaking changes
4
+ * Smiles definition changed from `bs-icon bs-*` to `bs-icon-*`
5
+ * Fix `laughing` smile name (was with a typo `laughting`)
6
+ * Entire rebuild of the `menu`
7
+ * remove `#content` in favor of `.main-content`
8
+
9
+ * bug fixes
10
+ * Fix `navbar-btn` positioning
11
+ * Fix fixed navbars with collapseable menus
12
+ * Fix select labels, needs to wrap `select`s in a `div` with a `select` class.
13
+ * Fix addon validation state background color
14
+
15
+ * improvements
16
+ * Add Ember Addon: ember-cli-bootstrap-bookingsync-sass
17
+ * Add `btn-secondary-inverse` and `btn-round`
18
+ * Add `sheet-fullscreen`
19
+ * Add documentation for tabulated content composition
20
+ * Add documentation for fullscreen modal composition
21
+ * Add documentation for radio buttons
22
+ * Add documentation for modals
23
+ * Add `annotated-section` support
24
+ * Improve form inputs spacing
25
+ * Add documentation for smiles
26
+ * Add icons font and documentation
27
+ * Add icons with fixed width
28
+ * Add smiles with fixed width
29
+ * Add styling for Ember Power Select
30
+ * Improve Buttons styling
31
+ * Add Buttons loading animation
32
+ * Add `list-group` support with nesting and icons support
33
+ * Add `.sided-content` to use with `menu`
34
+ * Add `.navbar-breadcrumb`
2
35
 
3
36
  ### 0.0.19 - 2016-05-09
4
37
 
data/README.md CHANGED
@@ -2,7 +2,14 @@
2
2
 
3
3
  `bootstrap-bookingsync-sass` is a Sass-powered version of [Bootstrap](http://github.com/twbs/bootstrap) with [BookingSync theme](http://styleguide.bookingsync.com), ready to drop right into your Sass powered applications.
4
4
 
5
- ## Installation
5
+ Support for:
6
+
7
+ * [Rails Applications](#rails-applications)
8
+ * [Ember Applications](#ember-applications)
9
+
10
+ ## Rails Applications
11
+
12
+ ### Installation
6
13
 
7
14
  `bootstrap-bookingsync-sass` is easy to drop into Rails with the asset pipeline.
8
15
 
@@ -14,7 +21,7 @@ gem 'bootstrap-bookingsync-sass'
14
21
 
15
22
  `bundle install` and restart your server to make the files available through the pipeline.
16
23
 
17
- ### Stylesheets
24
+ #### Stylesheets
18
25
 
19
26
  Import Bootstrap styles in `app/assets/stylesheets/application.scss`:
20
27
 
@@ -37,7 +44,7 @@ Then, remove all the `*= require_self` and `*= require_tree .` statements from t
37
44
 
38
45
  Do not use `*= require` in Sass or your other stylesheets will not be [able to access][antirequire] the Bootstrap BookingSync mixins or variables.
39
46
 
40
- ### Javascripts
47
+ #### Javascripts
41
48
 
42
49
  Require Bootstrap BookingSync Javascripts in `app/assets/javascripts/application.js`:
43
50
 
@@ -57,7 +64,7 @@ You can load each file individually using `bookingsync/stackable` for example.
57
64
  `bootstrap-bookingsync-sprockets` won't load any Boostrap javascripts, you have to load them manually if you need them.
58
65
 
59
66
 
60
- ## Using SimpleForm?
67
+ ### Using SimpleForm?
61
68
 
62
69
  The following initializer will make your inputs formatted to work best to Boostrap BookingSync Forms.
63
70
  Note that you need [SimpleForm](https://github.com/plataformatec/simple_form) 3.1+.
@@ -131,7 +138,7 @@ end
131
138
  SimpleForm::Inputs::Base.send(:include, SimpleForm::Components::Addons)
132
139
  ```
133
140
 
134
- ### Usage
141
+ #### Usage
135
142
 
136
143
  ```ruby
137
144
  <%= f.input :title %>
@@ -140,3 +147,101 @@ SimpleForm::Inputs::Base.send(:include, SimpleForm::Components::Addons)
140
147
  <%= f.input :pecentage, wrapper: :bs_addon, append_addon: '%' %>
141
148
  <%= f.input :money, wrapper: :bs_addon, prepend_addon: '$', append_addon: 'USD' %>
142
149
  ```
150
+
151
+ ## Ember Applications
152
+
153
+ ### Installation
154
+
155
+ #### When this Addon will be released
156
+
157
+ ``` sh
158
+ ember install ember-cli-bootstrap-bookingsync-sass
159
+ ```
160
+
161
+ #### While in development
162
+
163
+ Clone the styleguide repo and expose it to your local NPM packages
164
+
165
+ ``` sh
166
+ git clone https://github.com/BookingSync/bootstrap-bookingsync-sass
167
+ cd bootstrap-bookingsync-sass
168
+ npm link
169
+ ```
170
+
171
+ From your Ember App:
172
+
173
+ 1) Install the package from your local NPM packages.
174
+
175
+ ``` sh
176
+ npm link ember-cli-bootstrap-bookingsync-sass
177
+ ```
178
+
179
+ 2) Edit `package.js` and add `"ember-cli-bootstrap-bookingsync-sass": "*",` in your `devDependencies"`.
180
+
181
+ 3) Run the blueprints manually as not done automatically in development mode.
182
+
183
+ ``` sh
184
+ ember g ember-cli-bootstrap-bookingsync-sass
185
+ ```
186
+
187
+ #### All the time
188
+
189
+ Add in your `ember-cli-build.js`
190
+
191
+ ``` js
192
+ var app = new EmberApp(defaults, {
193
+ 'ember-cli-bootstrap-sassy': {
194
+ 'js': false,
195
+ 'glyphicons': false
196
+ }
197
+ });
198
+ ```
199
+
200
+ Ember CLI Bootstrap BookingSync SASS uses fonts from Google Fonts, so the URL to them has to be white listed. You can set this by adding to the Content Security Policy defined in config/environment.js like so:
201
+
202
+ ```js
203
+ ENV.contentSecurityPolicy = {
204
+ 'default-src': "'none'",
205
+ 'script-src': "'self' 'unsafe-inline'",
206
+ 'style-src': "'self' 'unsafe-inline' https://fonts.googleapis.com",
207
+ 'font-src': "'self' fonts.gstatic.com",
208
+ 'connect-src': "'self'",
209
+ 'img-src': "'self' data:",
210
+ 'media-src': "'self'"
211
+ }
212
+ ```
213
+
214
+ You can find out more information on the CSP addon page [here](https://github.com/rwjblue/ember-cli-content-security-policy#ember-cli-content-security-policy).
215
+
216
+ #### Stylesheets
217
+
218
+ The blueprints should generate this setup for you on install but if needed you can manually install Bootstrap BookingSync styles in `app/styles/app.scss` using:
219
+
220
+ ```scss
221
+ @import "ember-power-select";
222
+ @import "ember-modal-dialog/ember-modal-structure";
223
+ @import "bootstrap-bookingsync";
224
+ ```
225
+
226
+ Make sure the file has `.scss` extension (or `.sass` for Sass syntax). If you have just generated a new Ember app, it may come with a `.css` file instead.
227
+
228
+ ### Running
229
+
230
+ * `ember server`
231
+ * Visit your app at http://localhost:4200 or from your Rails application if tight together.
232
+
233
+ ### Running Tests
234
+
235
+ * `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions)
236
+ * `ember test`
237
+ * `ember test --server`
238
+
239
+ ### Building
240
+
241
+ * `ember build`
242
+
243
+ ### Deploying Ember documentation to global styleguide documentation
244
+
245
+ * `ember deploy production`
246
+
247
+ For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).
data/addon/.gitkeep ADDED
File without changes
@@ -0,0 +1,34 @@
1
+ import Ember from 'ember';
2
+ const { computed } = Ember;
3
+ import layout from '../templates/components/bsy-button';
4
+
5
+ export default Ember.Component.extend({
6
+ layout,
7
+ tagName: "button",
8
+ classNames: "btn",
9
+ classNameBindings: ["typeClassName", "loadingClassName"],
10
+ isLoading: false,
11
+ loadingLabel: "Loading...",
12
+
13
+ typeClassName: computed('type', function() {
14
+ if (this.get('type') === "submit") {
15
+ return "btn-primary";
16
+ } else {
17
+ return "btn-" + this.get('type');
18
+ }
19
+ }),
20
+
21
+ loadingClassName: computed('isLoading', function() {
22
+ if (this.get('isLoading') === true) {
23
+ return "btn-loading";
24
+ } else {
25
+ return "";
26
+ }
27
+ }),
28
+
29
+ click: function() {
30
+ this.set("isLoading", true);
31
+ this.$().prop('disabled', 'disabled');
32
+ this.$().text(this.get("loadingLabel"));
33
+ }
34
+ });
@@ -0,0 +1 @@
1
+ {{yield}}
data/app/.gitkeep ADDED
File without changes
@@ -0,0 +1 @@
1
+ export { default } from 'ember-cli-bootstrap-bookingsync-sass/components/bsy-button';
@@ -0,0 +1,37 @@
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>