patternfly-sass 2.3.0 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -263,12 +263,19 @@
263
263
  </tr>
264
264
  </tbody>
265
265
  </table>
266
+ <h3>With Tooltip</h3>
267
+ <div class="progress">
268
+ <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;" data-toggle="tooltip" title="60%">
269
+ <span class="sr-only">60% complete</span>
270
+ </div>
271
+ </div>
266
272
  <script>
267
273
  // Initialize Tooltip
268
274
  jQuery(document).ready(function() {
269
275
  jQuery('[data-toggle="tooltip"]').tooltip();
270
276
  });
271
277
  </script>
278
+
272
279
  </div><!-- /container -->
273
280
  </body>
274
281
  </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: patternfly-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dávid Halász
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-10-08 00:00:00.000000000 Z
12
+ date: 2015-10-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass