titon-toolkit 0.11.1 → 0.11.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. data/readme.md +1 -1
  2. data/scss/toolkit.scss +1 -1
  3. data/scss/toolkit/_common.scss +4 -4
  4. data/scss/toolkit/effects/visual.scss +1 -1
  5. data/scss/toolkit/layout/base.scss +1 -1
  6. data/scss/toolkit/layout/code.scss +1 -1
  7. data/scss/toolkit/layout/form.scss +1 -1
  8. data/scss/toolkit/layout/grid.scss +1 -1
  9. data/scss/toolkit/layout/input-group.scss +1 -1
  10. data/scss/toolkit/layout/responsive.scss +1 -1
  11. data/scss/toolkit/layout/table.scss +1 -1
  12. data/scss/toolkit/layout/typography.scss +1 -1
  13. data/scss/toolkit/modules/accordion.scss +1 -1
  14. data/scss/toolkit/modules/blackout.scss +1 -1
  15. data/scss/toolkit/modules/carousel.scss +1 -1
  16. data/scss/toolkit/modules/flyout.scss +1 -1
  17. data/scss/toolkit/modules/modal.scss +1 -1
  18. data/scss/toolkit/modules/popover.scss +1 -1
  19. data/scss/toolkit/modules/showcase.scss +1 -1
  20. data/scss/toolkit/modules/tabs.scss +1 -1
  21. data/scss/toolkit/modules/tooltip.scss +1 -1
  22. data/scss/toolkit/modules/type-ahead.scss +1 -1
  23. data/scss/toolkit/themes/titon.scss +1 -1
  24. data/scss/toolkit/themes/tomorrow-night.scss +1 -1
  25. data/scss/toolkit/ui/alert.scss +1 -1
  26. data/scss/toolkit/ui/breadcrumbs.scss +1 -1
  27. data/scss/toolkit/ui/button-group.scss +1 -1
  28. data/scss/toolkit/ui/button.scss +1 -1
  29. data/scss/toolkit/ui/dropdown.scss +1 -1
  30. data/scss/toolkit/ui/icon.scss +1 -1
  31. data/scss/toolkit/ui/label-badge.scss +1 -1
  32. data/scss/toolkit/ui/lazy-load.scss +1 -1
  33. data/scss/toolkit/ui/matrix.scss +1 -1
  34. data/scss/toolkit/ui/pagination.scss +1 -1
  35. data/scss/toolkit/ui/pin.scss +1 -1
  36. data/scss/toolkit/ui/progress.scss +1 -1
  37. data/version.md +1 -1
  38. metadata +63 -48
  39. checksums.yaml +0 -7
data/readme.md CHANGED
@@ -1,4 +1,4 @@
1
- # Toolkit v0.11.1 #
1
+ # Toolkit v0.11.2 #
2
2
 
3
3
  Toolkit is a collection of very powerful user-interface components and utility classes.
4
4
  Each component represents encapsulated HTML, CSS and JS functionality for role specific page elements.
data/scss/toolkit.scss CHANGED
@@ -5,7 +5,7 @@
5
5
  */
6
6
 
7
7
  @import "normalize";
8
- @import "toolkit/_common";
8
+ @import "toolkit/common";
9
9
  @import "toolkit/layout/base";
10
10
  @import "toolkit/layout/typography";
11
11
  @import "toolkit/layout/grid";
@@ -2,10 +2,10 @@
2
2
  //-------------------- Toolkit --------------------//
3
3
 
4
4
  @import "variables";
5
- @import "mixins/_layout";
6
- @import "mixins/_grid";
7
- @import "mixins/_responsive";
8
- @import "mixins/_themes";
5
+ @import "mixins/layout";
6
+ @import "mixins/grid";
7
+ @import "mixins/responsive";
8
+ @import "mixins/themes";
9
9
 
10
10
  //-------------------- Compass --------------------//
11
11
 
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  //-------------------- Gloss --------------------//
10
10
 
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  // Use border-box for everything
10
10
  *, *:after, *:before { @include box-sizing(border-box); }
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  code,
10
10
  var,
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  form { text-align: left; }
10
10
 
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  .grid {
10
10
  @include grid-row;
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  .input-group {
10
10
  display: inline-block;
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  img, video, canvas {
10
10
  max-width: 100%;
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  .table {
10
10
  width: 100%;
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  h1 { font-size: 2.5rem; }
10
10
  h2 { font-size: 2.2rem; }
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * Should be used in conjunction with the JavaScript Titon.Tooltip module.
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * Should be used in conjunction with the JavaScript Titon.Blackout module.
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * Should be used in conjunction with the JavaScript Titon.Carousel module.
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * Should be used in conjunction with the JavaScript Titon.Flyout module.
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * Should be used in conjunction with the JavaScript Titon.Modal module.
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * Should be used in conjunction with the JavaScript Titon.Popover module.
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * Should be used in conjunction with the JavaScript Titon.Showcase module.
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * Should be used in conjunction with the JavaScript Titon.Tabs module.
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * Should be used in conjunction with the JavaScript Titon.Tooltip module.
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * Should be used in conjunction with the JavaScript Titon.TypeAhead module.
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  body {
10
10
  font: normal 16px/1.75rem "Helvetica Neue", Helvetica, Arial, sans-serif;
@@ -9,7 +9,7 @@
9
9
  * https://github.com/chriskempson/tomorrow-theme
10
10
  */
11
11
 
12
- @import "../_common";
12
+ @import "../common";
13
13
 
14
14
  $gray-lightest: #72757b;
15
15
  $gray-light: #575b62;
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * <div class="alert is-info">
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * <nav class="breadcrumbs">
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * <div class="button-group pill">
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * <button type="button" class="button large round">Large Rounded Button</button>
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * <ul class="dropdown">
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * <span class="icon-16-delete"></span>
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * <span class="badge is-success">15</span>
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * Will hide background images and defer image loading until they are within viewport.
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * Should be used in conjunction with the JavaScript Titon.Matrix component.
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * <nav class="pagination small pill">
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * Adds a sliding effect to pinned elements.
@@ -4,7 +4,7 @@
4
4
  * @link http://titon.io
5
5
  */
6
6
 
7
- @import "../_common";
7
+ @import "../common";
8
8
 
9
9
  /**
10
10
  * <div class="progress">
data/version.md CHANGED
@@ -1 +1 @@
1
- 0.11.1
1
+ 0.11.2
metadata CHANGED
@@ -1,51 +1,59 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: titon-toolkit
3
- version: !ruby/object:Gem::Version
4
- version: 0.11.1
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 11
8
+ - 2
9
+ version: 0.11.2
5
10
  platform: ruby
6
- authors:
11
+ authors:
7
12
  - Titon
8
13
  - Miles Johnson
9
14
  autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
- date: 2013-09-17 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
17
+
18
+ date: 2013-09-18 00:00:00 -07:00
19
+ default_executable:
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
15
22
  name: sass
16
- requirement: !ruby/object:Gem::Requirement
17
- requirements:
18
- - - '>='
19
- - !ruby/object:Gem::Version
20
- version: 3.2.0
21
- type: :runtime
22
23
  prerelease: false
23
- version_requirements: !ruby/object:Gem::Requirement
24
- requirements:
25
- - - '>='
26
- - !ruby/object:Gem::Version
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ segments:
29
+ - 3
30
+ - 2
31
+ - 0
27
32
  version: 3.2.0
28
- - !ruby/object:Gem::Dependency
29
- name: compass
30
- requirement: !ruby/object:Gem::Requirement
31
- requirements:
32
- - - '>='
33
- - !ruby/object:Gem::Version
34
- version: '0.11'
35
33
  type: :runtime
34
+ version_requirements: *id001
35
+ - !ruby/object:Gem::Dependency
36
+ name: compass
36
37
  prerelease: false
37
- version_requirements: !ruby/object:Gem::Requirement
38
- requirements:
39
- - - '>='
40
- - !ruby/object:Gem::Version
41
- version: '0.11'
42
- description: A powerful front-end UI and component library toolkit. The gem provides
43
- Sass files for use in projects.
38
+ requirement: &id002 !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ segments:
43
+ - 0
44
+ - 11
45
+ version: "0.11"
46
+ type: :runtime
47
+ version_requirements: *id002
48
+ description: A powerful front-end UI and component toolkit. Provides Sass files for use in projects.
44
49
  email:
45
50
  executables: []
51
+
46
52
  extensions: []
53
+
47
54
  extra_rdoc_files: []
48
- files:
55
+
56
+ files:
49
57
  - lib/titon-toolkit.rb
50
58
  - scss/normalize.scss
51
59
  - scss/toolkit/_common.scss
@@ -91,28 +99,35 @@ files:
91
99
  - license.md
92
100
  - readme.md
93
101
  - version.md
102
+ has_rdoc: true
94
103
  homepage: http://titon.io
95
- licenses:
104
+ licenses:
96
105
  - BSD-2
97
- metadata: {}
98
106
  post_install_message:
99
107
  rdoc_options: []
100
- require_paths:
108
+
109
+ require_paths:
101
110
  - lib
102
- required_ruby_version: !ruby/object:Gem::Requirement
103
- requirements:
104
- - - '>='
105
- - !ruby/object:Gem::Version
106
- version: '0'
107
- required_rubygems_version: !ruby/object:Gem::Requirement
108
- requirements:
109
- - - '>='
110
- - !ruby/object:Gem::Version
111
- version: '0'
111
+ required_ruby_version: !ruby/object:Gem::Requirement
112
+ requirements:
113
+ - - ">="
114
+ - !ruby/object:Gem::Version
115
+ segments:
116
+ - 0
117
+ version: "0"
118
+ required_rubygems_version: !ruby/object:Gem::Requirement
119
+ requirements:
120
+ - - ">="
121
+ - !ruby/object:Gem::Version
122
+ segments:
123
+ - 0
124
+ version: "0"
112
125
  requirements: []
126
+
113
127
  rubyforge_project:
114
- rubygems_version: 2.0.3
128
+ rubygems_version: 1.3.6
115
129
  signing_key:
116
- specification_version: 4
117
- summary: The gem provides Toolkit Sass files for use in projects.
130
+ specification_version: 3
131
+ summary: Provides Titon Toolkit Sass files for use in projects.
118
132
  test_files: []
133
+
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 6af5ed2f6a0a4270e2ccb901df294eacf541d6c3
4
- data.tar.gz: c325432c429bb4b261de02a7233ac212f01c5612
5
- SHA512:
6
- metadata.gz: d5ec13fff74f47e3f45370c9c8cb65afbe5aeb92d76b4173ef325728bc6622430e65bd66d3c507f090f58e9c90ff8f53fbc84c0b53d3a8517f6d40a406c8516d
7
- data.tar.gz: d6baee91662cd1d25fa55ab5988454fe0f87a8c2cfc3a4cfa99c2f84e150c743ede3683cd1b4ad923c90d2fe711fcd1c2526e0c55e96bdb168e5c277808664f3