quilt_ui 0.0.5 → 0.0.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30ae1623281e5eb33ad4c165b52d1badc0654c23
4
- data.tar.gz: beb2c1a1f9ec6d11e32d4352b40e068313011ce4
3
+ metadata.gz: 4407d16e10916e6557a4bba227ad9846f38f1cea
4
+ data.tar.gz: 1def38c77c6d37fb770f0729f40bd3cc73291ccd
5
5
  SHA512:
6
- metadata.gz: 4ef19e4b0c7738c1ae9be759e045642ddae26dae43da59e9995e7621d5d312417f59c32799e6474fe77c8ee1ffd90ce69c6addac8211899839e550eea4a1c772
7
- data.tar.gz: 0536a8d90b5dab2a6523a1516fd2720322abe2269d3f742c6ba5d83c412616fc7c188b3486871855fe328675884841f697b2459c5c3f5df97505115271261e0e
6
+ metadata.gz: f928814a38b3a55d68715a73c76c9fe163582de40591124406f5b4c00da5b9c767053bfba489996f6581a468133606a5e107282c6f386fede5e670d56f26bc4b
7
+ data.tar.gz: a5de664f06a59cafb3feb5a04bd7233e554fbbb7ff8fbba0e14408da4b67b5e624fd4161cb9a0ba47c0675cdabcde464243566c816797d98aed0f50c3266b685
@@ -2,22 +2,30 @@
2
2
  @include vertical-rhythm;
3
3
  }
4
4
 
5
- .body-text {
6
- @include body-text;
5
+ .text-style-title {
6
+ @include text-style-title;
7
7
  }
8
8
 
9
- .meta-text {
10
- @include meta-text;
9
+ .text-style-heading {
10
+ @include text-style-heading;
11
11
  }
12
12
 
13
- .section-title {
14
- @include section-title;
13
+ .text-style-subheading {
14
+ @include text-style-subheading;
15
15
  }
16
16
 
17
- .page-title {
18
- @include page-title;
17
+ .text-style-body {
18
+ @include text-style-body;
19
19
  }
20
20
 
21
- .display-title {
22
- @include display-title;
21
+ .text-style-meta {
22
+ @include text-style-meta;
23
+ }
24
+
25
+ .text-emphasis-strong {
26
+ @include text-emphasis-strong;
27
+ }
28
+
29
+ .text-emphasis-subdued {
30
+ @include text-emphasis-subdued;
23
31
  }
data/lib/quilt/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Quilt
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quilt_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Sauve