shipyard-framework 0.2.5 → 0.2.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: aa0134cd0f940363f524e0ccb657362ff279e926
4
- data.tar.gz: 6aea73574775829d07ddccc88ee0aa59ee3d95c3
3
+ metadata.gz: a9421461565d72843568de21d9609aea0f5b25e3
4
+ data.tar.gz: 53011234eb63e6e6d276c8de938ea58eb6f12639
5
5
  SHA512:
6
- metadata.gz: f8123db51859edcaa32bc37c409847cb3f63b87293a3632cfb132a867b30c95a640d4f3c7813714144734ebe41c091ddf1c2757115482c45cf7c17af1076177b
7
- data.tar.gz: dde69b45c3e68bc19ae297cf657709f04adb5e7c5a8548bad273afb52bc24d3e73a8acc3630e64546907498c99ab74a273e41dbebea28a927ff41703336d7b3a
6
+ metadata.gz: 0eca284bfbf0f19cc0567b1bc8267a6ba5db389048f8c44f5bb1eaaeb8726b24c9caa3a455a198a73c9ea54d9d62d065889ae7e6bd643007e080d6455744e7b8
7
+ data.tar.gz: 18c71a98fc69bca2cf6792f82e757c80e97a48e70ef0cf363e5c25cf8b5f2b609a2fd223e7b0a33114760ff65cb8fd958cd606bd88cdc9399aed58da7cdc5202
@@ -1,3 +1,3 @@
1
1
  @import shipyard/core
2
- @import shipyard/utilities
3
2
  @import shipyard/components
3
+ @import shipyard/utilities
@@ -10,3 +10,7 @@
10
10
  @import shipyard/mixins/components
11
11
  @import shipyard/mixins/positioning
12
12
  @import shipyard/mixins/prefixed
13
+ @import shipyard/core/animations
14
+ @import shipyard/core/reset
15
+ @import shipyard/core/type
16
+ @import shipyard/core/grid
@@ -1,6 +1,3 @@
1
- @import shipyard/utilities/animations
2
- @import shipyard/utilities/reset
3
1
  @import shipyard/utilities/colors
4
- @import shipyard/utilities/type
2
+ @import shipyard/utilities/display
5
3
  @import shipyard/utilities/positioning
6
- @import shipyard/utilities/grid
@@ -52,18 +52,3 @@ $widths: (auto, 5, 10, 15, 20, 25, 30, 33, 35, 40, 45, 50, 55, 60, 65, 66, 70, 7
52
52
  flex-direction: column
53
53
  &-col-reverse
54
54
  flex-direction: column-reverse
55
-
56
- .float
57
- +all-media-sizes
58
- @each $value in (none, left, right)
59
- &-#{$value}
60
- float: $value
61
-
62
- .display
63
- +all-media-sizes
64
- @each $value in (block, inline, inline-block, none)
65
- &-#{$value}
66
- display: $value
67
-
68
- .clearfix
69
- +clearfix
@@ -0,0 +1,14 @@
1
+ .float
2
+ +all-media-sizes
3
+ @each $value in (none, left, right)
4
+ &-#{$value}
5
+ float: $value
6
+
7
+ .display
8
+ +all-media-sizes
9
+ @each $value in (block, inline, inline-block, none)
10
+ &-#{$value}
11
+ display: $value
12
+
13
+ .clearfix
14
+ +clearfix
@@ -1,3 +1,3 @@
1
1
  module Shipyard
2
- VERSION = '0.2.5'
2
+ VERSION = '0.2.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shipyard-framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shipyard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-01 00:00:00.000000000 Z
11
+ date: 2017-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -84,6 +84,10 @@ files:
84
84
  - assets/stylesheets/shipyard/components/_input-switch.sass
85
85
  - assets/stylesheets/shipyard/components/_modals.sass
86
86
  - assets/stylesheets/shipyard/components/_tooltips.sass
87
+ - assets/stylesheets/shipyard/core/_animations.sass
88
+ - assets/stylesheets/shipyard/core/_grid.sass
89
+ - assets/stylesheets/shipyard/core/_reset.sass
90
+ - assets/stylesheets/shipyard/core/_type.sass
87
91
  - assets/stylesheets/shipyard/functions/_color.sass
88
92
  - assets/stylesheets/shipyard/mixins/_box-model.sass
89
93
  - assets/stylesheets/shipyard/mixins/_components.sass
@@ -91,12 +95,9 @@ files:
91
95
  - assets/stylesheets/shipyard/mixins/_prefixed.sass
92
96
  - assets/stylesheets/shipyard/mixins/_responsive.sass
93
97
  - assets/stylesheets/shipyard/mixins/_selectors.sass
94
- - assets/stylesheets/shipyard/utilities/_animations.sass
95
98
  - assets/stylesheets/shipyard/utilities/_colors.sass
96
- - assets/stylesheets/shipyard/utilities/_grid.sass
99
+ - assets/stylesheets/shipyard/utilities/_display.sass
97
100
  - assets/stylesheets/shipyard/utilities/_positioning.sass
98
- - assets/stylesheets/shipyard/utilities/_reset.sass
99
- - assets/stylesheets/shipyard/utilities/_type.sass
100
101
  - assets/stylesheets/shipyard/variables/_color_utilities.sass
101
102
  - assets/stylesheets/shipyard/variables/_colors.scss
102
103
  - assets/stylesheets/shipyard/variables/_grid.scss