card-mod-style 0.11.7 → 0.13.2

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 (27) hide show
  1. checksums.yaml +4 -4
  2. data/db/migrate_core_cards/20200805112346_add_mod_style_assets_type.rb +18 -0
  3. data/lib/stylesheets/style_cards.scss +1 -1
  4. data/lib/stylesheets/style_jquery_ui_smoothness.css +13 -13
  5. data/public/{assets/jquery-ui-smoothness → jquery-ui-smoothness}/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  6. data/public/{assets/jquery-ui-smoothness → jquery-ui-smoothness}/ui-bg_glass_65_ffffff_1x400.png +0 -0
  7. data/public/{assets/jquery-ui-smoothness → jquery-ui-smoothness}/ui-bg_glass_75_dadada_1x400.png +0 -0
  8. data/public/{assets/jquery-ui-smoothness → jquery-ui-smoothness}/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  9. data/public/{assets/jquery-ui-smoothness → jquery-ui-smoothness}/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  10. data/public/{assets/jquery-ui-smoothness → jquery-ui-smoothness}/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  11. data/public/{assets/jquery-ui-smoothness → jquery-ui-smoothness}/ui-icons_222222_256x240.png +0 -0
  12. data/public/{assets/jquery-ui-smoothness → jquery-ui-smoothness}/ui-icons_2e83ff_256x240.png +0 -0
  13. data/public/{assets/jquery-ui-smoothness → jquery-ui-smoothness}/ui-icons_454545_256x240.png +0 -0
  14. data/public/{assets/jquery-ui-smoothness → jquery-ui-smoothness}/ui-icons_888888_256x240.png +0 -0
  15. data/public/{assets/jquery-ui-smoothness → jquery-ui-smoothness}/ui-icons_cd0a0a_256x240.png +0 -0
  16. data/set/abstract/01_asset_style.rb +25 -0
  17. data/set/abstract/01_css.rb +87 -0
  18. data/set/abstract/02_scss.rb +21 -0
  19. data/set/abstract/03_asset_css.rb +4 -0
  20. data/set/abstract/03_asset_scss.rb +4 -0
  21. data/set/abstract/style_asset_list.rb +32 -0
  22. data/set/type/css.rb +1 -86
  23. data/set/type/local_style_folder_group.rb +2 -0
  24. data/set/type/local_style_manifest_group.rb +2 -0
  25. data/set/type/mod_style_assets.rb +22 -0
  26. data/set/type/scss.rb +1 -21
  27. metadata +29 -19
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 647c74f6bee1c30444c9ca9e19b3ef22c84f6d03886bf123f11232054f89fc79
4
- data.tar.gz: 0d3628bc6ed214dd167251f41d2486ed1f7c893e9d5ac01e4e81f88023dcb954
3
+ metadata.gz: 2542e0a7b3de8252232106007a6edd65940bf08e41fb3ac1593aedcff0177e79
4
+ data.tar.gz: eaf71368eb9df0900989dedea1a2efe19553db08d5d21c1ab6e02af8778b5495
5
5
  SHA512:
6
- metadata.gz: 91d02fcc8ba42f49989dabe713dc93f40a26d797f3f1a9e59e2368edffefe0d77375a12cd13923fca34f0dd08d84c7430c3c59837a35bbfb355c4086421b76d3
7
- data.tar.gz: d467039fcac09ad99a1997b14e1fa11a499f49ced122902c9f9046aaffcb0424a3ee17d63bd512f7374cc1acf1713a5006d97c27b424e2e29102aacacb3e0805
6
+ metadata.gz: 5fe17f5056d9c2bed2018cb4ed402eb8abc1458cdb7fe47431ff4a7bb50568cbc926cf6f6c13d9e954afd2794a5b427dcd73e4356faee927ec185d9e49154ed3
7
+ data.tar.gz: eba2b4a65b1a3e8f1c50d7244f40e6e6805892a58a40bd033369f75bb835b7f6be0679b2052ae131be2502f93687c80fca2aa97f3b1c10367c9f73d036a3dc61
@@ -0,0 +1,18 @@
1
+ # -*- encoding : utf-8 -*-
2
+
3
+ class AddModStyleAssetsType < Cardio::Migration::Core
4
+ def up
5
+ add_cardtypes
6
+ delete_style_cards
7
+ end
8
+
9
+ def add_cardtypes
10
+ ensure_code_card name: "Mod style assets", type_id: Card::CardtypeID
11
+ ensure_code_card name: "Local style folder group", type_id: Card::CardtypeID
12
+ ensure_code_card name: "Local style manifest group", type_id: Card::CardtypeID
13
+ end
14
+
15
+ def delete_style_cards
16
+ # delete_code_card :script_decko
17
+ end
18
+ end
@@ -849,7 +849,7 @@ h2.set-label {
849
849
  }
850
850
 
851
851
  .ui-icon {
852
- background-image: url([[/assets/card-mod-style/jquery-ui-smoothness/ui-icons_454545_256x240.png]])
852
+ background-image: url([[/mod/style/jquery-ui-smoothness/ui-icons_454545_256x240.png]])
853
853
  }
854
854
 
855
855
  /* note said this is o non-ie browsers do better with image floats. looks over-specified.
@@ -507,7 +507,7 @@ button.ui-button::-moz-focus-inner {
507
507
  }
508
508
  .ui-widget-header {
509
509
  border: 1px solid #aaaaaa;
510
- background: #cccccc url([[/assets/card-mod-style/jquery-ui-smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png]]) 50% 50% repeat-x;
510
+ background: #cccccc url([[/mod/style/jquery-ui-smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png]]) 50% 50% repeat-x;
511
511
  color: #222222;
512
512
  font-weight: bold;
513
513
  }
@@ -527,7 +527,7 @@ works properly when clicked or hovered */
527
527
  html .ui-button.ui-state-disabled:hover,
528
528
  html .ui-button.ui-state-disabled:active {
529
529
  border: 1px solid #d3d3d3;
530
- background: #e6e6e6 url([[/assets/card-mod-style/jquery-ui-smoothness/ui-bg_glass_75_e6e6e6_1x400.png]]) 50% 50% repeat-x;
530
+ background: #e6e6e6 url([[/mod/style/jquery-ui-smoothness/ui-bg_glass_75_e6e6e6_1x400.png]]) 50% 50% repeat-x;
531
531
  font-weight: normal;
532
532
  color: #555555;
533
533
  }
@@ -550,7 +550,7 @@ a:visited.ui-button,
550
550
  .ui-button:hover,
551
551
  .ui-button:focus {
552
552
  border: 1px solid #999999;
553
- background: #dadada url([[/assets/card-mod-style/jquery-ui-smoothness/ui-bg_glass_75_dadada_1x400.png]]) 50% 50% repeat-x;
553
+ background: #dadada url([[/mod/style/jquery-ui-smoothness/ui-bg_glass_75_dadada_1x400.png]]) 50% 50% repeat-x;
554
554
  font-weight: normal;
555
555
  color: #212121;
556
556
  }
@@ -578,7 +578,7 @@ a.ui-button:active,
578
578
  .ui-button:active,
579
579
  .ui-button.ui-state-active:hover {
580
580
  border: 1px solid #aaaaaa;
581
- background: #ffffff url([[/assets/card-mod-style/jquery-ui-smoothness/ui-bg_glass_65_ffffff_1x400.png]]) 50% 50% repeat-x;
581
+ background: #ffffff url([[/mod/style/jquery-ui-smoothness/ui-bg_glass_65_ffffff_1x400.png]]) 50% 50% repeat-x;
582
582
  font-weight: normal;
583
583
  color: #212121;
584
584
  }
@@ -600,7 +600,7 @@ a.ui-button:active,
600
600
  .ui-widget-content .ui-state-highlight,
601
601
  .ui-widget-header .ui-state-highlight {
602
602
  border: 1px solid #fcefa1;
603
- background: #fbf9ee url([[/assets/card-mod-style/jquery-ui-smoothness/ui-bg_glass_55_fbf9ee_1x400.png]]) 50% 50% repeat-x;
603
+ background: #fbf9ee url([[/mod/style/jquery-ui-smoothness/ui-bg_glass_55_fbf9ee_1x400.png]]) 50% 50% repeat-x;
604
604
  color: #363636;
605
605
  }
606
606
  .ui-state-checked {
@@ -616,7 +616,7 @@ a.ui-button:active,
616
616
  .ui-widget-content .ui-state-error,
617
617
  .ui-widget-header .ui-state-error {
618
618
  border: 1px solid #cd0a0a;
619
- background: #fef1ec url([[/assets/card-mod-style/jquery-ui-smoothness/ui-bg_glass_95_fef1ec_1x400.png]]) 50% 50% repeat-x;
619
+ background: #fef1ec url([[/mod/style/jquery-ui-smoothness/ui-bg_glass_95_fef1ec_1x400.png]]) 50% 50% repeat-x;
620
620
  color: #cd0a0a;
621
621
  }
622
622
  .ui-state-error a,
@@ -662,31 +662,31 @@ a.ui-button:active,
662
662
  }
663
663
  .ui-icon,
664
664
  .ui-widget-content .ui-icon {
665
- background-image: url([[/assets/card-mod-style/jquery-ui-smoothness/ui-icons_222222_256x240.png]]);
665
+ background-image: url([[/mod/style/jquery-ui-smoothness/ui-icons_222222_256x240.png]]);
666
666
  }
667
667
  .ui-widget-header .ui-icon {
668
- background-image: url([[/assets/card-mod-style/jquery-ui-smoothness/ui-icons_222222_256x240.png]]);
668
+ background-image: url([[/mod/style/jquery-ui-smoothness/ui-icons_222222_256x240.png]]);
669
669
  }
670
670
  .ui-state-hover .ui-icon,
671
671
  .ui-state-focus .ui-icon,
672
672
  .ui-button:hover .ui-icon,
673
673
  .ui-button:focus .ui-icon {
674
- background-image: url([[/assets/card-mod-style/jquery-ui-smoothness/ui-icons_454545_256x240.png]]);
674
+ background-image: url([[/mod/style/jquery-ui-smoothness/ui-icons_454545_256x240.png]]);
675
675
  }
676
676
  .ui-state-active .ui-icon,
677
677
  .ui-button:active .ui-icon {
678
- background-image: url([[/assets/card-mod-style/jquery-ui-smoothness/ui-icons_454545_256x240.png]]);
678
+ background-image: url([[/mod/style/jquery-ui-smoothness/ui-icons_454545_256x240.png]]);
679
679
  }
680
680
  .ui-state-highlight .ui-icon,
681
681
  .ui-button .ui-state-highlight.ui-icon {
682
- background-image: url([[/assets/card-mod-style/jquery-ui-smoothness/ui-icons_2e83ff_256x240.png]]);
682
+ background-image: url([[/mod/style/jquery-ui-smoothness/ui-icons_2e83ff_256x240.png]]);
683
683
  }
684
684
  .ui-state-error .ui-icon,
685
685
  .ui-state-error-text .ui-icon {
686
- background-image: url([[/assets/card-mod-style/jquery-ui-smoothness/ui-icons_cd0a0a_256x240.png]]);
686
+ background-image: url([[/mod/style/jquery-ui-smoothness/ui-icons_cd0a0a_256x240.png]]);
687
687
  }
688
688
  .ui-button .ui-icon {
689
- background-image: url([[/assets/card-mod-style/jquery-ui-smoothness/ui-icons_888888_256x240.png]]);
689
+ background-image: url([[/mod/style/jquery-ui-smoothness/ui-icons_888888_256x240.png]]);
690
690
  }
691
691
 
692
692
  /* positioning */
@@ -0,0 +1,25 @@
1
+ # -*- encoding : utf-8 -*-
2
+
3
+ require "coffee-script"
4
+
5
+ include_set Abstract::AssetFile
6
+
7
+ def compress?
8
+ @minimize
9
+ end
10
+
11
+ format :css do
12
+ view :source do
13
+ if @local
14
+ card.machine_output_url
15
+ else
16
+ source
17
+ end
18
+ end
19
+ end
20
+
21
+ format :html do
22
+ view :stylesheet_include_tag do
23
+ stylesheet_include_tag card.machine_output_url
24
+ end
25
+ end
@@ -0,0 +1,87 @@
1
+ # -*- encoding : utf-8 -*-
2
+
3
+ require "sassc"
4
+ require "benchmark"
5
+ require "coderay"
6
+
7
+ include_set Abstract::Machine
8
+ include_set Abstract::MachineInput
9
+
10
+ store_machine_output filetype: "css"
11
+
12
+ machine_input do
13
+ compress format(:css)._render_core
14
+ end
15
+
16
+ def compress input
17
+ compress? ? SassC::Engine.new(input, style: :compressed).render : input
18
+ rescue StandardError => e
19
+ raise Card::Error, css_compression_error(e)
20
+ end
21
+
22
+ def css_compression_error error
23
+ # scss is compiled in a view
24
+ # If there is a scss syntax error we get the rescued view here
25
+ # and the error that the rescued view is no valid css
26
+ # To get the original error we have to refer to Card::Error.current
27
+ if Card::Error.current
28
+ Card::Error.current.message
29
+ else
30
+ "Sass::SyntaxError (#{name}): #{error.message}"
31
+ end
32
+ end
33
+
34
+ def clean_html?
35
+ false
36
+ end
37
+
38
+ def compress?
39
+ true
40
+ # !Rails.env.development?
41
+ end
42
+
43
+ format do
44
+ # def default_nest_view
45
+ # :raw
46
+ # end
47
+
48
+ # turn off autodetection of uri's
49
+ def chunk_list
50
+ :references
51
+ end
52
+ end
53
+
54
+ format :html do
55
+ def input_type
56
+ :ace_editor
57
+ end
58
+
59
+ def ace_mode
60
+ :css
61
+ end
62
+
63
+ def default_nest_view
64
+ :closed
65
+ end
66
+
67
+ view :core do
68
+ # FIXME: scan must happen before process for inclusion interactions to
69
+ # work, but this will likely cause
70
+ # problems with including other css?
71
+ process_content ::CodeRay.scan(_render_raw, :css).div, size: :icon
72
+ end
73
+
74
+ def content_changes action, diff_type, hide_diff=false
75
+ wrap_with(:pre) { super }
76
+ end
77
+ end
78
+
79
+ format :css do
80
+ view :import do
81
+ %{\n@import url("#{_render_url}");\n}
82
+ end
83
+ end
84
+
85
+ def diff_args
86
+ { diff_format: :text }
87
+ end
@@ -0,0 +1,21 @@
1
+ include_set Abstract::Css
2
+
3
+ format do
4
+ view :core, cache: :never do
5
+ compile_scss process_content(_render_raw)
6
+ end
7
+
8
+ def compile_scss scss, style=:expanded
9
+ SassC::Engine.new(scss, style: style).render
10
+ rescue SassC::SyntaxError => e
11
+ raise Card::Error,
12
+ "SassC::SyntaxError (#{card.name}:#{e.sass_backtrace}): #{e.message}"
13
+ # "#{#scss.lines[e.sass_line - 1]}\n" \
14
+ end
15
+ end
16
+
17
+ format :html do
18
+ def ace_mode
19
+ :scss
20
+ end
21
+ end
@@ -0,0 +1,4 @@
1
+ # -*- encoding : utf-8 -*-
2
+
3
+ include_set Abstract::AssetStyle
4
+ include_set Abstract::Css
@@ -0,0 +1,4 @@
1
+ # -*- encoding : utf-8 -*-
2
+
3
+ include_set Abstract::AssetStyle
4
+ include_set Abstract::Scss
@@ -0,0 +1,32 @@
1
+ include_set Abstract::Machine
2
+ include_set Abstract::MachineInput
3
+ include_set Abstract::AssetList
4
+
5
+ machine_input { standard_machine_input }
6
+ store_machine_output filetype: "css"
7
+
8
+ def new_asset_constants path
9
+ if path.ends_with? ".scss"
10
+ scss_constants
11
+ elsif path.ends_with? ".css"
12
+ css_constants
13
+ end
14
+ end
15
+
16
+ def scss_constants
17
+ { type_id: ScssID, set_module: Abstract::AssetScss }
18
+ end
19
+
20
+ def css_constants
21
+ { type_id: CssID, set_module: Abstract::AssetCss }
22
+ end
23
+
24
+ def standard_machine_input
25
+ render_items_and_compress :css
26
+ end
27
+
28
+ format :html do
29
+ view :stylesheet_include_tag do
30
+ stylesheet_include_tag card.machine_output_url
31
+ end
32
+ end
data/set/type/css.rb CHANGED
@@ -1,86 +1 @@
1
- # -*- encoding : utf-8 -*-
2
-
3
- require "sassc"
4
- require "benchmark"
5
-
6
- include_set Abstract::Machine
7
- include_set Abstract::MachineInput
8
-
9
- store_machine_output filetype: "css"
10
-
11
- machine_input do
12
- compress_css format(:css)._render_core
13
- end
14
-
15
- def compress_css input
16
- compress_css? ? SassC::Engine.new(input, style: :compressed).render : input
17
- rescue StandardError => e
18
- raise Card::Error, css_compression_error(e)
19
- end
20
-
21
- def css_compression_error error
22
- # scss is compiled in a view
23
- # If there is a scss syntax error we get the rescued view here
24
- # and the error that the rescued view is no valid css
25
- # To get the original error we have to refer to Card::Error.current
26
- if Card::Error.current
27
- Card::Error.current.message
28
- else
29
- "Sass::SyntaxError (#{name}): #{error.message}"
30
- end
31
- end
32
-
33
- def clean_html?
34
- false
35
- end
36
-
37
- def compress_css?
38
- true
39
- # !Rails.env.development?
40
- end
41
-
42
- format do
43
- # def default_nest_view
44
- # :raw
45
- # end
46
-
47
- # turn off autodetection of uri's
48
- def chunk_list
49
- :references
50
- end
51
- end
52
-
53
- format :html do
54
- def input_type
55
- :ace_editor
56
- end
57
-
58
- def ace_mode
59
- :css
60
- end
61
-
62
- def default_nest_view
63
- :closed
64
- end
65
-
66
- view :core do
67
- # FIXME: scan must happen before process for inclusion interactions to
68
- # work, but this will likely cause
69
- # problems with including other css?
70
- process_content ::CodeRay.scan(_render_raw, :css).div, size: :icon
71
- end
72
-
73
- def content_changes action, diff_type, hide_diff=false
74
- wrap_with(:pre) { super }
75
- end
76
- end
77
-
78
- format :css do
79
- view :import do
80
- %{\n@import url("#{_render_url}");\n}
81
- end
82
- end
83
-
84
- def diff_args
85
- { diff_format: :text }
86
- end
1
+ include_set Abstract::Css
@@ -0,0 +1,2 @@
1
+ include_set Abstract::LocalFolderGroup
2
+ include_set Abstract::StyleAssetList
@@ -0,0 +1,2 @@
1
+ include_set Abstract::LocalManifestGroup
2
+ include_set Abstract::StyleAssetList
@@ -0,0 +1,22 @@
1
+
2
+ include_set Abstract::ModAssets
3
+
4
+ def subpath
5
+ "style"
6
+ end
7
+
8
+ def local_folder_group_type_id
9
+ ::Card::LocalStyleFolderGroupID
10
+ end
11
+
12
+ def local_manifest_group_type_id
13
+ ::Card::LocalStyleManifestGroupID
14
+ end
15
+
16
+ format :html do
17
+ view :stylesheet_include_tag do
18
+ card.item_cards.map do |icard|
19
+ nest icard, view: :stylesheet_include_tag
20
+ end.join("\n")
21
+ end
22
+ end
data/set/type/scss.rb CHANGED
@@ -1,21 +1 @@
1
- include_set Type::Css
2
-
3
- format do
4
- view :core, cache: :never do
5
- compile_scss process_content(_render_raw)
6
- end
7
-
8
- def compile_scss scss, style=:expanded
9
- SassC::Engine.new(scss, style: style).render
10
- rescue SassC::SyntaxError => e
11
- raise Card::Error,
12
- "SassC::SyntaxError (#{card.name}:#{e.sass_backtrace}): #{e.message}"
13
- # "#{#scss.lines[e.sass_line - 1]}\n" \
14
- end
15
- end
16
-
17
- format :html do
18
- def ace_mode
19
- :scss
20
- end
21
- end
1
+ include_set Abstract::Scss
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: card-mod-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.7
4
+ version: 0.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ethan McCutchen
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-08-01 00:00:00.000000000 Z
13
+ date: 2021-08-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: card
@@ -18,42 +18,42 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 1.101.7
21
+ version: 1.103.2
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - '='
27
27
  - !ruby/object:Gem::Version
28
- version: 1.101.7
28
+ version: 1.103.2
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: card-mod-machines
31
31
  requirement: !ruby/object:Gem::Requirement
32
32
  requirements:
33
33
  - - '='
34
34
  - !ruby/object:Gem::Version
35
- version: 0.11.7
35
+ version: 0.13.2
36
36
  type: :runtime
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - '='
41
41
  - !ruby/object:Gem::Version
42
- version: 0.11.7
42
+ version: 0.13.2
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: card-mod-list
45
45
  requirement: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - '='
48
48
  - !ruby/object:Gem::Version
49
- version: 0.11.7
49
+ version: 0.13.2
50
50
  type: :runtime
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - '='
55
55
  - !ruby/object:Gem::Version
56
- version: 0.11.7
56
+ version: 0.13.2
57
57
  description: ''
58
58
  email:
59
59
  - info@decko.org
@@ -61,22 +61,29 @@ executables: []
61
61
  extensions: []
62
62
  extra_rdoc_files: []
63
63
  files:
64
+ - db/migrate_core_cards/20200805112346_add_mod_style_assets_type.rb
64
65
  - lib/stylesheets/style_bootstrap_compatible.css
65
66
  - lib/stylesheets/style_cards.scss
66
67
  - lib/stylesheets/style_jquery_ui_smoothness.css
67
- - public/assets/jquery-ui-smoothness/ui-bg_glass_55_fbf9ee_1x400.png
68
- - public/assets/jquery-ui-smoothness/ui-bg_glass_65_ffffff_1x400.png
69
- - public/assets/jquery-ui-smoothness/ui-bg_glass_75_dadada_1x400.png
70
- - public/assets/jquery-ui-smoothness/ui-bg_glass_75_e6e6e6_1x400.png
71
- - public/assets/jquery-ui-smoothness/ui-bg_glass_95_fef1ec_1x400.png
72
- - public/assets/jquery-ui-smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png
73
- - public/assets/jquery-ui-smoothness/ui-icons_222222_256x240.png
74
- - public/assets/jquery-ui-smoothness/ui-icons_2e83ff_256x240.png
75
- - public/assets/jquery-ui-smoothness/ui-icons_454545_256x240.png
76
- - public/assets/jquery-ui-smoothness/ui-icons_888888_256x240.png
77
- - public/assets/jquery-ui-smoothness/ui-icons_cd0a0a_256x240.png
68
+ - public/jquery-ui-smoothness/ui-bg_glass_55_fbf9ee_1x400.png
69
+ - public/jquery-ui-smoothness/ui-bg_glass_65_ffffff_1x400.png
70
+ - public/jquery-ui-smoothness/ui-bg_glass_75_dadada_1x400.png
71
+ - public/jquery-ui-smoothness/ui-bg_glass_75_e6e6e6_1x400.png
72
+ - public/jquery-ui-smoothness/ui-bg_glass_95_fef1ec_1x400.png
73
+ - public/jquery-ui-smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png
74
+ - public/jquery-ui-smoothness/ui-icons_222222_256x240.png
75
+ - public/jquery-ui-smoothness/ui-icons_2e83ff_256x240.png
76
+ - public/jquery-ui-smoothness/ui-icons_454545_256x240.png
77
+ - public/jquery-ui-smoothness/ui-icons_888888_256x240.png
78
+ - public/jquery-ui-smoothness/ui-icons_cd0a0a_256x240.png
79
+ - set/abstract/01_asset_style.rb
80
+ - set/abstract/01_css.rb
81
+ - set/abstract/02_scss.rb
82
+ - set/abstract/03_asset_css.rb
83
+ - set/abstract/03_asset_scss.rb
78
84
  - set/abstract/skin_box.rb
79
85
  - set/abstract/skin_box/box_bottom.haml
86
+ - set/abstract/style_asset_list.rb
80
87
  - set/right/style.rb
81
88
  - set/right/style/input.haml
82
89
  - set/self/style.rb
@@ -86,6 +93,9 @@ files:
86
93
  - set/self/style_libraries.rb
87
94
  - set/self/style_mods.rb
88
95
  - set/type/css.rb
96
+ - set/type/local_style_folder_group.rb
97
+ - set/type/local_style_manifest_group.rb
98
+ - set/type/mod_style_assets.rb
89
99
  - set/type/scss.rb
90
100
  - set/type/skin.rb
91
101
  homepage: https://decko.org