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.
- checksums.yaml +4 -4
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.eot +0 -0
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.svg +3 -2
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.ttf +0 -0
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.woff +0 -0
- data/assets/stylesheets/patternfly/_bootstrap-switch.scss +0 -2
- data/assets/stylesheets/patternfly/_cards.scss +62 -43
- data/assets/stylesheets/patternfly/_charts.scss +19 -0
- data/assets/stylesheets/patternfly/_icons.scss +78 -75
- data/assets/stylesheets/patternfly/_variables.scss +38 -0
- data/bower.json +1 -1
- data/lib/patternfly-sass/version.rb +2 -2
- data/package.json +1 -1
- data/spec/html/cards.html +94 -2
- data/spec/html/charts.html +46 -0
- data/spec/html/dist/css/patternfly-additions.css +133 -97
- data/spec/html/dist/css/patternfly-additions.css.map +1 -1
- data/spec/html/dist/css/patternfly-additions.min.css +1 -1
- data/spec/html/dist/css/patternfly-additions.min.css.map +1 -1
- data/spec/html/dist/css/patternfly.css.map +1 -1
- data/spec/html/dist/css/patternfly.min.css.map +1 -1
- data/spec/html/icons.html +9 -0
- data/spec/html/layout-alt-fixed-inner-scroll.html +94 -2
- data/spec/html/layout-alt-fixed-with-footer-inner-scroll.html +94 -2
- data/spec/html/layout-alt-fixed-with-footer.html +94 -2
- data/spec/html/layout-alt-fixed.html +94 -2
- data/spec/html/progress-bars.html +7 -0
- metadata +2 -2
|
@@ -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.
|
|
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-
|
|
12
|
+
date: 2015-10-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sass
|