compass-jquery-ui 0.1.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.
- data/README.markdown +12 -0
- data/lib/jquery-ui.rb +1 -0
- data/stylesheets/_theme-base.scss +15 -0
- data/stylesheets/_theme-cupertino.scss +15 -0
- data/stylesheets/_theme-humanity.scss +15 -0
- data/stylesheets/_theme-redmond.scss +15 -0
- data/stylesheets/base/_jquery.ui.accordion.scss +43 -0
- data/stylesheets/base/_jquery.ui.autocomplete.scss +43 -0
- data/stylesheets/base/_jquery.ui.button.scss +90 -0
- data/stylesheets/base/_jquery.ui.core.scss +82 -0
- data/stylesheets/base/_jquery.ui.datepicker.scss +156 -0
- data/stylesheets/base/_jquery.ui.dialog.scss +55 -0
- data/stylesheets/base/_jquery.ui.progressbar.scss +9 -0
- data/stylesheets/base/_jquery.ui.resizable.scss +70 -0
- data/stylesheets/base/_jquery.ui.selectable.scss +5 -0
- data/stylesheets/base/_jquery.ui.slider.scss +47 -0
- data/stylesheets/base/_jquery.ui.tabs.scss +45 -0
- data/stylesheets/base/_jquery.ui.theme.scss +737 -0
- data/stylesheets/cupertino/_jquery.ui.accordion.scss +43 -0
- data/stylesheets/cupertino/_jquery.ui.autocomplete.scss +43 -0
- data/stylesheets/cupertino/_jquery.ui.button.scss +90 -0
- data/stylesheets/cupertino/_jquery.ui.core.scss +82 -0
- data/stylesheets/cupertino/_jquery.ui.datepicker.scss +156 -0
- data/stylesheets/cupertino/_jquery.ui.dialog.scss +55 -0
- data/stylesheets/cupertino/_jquery.ui.progressbar.scss +9 -0
- data/stylesheets/cupertino/_jquery.ui.resizable.scss +70 -0
- data/stylesheets/cupertino/_jquery.ui.selectable.scss +5 -0
- data/stylesheets/cupertino/_jquery.ui.slider.scss +47 -0
- data/stylesheets/cupertino/_jquery.ui.tabs.scss +45 -0
- data/stylesheets/cupertino/_jquery.ui.theme.scss +740 -0
- data/stylesheets/humanity/_jquery.ui.accordion.scss +43 -0
- data/stylesheets/humanity/_jquery.ui.autocomplete.scss +43 -0
- data/stylesheets/humanity/_jquery.ui.button.scss +90 -0
- data/stylesheets/humanity/_jquery.ui.core.scss +82 -0
- data/stylesheets/humanity/_jquery.ui.datepicker.scss +156 -0
- data/stylesheets/humanity/_jquery.ui.dialog.scss +55 -0
- data/stylesheets/humanity/_jquery.ui.progressbar.scss +9 -0
- data/stylesheets/humanity/_jquery.ui.resizable.scss +70 -0
- data/stylesheets/humanity/_jquery.ui.selectable.scss +5 -0
- data/stylesheets/humanity/_jquery.ui.slider.scss +47 -0
- data/stylesheets/humanity/_jquery.ui.tabs.scss +45 -0
- data/stylesheets/humanity/_jquery.ui.theme.scss +740 -0
- data/stylesheets/redmond/_jquery.ui.accordion.scss +43 -0
- data/stylesheets/redmond/_jquery.ui.autocomplete.scss +43 -0
- data/stylesheets/redmond/_jquery.ui.button.scss +90 -0
- data/stylesheets/redmond/_jquery.ui.core.scss +82 -0
- data/stylesheets/redmond/_jquery.ui.datepicker.scss +156 -0
- data/stylesheets/redmond/_jquery.ui.dialog.scss +55 -0
- data/stylesheets/redmond/_jquery.ui.progressbar.scss +9 -0
- data/stylesheets/redmond/_jquery.ui.resizable.scss +70 -0
- data/stylesheets/redmond/_jquery.ui.selectable.scss +5 -0
- data/stylesheets/redmond/_jquery.ui.slider.scss +47 -0
- data/stylesheets/redmond/_jquery.ui.tabs.scss +45 -0
- data/stylesheets/redmond/_jquery.ui.theme.scss +743 -0
- data/templates/project/jquery-ui-1.8.2.min.js +1012 -0
- data/templates/project/jquery-ui-i18n.js +1176 -0
- data/templates/project/jquery-ui.scss +4 -0
- data/templates/project/jquery-ui/base/ui-anim_basic_16x16.gif +0 -0
- data/templates/project/jquery-ui/base/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/templates/project/jquery-ui/base/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/templates/project/jquery-ui/base/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/templates/project/jquery-ui/base/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/templates/project/jquery-ui/base/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/templates/project/jquery-ui/base/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/templates/project/jquery-ui/base/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/templates/project/jquery-ui/base/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/templates/project/jquery-ui/base/ui-icons_222222_256x240.png +0 -0
- data/templates/project/jquery-ui/base/ui-icons_2e83ff_256x240.png +0 -0
- data/templates/project/jquery-ui/base/ui-icons_454545_256x240.png +0 -0
- data/templates/project/jquery-ui/base/ui-icons_888888_256x240.png +0 -0
- data/templates/project/jquery-ui/base/ui-icons_cd0a0a_256x240.png +0 -0
- data/templates/project/jquery-ui/cupertino/ui-anim_basic_16x16.gif +0 -0
- data/templates/project/jquery-ui/cupertino/ui-bg_diagonals-thick_90_eeeeee_40x40.png +0 -0
- data/templates/project/jquery-ui/cupertino/ui-bg_flat_15_cd0a0a_40x100.png +0 -0
- data/templates/project/jquery-ui/cupertino/ui-bg_glass_100_e4f1fb_1x400.png +0 -0
- data/templates/project/jquery-ui/cupertino/ui-bg_glass_50_3baae3_1x400.png +0 -0
- data/templates/project/jquery-ui/cupertino/ui-bg_glass_80_d7ebf9_1x400.png +0 -0
- data/templates/project/jquery-ui/cupertino/ui-bg_highlight-hard_100_f2f5f7_1x100.png +0 -0
- data/templates/project/jquery-ui/cupertino/ui-bg_highlight-hard_70_000000_1x100.png +0 -0
- data/templates/project/jquery-ui/cupertino/ui-bg_highlight-soft_100_deedf7_1x100.png +0 -0
- data/templates/project/jquery-ui/cupertino/ui-bg_highlight-soft_25_ffef8f_1x100.png +0 -0
- data/templates/project/jquery-ui/cupertino/ui-icons_2694e8_256x240.png +0 -0
- data/templates/project/jquery-ui/cupertino/ui-icons_2e83ff_256x240.png +0 -0
- data/templates/project/jquery-ui/cupertino/ui-icons_3d80b3_256x240.png +0 -0
- data/templates/project/jquery-ui/cupertino/ui-icons_72a7cf_256x240.png +0 -0
- data/templates/project/jquery-ui/cupertino/ui-icons_ffffff_256x240.png +0 -0
- data/templates/project/jquery-ui/humanity/ui-anim_basic_16x16.gif +0 -0
- data/templates/project/jquery-ui/humanity/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
- data/templates/project/jquery-ui/humanity/ui-bg_glass_100_f5f0e5_1x400.png +0 -0
- data/templates/project/jquery-ui/humanity/ui-bg_glass_25_cb842e_1x400.png +0 -0
- data/templates/project/jquery-ui/humanity/ui-bg_glass_70_ede4d4_1x400.png +0 -0
- data/templates/project/jquery-ui/humanity/ui-bg_highlight-hard_100_f4f0ec_1x100.png +0 -0
- data/templates/project/jquery-ui/humanity/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
- data/templates/project/jquery-ui/humanity/ui-bg_highlight-hard_75_f5f5b5_1x100.png +0 -0
- data/templates/project/jquery-ui/humanity/ui-bg_inset-soft_100_f4f0ec_1x100.png +0 -0
- data/templates/project/jquery-ui/humanity/ui-icons_c47a23_256x240.png +0 -0
- data/templates/project/jquery-ui/humanity/ui-icons_cb672b_256x240.png +0 -0
- data/templates/project/jquery-ui/humanity/ui-icons_f08000_256x240.png +0 -0
- data/templates/project/jquery-ui/humanity/ui-icons_f35f07_256x240.png +0 -0
- data/templates/project/jquery-ui/humanity/ui-icons_ff7519_256x240.png +0 -0
- data/templates/project/jquery-ui/humanity/ui-icons_ffffff_256x240.png +0 -0
- data/templates/project/jquery-ui/redmond/ui-anim_basic_16x16.gif +0 -0
- data/templates/project/jquery-ui/redmond/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/templates/project/jquery-ui/redmond/ui-bg_flat_55_fbec88_40x100.png +0 -0
- data/templates/project/jquery-ui/redmond/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
- data/templates/project/jquery-ui/redmond/ui-bg_glass_85_dfeffc_1x400.png +0 -0
- data/templates/project/jquery-ui/redmond/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/templates/project/jquery-ui/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
- data/templates/project/jquery-ui/redmond/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
- data/templates/project/jquery-ui/redmond/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
- data/templates/project/jquery-ui/redmond/ui-icons_217bc0_256x240.png +0 -0
- data/templates/project/jquery-ui/redmond/ui-icons_2e83ff_256x240.png +0 -0
- data/templates/project/jquery-ui/redmond/ui-icons_469bdd_256x240.png +0 -0
- data/templates/project/jquery-ui/redmond/ui-icons_6da8d5_256x240.png +0 -0
- data/templates/project/jquery-ui/redmond/ui-icons_cd0a0a_256x240.png +0 -0
- data/templates/project/jquery-ui/redmond/ui-icons_d8e7f3_256x240.png +0 -0
- data/templates/project/jquery-ui/redmond/ui-icons_f9bd01_256x240.png +0 -0
- data/templates/project/manifest.rb +68 -0
- metadata +200 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# Make sure you list all the project template files here in the manifest.
|
|
2
|
+
stylesheet 'jquery-ui.scss', :media => 'screen, projection'
|
|
3
|
+
javascript 'jquery-ui-1.8.2.min.js'
|
|
4
|
+
javascript 'jquery-ui-i18n.js'
|
|
5
|
+
|
|
6
|
+
image 'jquery-ui/base/ui-anim_basic_16x16.gif'
|
|
7
|
+
image 'jquery-ui/base/ui-bg_flat_0_aaaaaa_40x100.png'
|
|
8
|
+
image 'jquery-ui/base/ui-bg_flat_75_ffffff_40x100.png'
|
|
9
|
+
image 'jquery-ui/base/ui-bg_glass_55_fbf9ee_1x400.png'
|
|
10
|
+
image 'jquery-ui/base/ui-bg_glass_65_ffffff_1x400.png'
|
|
11
|
+
image 'jquery-ui/base/ui-bg_glass_75_dadada_1x400.png'
|
|
12
|
+
image 'jquery-ui/base/ui-bg_glass_75_e6e6e6_1x400.png'
|
|
13
|
+
image 'jquery-ui/base/ui-bg_glass_95_fef1ec_1x400.png'
|
|
14
|
+
image 'jquery-ui/base/ui-bg_highlight-soft_75_cccccc_1x100.png'
|
|
15
|
+
image 'jquery-ui/base/ui-icons_222222_256x240.png'
|
|
16
|
+
image 'jquery-ui/base/ui-icons_2e83ff_256x240.png'
|
|
17
|
+
image 'jquery-ui/base/ui-icons_454545_256x240.png'
|
|
18
|
+
image 'jquery-ui/base/ui-icons_888888_256x240.png'
|
|
19
|
+
image 'jquery-ui/base/ui-icons_cd0a0a_256x240.png'
|
|
20
|
+
|
|
21
|
+
image 'jquery-ui/humanity/ui-anim_basic_16x16.gif'
|
|
22
|
+
image 'jquery-ui/humanity/ui-bg_flat_75_aaaaaa_40x100.png'
|
|
23
|
+
image 'jquery-ui/humanity/ui-bg_glass_100_f5f0e5_1x400.png'
|
|
24
|
+
image 'jquery-ui/humanity/ui-bg_glass_25_cb842e_1x400.png'
|
|
25
|
+
image 'jquery-ui/humanity/ui-bg_glass_70_ede4d4_1x400.png'
|
|
26
|
+
image 'jquery-ui/humanity/ui-bg_highlight-hard_100_f4f0ec_1x100.png'
|
|
27
|
+
image 'jquery-ui/humanity/ui-bg_highlight-hard_65_fee4bd_1x100.png'
|
|
28
|
+
image 'jquery-ui/humanity/ui-bg_highlight-hard_75_f5f5b5_1x100.png'
|
|
29
|
+
image 'jquery-ui/humanity/ui-bg_inset-soft_100_f4f0ec_1x100.png'
|
|
30
|
+
image 'jquery-ui/humanity/ui-icons_c47a23_256x240.png'
|
|
31
|
+
image 'jquery-ui/humanity/ui-icons_cb672b_256x240.png'
|
|
32
|
+
image 'jquery-ui/humanity/ui-icons_f08000_256x240.png'
|
|
33
|
+
image 'jquery-ui/humanity/ui-icons_f35f07_256x240.png'
|
|
34
|
+
image 'jquery-ui/humanity/ui-icons_ff7519_256x240.png'
|
|
35
|
+
image 'jquery-ui/humanity/ui-icons_ffffff_256x240.png'
|
|
36
|
+
|
|
37
|
+
image 'jquery-ui/redmond/ui-anim_basic_16x16.gif'
|
|
38
|
+
image 'jquery-ui/redmond/ui-bg_flat_0_aaaaaa_40x100.png'
|
|
39
|
+
image 'jquery-ui/redmond/ui-bg_flat_55_fbec88_40x100.png'
|
|
40
|
+
image 'jquery-ui/redmond/ui-bg_glass_75_d0e5f5_1x400.png'
|
|
41
|
+
image 'jquery-ui/redmond/ui-bg_glass_85_dfeffc_1x400.png'
|
|
42
|
+
image 'jquery-ui/redmond/ui-bg_glass_95_fef1ec_1x400.png'
|
|
43
|
+
image 'jquery-ui/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png'
|
|
44
|
+
image 'jquery-ui/redmond/ui-bg_inset-hard_100_f5f8f9_1x100.png'
|
|
45
|
+
image 'jquery-ui/redmond/ui-bg_inset-hard_100_fcfdfd_1x100.png'
|
|
46
|
+
image 'jquery-ui/redmond/ui-icons_217bc0_256x240.png'
|
|
47
|
+
image 'jquery-ui/redmond/ui-icons_2e83ff_256x240.png'
|
|
48
|
+
image 'jquery-ui/redmond/ui-icons_469bdd_256x240.png'
|
|
49
|
+
image 'jquery-ui/redmond/ui-icons_6da8d5_256x240.png'
|
|
50
|
+
image 'jquery-ui/redmond/ui-icons_cd0a0a_256x240.png'
|
|
51
|
+
image 'jquery-ui/redmond/ui-icons_d8e7f3_256x240.png'
|
|
52
|
+
image 'jquery-ui/redmond/ui-icons_f9bd01_256x240.png'
|
|
53
|
+
|
|
54
|
+
image 'jquery-ui/cupertino/ui-anim_basic_16x16.gif'
|
|
55
|
+
image 'jquery-ui/cupertino/ui-bg_diagonals-thick_90_eeeeee_40x40.png'
|
|
56
|
+
image 'jquery-ui/cupertino/ui-bg_flat_15_cd0a0a_40x100.png'
|
|
57
|
+
image 'jquery-ui/cupertino/ui-bg_glass_100_e4f1fb_1x400.png'
|
|
58
|
+
image 'jquery-ui/cupertino/ui-bg_glass_50_3baae3_1x400.png'
|
|
59
|
+
image 'jquery-ui/cupertino/ui-bg_glass_80_d7ebf9_1x400.png'
|
|
60
|
+
image 'jquery-ui/cupertino/ui-bg_highlight-hard_100_f2f5f7_1x100.png'
|
|
61
|
+
image 'jquery-ui/cupertino/ui-bg_highlight-hard_70_000000_1x100.png'
|
|
62
|
+
image 'jquery-ui/cupertino/ui-bg_highlight-soft_100_deedf7_1x100.png'
|
|
63
|
+
image 'jquery-ui/cupertino/ui-bg_highlight-soft_25_ffef8f_1x100.png'
|
|
64
|
+
image 'jquery-ui/cupertino/ui-icons_2694e8_256x240.png'
|
|
65
|
+
image 'jquery-ui/cupertino/ui-icons_2e83ff_256x240.png'
|
|
66
|
+
image 'jquery-ui/cupertino/ui-icons_3d80b3_256x240.png'
|
|
67
|
+
image 'jquery-ui/cupertino/ui-icons_72a7cf_256x240.png'
|
|
68
|
+
image 'jquery-ui/cupertino/ui-icons_ffffff_256x240.png'
|
metadata
ADDED
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: compass-jquery-ui
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 27
|
|
5
|
+
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 1
|
|
9
|
+
- 0
|
|
10
|
+
version: 0.1.0
|
|
11
|
+
platform: ruby
|
|
12
|
+
authors:
|
|
13
|
+
- Ford Guo
|
|
14
|
+
autorequire:
|
|
15
|
+
bindir: bin
|
|
16
|
+
cert_chain: []
|
|
17
|
+
|
|
18
|
+
date: 2010-08-02 00:00:00 Z
|
|
19
|
+
dependencies:
|
|
20
|
+
- !ruby/object:Gem::Dependency
|
|
21
|
+
name: compass
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
|
+
none: false
|
|
25
|
+
requirements:
|
|
26
|
+
- - ">="
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
hash: 15424179
|
|
29
|
+
segments:
|
|
30
|
+
- 0
|
|
31
|
+
- 10
|
|
32
|
+
- 0
|
|
33
|
+
- rc
|
|
34
|
+
- 3
|
|
35
|
+
version: 0.10.0.rc3
|
|
36
|
+
type: :runtime
|
|
37
|
+
version_requirements: *id001
|
|
38
|
+
description: a jquery-ui integration compass
|
|
39
|
+
email: agile.guo@gmail.com
|
|
40
|
+
executables: []
|
|
41
|
+
|
|
42
|
+
extensions: []
|
|
43
|
+
|
|
44
|
+
extra_rdoc_files: []
|
|
45
|
+
|
|
46
|
+
files:
|
|
47
|
+
- README.markdown
|
|
48
|
+
- lib/jquery-ui.rb
|
|
49
|
+
- stylesheets/_theme-cupertino.scss
|
|
50
|
+
- stylesheets/cupertino/_jquery.ui.datepicker.scss
|
|
51
|
+
- stylesheets/cupertino/_jquery.ui.tabs.scss
|
|
52
|
+
- stylesheets/cupertino/_jquery.ui.dialog.scss
|
|
53
|
+
- stylesheets/cupertino/_jquery.ui.autocomplete.scss
|
|
54
|
+
- stylesheets/cupertino/_jquery.ui.slider.scss
|
|
55
|
+
- stylesheets/cupertino/_jquery.ui.accordion.scss
|
|
56
|
+
- stylesheets/cupertino/_jquery.ui.selectable.scss
|
|
57
|
+
- stylesheets/cupertino/_jquery.ui.theme.scss
|
|
58
|
+
- stylesheets/cupertino/_jquery.ui.button.scss
|
|
59
|
+
- stylesheets/cupertino/_jquery.ui.progressbar.scss
|
|
60
|
+
- stylesheets/cupertino/_jquery.ui.core.scss
|
|
61
|
+
- stylesheets/cupertino/_jquery.ui.resizable.scss
|
|
62
|
+
- stylesheets/redmond/_jquery.ui.datepicker.scss
|
|
63
|
+
- stylesheets/redmond/_jquery.ui.tabs.scss
|
|
64
|
+
- stylesheets/redmond/_jquery.ui.dialog.scss
|
|
65
|
+
- stylesheets/redmond/_jquery.ui.autocomplete.scss
|
|
66
|
+
- stylesheets/redmond/_jquery.ui.slider.scss
|
|
67
|
+
- stylesheets/redmond/_jquery.ui.accordion.scss
|
|
68
|
+
- stylesheets/redmond/_jquery.ui.selectable.scss
|
|
69
|
+
- stylesheets/redmond/_jquery.ui.theme.scss
|
|
70
|
+
- stylesheets/redmond/_jquery.ui.button.scss
|
|
71
|
+
- stylesheets/redmond/_jquery.ui.progressbar.scss
|
|
72
|
+
- stylesheets/redmond/_jquery.ui.core.scss
|
|
73
|
+
- stylesheets/redmond/_jquery.ui.resizable.scss
|
|
74
|
+
- stylesheets/_theme-base.scss
|
|
75
|
+
- stylesheets/base/_jquery.ui.datepicker.scss
|
|
76
|
+
- stylesheets/base/_jquery.ui.tabs.scss
|
|
77
|
+
- stylesheets/base/_jquery.ui.dialog.scss
|
|
78
|
+
- stylesheets/base/_jquery.ui.autocomplete.scss
|
|
79
|
+
- stylesheets/base/_jquery.ui.slider.scss
|
|
80
|
+
- stylesheets/base/_jquery.ui.accordion.scss
|
|
81
|
+
- stylesheets/base/_jquery.ui.selectable.scss
|
|
82
|
+
- stylesheets/base/_jquery.ui.theme.scss
|
|
83
|
+
- stylesheets/base/_jquery.ui.button.scss
|
|
84
|
+
- stylesheets/base/_jquery.ui.progressbar.scss
|
|
85
|
+
- stylesheets/base/_jquery.ui.core.scss
|
|
86
|
+
- stylesheets/base/_jquery.ui.resizable.scss
|
|
87
|
+
- stylesheets/_theme-humanity.scss
|
|
88
|
+
- stylesheets/_theme-redmond.scss
|
|
89
|
+
- stylesheets/humanity/_jquery.ui.datepicker.scss
|
|
90
|
+
- stylesheets/humanity/_jquery.ui.tabs.scss
|
|
91
|
+
- stylesheets/humanity/_jquery.ui.dialog.scss
|
|
92
|
+
- stylesheets/humanity/_jquery.ui.autocomplete.scss
|
|
93
|
+
- stylesheets/humanity/_jquery.ui.slider.scss
|
|
94
|
+
- stylesheets/humanity/_jquery.ui.accordion.scss
|
|
95
|
+
- stylesheets/humanity/_jquery.ui.selectable.scss
|
|
96
|
+
- stylesheets/humanity/_jquery.ui.theme.scss
|
|
97
|
+
- stylesheets/humanity/_jquery.ui.button.scss
|
|
98
|
+
- stylesheets/humanity/_jquery.ui.progressbar.scss
|
|
99
|
+
- stylesheets/humanity/_jquery.ui.core.scss
|
|
100
|
+
- stylesheets/humanity/_jquery.ui.resizable.scss
|
|
101
|
+
- templates/project/manifest.rb
|
|
102
|
+
- templates/project/jquery-ui-i18n.js
|
|
103
|
+
- templates/project/jquery-ui/cupertino/ui-bg_highlight-hard_100_f2f5f7_1x100.png
|
|
104
|
+
- templates/project/jquery-ui/cupertino/ui-bg_highlight-soft_100_deedf7_1x100.png
|
|
105
|
+
- templates/project/jquery-ui/cupertino/ui-icons_2e83ff_256x240.png
|
|
106
|
+
- templates/project/jquery-ui/cupertino/ui-bg_glass_100_e4f1fb_1x400.png
|
|
107
|
+
- templates/project/jquery-ui/cupertino/ui-bg_glass_50_3baae3_1x400.png
|
|
108
|
+
- templates/project/jquery-ui/cupertino/ui-bg_flat_15_cd0a0a_40x100.png
|
|
109
|
+
- templates/project/jquery-ui/cupertino/ui-bg_highlight-soft_25_ffef8f_1x100.png
|
|
110
|
+
- templates/project/jquery-ui/cupertino/ui-bg_diagonals-thick_90_eeeeee_40x40.png
|
|
111
|
+
- templates/project/jquery-ui/cupertino/ui-anim_basic_16x16.gif
|
|
112
|
+
- templates/project/jquery-ui/cupertino/ui-icons_3d80b3_256x240.png
|
|
113
|
+
- templates/project/jquery-ui/cupertino/ui-icons_72a7cf_256x240.png
|
|
114
|
+
- templates/project/jquery-ui/cupertino/ui-icons_2694e8_256x240.png
|
|
115
|
+
- templates/project/jquery-ui/cupertino/ui-bg_glass_80_d7ebf9_1x400.png
|
|
116
|
+
- templates/project/jquery-ui/cupertino/ui-bg_highlight-hard_70_000000_1x100.png
|
|
117
|
+
- templates/project/jquery-ui/cupertino/ui-icons_ffffff_256x240.png
|
|
118
|
+
- templates/project/jquery-ui/redmond/ui-bg_inset-hard_100_f5f8f9_1x100.png
|
|
119
|
+
- templates/project/jquery-ui/redmond/ui-bg_glass_95_fef1ec_1x400.png
|
|
120
|
+
- templates/project/jquery-ui/redmond/ui-icons_217bc0_256x240.png
|
|
121
|
+
- templates/project/jquery-ui/redmond/ui-icons_6da8d5_256x240.png
|
|
122
|
+
- templates/project/jquery-ui/redmond/ui-bg_glass_85_dfeffc_1x400.png
|
|
123
|
+
- templates/project/jquery-ui/redmond/ui-bg_glass_75_d0e5f5_1x400.png
|
|
124
|
+
- templates/project/jquery-ui/redmond/ui-icons_2e83ff_256x240.png
|
|
125
|
+
- templates/project/jquery-ui/redmond/ui-icons_469bdd_256x240.png
|
|
126
|
+
- templates/project/jquery-ui/redmond/ui-icons_d8e7f3_256x240.png
|
|
127
|
+
- templates/project/jquery-ui/redmond/ui-bg_flat_0_aaaaaa_40x100.png
|
|
128
|
+
- templates/project/jquery-ui/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png
|
|
129
|
+
- templates/project/jquery-ui/redmond/ui-anim_basic_16x16.gif
|
|
130
|
+
- templates/project/jquery-ui/redmond/ui-bg_flat_55_fbec88_40x100.png
|
|
131
|
+
- templates/project/jquery-ui/redmond/ui-bg_inset-hard_100_fcfdfd_1x100.png
|
|
132
|
+
- templates/project/jquery-ui/redmond/ui-icons_f9bd01_256x240.png
|
|
133
|
+
- templates/project/jquery-ui/redmond/ui-icons_cd0a0a_256x240.png
|
|
134
|
+
- templates/project/jquery-ui/base/ui-bg_glass_95_fef1ec_1x400.png
|
|
135
|
+
- templates/project/jquery-ui/base/ui-bg_flat_75_ffffff_40x100.png
|
|
136
|
+
- templates/project/jquery-ui/base/ui-bg_glass_65_ffffff_1x400.png
|
|
137
|
+
- templates/project/jquery-ui/base/ui-icons_2e83ff_256x240.png
|
|
138
|
+
- templates/project/jquery-ui/base/ui-bg_glass_75_e6e6e6_1x400.png
|
|
139
|
+
- templates/project/jquery-ui/base/ui-bg_glass_75_dadada_1x400.png
|
|
140
|
+
- templates/project/jquery-ui/base/ui-bg_flat_0_aaaaaa_40x100.png
|
|
141
|
+
- templates/project/jquery-ui/base/ui-icons_454545_256x240.png
|
|
142
|
+
- templates/project/jquery-ui/base/ui-bg_glass_55_fbf9ee_1x400.png
|
|
143
|
+
- templates/project/jquery-ui/base/ui-anim_basic_16x16.gif
|
|
144
|
+
- templates/project/jquery-ui/base/ui-bg_highlight-soft_75_cccccc_1x100.png
|
|
145
|
+
- templates/project/jquery-ui/base/ui-icons_888888_256x240.png
|
|
146
|
+
- templates/project/jquery-ui/base/ui-icons_222222_256x240.png
|
|
147
|
+
- templates/project/jquery-ui/base/ui-icons_cd0a0a_256x240.png
|
|
148
|
+
- templates/project/jquery-ui/humanity/ui-bg_highlight-hard_65_fee4bd_1x100.png
|
|
149
|
+
- templates/project/jquery-ui/humanity/ui-icons_cb672b_256x240.png
|
|
150
|
+
- templates/project/jquery-ui/humanity/ui-bg_inset-soft_100_f4f0ec_1x100.png
|
|
151
|
+
- templates/project/jquery-ui/humanity/ui-icons_c47a23_256x240.png
|
|
152
|
+
- templates/project/jquery-ui/humanity/ui-icons_f35f07_256x240.png
|
|
153
|
+
- templates/project/jquery-ui/humanity/ui-bg_flat_75_aaaaaa_40x100.png
|
|
154
|
+
- templates/project/jquery-ui/humanity/ui-icons_ff7519_256x240.png
|
|
155
|
+
- templates/project/jquery-ui/humanity/ui-icons_f08000_256x240.png
|
|
156
|
+
- templates/project/jquery-ui/humanity/ui-bg_highlight-hard_75_f5f5b5_1x100.png
|
|
157
|
+
- templates/project/jquery-ui/humanity/ui-bg_glass_70_ede4d4_1x400.png
|
|
158
|
+
- templates/project/jquery-ui/humanity/ui-anim_basic_16x16.gif
|
|
159
|
+
- templates/project/jquery-ui/humanity/ui-bg_glass_25_cb842e_1x400.png
|
|
160
|
+
- templates/project/jquery-ui/humanity/ui-bg_glass_100_f5f0e5_1x400.png
|
|
161
|
+
- templates/project/jquery-ui/humanity/ui-icons_ffffff_256x240.png
|
|
162
|
+
- templates/project/jquery-ui/humanity/ui-bg_highlight-hard_100_f4f0ec_1x100.png
|
|
163
|
+
- templates/project/jquery-ui.scss
|
|
164
|
+
- templates/project/jquery-ui-1.8.2.min.js
|
|
165
|
+
homepage: http://github.com/fordguo/compass-jquery-ui
|
|
166
|
+
licenses: []
|
|
167
|
+
|
|
168
|
+
post_install_message:
|
|
169
|
+
rdoc_options: []
|
|
170
|
+
|
|
171
|
+
require_paths:
|
|
172
|
+
- lib
|
|
173
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
174
|
+
none: false
|
|
175
|
+
requirements:
|
|
176
|
+
- - ">="
|
|
177
|
+
- !ruby/object:Gem::Version
|
|
178
|
+
hash: 3
|
|
179
|
+
segments:
|
|
180
|
+
- 0
|
|
181
|
+
version: "0"
|
|
182
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
183
|
+
none: false
|
|
184
|
+
requirements:
|
|
185
|
+
- - ">="
|
|
186
|
+
- !ruby/object:Gem::Version
|
|
187
|
+
hash: 3
|
|
188
|
+
segments:
|
|
189
|
+
- 0
|
|
190
|
+
version: "0"
|
|
191
|
+
requirements: []
|
|
192
|
+
|
|
193
|
+
rubyforge_project:
|
|
194
|
+
rubygems_version: 1.7.2
|
|
195
|
+
signing_key:
|
|
196
|
+
specification_version: 3
|
|
197
|
+
summary: a jquery-ui integration with compass
|
|
198
|
+
test_files: []
|
|
199
|
+
|
|
200
|
+
has_rdoc: false
|