zuora_connect_ui 0.8.2 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (449) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/zuora_connect_ui.js +1 -0
  3. data/app/assets/javascripts/zuora_connect_ui/util.js +51 -0
  4. data/app/assets/stylesheets/_zuora_connect_ui.scss +4 -6
  5. data/app/assets/stylesheets/zuora_connect_ui/datatables.scss +3 -3
  6. data/app/helpers/zuora_connect_ui/application_helper.rb +28 -4
  7. data/app/views/partials/_table.html.erb +16 -7
  8. data/lib/zuora_connect_ui/version.rb +1 -1
  9. data/vendor/ruby/2.6.0/cache/autoprefixer-rails-9.6.1.1.gem +0 -0
  10. data/vendor/ruby/2.6.0/cache/parser-2.6.4.1.gem +0 -0
  11. data/vendor/ruby/2.6.0/cache/sassc-2.2.0.gem +0 -0
  12. data/vendor/ruby/2.6.0/cache/zeitwerk-2.1.10.gem +0 -0
  13. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/sassc-2.2.0/gem.build_complete +0 -0
  14. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/sassc-2.2.0/gem_make.out +75 -0
  15. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/sassc-2.2.0/sassc/libsass.so +0 -0
  16. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/CHANGELOG.md +1085 -0
  17. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/Gemfile +10 -0
  18. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/LICENSE +20 -0
  19. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/README.md +237 -0
  20. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/Rakefile +53 -0
  21. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/autoprefixer-rails.gemspec +32 -0
  22. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/lib/autoprefixer-rails.rb +41 -0
  23. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/lib/autoprefixer-rails/processor.rb +194 -0
  24. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/lib/autoprefixer-rails/railtie.rb +50 -0
  25. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/lib/autoprefixer-rails/result.rb +24 -0
  26. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/lib/autoprefixer-rails/sprockets.rb +62 -0
  27. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/lib/autoprefixer-rails/version.rb +3 -0
  28. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/lib/rake/autoprefixer_tasks.rb +28 -0
  29. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/app/Rakefile +2 -0
  30. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/app/app/assets/config/manifest.js +0 -0
  31. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/app/app/assets/stylesheets/evaluate.css.erb +1 -0
  32. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/app/app/assets/stylesheets/loaded.sass +2 -0
  33. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/app/app/assets/stylesheets/sass.sass +1 -0
  34. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/app/app/assets/stylesheets/test.css +3 -0
  35. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/app/app/assets/stylesheets/wrong.css +2 -0
  36. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/app/app/controllers/application_controller.rb +2 -0
  37. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/app/app/controllers/css_controller.rb +6 -0
  38. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/app/config.ru +2 -0
  39. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/app/config/application.rb +16 -0
  40. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/app/config/autoprefixer.yml +2 -0
  41. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/app/config/boot.rb +2 -0
  42. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/app/config/environment.rb +3 -0
  43. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/app/config/environments/test.rb +9 -0
  44. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/app/config/initializers/secret_token.rb +1 -0
  45. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/app/config/routes.rb +3 -0
  46. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/autoprefixer_spec.rb +121 -0
  47. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/processor_spec.rb +25 -0
  48. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/rails_spec.rb +40 -0
  49. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/railtie_spec.rb +29 -0
  50. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/spec/spec_helper.rb +16 -0
  51. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.6.1.1/vendor/autoprefixer.js +67195 -0
  52. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/CHANGELOG.md +909 -0
  53. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/CONTRIBUTING.md +17 -0
  54. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/Gemfile +10 -0
  55. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/LICENSE.txt +25 -0
  56. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/README.md +301 -0
  57. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/Rakefile +166 -0
  58. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/bin/ruby-parse +7 -0
  59. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/bin/ruby-rewrite +7 -0
  60. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/ci/run_rubocop_specs +14 -0
  61. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/doc/AST_FORMAT.md +1816 -0
  62. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/doc/CUSTOMIZATION.md +37 -0
  63. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/doc/INTERNALS.md +21 -0
  64. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/doc/css/common.css +68 -0
  65. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/gauntlet_parser.rb +123 -0
  66. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser.rb +82 -0
  67. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/all.rb +12 -0
  68. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ast/node.rb +40 -0
  69. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ast/processor.rb +264 -0
  70. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/base.rb +270 -0
  71. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/builders/default.rb +1741 -0
  72. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/clobbering_error.rb +13 -0
  73. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/color.rb +32 -0
  74. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/context.rb +59 -0
  75. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/current.rb +92 -0
  76. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/deprecation.rb +13 -0
  77. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/diagnostic.rb +163 -0
  78. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/diagnostic/engine.rb +105 -0
  79. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/lexer.rb +23546 -0
  80. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/lexer.rl +2503 -0
  81. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/lexer/dedenter.rb +79 -0
  82. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/lexer/explanation.rb +55 -0
  83. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/lexer/literal.rb +269 -0
  84. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/lexer/max_numparam_stack.rb +42 -0
  85. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/lexer/stack_state.rb +49 -0
  86. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/macruby.rb +6124 -0
  87. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/macruby.y +2198 -0
  88. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/messages.rb +90 -0
  89. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/meta.rb +33 -0
  90. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/rewriter.rb +105 -0
  91. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby18.rb +5661 -0
  92. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby18.y +1934 -0
  93. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby19.rb +6084 -0
  94. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby19.y +2175 -0
  95. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby20.rb +6511 -0
  96. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby20.y +2353 -0
  97. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby21.rb +6570 -0
  98. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby21.y +2357 -0
  99. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby22.rb +6605 -0
  100. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby22.y +2364 -0
  101. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby23.rb +6624 -0
  102. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby23.y +2370 -0
  103. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby24.rb +6689 -0
  104. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby24.y +2408 -0
  105. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby25.rb +6656 -0
  106. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby25.y +2405 -0
  107. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby26.rb +6670 -0
  108. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby26.y +2413 -0
  109. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby27.rb +6893 -0
  110. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/ruby27.y +2470 -0
  111. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/rubymotion.rb +6078 -0
  112. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/rubymotion.y +2182 -0
  113. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/runner.rb +253 -0
  114. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/runner/ruby_parse.rb +157 -0
  115. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/runner/ruby_rewrite.rb +101 -0
  116. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/buffer.rb +330 -0
  117. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/comment.rb +121 -0
  118. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/comment/associator.rb +210 -0
  119. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/map.rb +186 -0
  120. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/map/collection.rb +18 -0
  121. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/map/condition.rb +21 -0
  122. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/map/constant.rb +32 -0
  123. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/map/definition.rb +23 -0
  124. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/map/for.rb +19 -0
  125. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/map/heredoc.rb +19 -0
  126. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/map/index.rb +33 -0
  127. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/map/keyword.rb +20 -0
  128. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/map/objc_kwarg.rb +19 -0
  129. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/map/operator.rb +17 -0
  130. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/map/rescue_body.rb +21 -0
  131. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/map/send.rb +36 -0
  132. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/map/ternary.rb +18 -0
  133. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/map/variable.rb +31 -0
  134. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/range.rb +310 -0
  135. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/rewriter.rb +513 -0
  136. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/rewriter/action.rb +44 -0
  137. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/tree_rewriter.rb +301 -0
  138. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/source/tree_rewriter/action.rb +133 -0
  139. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/static_environment.rb +46 -0
  140. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/syntax_error.rb +21 -0
  141. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/tree_rewriter.rb +134 -0
  142. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/version.rb +5 -0
  143. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/parser.gemspec +51 -0
  144. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/bug_163/fixtures/input.rb +5 -0
  145. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/bug_163/fixtures/output.rb +5 -0
  146. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/bug_163/rewriter.rb +20 -0
  147. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/helper.rb +59 -0
  148. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/parse_helper.rb +316 -0
  149. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/racc_coverage_helper.rb +133 -0
  150. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_base.rb +31 -0
  151. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_current.rb +29 -0
  152. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_diagnostic.rb +96 -0
  153. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_diagnostic_engine.rb +62 -0
  154. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_encoding.rb +99 -0
  155. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_lexer.rb +3659 -0
  156. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_lexer_stack_state.rb +78 -0
  157. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_parse_helper.rb +80 -0
  158. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_parser.rb +7579 -0
  159. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_runner_parse.rb +35 -0
  160. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_runner_rewrite.rb +47 -0
  161. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_source_buffer.rb +162 -0
  162. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_source_comment.rb +36 -0
  163. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_source_comment_associator.rb +367 -0
  164. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_source_map.rb +15 -0
  165. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_source_range.rb +172 -0
  166. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_source_rewriter.rb +541 -0
  167. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_source_rewriter_action.rb +46 -0
  168. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_source_tree_rewriter.rb +173 -0
  169. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/test_static_environment.rb +45 -0
  170. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/using_tree_rewriter/fixtures/input.rb +3 -0
  171. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/using_tree_rewriter/fixtures/output.rb +3 -0
  172. data/vendor/ruby/2.6.0/gems/parser-2.6.4.1/test/using_tree_rewriter/using_tree_rewriter.rb +9 -0
  173. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/CHANGELOG.md +77 -0
  174. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/CODE_OF_CONDUCT.md +10 -0
  175. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/Gemfile +2 -0
  176. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/LICENSE.txt +22 -0
  177. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/README.md +68 -0
  178. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/Rakefile +53 -0
  179. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/Makefile +271 -0
  180. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/SharedPtr.o +0 -0
  181. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/ast.o +0 -0
  182. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/ast2c.o +0 -0
  183. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/ast_fwd_decl.o +0 -0
  184. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/ast_sel_cmp.o +0 -0
  185. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/ast_sel_unify.o +0 -0
  186. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/ast_selectors.o +0 -0
  187. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/ast_supports.o +0 -0
  188. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/ast_values.o +0 -0
  189. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/backtrace.o +0 -0
  190. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/base64vlq.o +0 -0
  191. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/bind.o +0 -0
  192. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/c2ast.o +0 -0
  193. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/c99func.o +0 -0
  194. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/cencode.o +0 -0
  195. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/check_nesting.o +0 -0
  196. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/color_maps.o +0 -0
  197. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/constants.o +0 -0
  198. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/context.o +0 -0
  199. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/cssize.o +0 -0
  200. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/depend +4 -0
  201. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/emitter.o +0 -0
  202. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/environment.o +0 -0
  203. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/error_handling.o +0 -0
  204. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/eval.o +0 -0
  205. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/expand.o +0 -0
  206. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/extconf.rb +84 -0
  207. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/extend.o +0 -0
  208. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/file.o +0 -0
  209. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/fn_colors.o +0 -0
  210. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/fn_lists.o +0 -0
  211. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/fn_maps.o +0 -0
  212. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/fn_miscs.o +0 -0
  213. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/fn_numbers.o +0 -0
  214. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/fn_selectors.o +0 -0
  215. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/fn_strings.o +0 -0
  216. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/fn_utils.o +0 -0
  217. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/inspect.o +0 -0
  218. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/json.o +0 -0
  219. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/lexer.o +0 -0
  220. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass.so +0 -0
  221. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/VERSION +1 -0
  222. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/contrib/plugin.cpp +60 -0
  223. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/include/sass.h +15 -0
  224. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/include/sass/base.h +96 -0
  225. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/include/sass/context.h +170 -0
  226. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/include/sass/functions.h +139 -0
  227. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/include/sass/values.h +145 -0
  228. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/include/sass/version.h +12 -0
  229. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/include/sass2scss.h +120 -0
  230. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/ast.cpp +963 -0
  231. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/ast.hpp +905 -0
  232. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/ast2c.cpp +80 -0
  233. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/ast2c.hpp +39 -0
  234. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/ast_def_macros.hpp +132 -0
  235. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/ast_fwd_decl.cpp +30 -0
  236. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/ast_fwd_decl.hpp +341 -0
  237. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/ast_sel_cmp.cpp +909 -0
  238. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/ast_sel_unify.cpp +280 -0
  239. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/ast_selectors.cpp +1475 -0
  240. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/ast_selectors.hpp +568 -0
  241. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/ast_supports.cpp +130 -0
  242. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/ast_supports.hpp +121 -0
  243. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/ast_values.cpp +967 -0
  244. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/ast_values.hpp +489 -0
  245. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/b64/cencode.h +32 -0
  246. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/b64/encode.h +79 -0
  247. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/backtrace.cpp +50 -0
  248. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/backtrace.hpp +29 -0
  249. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/base64vlq.cpp +47 -0
  250. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/base64vlq.hpp +30 -0
  251. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/bind.cpp +312 -0
  252. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/bind.hpp +15 -0
  253. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/c2ast.cpp +64 -0
  254. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/c2ast.hpp +14 -0
  255. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/c99func.c +54 -0
  256. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/cencode.c +108 -0
  257. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/check_nesting.cpp +394 -0
  258. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/check_nesting.hpp +66 -0
  259. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/color_maps.cpp +651 -0
  260. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/color_maps.hpp +331 -0
  261. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/constants.cpp +194 -0
  262. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/constants.hpp +194 -0
  263. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/context.cpp +890 -0
  264. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/context.hpp +152 -0
  265. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/cssize.cpp +604 -0
  266. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/cssize.hpp +77 -0
  267. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/debug.hpp +43 -0
  268. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/debugger.hpp +807 -0
  269. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/emitter.cpp +298 -0
  270. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/emitter.hpp +103 -0
  271. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/environment.cpp +260 -0
  272. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/environment.hpp +119 -0
  273. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/error_handling.cpp +212 -0
  274. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/error_handling.hpp +229 -0
  275. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/eval.cpp +1657 -0
  276. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/eval.hpp +112 -0
  277. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/expand.cpp +822 -0
  278. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/expand.hpp +78 -0
  279. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/extend.cpp +2132 -0
  280. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/extend.hpp +86 -0
  281. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/file.cpp +522 -0
  282. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/file.hpp +133 -0
  283. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/fn_colors.cpp +594 -0
  284. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/fn_colors.hpp +85 -0
  285. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/fn_lists.cpp +284 -0
  286. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/fn_lists.hpp +34 -0
  287. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/fn_maps.cpp +94 -0
  288. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/fn_maps.hpp +30 -0
  289. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/fn_miscs.cpp +256 -0
  290. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/fn_miscs.hpp +40 -0
  291. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/fn_numbers.cpp +220 -0
  292. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/fn_numbers.hpp +45 -0
  293. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/fn_selectors.cpp +235 -0
  294. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/fn_selectors.hpp +35 -0
  295. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/fn_strings.cpp +254 -0
  296. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/fn_strings.hpp +34 -0
  297. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/fn_utils.cpp +156 -0
  298. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/fn_utils.hpp +56 -0
  299. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/inspect.cpp +1087 -0
  300. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/inspect.hpp +99 -0
  301. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/json.cpp +1436 -0
  302. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/json.hpp +117 -0
  303. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/kwd_arg_macros.hpp +28 -0
  304. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/lexer.cpp +184 -0
  305. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/lexer.hpp +315 -0
  306. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/listize.cpp +84 -0
  307. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/listize.hpp +38 -0
  308. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/mapping.hpp +18 -0
  309. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/memory/SharedPtr.cpp +33 -0
  310. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/memory/SharedPtr.hpp +286 -0
  311. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/node.cpp +322 -0
  312. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/node.hpp +118 -0
  313. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/operation.hpp +213 -0
  314. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/operators.cpp +266 -0
  315. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/operators.hpp +30 -0
  316. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/output.cpp +339 -0
  317. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/output.hpp +47 -0
  318. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/parser.cpp +3153 -0
  319. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/parser.hpp +402 -0
  320. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/paths.hpp +71 -0
  321. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/plugins.cpp +188 -0
  322. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/plugins.hpp +57 -0
  323. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/position.cpp +184 -0
  324. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/position.hpp +124 -0
  325. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/prelexer.cpp +1780 -0
  326. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/prelexer.hpp +484 -0
  327. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/remove_placeholders.cpp +87 -0
  328. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/remove_placeholders.hpp +34 -0
  329. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/sass.cpp +155 -0
  330. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/sass.hpp +142 -0
  331. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/sass2scss.cpp +895 -0
  332. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/sass_context.cpp +772 -0
  333. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/sass_context.hpp +129 -0
  334. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/sass_functions.cpp +210 -0
  335. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/sass_functions.hpp +50 -0
  336. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/sass_util.cpp +152 -0
  337. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/sass_util.hpp +256 -0
  338. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/sass_values.cpp +365 -0
  339. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/sass_values.hpp +82 -0
  340. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/source_map.cpp +198 -0
  341. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/source_map.hpp +62 -0
  342. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/subset_map.cpp +58 -0
  343. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/subset_map.hpp +76 -0
  344. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/to_value.cpp +114 -0
  345. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/to_value.hpp +46 -0
  346. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/units.cpp +505 -0
  347. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/units.hpp +110 -0
  348. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/utf8.h +34 -0
  349. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/utf8/checked.h +336 -0
  350. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/utf8/core.h +332 -0
  351. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/utf8/unchecked.h +235 -0
  352. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/utf8_string.cpp +105 -0
  353. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/utf8_string.hpp +37 -0
  354. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/util.cpp +725 -0
  355. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/util.hpp +106 -0
  356. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/util_string.cpp +75 -0
  357. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/util_string.hpp +19 -0
  358. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/values.cpp +140 -0
  359. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/libsass/src/values.hpp +12 -0
  360. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/listize.o +0 -0
  361. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/node.o +0 -0
  362. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/operators.o +0 -0
  363. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/output.o +0 -0
  364. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/parser.o +0 -0
  365. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/plugins.o +0 -0
  366. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/position.o +0 -0
  367. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/prelexer.o +0 -0
  368. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/remove_placeholders.o +0 -0
  369. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/sass.o +0 -0
  370. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/sass2scss.o +0 -0
  371. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/sass_context.o +0 -0
  372. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/sass_functions.o +0 -0
  373. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/sass_util.o +0 -0
  374. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/sass_values.o +0 -0
  375. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/source_map.o +0 -0
  376. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/subset_map.o +0 -0
  377. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/to_value.o +0 -0
  378. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/units.o +0 -0
  379. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/utf8_string.o +0 -0
  380. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/util.o +0 -0
  381. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/util_string.o +0 -0
  382. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext/values.o +0 -0
  383. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc.rb +57 -0
  384. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/dependency.rb +17 -0
  385. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/engine.rb +139 -0
  386. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/error.rb +37 -0
  387. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/functions_handler.rb +73 -0
  388. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/import_handler.rb +50 -0
  389. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/importer.rb +31 -0
  390. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/libsass.so +0 -0
  391. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/native.rb +62 -0
  392. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/native/lib_c.rb +21 -0
  393. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/native/native_context_api.rb +147 -0
  394. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/native/native_functions_api.rb +159 -0
  395. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/native/sass2scss_api.rb +10 -0
  396. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/native/sass_input_style.rb +13 -0
  397. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/native/sass_output_style.rb +12 -0
  398. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/native/sass_value.rb +97 -0
  399. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/native/string_list.rb +10 -0
  400. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/sass_2_scss.rb +9 -0
  401. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/script.rb +17 -0
  402. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/script/functions.rb +8 -0
  403. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/script/value.rb +137 -0
  404. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/script/value/bool.rb +32 -0
  405. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/script/value/color.rb +95 -0
  406. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/script/value/list.rb +136 -0
  407. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/script/value/map.rb +69 -0
  408. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/script/value/number.rb +389 -0
  409. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/script/value/string.rb +96 -0
  410. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/script/value_conversion.rb +69 -0
  411. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/script/value_conversion/base.rb +13 -0
  412. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/script/value_conversion/bool.rb +13 -0
  413. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/script/value_conversion/color.rb +18 -0
  414. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/script/value_conversion/list.rb +25 -0
  415. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/script/value_conversion/map.rb +21 -0
  416. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/script/value_conversion/number.rb +13 -0
  417. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/script/value_conversion/string.rb +17 -0
  418. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/util.rb +231 -0
  419. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/util/normalized_map.rb +117 -0
  420. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/lib/sassc/version.rb +5 -0
  421. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/sassc.gemspec +69 -0
  422. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/test/custom_importer_test.rb +127 -0
  423. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/test/engine_test.rb +314 -0
  424. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/test/error_test.rb +29 -0
  425. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/test/fixtures/paths.scss +10 -0
  426. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/test/functions_test.rb +323 -0
  427. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/test/native_test.rb +213 -0
  428. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/test/output_style_test.rb +107 -0
  429. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/test/sass_2_scss_test.rb +14 -0
  430. data/vendor/ruby/2.6.0/gems/sassc-2.2.0/test/test_helper.rb +45 -0
  431. data/vendor/ruby/2.6.0/gems/zeitwerk-2.1.10/README.md +533 -0
  432. data/vendor/ruby/2.6.0/gems/zeitwerk-2.1.10/lib/zeitwerk.rb +12 -0
  433. data/vendor/ruby/2.6.0/gems/zeitwerk-2.1.10/lib/zeitwerk/error.rb +10 -0
  434. data/vendor/ruby/2.6.0/gems/zeitwerk-2.1.10/lib/zeitwerk/explicit_namespace.rb +80 -0
  435. data/vendor/ruby/2.6.0/gems/zeitwerk-2.1.10/lib/zeitwerk/gem_inflector.rb +19 -0
  436. data/vendor/ruby/2.6.0/gems/zeitwerk-2.1.10/lib/zeitwerk/inflector.rb +19 -0
  437. data/vendor/ruby/2.6.0/gems/zeitwerk-2.1.10/lib/zeitwerk/kernel.rb +33 -0
  438. data/vendor/ruby/2.6.0/gems/zeitwerk-2.1.10/lib/zeitwerk/loader.rb +759 -0
  439. data/vendor/ruby/2.6.0/gems/zeitwerk-2.1.10/lib/zeitwerk/loader/callbacks.rb +71 -0
  440. data/vendor/ruby/2.6.0/gems/zeitwerk-2.1.10/lib/zeitwerk/real_mod_name.rb +15 -0
  441. data/vendor/ruby/2.6.0/gems/zeitwerk-2.1.10/lib/zeitwerk/registry.rb +147 -0
  442. data/vendor/ruby/2.6.0/gems/zeitwerk-2.1.10/lib/zeitwerk/version.rb +5 -0
  443. data/vendor/ruby/2.6.0/specifications/autoprefixer-rails-9.6.1.1.gemspec +47 -0
  444. data/vendor/ruby/2.6.0/specifications/parser-2.6.4.1.gemspec +62 -0
  445. data/vendor/ruby/2.6.0/specifications/sassc-2.2.0.gemspec +60 -0
  446. data/vendor/ruby/2.6.0/specifications/zeitwerk-2.1.10.gemspec +21 -0
  447. metadata +441 -4
  448. data/vendor/assets/anjuna/css/anjuna-application.css +0 -2
  449. data/vendor/assets/anjuna/css/anjuna-theme.css +0 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5cbb8168ccbc289e3069bbd0d00e8bee1df335cb1b8a93256053df19c9911751
4
- data.tar.gz: '0846dff98156d9897cd01bbf98e8e74522cbf5d48ea019b01b7a021357da0f28'
3
+ metadata.gz: 98533fc93ec7f6a506430f4f3ded5b733b5ecc2233d02507cb2047ce941b30cb
4
+ data.tar.gz: 8a43796a7cc03c266e7e7aa2825c0d45fa6a22ec1a7a0394681c7c0842e28e2e
5
5
  SHA512:
6
- metadata.gz: af7175a8759da28157691992154a96b553a2ec96160cee683cec2d7a6cab996a4c3b4765fd5483dad5f3405c843354aff72ba2a3725b337a04fc4307d3317af6
7
- data.tar.gz: 7a515a54e513436026d76e12b2109c0d9010a1101cc2aff86b81bc5c72cefa7931d23105c4237e2ae37305f1cf4aa45274d4cb05e966849e49b2c3b6c641e1ac
6
+ metadata.gz: f20be2ee6ffb8d72c65d8ce2f7507860bceacbfaffdabeaee179ec3448af11ea070e6883981e062a8dc5d8eb59ca33d26035996b88c875a386bbbf1b4eb61897
7
+ data.tar.gz: c25ed5b7e3744689f4b67b0f502a0eab887b30386c587908fa5372f4ef346d1b7a58f937f34ddd85795a59d69315f6d65f637ff2be59f692df15180e28e0da86
@@ -42,3 +42,4 @@
42
42
  //= require zuora_connect_ui/iframe
43
43
  //= require zuora_connect_ui/noty
44
44
  //= require zuora_connect_ui/tabs
45
+ //= require zuora_connect_ui/util
@@ -0,0 +1,51 @@
1
+ const z = (() => {
2
+ // https://github.com/lodash/lodash/blob/master/escape.js
3
+
4
+ /** Used to map characters to HTML entities. */
5
+ const htmlEscapes = {
6
+ '&': '&',
7
+ '<': '&lt;',
8
+ '>': '&gt;',
9
+ '"': '&quot;',
10
+ "'": '&#39;'
11
+ }
12
+
13
+ /** Used to match HTML entities and HTML characters. */
14
+ const reUnescapedHtml = /[&<>"']/g
15
+ const reHasUnescapedHtml = RegExp(reUnescapedHtml.source)
16
+
17
+ /**
18
+ * Converts the characters "&", "<", ">", '"', and "'" in `string` to their
19
+ * corresponding HTML entities.
20
+ *
21
+ * **Note:** No other characters are escaped. To escape additional
22
+ * characters use a third-party library like [_he_](https://mths.be/he).
23
+ *
24
+ * Though the ">" character is escaped for symmetry, characters like
25
+ * ">" and "/" don't need escaping in HTML and have no special meaning
26
+ * unless they're part of a tag or unquoted attribute value. See
27
+ * [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous-ampersands)
28
+ * (under "semi-related fun fact") for more details.
29
+ *
30
+ * When working with HTML you should always
31
+ * [quote attribute values](http://wonko.com/post/html-escaping) to reduce
32
+ * XSS vectors.
33
+ *
34
+ * @since 0.1.0
35
+ * @category String
36
+ * @param {string} [string=''] The string to escape.
37
+ * @returns {string} Returns the escaped string.
38
+ * @see escapeRegExp, unescape
39
+ * @example
40
+ *
41
+ * escape('fred, barney, & pebbles')
42
+ * // => 'fred, barney, &amp; pebbles'
43
+ */
44
+ function escape(string) {
45
+ return (string && reHasUnescapedHtml.test(string))
46
+ ? string.replace(reUnescapedHtml, (chr) => htmlEscapes[chr])
47
+ : (string || '')
48
+ }
49
+
50
+ return { escape }
51
+ })();
@@ -147,16 +147,14 @@ $check-icon: "done";
147
147
  // Glyphicon and FA
148
148
  @import "css/icons.scss";
149
149
 
150
- // Anjuna
151
- @import "css/anjuna-theme";
152
- @import "css/anjuna-application";
150
+ // Anjuna (Zui Icons)
151
+
153
152
  @import "css/anjuna-icons";
154
- @import url("//cdn.zuora.com/theme/1.0.0-beta.16/css/icons.css");
155
153
 
156
- // Muli Font + Material Icons
157
- @import url("https://fonts.googleapis.com/css?family=Muli:400,600,700");
154
+ // Material Icons
158
155
  @import url("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined");
159
156
 
157
+ // Noty
160
158
  @import "css/noty";
161
159
  @import "css/bootstrap-v4";
162
160
 
@@ -326,9 +326,9 @@ ul.context-menu-list {
326
326
  &.last {
327
327
  display: none;
328
328
  }
329
- }
330
- &.active {
331
- color: $anj-neutral;
329
+ &.active a {
330
+ color: $anj-neutral;
331
+ }
332
332
  }
333
333
  }
334
334
 
@@ -12,11 +12,35 @@ module ZuoraConnectUi
12
12
  end
13
13
 
14
14
  def zuo_include_tag
15
- JAVASCRIPT_INCLUDE
15
+ script_tag(type: 'module', src: anjuna(ANJUNA_VERSION, true)) +
16
+ script_tag(nomodule: '', src: anjuna(ANJUNA_VERSION, false)) +
17
+ link_tag(href: theme(THEME_VERSION, 'application'), rel: 'stylesheet') +
18
+ link_tag(href: theme(THEME_VERSION, 'theme'), rel: 'stylesheet') +
19
+ link_tag(href: theme(THEME_VERSION, 'icons'), rel: 'stylesheet')
16
20
  end
17
21
 
18
- JAVASCRIPT_INCLUDE = %w[
19
- https://cdn.zuora.com/anjuna/1.0.0-beta.11/core/anjuna-core.js
20
- ].map { |link| '<script src="' + link + '"></script>' }.join("\n").html_safe
22
+ def script_tag(attrs)
23
+ attr_map = attrs.map { |key, value| " #{key}=\"#{value}\"" }
24
+
25
+ "<script#{attr_map.join('')}></script>".html_safe
26
+ end
27
+
28
+ def anjuna(version, esm)
29
+ "https://cdn.zuora.com/anjuna/#{version}" \
30
+ "/core/anjuna-core/anjuna-core#{'.esm' if esm}.js"
31
+ end
32
+
33
+ def link_tag(attrs)
34
+ attr_map = attrs.map { |key, value| " #{key}=\"#{value}\"" }
35
+
36
+ "<link#{attr_map.join('')}>".html_safe
37
+ end
38
+
39
+ def theme(version, file)
40
+ "https://cdn.zuora.com/theme/#{version}/css/#{file}.css"
41
+ end
42
+
43
+ ANJUNA_VERSION = '1.0.0-rc.7'
44
+ THEME_VERSION = '1.0.0-rc.4'
21
45
  end
22
46
  end
@@ -21,7 +21,7 @@
21
21
  <% if defined?(table_actions) && table_actions.present? %>
22
22
  <% if table_actions.class == Hash %>
23
23
  <div class="btn-group">
24
- <span id="<%= table_name %>_actions" class="table-btn" data-items="<%= table_actions.to_json %>">
24
+ <span id="<%= table_name %>_actions" class="table-btn zuo-context-menu" data-items="<%= table_actions.to_json %>">
25
25
  <i class='fa fa-object-ungroup'></i>
26
26
  </span>
27
27
  </div>
@@ -30,11 +30,20 @@
30
30
  <% end %>
31
31
  <% end %>
32
32
  <% if defined?(table_group_actions) && table_group_actions.present? %>
33
- <div class="btn-group">
34
- <span id="<%= table_name %>_group_actions" class="hidden table-btn" data-items='<%= table_group_actions.to_json %>'>
35
- <i class='fa fa-object-ungroup'></i>
36
- </span>
37
- </div>
33
+ <% if table_group_actions.class == Hash %>
34
+ <div class="btn-group">
35
+ <span id="<%= table_name %>_group_actions" class="hidden table-btn zuo-context-menu" data-items='<%= table_group_actions.to_json %>'>
36
+ <i class='fa fa-object-ungroup'></i>
37
+ </span>
38
+ </div>
39
+ <% else %>
40
+ <anj-dropdown id="<%= table_name %>_group_actions" class="hidden">
41
+ <anj-button context="icon" slot="dropdown-toggle">
42
+ <anj-icon slot="icon-only">filter_none</anj-icon>
43
+ </anj-button>
44
+ <%= table_group_actions %>
45
+ </anj-dropdown>
46
+ <% end %>
38
47
  <% end %>
39
48
  <div class="dropdown">
40
49
  <button id="<%= table_name %>_visiblity" type="button" class="table-btn dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
@@ -89,7 +98,7 @@
89
98
  });
90
99
 
91
100
  $('#<%= table_name %>_content').contextMenu({
92
- selector: '#<%= table_name %>_group_actions, #<%= table_name %>_actions',
101
+ selector: '.zuo-context-menu',
93
102
  trigger: 'left',
94
103
  zIndex: 10,
95
104
  callback: function(id, options) {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZuoraConnectUi
4
- VERSION = '0.8.2'
4
+ VERSION = '0.8.3'
5
5
  end
@@ -0,0 +1,75 @@
1
+ current directory: /builds/extension-products/shared-libraries/zuora_connect_ui/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext
2
+ /usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20190918-20-dzrssi.rb extconf.rb
3
+ creating Makefile
4
+
5
+ current directory: /builds/extension-products/shared-libraries/zuora_connect_ui/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext
6
+ make "DESTDIR=" clean
7
+
8
+ current directory: /builds/extension-products/shared-libraries/zuora_connect_ui/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext
9
+ make "DESTDIR="
10
+ compiling ./libsass/src/sass_values.cpp
11
+ compiling ./libsass/src/sass_context.cpp
12
+ compiling ./libsass/src/values.cpp
13
+ compiling ./libsass/src/cencode.c
14
+ compiling ./libsass/src/util.cpp
15
+ compiling ./libsass/src/fn_strings.cpp
16
+ compiling ./libsass/src/backtrace.cpp
17
+ compiling ./libsass/src/sass_util.cpp
18
+ compiling ./libsass/src/util_string.cpp
19
+ compiling ./libsass/src/error_handling.cpp
20
+ compiling ./libsass/src/source_map.cpp
21
+ compiling ./libsass/src/operators.cpp
22
+ compiling ./libsass/src/fn_numbers.cpp
23
+ compiling ./libsass/src/units.cpp
24
+ compiling ./libsass/src/node.cpp
25
+ compiling ./libsass/src/output.cpp
26
+ compiling ./libsass/src/listize.cpp
27
+ compiling ./libsass/src/fn_lists.cpp
28
+ compiling ./libsass/src/utf8_string.cpp
29
+ compiling ./libsass/src/remove_placeholders.cpp
30
+ compiling ./libsass/src/lexer.cpp
31
+ compiling ./libsass/src/constants.cpp
32
+ compiling ./libsass/src/prelexer.cpp
33
+ compiling ./libsass/src/ast2c.cpp
34
+ compiling ./libsass/src/c99func.c
35
+ compiling ./libsass/src/ast_sel_unify.cpp
36
+ compiling ./libsass/src/sass.cpp
37
+ compiling ./libsass/src/ast_fwd_decl.cpp
38
+ compiling ./libsass/src/cssize.cpp
39
+ compiling ./libsass/src/json.cpp
40
+ compiling ./libsass/src/environment.cpp
41
+ compiling ./libsass/src/subset_map.cpp
42
+ compiling ./libsass/src/base64vlq.cpp
43
+ compiling ./libsass/src/file.cpp
44
+ compiling ./libsass/src/to_value.cpp
45
+ compiling ./libsass/src/sass2scss.cpp
46
+ compiling ./libsass/src/fn_colors.cpp
47
+ compiling ./libsass/src/color_maps.cpp
48
+ compiling ./libsass/src/expand.cpp
49
+ compiling ./libsass/src/fn_selectors.cpp
50
+ compiling ./libsass/src/eval.cpp
51
+ compiling ./libsass/src/inspect.cpp
52
+ compiling ./libsass/src/memory/SharedPtr.cpp
53
+ compiling ./libsass/src/ast.cpp
54
+ compiling ./libsass/src/ast_sel_cmp.cpp
55
+ compiling ./libsass/src/sass_functions.cpp
56
+ compiling ./libsass/src/ast_supports.cpp
57
+ compiling ./libsass/src/emitter.cpp
58
+ compiling ./libsass/src/context.cpp
59
+ compiling ./libsass/src/fn_utils.cpp
60
+ compiling ./libsass/src/check_nesting.cpp
61
+ compiling ./libsass/src/fn_maps.cpp
62
+ compiling ./libsass/src/ast_selectors.cpp
63
+ compiling ./libsass/src/c2ast.cpp
64
+ compiling ./libsass/src/bind.cpp
65
+ compiling ./libsass/src/fn_miscs.cpp
66
+ compiling ./libsass/src/plugins.cpp
67
+ compiling ./libsass/src/ast_values.cpp
68
+ compiling ./libsass/src/extend.cpp
69
+ compiling ./libsass/src/position.cpp
70
+ compiling ./libsass/src/parser.cpp
71
+ linking shared-object sassc/libsass.so
72
+
73
+ current directory: /builds/extension-products/shared-libraries/zuora_connect_ui/vendor/ruby/2.6.0/gems/sassc-2.2.0/ext
74
+ make "DESTDIR=" install
75
+ /usr/bin/install -c -m 0755 libsass.so ./.gem.20190918-20-j51vez/sassc
@@ -0,0 +1,1085 @@
1
+ # Change Log
2
+
3
+ ## 9.6.1.1
4
+ * Update Can I Use data.
5
+
6
+ ## 9.6.1
7
+ * Fix `-webkit-line-clamp` truncating multi-line text support.
8
+
9
+ ## 9.6 “Nunc id vides, nunc ne vides”
10
+ * Add warning-less `overrideBrowserslist` option.
11
+ * Add `text-orientation` support.
12
+ * Add `min-resolution: 2x` alias support.
13
+
14
+ ## 9.5.1.1
15
+ * Fix `register_postprocessor' for nil:NilClass` error.
16
+ * Update Can I Use data.
17
+
18
+ ## 9.5.1
19
+ * Fix `backdrop-filter` for Edge (by Oleh Aloshkin).
20
+ * Fix `min-resolution` media query support in Firefox < 16.
21
+
22
+ ## 9.5 “Draco dormiens nunquam titillandus”
23
+ * Add `mask-composite` support (by Semen Levenson).
24
+
25
+ ## 9.4.10.2
26
+ * Fix Ruby < 2.4 support (by Jack Ford).
27
+ * Update Can I Use data.
28
+
29
+ ## 9.4.10.1
30
+ * Fix non-Rails environments support (by Junya Ogura).
31
+ * Update Can I Use data.
32
+
33
+ ## 9.4.10
34
+ * Add warning for named Grid rows.
35
+
36
+ ## 9.4.9
37
+ * Fix `grid-template` and `@media` case (by Bogdan Dolin).
38
+
39
+ ## 9.4.8
40
+ * Fix `calc()` support in Grid gap.
41
+
42
+ ## 9.4.7
43
+ * Fix infinite loop on mismatched parens.
44
+
45
+ ## 9.4.6
46
+ * Fix warning text (by Albert Juhé Lluveras).
47
+
48
+ ## 9.4.5
49
+ * Fix `text-decoration-skip-ink` support.
50
+
51
+ ## 9.4.4
52
+ * Use `direction` value for `-ms-writing-mode` (by Denys Kniazevych).
53
+ * Fix warning text (by @zzzzBov).
54
+
55
+ ## 9.4.3
56
+ * Add warning to force `flex-start` instead of `start` (by Antoine du Hamel).
57
+
58
+ ## 9.4.2
59
+ * Fix Grid autoplacement warning.
60
+
61
+ ## 9.4.1
62
+ * Fix unnecessary Flexbox prefixes in Grid elements.
63
+
64
+ ## 9.4 “Advance Australia”
65
+ * Add Grid autoplacement for `-ms-` (by Bogdan Dolin).
66
+ * Improve warnings (by Daniel Tonon).
67
+ * Remove some unnecessary warnings for Grid (by Andrey Alexandrov).
68
+
69
+ ## 9.3.1
70
+ * Fix Grid prefixes with `repeat()` value (by Bogdan Dolin).
71
+
72
+ ## 9.3 “Labor omnia vincit”
73
+ * Add `place-self` support (by Bogdan Dolin).
74
+ * Fix Grid row/column span inheritance bug (by Bogdan Dolin).
75
+
76
+ ## 9.2.1
77
+ * Update Can I Use data.
78
+
79
+ ## 9.2 “Ony est glavnaya krepost”
80
+ * Add `/* autoprefixer grid: on */` control comment (by Andrey Alexandrov).
81
+ * Add duplicate `grid-area` support (by Bogdan Dolin).
82
+ * Fix `grid-gap` support for rules with different specifity (by Bogdan Dolin).
83
+ * Disable Grid in `@supports` at-rule with non-supported Grid features.
84
+ * Improve Grid warnings (by Daniel Tonon).
85
+
86
+ ## 9.1.4
87
+ * Fix `ExecJS` runtime test (by Patrice Chalin).
88
+
89
+ ## 9.1.3
90
+ * Sort properties in `rake autoprefixer` alphabetically.
91
+ * Fix old Firefox gradient prefix.
92
+
93
+ ## 9.1.2
94
+ * Fix `autoprefixer --info` in new Node.js.
95
+ * Fix ExecJS runtime warning.
96
+
97
+ ## 9.1.1
98
+ * Retain `grid-gap` through `@media` (by Bogdan Dolin).
99
+ * Fix `grid-template` and `@media` (by Bogdan Dolin).
100
+ * Fix Grid areas searching error (by Bogdan Dolin).
101
+ * Fix `span X` Grid prefix (by Bogdan Dolin).
102
+ * Fix `log2` error.
103
+
104
+ ## 9.1 “Equality before the law”
105
+ * Add `background-clip: text` support.
106
+ * Fix adding Grid span for IE (by Bogdan).
107
+
108
+ ## 9.0.2
109
+ * Show warning on Grid area names conflict (by Bogdan).
110
+ * Fix ExecJS warning (by Jan Kmet).
111
+
112
+ ## 9.0.1
113
+ * Fix nested at-rules in Grid prefixes (by Ivan Malov).
114
+
115
+ ## 9.0 “A Mari Usque Ad Mare”
116
+ * Remove Node.js 9 and Node.js 4 support.
117
+ * Remove RubyRacer and Sprockets 3 support.
118
+ * Use PostCSS 7.0.
119
+ * Use Browserslist 4.0.
120
+
121
+ ## 8.6.5
122
+ * Do not show Grid warnings if IE was not selected.
123
+
124
+ ## 8.6.4
125
+ * Fix `stretch` prefix in Chrome >= 46.
126
+
127
+ ## 8.6.3
128
+ * Add warnings for unsupported Grid features.
129
+ * Add warnings about wrong Grid properties.
130
+ * Add note about `grid` option for grid properties in `rake autoprefixer`.
131
+
132
+ ## 8.6.2
133
+ * Fix error during adding Grid prefixes in `@media` (by Evgeny Petukhov).
134
+
135
+ ## 8.6.1
136
+ * Fix `grid-template` with media queries (by Evgeny Petukhov).
137
+
138
+ ## 8.6 “Follow Reason”
139
+ * Add `gap` support (by Evgeny Petukhov).
140
+ * Add two values support for `grid-gap` and `gap` (by Evgeny Petukhov).
141
+
142
+ ## 8.5.2
143
+ * Fix `grid-template` support wit auto row sizes (by Yury Timofeev).
144
+
145
+ ## 8.5.1
146
+ * Remove unnecessary warning on `-webkit-fill-available`.
147
+
148
+ ## 8.5 “Muito Nobre e Sempre Leal”
149
+ * Add `grid-gap` support (by Evgeny Petukhov).
150
+ * Fix radial gradients direction fix.
151
+
152
+ ## 8.4.1
153
+ * Fix non-related to Ruby issue.
154
+
155
+ ## 8.4 “Non in aves, sed in angues”
156
+ * Add `/* autoprefixer: ignore next */` control comment (by Pavel Vostrikov).
157
+
158
+ ## 8.3.0.1
159
+ * Remove Opera Mobile 12.1 from default browsers.
160
+ * Update Can I Use data.
161
+
162
+ ## 8.3 “Benigno Numine”
163
+ * Add `@media` support to `grid-template` (by Evgeny Petukhov).
164
+ * Fix `radial-gradient` direction warning (by Gustavo Real).
165
+
166
+ ## 8.2 “Ad Astra per Aspera”
167
+ * Add `color-adjust` (by Sergey Lysenko, Stanislav Botev, and Yuriy Alekseyev).
168
+
169
+ ## 8.1.0.1
170
+ * Add more clear error on missed browser version.
171
+
172
+ ## 8.1 “Rex, Familia et Ultio”
173
+ * Add `overscroll-behavior` support.
174
+ * Add `grid-template` shortcut support (by Evgeny Petukhov).
175
+ * Add better `grid-column-end` and `grid-row-end` support (by Evgeny Petukhov).
176
+ * Fix Grid properties support in `@supports`.
177
+
178
+ ## 8.0 “Excelsior”
179
+ * Use Browserslist 3.0.
180
+ * Remove `break-*` to `page-break-*` conversion for Firefox.
181
+
182
+ ## 7.2.6
183
+ * Fix `-ms-` prefix for grid cells with same `grid-area` (by Evgeny Petukhov).
184
+
185
+ ## 7.2.5
186
+ * Fix multiple prefixes in declaration value.
187
+
188
+ ## 7.2.4
189
+ * Update Can I Use data.
190
+
191
+ ## 7.2.3
192
+ * Fix `grid-template-areas` in `@media` (by Evgeny Petukhov).
193
+
194
+ ## 7.2.2
195
+ * Fix `_autoprefixerDisabled is undefined` issue.
196
+
197
+ ## 7.2.1
198
+ * Fix IE and other old JS runtimes support.
199
+
200
+ ## 7.2 “Ordem e Progresso”
201
+ * Add `grid-template-areas` support (by Evgeny Petukhov).
202
+ * Add `grid-template` support (by Evgeny Petukhov).
203
+ * Add `grid-area` support (by Alexey Komarov).
204
+ * Add `autoprefixer-info` CLI tool.
205
+ * Add wrong `radial-gradient` properties warning.
206
+ * Use current working dir on missed `from` in `info()` (by Phil Dokas).
207
+ * Fix `grid-row` and `grid-column` support (by Alexey Komarov).
208
+ * Do not prefix `reverse` animation direction.
209
+ * Improve test coverage (by Dmitry Semigradsky).
210
+
211
+ ## 7.1.6
212
+ * Add warning for using `browserslist` option instead of `browsers`.
213
+ * Add warning for multiple control comments in the same scope.
214
+ * Fix `Invalid array length` error during indent changes.
215
+
216
+ ## 7.1.5
217
+ * Fix `::placeholder` prefix for Edge.
218
+ * Fix `inherit`/`initial`/`unset` values for `flex-direction`.
219
+ * Fix RegExp usage in gradients (by Yet Another Minion).
220
+
221
+ ## 7.1.4.1
222
+ * Update PostCSS.
223
+ * Update Can I Use data.
224
+
225
+ ## 7.1.4
226
+ * Fix `radial-gradient` direction conversion.
227
+ * Fix `image-set` in `cursor`.
228
+
229
+ ## 7.1.3
230
+ * Add warning for old `radial-gradient` direction syntax.
231
+ * Add `last n major versions` browser query.
232
+
233
+ ## 7.1.2.6
234
+ * Fix `.browserslistrc` support
235
+
236
+ ## 7.1.2.5
237
+ * Fix `> 0` query for browsers with one version.
238
+ * Update Can I Use data.
239
+
240
+ ## 7.1.2.4
241
+ * Add `unreleased versions` and `unreleased Chrome versions` browsers queries.
242
+ * Update Can I Use data.
243
+
244
+ ## 7.1.2.3
245
+ * Add region usage statistics support.
246
+ * Fix base64 decoding for old Node.js.
247
+ * Update Can I Use data.
248
+
249
+ ## 7.1.2.2
250
+ * Fix working with empty `autoprefixer.yml` (by Murahashi Kenichi).
251
+
252
+ ## 7.1.2.1
253
+ * Fix loading `autoprefixer.yml` from engines (by Jim Ryan).
254
+
255
+ ## 7.1.2
256
+ * Fix `text-decoration` shortcut support.
257
+
258
+ ## 7.1.1.3
259
+ * Update Can I Use data.
260
+ * Update PostCSS.
261
+
262
+ ## 7.1.1.2
263
+ * Update Can I Use data.
264
+ * Update Browserslist.
265
+
266
+ ## 7.1.1.1
267
+ * Update Can I Use data.
268
+ * Update Browserslist.
269
+ * Update PostCSS.
270
+
271
+ ## 7.1.1
272
+ * Remove non-`-webkit-` intrinsic prefixes in Grid Layout (by 一丝).
273
+
274
+ ## 7.1 “Universitas litterarum”
275
+ * Add `unicode-bidi` support.
276
+ * Add `-webkit-appearance` support for Edge.
277
+ * Fix intrinsic widths prefixes in Grid Layout.
278
+
279
+ ## 7.0.1
280
+ * Fix `therubyracer` support.
281
+
282
+ ## 7.0 “Coelestem adspicit lucem”
283
+ * Remove node.js 0.12 support.
284
+ * Use PostCSS 6.0.
285
+ * Use Browserslist 2.
286
+ * Use `caniuse-lite` instead of `caniuse-db` (by Ben Briggs).
287
+ * Rewrite project from CoffeeScript to Babel (by Dmitry Semigradsky).
288
+ * Disable Grid Layout prefixes for IE by default.
289
+ * Fix `-ms-grid-column-align`.
290
+
291
+ ## 6.7.7.2
292
+ * Update Can I Use data.
293
+ * Update PostCSS.
294
+
295
+ ## 6.7.7.1
296
+ * Update Firefox ESR.
297
+ * Update Can I Use data.
298
+
299
+ ## 6.7.7
300
+ * Fix `order` for non-digit values.
301
+
302
+ ## 6.7.6
303
+ * Fix `font-kerning` (by Chi Vinh Le).
304
+
305
+ ## 6.7.5
306
+ * Fix `text-decoration-skip` in iOS (by Chi Vinh Le).
307
+ * Fix `clip-path` (by Chi Vinh Le).
308
+
309
+ ## 6.7.4
310
+ * Improve `browsers` option perfomance.
311
+ * Update CoffeeScript compiler.
312
+
313
+ ## 6.7.3
314
+ * Fix compatibility with “Intrinsic & Extrinsic Sizing” spec update.
315
+
316
+ ## 6.7.2
317
+ * Do not prefix grid/flexbox in `@supports` on `grid: false`/`flexbox: false`.
318
+
319
+ ## 6.7.1
320
+ * Update Browserslist to fix `last n version` query.
321
+ * Update Can I Use data.
322
+
323
+ ## 6.7 “Krungthep doot thep saang”
324
+ * Add Electron support in browsers list (by Kilian Valkhof).
325
+ * Add `flex-flow` partial support for Flexbox 2009 specification.
326
+ * Fix browsers `0` version issue in some Can I Use data.
327
+
328
+ ## 6.6.1
329
+ * Update Can I Use data.
330
+
331
+ ## 6.6 “Kaiyuan”
332
+ * Add support for separated environments in browserslist config.
333
+
334
+ ## 6.5.4
335
+ * Fix unitless 0 basis in IE10/IE11 shorthand flex (by Google).
336
+
337
+ ## 6.5.3.1
338
+ * Update PostCSS to 5.2.6.
339
+ * Update Can I Use data.
340
+
341
+ ## 6.5.3
342
+ * Add error for popular mistake with `browser` option instead of `browsers`.
343
+
344
+ ## 6.5.2
345
+ * Clean prefixes data (by Reinaldo Schiehll).
346
+
347
+ ## 6.5.1.1
348
+ * Better syntax error messages with PostCSS 5.2.5.
349
+ * Update Can I Use data.
350
+
351
+ ## 6.5.1
352
+ * Fix selectors with `:--` prefix support.
353
+
354
+ ## 6.5.0.2
355
+ * Better CSS highlight by PostCSS 5.2.4.
356
+ * Update Can I Use data.
357
+
358
+ ## 6.5.0.1
359
+ * Better syntax error output by PostCSS 5.2.3.
360
+ * Update Can I Use data.
361
+
362
+ ## 6.5 “Einigkeit und Recht und Freiheit”
363
+ * Add `defaults` keyword to browsers requirements.
364
+ * Fix CSS Grid Layout support.
365
+ * Fix `align-self` cleaning.
366
+
367
+ ## 6.4.1.1
368
+ * Better syntax error output by PostCSS 5.2.
369
+ * Update Can I Use data.
370
+
371
+ ## 6.4.1
372
+ * Fix node cloning.
373
+
374
+ ## 6.4.0.3
375
+ * Update Browserslist.
376
+ * Update Can I Use data.
377
+
378
+ ## 6.4.0.2
379
+ * Fix `autoprefixer.js` loading path in some cases (by Pavan Trikutam)
380
+ * Update Can I Use data.
381
+
382
+ ## 6.4.0.1
383
+ * Fix Sprockets 3 support (by Eda Riedl).
384
+
385
+ ## 6.4 “Hic et ubique terrarum”
386
+ * Add `:any-link` selector support.
387
+ * Add `text-decoration-skip` support.
388
+ * Add `transition: duration property` support.
389
+ * Fix `-webkit-` prefix for `backface-visibility`.
390
+ * Fix `rad` unit support in gradients (by 刘祺).
391
+ * Fix `transition` support in Opera 12.
392
+ * Fix warning in Sprokets 3.
393
+ * Removed Safari TP Grid prefixes support.
394
+
395
+ ## 6.3.7
396
+ * Fix `browserslist` path detection (by Jose Luis Salas).
397
+ * Fix rare `Cannot read property 'constructor' of null` issue.
398
+ * Add space-less `>1%` and `>.5%` syntax support.
399
+ * Clean `0` versions in some country-based requests.
400
+ * Update Can I Use data.
401
+
402
+ ## 6.3.6.2
403
+ * Update Firefox ESR.
404
+ * Update Can I Use data.
405
+
406
+ ## 6.3.6.1
407
+ * Fix source map for Sprockets 4 (by Richard Schneeman).
408
+
409
+ ## 6.3.6
410
+ * Add Safari TP prefix support for Grid Layout.
411
+
412
+ ## 6.3.5
413
+ * Fix duplicate prefixes for `-ms-interpolation-mode`.
414
+
415
+ ## 6.3.4
416
+ * Show users coverage for selected browsers in `.info` and Rake task.
417
+
418
+ ## 6.3.3.1
419
+ * Add Sprockets 4 support (by Richard Schneeman).
420
+ * Add `AutoprefixerRails.uninstall()`.
421
+ * Use `bundle_processor` for Sprockets 4 (by Adam Becker).
422
+ * Clean gem dependency from `json` (by deepj).
423
+
424
+ ## 6.3.3
425
+ * Fix transition warning.
426
+
427
+ ## 6.3.2
428
+ * Update Can I Use data.
429
+
430
+ ## 6.3.1
431
+ * Fix compatibility with Flexibility polyfill.
432
+
433
+ ## 6.3 “Pro rege et lege”
434
+ * Add Grid Layout support.
435
+ * Add `text-spacing` support.
436
+ * Add `> 10% in my stats` browsers query with custom usage statistics.
437
+ * Add options to disable `@supports`, Flexbox or Grid support.
438
+ * Fix compatibility with other PostCSS plugins.
439
+
440
+ ## 6.2.3
441
+ * Fix error on broken transition with double comma.
442
+
443
+ ## 6.2.2
444
+ * Fix issues in broken transitions.
445
+
446
+ ## 6.2.1
447
+ * Fix AST error in transition warning (by @jvdanilo).
448
+
449
+ ## 6.2 “Fluctuat nec mergitur”
450
+ * Use `fill` instead of `fill-available` according spec changes (by 一丝).
451
+ * Add `fill` support for logical dimension properties (by 一丝).
452
+ * Add `text-emphasis` support (by 一丝).
453
+ * Add prefixes to `@supports` only for compatible browsers.
454
+ * Add `rad`, `grad` and `turn` units support to linear gradients.
455
+ * Add some `deg` directions support for old WebKit linear gradients.
456
+ * Fix `@supports` parenthesis (by @heady).
457
+ * Fix Rails without Assets Pipeline support (by Zach Denton).
458
+ * Add warning when prefixes could not be generated
459
+ for complicated `transition-property` values.
460
+ * Add warning for outdated `fill-available` value.
461
+ * Add warning for wrong `text-emphasis-position` value.
462
+ * Add “time capsule” warning for prefix-less future.
463
+ * Normalizes all warning messages.
464
+
465
+ ## 6.1.2
466
+ * Fix gradient hack on some parameters (by Alexey Efremov).
467
+
468
+ ## 6.1.1
469
+ * Fix `cursor: grab` and `cusror: grabbing` support.
470
+
471
+ ## 6.1.0.1
472
+ * Return old Rails integration to fix strange issues.
473
+
474
+ ## 6.1 “Bil-shaʿb wa lil-shaʿb”
475
+ * Change `transition` support to output more robust CSS.
476
+ * Add `:read-only` support.
477
+ * Add support for `appearance` with any values.
478
+ * Add loud `/*! autoprefixer: off */` control comments support.
479
+ * Convert `rotateZ` to `rotate` for `-ms-transform`.
480
+ * Use `postcss-value-parser` to carefully work with gradients.
481
+ * Remove `-ms-transform-style` and `-o-transform-style` that never existed.
482
+
483
+ ## 6.0.3
484
+ * Fix old gradient direction warning.
485
+
486
+ ## 6.0.2
487
+ * Remove unnecessary `-khtml-` prefix too.
488
+
489
+ ## 6.0.1
490
+ * Fix `cross-fade()` support (by 一丝).
491
+
492
+ ## 6.0 “Eureka”
493
+ * Remove Ruby on Rails 3 support.
494
+ * Remove Ruby 1.9 support.
495
+ * Remove `safe` option.
496
+ * Remove Opera 12.1 from default query.
497
+ * Add `image-set` support (by 一丝).
498
+ * Add `mask-border` support (by 一丝).
499
+ * Add `filter()` function support (by Vincent De Oliveira).
500
+ * Add `backdrop-filter` support (by Vincent De Oliveira).
501
+ * Add `element()` support (by Vincent De Oliveira).
502
+ * Add CSS Regions support.
503
+ * Add Scroll Snap Points support.
504
+ * Add `writing-mode` support.
505
+ * Add `::backdrop` support.
506
+ * Add `cross-fade()` support.
507
+ * Add other `break-` properties support.
508
+ * Add Microsoft Edge support (by Andrey Polischuk).
509
+ * Add `not` keyword and exclude browsers by query.
510
+ * Add version ranges `IE 6-9` (by Ben Briggs).
511
+ * Fix `filter` in `transition` support on Safari.
512
+ * Fix `url()` parsing.
513
+ * Fix `pixelated` cleaning.
514
+ * Always show old gradient direction warning.
515
+
516
+ ## 5.2.1.3
517
+ * Update Can I Use database.
518
+ * Update internal libraries.
519
+
520
+ ## 5.2.1.2
521
+ * Update Can I Use database.
522
+ * Update internal libraries.
523
+
524
+ ## 5.2.1.1
525
+ * Update Can I Use database.
526
+ * Update internal libraries.
527
+
528
+ ## 5.2.1
529
+ * Fix parent-less node issue on some cases (by Josh Gillies)
530
+
531
+ ## 5.2.0.1
532
+ * Update Can I Use database.
533
+
534
+ ## 5.2 “Dont tread on me”
535
+ * Add `appearance` support.
536
+ * Warn users on old gradient direction or flexbox syntax.
537
+ * Add `add: false` option to disable new prefixes adding.
538
+ * Make Autoprefixer 30% faster.
539
+ * Add prefixes for `pixelated` instead of `crisp-edges` in `image-rendering`.
540
+ * Do not add `::placeholder` prefixes for `:placeholder-shown`.
541
+ * Fix `text-decoration` prefixes.
542
+
543
+ ## 5.1.11
544
+ * Update num2fraction to fix resolution media quuery (by 一丝).
545
+
546
+ ## 5.1.10
547
+ * Do not generate `-webkit-image-rendering`.
548
+
549
+ ## 5.1.9
550
+ * Fix DynJS compatibility (by Nick Howes).
551
+
552
+ ## 5.1.8.1
553
+ * Update Can I Use database.
554
+
555
+ ## 5.1.8
556
+ * Fix gradients in `mask` and `mask-image` properties.
557
+ * Fix old webkit prefix on some unsupported gradients.
558
+
559
+ ## 5.1.7.1
560
+ * Update Can I Use database and JS libraries.
561
+ * Better support with Alaska runtime (by Jon Bardin).
562
+
563
+ ## 5.1.7
564
+ * Fix placeholder selector (by Vincent De Oliveira).
565
+
566
+ # 5.1.6
567
+ * Use official `::placeholder-shown` selector (by Vincent De Oliveira).
568
+ * Fix problem with rails-html-sanitizer (by Alexey Vasiliev).
569
+
570
+ # 5.1.5
571
+ * Add transition support for CSS Masks properties.
572
+
573
+ # 5.1.4
574
+ * Use `-webkit-` prefix for Opera Mobile 24.
575
+
576
+ # 5.1.3.1
577
+ * Fix Rails 5 support (by Joshua Peek).
578
+
579
+ # 5.1.3
580
+ * Add IE support for `image-rendering: crisp-edges`.
581
+
582
+ # 5.1.2
583
+ * Add never existed `@-ms-keyframes` to common mistake.
584
+
585
+ ## 5.1.1
586
+ * Safer value split in `flex` hack.
587
+
588
+ ## 5.1 “Jianyuan”
589
+ * Add support for resolution media query (by 一丝).
590
+ * Higher accuracy while removing prefixes in values.
591
+ * Add support for logical properties (by 一丝).
592
+ * Add `@viewport` support.
593
+ * Add `text-overflow` support (by 一丝).
594
+ * Add `text-emphasis` support (by 一丝).
595
+ * Add `image-rendering: crisp-edges` support.
596
+ * Add `text-align-last` support.
597
+ * Return `autoprefixer.defaults` as alias to current `browserslist.defaults`.
598
+ * Save code style while adding prefixes to `@keyframes` and `@viewport`.
599
+ * Do not remove `-webkit-background-clip` with non-spec `text` value.
600
+ * Fix `-webkit-filter` in `transition`.
601
+ * Better support for browser versions joined on Can I Use
602
+ like `ios_saf 7.0-7.1` (by Vincent De Oliveira).
603
+ * Fix compatibility with `postcss-import` (by Jason Kuhrt).
604
+ * Fix Flexbox prefixes for BlackBerry and UC Browser.
605
+ * Fix gradient prefixes for old Chrome.
606
+
607
+ ## 5.0.0.3
608
+ * Fix error on `nil` in processor params.
609
+
610
+ ## 5.0.0.2
611
+ * Fix for non-Rails environments.
612
+ * Add notice about unsupported ExecJS runtimes.
613
+ * Update Can I Use data.
614
+
615
+ ## 5.0.0.1
616
+ * Fix issue on node.js runtime.
617
+
618
+ ## 5.0 “Pravda vítězí”
619
+ * Use PostCSS 4.0.
620
+ * Use Browserslist to parse browsers queries.
621
+ * Use global `browserslist` config.
622
+ Key `browsers` in `config/autoprefixer.yml` is now deprecated.
623
+ * Add `> 5% in US` query to select browsers by usage in some country.
624
+ * Add `object-fit` and `object-position` properties support.
625
+ * Add CSS Shape properties support.
626
+ * Fix UC Browser name in debug info.
627
+
628
+ ## 4.0.2.2
629
+ * Update Can I Use data.
630
+ * Update some npm dependencies.
631
+
632
+ ## 4.0.2.1
633
+ * Fix IE filter parsing with multiple commands.
634
+ * Update Can I Use dump.
635
+
636
+ ## 4.0.2
637
+ * Remove `o-border-radius`, which is common mistake in legacy CSS.
638
+
639
+ ## 4.0.1.1
640
+ * Use PostCSS 3.0.5 to parse complicated cases of CSS syntax.
641
+ * Update Can I Use dump.
642
+
643
+ ## 4.0.1
644
+ * Fix `@supports` support with brackets in values (by Vincent De Oliveira).
645
+ * Fix Windows support (by Kamen Hursev).
646
+
647
+ ## 4.0.0.1
648
+ * Update PostCSS to fix issue with empty comment.
649
+
650
+ ## 4.0 “Indivisibiliter ac Inseparabiliter”
651
+ * Become 2.5 times fatser by new PostCSS 3.0 parser.
652
+ * Do not remove outdated prefixes by `remove: false` option.
653
+ * `map.inline` and `map.sourcesContent` options are now `true` by default.
654
+ * Add `box-decoration-break` support.
655
+ * Do not add old `-webkit-` prefix for gradients with `px` units.
656
+ * Use previous source map to show origin source of CSS syntax error.
657
+ * Use `from` option from previous source map `file` field.
658
+ * Set `to` value to `from` if `to` option is missing.
659
+ * Trim Unicode BOM on source maps parsing.
660
+ * Parse at-rules without spaces like `@import"file"`.
661
+ * Better previous `sourceMappingURL` annotation comment cleaning.
662
+ * Do not remove previous `sourceMappingURL` comment on `map.annotation: false`.
663
+
664
+ ## 3.1.2
665
+ * Update Firefox ESR version from 24 to 31.
666
+
667
+ ## 3.1.1
668
+ * Use Flexbox 2009 spec for Android stock browser < 4.4.
669
+
670
+ ## 3.1 “Satyameva Jayate”
671
+ * Do not remove comments from prefixed values (by Eitan Rousso).
672
+ * Allow Safari 6.1 to use final Flexbox spec (by John Kreitlow).
673
+ * Fix `filter` value in `transition` in Webkits.
674
+ * Show greetings in Rake task if your browsers don’t require any prefixes.
675
+ * Add `<=` and `<` browsers requirement (by Andreas Lind).
676
+
677
+ ## 3.0.1
678
+ * Update Can I Use data.
679
+
680
+ ## 3.0 “Liberté, Égalité, Fraternité”
681
+ * All methods now receive browsers as options key, not separated argument.
682
+ * GNU format for syntax error messages from PostCSS 2.2.
683
+
684
+ ## 2.2.20140804
685
+ * Fix UTF-8 support in inline source maps.
686
+ * Allow to miss `from` and `to` options in inline source maps.
687
+ * Update Can I Use data.
688
+
689
+ ## 2.2 “Mobilis in mobili”
690
+ * Allow to disable Autoprefixer for some rule by control comment.
691
+ * Use PostCSS 2.1 with Safe Mode option and broken source line
692
+ in CSS syntax error messages.
693
+
694
+ ## 2.1.1
695
+ * Fix `-webkit-background-size` hack for `contain` and `cover` values.
696
+ * Don’t add `-webkit-` prefix to `filter` with SVG (by Vincent De Oliveira).
697
+
698
+ ## 2.1 “Eleftheria i thanatos”
699
+ * Add support for `clip-path` and `mask` properties.
700
+ * Return `-webkit-` prefix to `filter` with SVG URI.
701
+
702
+ ## 2.0.2
703
+ * Add readable names for new browsers from 2.0 release.
704
+ * Don’t add `-webkit-` prefix to `filter` with SVG URI.
705
+ * Don’t add `-o-` prefix 3D transforms.
706
+
707
+ ## 2.0.1
708
+ * Save declaration style, when clone declaration to prefix.
709
+
710
+ ## 2.0 “Hongik Ingan”
711
+ * Based on PostCSS 1.0.
712
+ See [options changes](https://github.com/postcss/postcss/releases/tag/1.0.0).
713
+ * Restore visual cascade after declaration removing.
714
+ * Prefix declareation in `@supports` at-rule conditions.
715
+ * Add all browsers from Can I Use: `ie_mob`, `and_chr`, `and_ff`,
716
+ `op_mob` and `op_mini`.
717
+
718
+ ## 1.3.1
719
+ * Fix gradient hack, when `background` property contains color.
720
+
721
+ ## 1.3 “Tenka Fubu”
722
+ * Add `text-size-adjust` support.
723
+ * Add `background-size` to support Android 2.
724
+ * Update Can I Use data.
725
+
726
+ ## 1.2 “Meiji”
727
+ * Use Can I Use data from official `caniuse-db` npm package.
728
+ * Change versions to `x.x.x.y`, where `x.x.x` is Autoprefixer npm version
729
+ and `y` is a `caniuse-db` date.
730
+
731
+ ## 1.1 “Nutrisco et extingo”
732
+ * Add source map annotation comment support.
733
+ * Add inline source map support.
734
+ * Autodetect previous inline source map.
735
+ * Fix source maps support on Windows.
736
+ * Fix source maps support in subdirectory.
737
+ * Prefix selector even if it is already prefixed by developer.
738
+ * Change CSS indentation to create nice visual cascade of prefixes.
739
+ * Fix flexbox support for IE 10 (by Roland Warmerdam).
740
+ * Better `break-inside` support.
741
+ * Fix prefixing, when two same properties are near.
742
+
743
+ ### 20140222:
744
+ * Add `touch-action` support.
745
+
746
+ ### 20140226:
747
+ * Chrome 33 is moved to released versions.
748
+ * Add Chrome 36 data.
749
+
750
+ ### 20140302:
751
+ * Add `text-decoration-*` properties support.
752
+ * Update browsers usage statistics.
753
+ * Fix `cascade` options without `browsers` option (by Dominik Porada).
754
+ * Use new PostCSS version.
755
+
756
+ ### 20140319:
757
+ * Check already prefixed properties after current declaration.
758
+ * Normalize spaces before already prefixed check.
759
+ * Firefox 28 is moved to released versions.
760
+ * Add Firefox 31 data.
761
+ * Add some Blackberry data.
762
+
763
+ ## 20140327:
764
+ * Don’t use `-ms-transform` in `@keyframes`, because IE 9 doesn’t support
765
+ animations.
766
+ * Update BlackBerry 10 data.
767
+
768
+ ## 20140403:
769
+ * Update browsers usage statistics.
770
+ * Opera 20 is moved to released versions.
771
+ * Add Opera 22 data.
772
+
773
+ ## 20140410:
774
+ * Chrome 34 is moved to released versions.
775
+ * Add Chrome 37 data.
776
+ * Fix Chrome 36 data.
777
+
778
+ ## 20140429:
779
+ * Fix `display: inline-flex` support by 2009 spec.
780
+ * Fix old WebKit gradient converter (by Sergey Belov).
781
+
782
+ ## 20140430:
783
+ * Separate 2D and 3D transform prefixes to clean unnecessary `-ms-` prefixes.
784
+ * Firefox 29 is moved to released versions.
785
+ * Add Firefox 32 data.
786
+
787
+ ### 20140510
788
+ * Do not add `-ms-` prefix for `transform` with 3D functions.
789
+ * Update browsers global usage statistics.
790
+
791
+ ### 20140512
792
+ * Remove unnecessary `-moz-` prefix for `wavy` in `text-decoration`.
793
+ * Update Safari data for font properties.
794
+
795
+ ### 20140521
796
+ * Chrome 36 is moved to released versions.
797
+ * Add Chrome 38 data.
798
+
799
+ ### 20140523
800
+ * Opera 21 is moved to released versions.
801
+ * Add Opera 23 data.
802
+
803
+ ### 20140605
804
+ * Allow to parse gradients without space between color and position.
805
+ * Add iOS 8, Safari 8 and Android 4.4.3 data.
806
+ * Update browsers usage statistics.
807
+
808
+ ## 1.0 “Plus ultra”
809
+ * Source map support.
810
+ * Save origin indents and code formatting.
811
+ * Change CSS parser to PostCSS.
812
+ * Keep vendor hacks, which does right after unprefixed property.
813
+ * Show syntax errors if fixed sass-rails version if used.
814
+ * Rename compile() to process() and return result object, instead of CSS string.
815
+ * Rename inspect() to info().
816
+ * Allow to select last versions for specified browser.
817
+ * Add full browser names aliases: `firefox`, `explorer` and `blackberry`.
818
+ * Ignore case in browser names.
819
+ * Change license to MIT.
820
+ * Add prefixes inside custom at-rules.
821
+ * Add only necessary prefixes to selector inside prefixed at-rule.
822
+ * Safer backgrounds list parser in gradient hack.
823
+ * Prefix @keyframes inside @media.
824
+ * Don’t prefix values for CSS3 PIE properties.
825
+ * Use browserify to build standalone version.
826
+
827
+ ### 20131225:
828
+ * Add ::placeholder support for Firefix >= 18.
829
+ * Fix vendor prefixes order.
830
+
831
+ ### 20140103:
832
+ * Add webkit prefix for sticky position.
833
+ * Update browsers popularity statistics.
834
+
835
+ ### 20140109:
836
+ * Add selectors and at-rules sections to debug info.
837
+ * Fix outdated prefixes cleaning.
838
+
839
+ ### 20140110:
840
+ * Add `Firefox ESR` browser requirement.
841
+ * Opera 18 is moved to released versions.
842
+ * Add Opera 20 data.
843
+
844
+ ### 20140117:
845
+ * Chrome 32 is moved to released versions.
846
+ * Add Opera 34 data.
847
+
848
+ ### 20140130:
849
+ * Fix flexbox properties names in transitions.
850
+ * Add Chrome 35 and Firefox 29 data.
851
+
852
+ ### 20140203:
853
+ * Android 4.4 stock browser and Opera 19 are moved to released versions.
854
+ * Add Opera 21 data.
855
+ * Update browsers usage statistics.
856
+
857
+ ### 20140213:
858
+ * Add case insensitive to IE’s filter hack (by Dominik Schilling).
859
+ * Improve selector prefixing in some rare cases (by Simon Lydell).
860
+ * Firefox 27 is moved to released versions.
861
+ * Add Firefox 30 data.
862
+
863
+ ## 0.8 “Unbowed, Unbent, Unbroken”
864
+ * Add more browsers to defaults ("> 1%, last 2 versions, ff 17, opera 12.1"
865
+ instead of just "last 2 browsers").
866
+ * Keep vendor prefixes without unprefixed version (like vendor-specific hacks).
867
+ * Convert gradients to old WebKit syntax (actual for Android 2.3).
868
+ * Better support for several syntaxes with one prefix (like Flexbox and
869
+ gradients in WebKit).
870
+ * Add intrinsic and extrinsic sizing values support.
871
+ * Remove never existed prefixes from common mistakes (like -ms-transition).
872
+ * Add Opera 17 data.
873
+ * Fix selector prefixes order.
874
+ * Fix browser versions order in inspect.
875
+
876
+ ### 20130903:
877
+ * Fix old WebKit gradients convertor on rgba() colors.
878
+ * Allow to write old direction syntax in gradients.
879
+
880
+ ### 20130906:
881
+ * Fix direction syntax in radial gradients.
882
+ * Don’t prefix IE filter with modern syntax.
883
+
884
+ ### 20130911:
885
+ * Fix parsing property name with spaces.
886
+
887
+ ### 20130919:
888
+ * Fix processing custom framework prefixes (by Johannes J. Schmidt).
889
+ * Concat outputs if several files compiled to one output.
890
+ * Decrease standalone build size by removing unnecessary Binary class.
891
+ * iOS 7 is moved to released versions.
892
+ * Clean up binary code (by Simon Lydell).
893
+
894
+ ### 20130923:
895
+ * Firefox 24 is moved to released versions.
896
+
897
+ ### 20131001:
898
+ * Add support for grab, grabbing, zoom-in and zoom-out cursor values.
899
+
900
+ ### 20131006:
901
+ * Chrome 30 is moved to released versions.
902
+
903
+ ### 20131007:
904
+ * Don’t add another prefixes in rule with prefixed selector.
905
+
906
+ ### 20131009:
907
+ * Opera 17 is moved to released versions.
908
+
909
+ ### 20131015:
910
+ * Fix converting multiple gradients to old webkit syntax (by Aleksei Androsov).
911
+
912
+ ### 20131017:
913
+ * Fix @host at-rule parsing.
914
+
915
+ ### 20131020:
916
+ * IE 11 and Andrid 4.3 is moved to released versions.
917
+ * Add Opera 18 data.
918
+ * Add @namespace support.
919
+ * Sort browser versions in data file.
920
+
921
+ ### 20131029:
922
+ * Add Safari 6.1 data.
923
+ * Add fx alias for Firefox.
924
+
925
+ ### 20131104:
926
+ * Update Android future version to 4.4.
927
+ * Google Chrome 32 added to future versions list.
928
+ * Firefox 25 now is actual version, 27 and 28 added to future versions.
929
+ * Browsers statistics are updated.
930
+
931
+ ### 20131205:
932
+ * Google Chrome 33 added to future releases list.
933
+ * Google Chrome 31 moved to current releases list.
934
+
935
+ ### 20131209:
936
+ * Fix Autoprefixer initializer on Heroku (by Jason Purcell).
937
+ * Use old webkit gradients for old iOS and Safari (by Chad von Nau).
938
+ * Fix direction conversion for old webkit gradients (by Chad von Nau).
939
+ * Update browsers popularity statistics.
940
+
941
+ ### 20131213:
942
+ * Firefox ESR in default browsers was changed to 24 version.
943
+ * Firefox 26 was moved to current releases list.
944
+ * Firefox 28 was added to future releases list.
945
+
946
+ ## 0.7 “We Do Not Sow”
947
+ * Add vendor prefixes to selectors.
948
+ * Add ::selection and ::placeholder selectors support.
949
+ * Allow to load support data from Can I Use pull requests.
950
+ * Remove deprecated API.
951
+
952
+ ### 20130806:
953
+ * Add hyphens support.
954
+
955
+ ### 20130807:
956
+ * Add tab-size support.
957
+ * Add :fullscreen support.
958
+
959
+ ### 20130808:
960
+ * Allow to select browser versions by > and >= operator.
961
+ * Fix flex properties in transition.
962
+
963
+ ### 20130810:
964
+ * Add Firefox 25 data.
965
+
966
+ ### 20130824:
967
+ * Add Chrome 31 and 30 data.
968
+ * Fix CSS comments parsing (by vladkens).
969
+
970
+ ## 0.6 “As High As Honor”
971
+ * New faster API, which cache preprocessed data. Old API is deprecated.
972
+ * A lot of perfomance improvements.
973
+ * Add Opera 15 -webkit- prefix support.
974
+ * Update Chrome 29 and Safari 7 prefixes data.
975
+ * Add minor browsers in popularity select.
976
+ * Better syntax error messages.
977
+
978
+ ### 20130721:
979
+ * Add Chrome 30 data.
980
+
981
+ ### 20130728:
982
+ * Don’t remove non-standard -webkit-background-clip: text.
983
+ * Don’t remove IE hack on CSS parse.
984
+ * Fix loading into Rails without Sprockets.
985
+
986
+ ### 20130729:
987
+ * Add Opera 16 data.
988
+ * Fix “Invalid range in character class” error on JRuby.
989
+
990
+ ### 20130730:
991
+ * Fix correct clone comments inside keyframes (by Alexey Plutalov).
992
+ * Fix angle recalculation in gradients (by Roman Komarov).
993
+
994
+ ### 20130731:
995
+ * Add border-image support.
996
+
997
+ ## 0.5 “Ours is the Fury”
998
+ * Rewrite Autoprefixer to be more flexible.
999
+ * Use css, instead of Rework, to fix CSS parsing errors faster.
1000
+ * Fix a lot of CSS parsing errors.
1001
+ * Fix sass-rails 4.0.0.rc2 compatibility.
1002
+
1003
+ ### 20130616:
1004
+ * More useful message for CSS parsing errors.
1005
+ * Remove old WebKit gradient syntax.
1006
+ * Fix parsing error on comment with braces.
1007
+
1008
+ ### 20130617:
1009
+ * Remove old Mozilla border-radius.
1010
+ * Don’t prefix old IE filter.
1011
+ * Remove old background-clip, background-size and background-origin prefixes.
1012
+ * Speed up regexps in values.
1013
+ * Allow to hack property declarations.
1014
+
1015
+ ### 20130625:
1016
+ * Convert flexbox properties to 2009 and 2012 specifications.
1017
+ * Add support for sass-rails 4 final.
1018
+
1019
+ ### 20130626:
1020
+ * Add Firefox 24 data.
1021
+ * Add prefixes for font-feature-settings.
1022
+
1023
+ ### 20130629:
1024
+ * Fix convert flex properties to old box-flex.
1025
+ * Fix Sinatra (sprockets-sass) suuport.
1026
+
1027
+ ## 0.4 “Winter Is Coming”
1028
+ * Remove outdated prefixes.
1029
+ * Add border-radius and box-shadow properties to database.
1030
+ * Change degrees in webkit gradients.
1031
+
1032
+ ### 20130515:
1033
+ * Add old syntax in gradient direction.
1034
+ * Add old syntax for display: flex.
1035
+ * Update browser global usage statistics.
1036
+
1037
+ ### 20130521:
1038
+ * Add Firefox 23 data.
1039
+ * Update css-parse to fix @-moz-document issue.
1040
+
1041
+ ### 20130523:
1042
+ * Update Rework’s libraries to fix @page statement.
1043
+
1044
+ ### 20130524:
1045
+ * Add Chrome 29 data.
1046
+
1047
+ ### 20130527:
1048
+ * Fix new css-stringify issue.
1049
+
1050
+ ### 20130528:
1051
+ * Fix compatibilty with Rework from git master.
1052
+ * Add minor browsers to data, which can be selected only directly.
1053
+
1054
+ ### 20130530:
1055
+ * Add Opera 15 and iOS 6.1 data.
1056
+ * Fix iOS versions in properties and values data.
1057
+
1058
+ ### 20130603:
1059
+ * Use latest Rework 0.15 with a lot of CSS parsing fixes.
1060
+ * Update browsers usage statistics.
1061
+
1062
+ ## 0.3 “Growing Strong”
1063
+ * Use own filters instead of Rework’s `prefix` and `prefixValue`.
1064
+ * Smarter value prefixer without false match “order” in “border”.
1065
+ * 40% faster.
1066
+ * Don’t add unnecessary properties instead of Rework’s `prefixValue`.
1067
+ * Don’t change properties order.
1068
+ * Sort properties and values in inspect output.
1069
+
1070
+ ### 20130424:
1071
+ * Fix value override in prefixer.
1072
+
1073
+ ### 20130427:
1074
+ * Prefix several same values in one property.
1075
+
1076
+ ### 20130502:
1077
+ * Don’t add -webkit- prefix to IE filter.
1078
+ * Don’t duplicate already prefixed rules.
1079
+
1080
+ ## 0.2 “Hear Me Roar!”
1081
+ * Update parse libraries.
1082
+ * Add inspect method and rake tast.
1083
+
1084
+ ## 0.1 “Fire and Blood”
1085
+ * Initial release.