archetype 0.0.1.pre.3.55c4182 → 0.0.1.pre.3.83f0d7a

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.
Files changed (32) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +6 -0
  3. data/LICENSE +1 -1
  4. data/README.md +1 -1
  5. data/stylesheets/archetype/_config.scss +14 -5
  6. data/stylesheets/archetype/_hacks.scss +1 -4
  7. data/stylesheets/archetype/_ui.scss +13 -4
  8. data/stylesheets/archetype/util/_styles.scss +12 -0
  9. data/test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders-s7889ccc8c1.png +0 -0
  10. data/test/fixtures/stylesheets/archetype/expected/base.css +349 -0
  11. data/test/fixtures/stylesheets/archetype/source/base.scss +3 -0
  12. data/test/fixtures/stylesheets/archetype/tmp/b.css +14 -0
  13. data/test/fixtures/stylesheets/archetype/tmp/base.css +349 -0
  14. data/test/fixtures/stylesheets/archetype/tmp/hacks/ie_pseudo.css +11 -0
  15. data/test/fixtures/stylesheets/archetype/tmp/styleguide/buttons.css +2091 -0
  16. data/test/fixtures/stylesheets/archetype/tmp/styleguide/fallback_styles.css +9 -0
  17. data/test/fixtures/stylesheets/archetype/tmp/styleguide/nested_styleguides.css +24 -0
  18. data/test/fixtures/stylesheets/archetype/tmp/styleguide/selective_state.css +174 -0
  19. data/test/fixtures/stylesheets/archetype/tmp/ui/glyph_icon.css +37 -0
  20. data/test/fixtures/stylesheets/archetype/tmp/ui/hide_element.css +8 -0
  21. data/test/fixtures/stylesheets/archetype/tmp/ui/stroke.css +17 -0
  22. data/test/fixtures/stylesheets/archetype/tmp/ui/triangle.css +35 -0
  23. data/test/fixtures/stylesheets/archetype/tmp/utilities/associative.css +9 -0
  24. data/test/fixtures/stylesheets/archetype/tmp/utilities/if-set.css +9 -0
  25. data/test/fixtures/stylesheets/archetype/tmp/utilities/spacing/horizontal-spacing.css +29 -0
  26. data/test/fixtures/stylesheets/archetype/tmp/utilities/spacing/vertical-spacing.css +29 -0
  27. data/test/fixtures/stylesheets/archetype/tmp/utilities/styles/filter.css +11 -0
  28. data/test/fixtures/stylesheets/archetype/tmp/utilities/styles/font-family.css +16 -0
  29. data/test/fixtures/stylesheets/archetype/tmp/utilities/styles/z-index.css +15 -0
  30. data/test/fixtures/stylesheets/archetype/tmp/utilities/targeting/target-browser.css +100 -0
  31. data/test/fixtures/stylesheets/archetype/tmp/utilities/targeting/target-os.css +55 -0
  32. metadata +57 -20
@@ -0,0 +1,100 @@
1
+ .target-ie-6 {
2
+ _vertical-align: -5px;
3
+ _background-position: 6px -2170px;
4
+ _overflow: hidden;
5
+ }
6
+
7
+ .target-ie-lte-7 {
8
+ *margin-top: 1px;
9
+ *padding: 0;
10
+ *width: 195px;
11
+ *font-size: 0.01em;
12
+ *height: 18px;
13
+ }
14
+
15
+ .ie.ie6 .target-ie-6-7, .ie.ie7 .target-ie-6-7 {
16
+ display: inline;
17
+ }
18
+ .ie.ie6 .target-ie-6-7, .ie.ie7 .target-ie-6-7 {
19
+ zoom: 1;
20
+ }
21
+ .ie.ie6 .target-ie-6-7, .ie.ie7 .target-ie-6-7 {
22
+ margin-left: 0;
23
+ }
24
+
25
+ .ie.ie7 .target-ie-7 {
26
+ vertical-align: -5px;
27
+ }
28
+ .ie.ie7 .target-ie-7 {
29
+ background-position: 6px -2170px;
30
+ }
31
+ .ie.ie7 .target-ie-7 {
32
+ overflow: hidden;
33
+ }
34
+
35
+ .ie.ie7 .target-ie-7-8, .ie.ie8 .target-ie-7-8 {
36
+ min-height: 250px !important;
37
+ height: auto !important;
38
+ height: 250px !important;
39
+ }
40
+
41
+ .ie.lte8 .target-ie-lte-8 {
42
+ filter: BasicImage(rotation=3);
43
+ }
44
+ .ie.lte8 .target-ie-lte-8 {
45
+ padding-bottom: 8px;
46
+ }
47
+ .ie.lte8 .target-ie-lte-8 {
48
+ line-height: 1.6;
49
+ }
50
+
51
+ .ie.ie8 .target-ie-8 {
52
+ margin-top: 2px;
53
+ }
54
+ .ie.ie8 .target-ie-8 {
55
+ min-height: 170px;
56
+ height: auto !important;
57
+ height: 170px;
58
+ }
59
+
60
+ .ie.lte9 .target-ie-lte-9 {
61
+ border-color: #111111;
62
+ }
63
+ .ie.lte9 .target-ie-lte-9 {
64
+ background: #2c2c2b;
65
+ }
66
+
67
+ .ie.ie7 .target-ie-7-8-9, .ie.ie8 .target-ie-7-8-9 {
68
+ width: 250px;
69
+ }
70
+
71
+ .ie .target-ie-9 {
72
+ right: -83px;
73
+ }
74
+ .ie .target-ie-9 {
75
+ top: 17px;
76
+ }
77
+
78
+ @media screen and (-webkit-min-device-pixel-ratio: 0) {
79
+ .target-webkit {
80
+ line-height: 16px;
81
+ }
82
+ }
83
+ @media screen and (-webkit-min-device-pixel-ratio: 0) {
84
+ .target-webkit {
85
+ padding-top: 10px;
86
+ }
87
+ }
88
+ @media screen and (-webkit-min-device-pixel-ratio: 0) {
89
+ .target-webkit {
90
+ width: 151px;
91
+ }
92
+ }
93
+
94
+ .target-firefox, .target-firefox x:-moz-any-link {
95
+ margin-top: 16px;
96
+ }
97
+
98
+ .target-opera, .target-opera x:-o-prefocus {
99
+ width: 82%;
100
+ }
@@ -0,0 +1,55 @@
1
+ .os-linux .target-linux {
2
+ top: -3px;
3
+ }
4
+ .os-linux .target-linux {
5
+ width: 300px;
6
+ }
7
+
8
+ .os-mac .target-apple {
9
+ top: -3px;
10
+ }
11
+ .os-mac .target-apple {
12
+ width: 300px;
13
+ }
14
+
15
+ .os-mac .target-mac {
16
+ top: -3px;
17
+ }
18
+ .os-mac .target-mac {
19
+ width: 300px;
20
+ }
21
+
22
+ .os-mac .target-osx {
23
+ top: -3px;
24
+ }
25
+ .os-mac .target-osx {
26
+ width: 300px;
27
+ }
28
+
29
+ .os-win .target-windows {
30
+ top: -3px;
31
+ }
32
+ .os-win .target-windows {
33
+ width: 300px;
34
+ }
35
+
36
+ .os-win .target-win {
37
+ top: -3px;
38
+ }
39
+ .os-win .target-win {
40
+ width: 300px;
41
+ }
42
+
43
+ .os-win .target-winxp {
44
+ top: -3px;
45
+ }
46
+ .os-win .target-winxp {
47
+ width: 300px;
48
+ }
49
+
50
+ .os-win .target-win7 {
51
+ top: -3px;
52
+ }
53
+ .os-win .target-win7 {
54
+ width: 300px;
55
+ }
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: archetype
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre.3.55c4182
5
- prerelease: 6
4
+ version: 0.0.1.pre.3.83f0d7a
6
5
  platform: ruby
7
6
  authors:
8
7
  - Eugene ONeill
@@ -10,38 +9,34 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2013-02-26 00:00:00.000000000 Z
12
+ date: 2013-04-18 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: compass
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
- - - ! '>='
18
+ - - '>='
21
19
  - !ruby/object:Gem::Version
22
20
  version: '0'
23
21
  type: :runtime
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
- - - ! '>='
25
+ - - '>='
29
26
  - !ruby/object:Gem::Version
30
27
  version: '0'
31
28
  - !ruby/object:Gem::Dependency
32
29
  name: sass
33
30
  requirement: !ruby/object:Gem::Requirement
34
- none: false
35
31
  requirements:
36
- - - ! '>='
32
+ - - '>='
37
33
  - !ruby/object:Gem::Version
38
34
  version: '0'
39
35
  type: :runtime
40
36
  prerelease: false
41
37
  version_requirements: !ruby/object:Gem::Requirement
42
- none: false
43
38
  requirements:
44
- - - ! '>='
39
+ - - '>='
45
40
  - !ruby/object:Gem::Version
46
41
  version: '0'
47
42
  description: UI Pattern and component library for quickly iterating on and maintaining
@@ -184,9 +179,11 @@ files:
184
179
  - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders/small/small_dark.png
185
180
  - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders/small/small_dark_static.png
186
181
  - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders/small/small_static.png
182
+ - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders-s7889ccc8c1.png
187
183
  - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/sprites/hovercard_tip.png
188
184
  - test/fixtures/stylesheets/archetype/config.rb
189
185
  - test/fixtures/stylesheets/archetype/expected/b.css
186
+ - test/fixtures/stylesheets/archetype/expected/base.css
190
187
  - test/fixtures/stylesheets/archetype/expected/hacks/ie_pseudo.css
191
188
  - test/fixtures/stylesheets/archetype/expected/styleguide/buttons.css
192
189
  - test/fixtures/stylesheets/archetype/expected/styleguide/fallback_styles.css
@@ -206,6 +203,7 @@ files:
206
203
  - test/fixtures/stylesheets/archetype/expected/utilities/targeting/target-browser.css
207
204
  - test/fixtures/stylesheets/archetype/expected/utilities/targeting/target-os.css
208
205
  - test/fixtures/stylesheets/archetype/source/b.scss
206
+ - test/fixtures/stylesheets/archetype/source/base.scss
209
207
  - test/fixtures/stylesheets/archetype/source/hacks/ie_pseudo.scss
210
208
  - test/fixtures/stylesheets/archetype/source/styleguide/buttons.scss
211
209
  - test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss
@@ -224,6 +222,26 @@ files:
224
222
  - test/fixtures/stylesheets/archetype/source/utilities/styles/z-index.scss
225
223
  - test/fixtures/stylesheets/archetype/source/utilities/targeting/target-browser.scss
226
224
  - test/fixtures/stylesheets/archetype/source/utilities/targeting/target-os.scss
225
+ - test/fixtures/stylesheets/archetype/tmp/b.css
226
+ - test/fixtures/stylesheets/archetype/tmp/base.css
227
+ - test/fixtures/stylesheets/archetype/tmp/hacks/ie_pseudo.css
228
+ - test/fixtures/stylesheets/archetype/tmp/styleguide/buttons.css
229
+ - test/fixtures/stylesheets/archetype/tmp/styleguide/fallback_styles.css
230
+ - test/fixtures/stylesheets/archetype/tmp/styleguide/nested_styleguides.css
231
+ - test/fixtures/stylesheets/archetype/tmp/styleguide/selective_state.css
232
+ - test/fixtures/stylesheets/archetype/tmp/ui/glyph_icon.css
233
+ - test/fixtures/stylesheets/archetype/tmp/ui/hide_element.css
234
+ - test/fixtures/stylesheets/archetype/tmp/ui/stroke.css
235
+ - test/fixtures/stylesheets/archetype/tmp/ui/triangle.css
236
+ - test/fixtures/stylesheets/archetype/tmp/utilities/associative.css
237
+ - test/fixtures/stylesheets/archetype/tmp/utilities/if-set.css
238
+ - test/fixtures/stylesheets/archetype/tmp/utilities/spacing/horizontal-spacing.css
239
+ - test/fixtures/stylesheets/archetype/tmp/utilities/spacing/vertical-spacing.css
240
+ - test/fixtures/stylesheets/archetype/tmp/utilities/styles/filter.css
241
+ - test/fixtures/stylesheets/archetype/tmp/utilities/styles/font-family.css
242
+ - test/fixtures/stylesheets/archetype/tmp/utilities/styles/z-index.css
243
+ - test/fixtures/stylesheets/archetype/tmp/utilities/targeting/target-browser.css
244
+ - test/fixtures/stylesheets/archetype/tmp/utilities/targeting/target-os.css
227
245
  - test/helpers/diff.rb
228
246
  - test/helpers/io.rb
229
247
  - test/helpers/test_case.rb
@@ -233,30 +251,26 @@ files:
233
251
  homepage: http://www.archetypecss.com/
234
252
  licenses:
235
253
  - Apache License (2.0)
254
+ metadata: {}
236
255
  post_install_message:
237
256
  rdoc_options: []
238
257
  require_paths:
239
258
  - lib
240
259
  required_ruby_version: !ruby/object:Gem::Requirement
241
- none: false
242
260
  requirements:
243
- - - ! '>='
261
+ - - '>='
244
262
  - !ruby/object:Gem::Version
245
263
  version: '0'
246
- segments:
247
- - 0
248
- hash: 3570231891107370572
249
264
  required_rubygems_version: !ruby/object:Gem::Requirement
250
- none: false
251
265
  requirements:
252
- - - ! '>'
266
+ - - '>'
253
267
  - !ruby/object:Gem::Version
254
268
  version: 1.3.1
255
269
  requirements: []
256
270
  rubyforge_project:
257
- rubygems_version: 1.8.24
271
+ rubygems_version: 2.0.3
258
272
  signing_key:
259
- specification_version: 3
273
+ specification_version: 4
260
274
  summary: a UI pattern and component library for Compass
261
275
  test_files:
262
276
  - test/fixtures/stylesheets/archetype/assets/fonts/fontawesome-webfont.eot
@@ -275,9 +289,11 @@ test_files:
275
289
  - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders/small/small_dark.png
276
290
  - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders/small/small_dark_static.png
277
291
  - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders/small/small_static.png
292
+ - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders-s7889ccc8c1.png
278
293
  - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/sprites/hovercard_tip.png
279
294
  - test/fixtures/stylesheets/archetype/config.rb
280
295
  - test/fixtures/stylesheets/archetype/expected/b.css
296
+ - test/fixtures/stylesheets/archetype/expected/base.css
281
297
  - test/fixtures/stylesheets/archetype/expected/hacks/ie_pseudo.css
282
298
  - test/fixtures/stylesheets/archetype/expected/styleguide/buttons.css
283
299
  - test/fixtures/stylesheets/archetype/expected/styleguide/fallback_styles.css
@@ -297,6 +313,7 @@ test_files:
297
313
  - test/fixtures/stylesheets/archetype/expected/utilities/targeting/target-browser.css
298
314
  - test/fixtures/stylesheets/archetype/expected/utilities/targeting/target-os.css
299
315
  - test/fixtures/stylesheets/archetype/source/b.scss
316
+ - test/fixtures/stylesheets/archetype/source/base.scss
300
317
  - test/fixtures/stylesheets/archetype/source/hacks/ie_pseudo.scss
301
318
  - test/fixtures/stylesheets/archetype/source/styleguide/buttons.scss
302
319
  - test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss
@@ -315,6 +332,26 @@ test_files:
315
332
  - test/fixtures/stylesheets/archetype/source/utilities/styles/z-index.scss
316
333
  - test/fixtures/stylesheets/archetype/source/utilities/targeting/target-browser.scss
317
334
  - test/fixtures/stylesheets/archetype/source/utilities/targeting/target-os.scss
335
+ - test/fixtures/stylesheets/archetype/tmp/b.css
336
+ - test/fixtures/stylesheets/archetype/tmp/base.css
337
+ - test/fixtures/stylesheets/archetype/tmp/hacks/ie_pseudo.css
338
+ - test/fixtures/stylesheets/archetype/tmp/styleguide/buttons.css
339
+ - test/fixtures/stylesheets/archetype/tmp/styleguide/fallback_styles.css
340
+ - test/fixtures/stylesheets/archetype/tmp/styleguide/nested_styleguides.css
341
+ - test/fixtures/stylesheets/archetype/tmp/styleguide/selective_state.css
342
+ - test/fixtures/stylesheets/archetype/tmp/ui/glyph_icon.css
343
+ - test/fixtures/stylesheets/archetype/tmp/ui/hide_element.css
344
+ - test/fixtures/stylesheets/archetype/tmp/ui/stroke.css
345
+ - test/fixtures/stylesheets/archetype/tmp/ui/triangle.css
346
+ - test/fixtures/stylesheets/archetype/tmp/utilities/associative.css
347
+ - test/fixtures/stylesheets/archetype/tmp/utilities/if-set.css
348
+ - test/fixtures/stylesheets/archetype/tmp/utilities/spacing/horizontal-spacing.css
349
+ - test/fixtures/stylesheets/archetype/tmp/utilities/spacing/vertical-spacing.css
350
+ - test/fixtures/stylesheets/archetype/tmp/utilities/styles/filter.css
351
+ - test/fixtures/stylesheets/archetype/tmp/utilities/styles/font-family.css
352
+ - test/fixtures/stylesheets/archetype/tmp/utilities/styles/z-index.css
353
+ - test/fixtures/stylesheets/archetype/tmp/utilities/targeting/target-browser.css
354
+ - test/fixtures/stylesheets/archetype/tmp/utilities/targeting/target-os.css
318
355
  - test/helpers/diff.rb
319
356
  - test/helpers/io.rb
320
357
  - test/helpers/test_case.rb