alchemy_cms 7.2.6 → 7.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (186) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +103 -9
  3. data/Gemfile +4 -3
  4. data/Rakefile +1 -0
  5. data/alchemy_cms.gemspec +7 -7
  6. data/app/assets/builds/alchemy/admin/page-select.css +1 -0
  7. data/app/assets/builds/alchemy/admin/page-select.css.map +1 -0
  8. data/app/assets/builds/alchemy/admin/print.css +1 -0
  9. data/app/assets/builds/alchemy/admin/print.css.map +1 -0
  10. data/app/assets/builds/alchemy/admin.css +1 -0
  11. data/app/assets/builds/alchemy/admin.css.map +1 -0
  12. data/app/assets/builds/alchemy/welcome.css +1 -0
  13. data/app/assets/builds/alchemy/welcome.css.map +1 -0
  14. data/app/assets/builds/tinymce/skins/content/alchemy/content.min.css +1 -0
  15. data/app/assets/builds/tinymce/skins/content/alchemy/content.min.css.map +1 -0
  16. data/app/assets/builds/tinymce/skins/ui/alchemy/skin.min.css +1 -0
  17. data/app/assets/builds/tinymce/skins/ui/alchemy/skin.min.css.map +1 -0
  18. data/app/assets/config/alchemy_manifest.js +2 -5
  19. data/app/assets/javascripts/alchemy/alchemy.dialog.js.coffee +4 -0
  20. data/app/assets/stylesheets/alchemy/{_custom-properties.scss → _custom-properties.css} +28 -25
  21. data/app/assets/stylesheets/alchemy/_deprecated_variables.scss +45 -0
  22. data/app/assets/stylesheets/alchemy/_deprecation.scss +17 -0
  23. data/app/assets/stylesheets/alchemy/_extends.scss +1 -1
  24. data/app/assets/stylesheets/alchemy/_mixins.scss +21 -24
  25. data/app/assets/stylesheets/alchemy/_variables.scss +99 -95
  26. data/app/assets/stylesheets/alchemy/{archive.scss → admin/archive.scss} +23 -23
  27. data/app/assets/stylesheets/alchemy/{attachment-select.scss → admin/attachment-select.scss} +2 -2
  28. data/app/assets/stylesheets/alchemy/{attachments.scss → admin/attachments.scss} +4 -4
  29. data/app/assets/stylesheets/alchemy/{base.scss → admin/base.scss} +9 -9
  30. data/app/assets/stylesheets/alchemy/{buttons.scss → admin/buttons.scss} +3 -3
  31. data/app/assets/stylesheets/alchemy/{clipboard.scss → admin/clipboard.scss} +9 -6
  32. data/app/assets/stylesheets/alchemy/{dashboard.scss → admin/dashboard.scss} +8 -8
  33. data/app/assets/stylesheets/alchemy/{dialogs.scss → admin/dialogs.scss} +20 -20
  34. data/app/assets/stylesheets/alchemy/{elements.scss → admin/elements.scss} +136 -96
  35. data/app/assets/stylesheets/alchemy/{errors.scss → admin/errors.scss} +22 -6
  36. data/app/assets/stylesheets/alchemy/{flash.scss → admin/flash.scss} +3 -3
  37. data/app/assets/stylesheets/alchemy/{flatpickr.scss → admin/flatpickr.scss} +55 -35
  38. data/app/assets/stylesheets/alchemy/{form_fields.scss → admin/form_fields.scss} +8 -6
  39. data/app/assets/stylesheets/alchemy/{forms.scss → admin/forms.scss} +20 -16
  40. data/app/assets/stylesheets/alchemy/{frame.scss → admin/frame.scss} +9 -9
  41. data/app/assets/stylesheets/alchemy/{image_library.scss → admin/image_library.scss} +34 -33
  42. data/app/assets/stylesheets/alchemy/admin/labels.scss +3 -0
  43. data/app/assets/stylesheets/alchemy/{list_filter.scss → admin/list_filter.scss} +4 -4
  44. data/app/assets/stylesheets/alchemy/{lists.scss → admin/lists.scss} +9 -7
  45. data/app/assets/stylesheets/alchemy/{navigation.scss → admin/navigation.scss} +19 -19
  46. data/app/assets/stylesheets/alchemy/{node-select.scss → admin/node-select.scss} +6 -6
  47. data/app/assets/stylesheets/alchemy/{nodes.scss → admin/nodes.scss} +12 -12
  48. data/app/assets/stylesheets/alchemy/{notices.scss → admin/notices.scss} +12 -8
  49. data/app/assets/stylesheets/alchemy/admin/page-select.scss +81 -0
  50. data/app/assets/stylesheets/alchemy/{pagination.scss → admin/pagination.scss} +10 -10
  51. data/app/assets/stylesheets/alchemy/{print.scss → admin/print.scss} +2 -6
  52. data/app/assets/stylesheets/alchemy/{resource_info.scss → admin/resource_info.scss} +6 -7
  53. data/app/assets/stylesheets/alchemy/{search.scss → admin/search.scss} +6 -6
  54. data/app/assets/stylesheets/alchemy/{selects.scss → admin/selects.scss} +46 -39
  55. data/app/assets/stylesheets/alchemy/{shoelace.scss → admin/shoelace.scss} +14 -14
  56. data/app/assets/stylesheets/alchemy/{sitemap.scss → admin/sitemap.scss} +19 -20
  57. data/app/assets/stylesheets/alchemy/{tables.scss → admin/tables.scss} +26 -22
  58. data/app/assets/stylesheets/alchemy/admin/tags.scss +158 -0
  59. data/app/assets/stylesheets/alchemy/{toolbar.scss → admin/toolbar.scss} +10 -10
  60. data/app/assets/stylesheets/alchemy/{typography.scss → admin/typography.scss} +3 -3
  61. data/app/assets/stylesheets/alchemy/{upload.scss → admin/upload.scss} +1 -1
  62. data/app/assets/stylesheets/alchemy/admin.scss +39 -45
  63. data/app/assets/stylesheets/alchemy/welcome.scss +57 -0
  64. data/app/assets/stylesheets/tinymce/skins/content/alchemy/{content.min.scss → content.scss} +5 -4
  65. data/app/assets/stylesheets/tinymce/skins/ui/alchemy/{skin.min.scss → skin.scss} +41 -41
  66. data/app/components/alchemy/admin/page_select.rb +3 -1
  67. data/app/components/alchemy/admin/resource/action.rb +46 -0
  68. data/app/components/alchemy/admin/resource/cell.rb +34 -0
  69. data/app/components/alchemy/admin/resource/header.rb +46 -0
  70. data/app/components/alchemy/admin/resource/table.rb +153 -0
  71. data/app/components/alchemy/ingredients/datetime_view.rb +2 -2
  72. data/app/controllers/alchemy/admin/base_controller.rb +2 -1
  73. data/app/controllers/alchemy/admin/elements_controller.rb +7 -3
  74. data/app/controllers/alchemy/admin/legacy_page_urls_controller.rb +1 -1
  75. data/app/controllers/alchemy/admin/pages_controller.rb +1 -1
  76. data/app/controllers/alchemy/admin/pictures_controller.rb +2 -2
  77. data/app/controllers/alchemy/admin/resources_controller.rb +1 -1
  78. data/app/controllers/alchemy/base_controller.rb +2 -0
  79. data/app/controllers/concerns/alchemy/admin/uploader_responses.rb +2 -11
  80. data/app/decorators/alchemy/ingredient_editor.rb +17 -0
  81. data/app/helpers/alchemy/admin/pages_helper.rb +6 -10
  82. data/app/helpers/alchemy/base_helper.rb +2 -2
  83. data/app/helpers/alchemy/elements_block_helper.rb +13 -1
  84. data/app/helpers/alchemy/pages_helper.rb +2 -2
  85. data/app/javascript/alchemy_admin/components/element_editor.js +23 -31
  86. data/app/javascript/alchemy_admin/components/preview_window.js +2 -3
  87. data/app/javascript/alchemy_admin/picture_selector.js +38 -10
  88. data/app/models/alchemy/attachment.rb +0 -8
  89. data/app/models/alchemy/element/dom_id.rb +1 -0
  90. data/app/models/alchemy/element/element_ingredients.rb +0 -73
  91. data/app/models/alchemy/element/presenters.rb +4 -1
  92. data/app/models/alchemy/element.rb +6 -0
  93. data/app/models/alchemy/elements_repository.rb +2 -2
  94. data/app/models/alchemy/ingredient_validator.rb +10 -0
  95. data/app/models/alchemy/page/page_scopes.rb +1 -1
  96. data/app/models/alchemy/page.rb +3 -3
  97. data/app/models/alchemy/picture.rb +0 -10
  98. data/app/views/alchemy/admin/attachments/_files_list.html.erb +74 -16
  99. data/app/views/alchemy/admin/clipboard/index.html.erb +38 -33
  100. data/app/views/alchemy/admin/dashboard/_dashboard.html.erb +3 -0
  101. data/app/views/alchemy/admin/dashboard/_left_column.html.erb +4 -0
  102. data/app/views/alchemy/admin/dashboard/_right_column.html.erb +9 -0
  103. data/app/views/alchemy/admin/dashboard/_top.html.erb +12 -0
  104. data/app/views/alchemy/admin/dashboard/index.html.erb +1 -25
  105. data/app/views/alchemy/admin/elements/_element.html.erb +1 -2
  106. data/app/views/alchemy/admin/elements/_form.html.erb +1 -1
  107. data/app/views/alchemy/admin/ingredients/_picture_fields.html.erb +10 -3
  108. data/app/views/alchemy/admin/ingredients/update.turbo_stream.erb +7 -0
  109. data/app/views/alchemy/admin/languages/_table.html.erb +16 -42
  110. data/app/views/alchemy/admin/nodes/_form.html.erb +1 -1
  111. data/app/views/alchemy/admin/pages/_table.html.erb +92 -27
  112. data/app/views/alchemy/admin/pages/_toolbar.html.erb +1 -1
  113. data/app/views/alchemy/admin/pages/edit.html.erb +6 -8
  114. data/app/views/alchemy/admin/pages/index.html.erb +0 -4
  115. data/app/views/alchemy/admin/pictures/_form.html.erb +14 -12
  116. data/app/views/alchemy/admin/pictures/index.html.erb +1 -11
  117. data/app/views/alchemy/admin/pictures/update.turbo_stream.erb +6 -0
  118. data/app/views/alchemy/admin/resources/_resource.html.erb +2 -0
  119. data/app/views/alchemy/admin/resources/_resource_table.html.erb +3 -0
  120. data/app/views/alchemy/admin/resources/_table.html.erb +2 -0
  121. data/app/views/alchemy/admin/resources/index.html.erb +1 -1
  122. data/app/views/alchemy/admin/sites/index.html.erb +1 -1
  123. data/app/views/alchemy/admin/styleguide/index.html.erb +0 -4
  124. data/app/views/alchemy/admin/tags/index.html.erb +15 -14
  125. data/app/views/alchemy/base/403.html.erb +6 -0
  126. data/app/views/alchemy/base/500.html.erb +14 -12
  127. data/app/views/alchemy/ingredients/_datetime_editor.html.erb +13 -11
  128. data/app/views/alchemy/ingredients/_headline_editor.html.erb +29 -22
  129. data/app/views/alchemy/ingredients/_link_editor.html.erb +17 -11
  130. data/app/views/alchemy/ingredients/_page_editor.html.erb +1 -0
  131. data/app/views/alchemy/ingredients/_picture_editor.html.erb +3 -4
  132. data/app/views/alchemy/ingredients/_richtext_editor.html.erb +5 -1
  133. data/app/views/alchemy/ingredients/_select_editor.html.erb +2 -1
  134. data/app/views/alchemy/ingredients/_text_editor.html.erb +20 -14
  135. data/app/views/alchemy/ingredients/shared/_picture_css_class.html.erb +6 -0
  136. data/app/views/layouts/alchemy/admin.html.erb +4 -2
  137. data/bin/setup +2 -0
  138. data/bin/start +1 -1
  139. data/bun.lockb +0 -0
  140. data/config/alchemy/config.yml +9 -0
  141. data/config/locales/alchemy.en.yml +8 -29
  142. data/config/routes.rb +22 -22
  143. data/lib/alchemy/config.rb +3 -3
  144. data/lib/alchemy/install/tasks.rb +5 -2
  145. data/lib/alchemy/resources_helper.rb +7 -3
  146. data/lib/alchemy/test_support/capybara_helpers.rb +8 -5
  147. data/lib/alchemy/test_support/shared_uploader_examples.rb +0 -1
  148. data/lib/alchemy/upgrader/seven_point_three.rb +52 -0
  149. data/lib/alchemy/version.rb +1 -1
  150. data/lib/alchemy_cms.rb +1 -1
  151. data/lib/generators/alchemy/install/files/article.css +25 -0
  152. data/lib/generators/alchemy/install/files/custom.css +4 -0
  153. data/lib/generators/alchemy/install/install_generator.rb +6 -6
  154. data/lib/tasks/alchemy/upgrade.rake +29 -1
  155. data/vendor/assets/stylesheets/alchemy_admin/select2.css +1 -0
  156. data/vendor/assets/stylesheets/jquery.Jcrop.min.css +2 -0
  157. data/vendor/javascript/shoelace.min.js +62 -63
  158. data/vendor/javascript/tinymce.min.js +1 -1
  159. metadata +130 -105
  160. data/app/assets/images/alchemy/lupe.cur +0 -0
  161. data/app/assets/stylesheets/alchemy/labels.scss +0 -3
  162. data/app/assets/stylesheets/alchemy/page-select.scss +0 -66
  163. data/app/assets/stylesheets/alchemy/tags.scss +0 -155
  164. data/app/assets/stylesheets/alchemy/welcome.sass +0 -49
  165. data/app/views/alchemy/admin/attachments/_attachment.html.erb +0 -81
  166. data/app/views/alchemy/admin/languages/_language.html.erb +0 -50
  167. data/app/views/alchemy/admin/pages/_table_row.html.erb +0 -111
  168. data/app/views/alchemy/admin/pages/list/_table.html.erb +0 -31
  169. data/app/views/alchemy/admin/pictures/update.js.erb +0 -6
  170. data/app/views/alchemy/admin/tags/_tag.html.erb +0 -32
  171. data/app/views/alchemy/base/update.js.erb +0 -5
  172. data/lib/generators/alchemy/install/files/all.css +0 -11
  173. data/lib/generators/alchemy/install/files/article.scss +0 -30
  174. data/package.json +0 -52
  175. data/vendor/assets/stylesheets/alchemy_admin/select2.scss +0 -741
  176. data/vendor/assets/stylesheets/jquery.Jcrop.min.scss +0 -2
  177. /data/app/assets/stylesheets/alchemy/{fonts.scss → _fonts.scss} +0 -0
  178. /data/app/assets/stylesheets/alchemy/{hints.scss → admin/hints.scss} +0 -0
  179. /data/app/assets/stylesheets/alchemy/{icons.scss → admin/icons.scss} +0 -0
  180. /data/app/assets/stylesheets/alchemy/{images.scss → admin/images.scss} +0 -0
  181. /data/app/assets/stylesheets/alchemy/{preview_window.scss → admin/preview_window.scss} +0 -0
  182. /data/app/assets/stylesheets/alchemy/{spinner.scss → admin/spinner.scss} +0 -0
  183. /data/app/views/alchemy/admin/dashboard/{_locked_pages.html.erb → widgets/_locked_pages.html.erb} +0 -0
  184. /data/app/views/alchemy/admin/dashboard/{_recent_pages.html.erb → widgets/_recent_pages.html.erb} +0 -0
  185. /data/app/views/alchemy/admin/dashboard/{_sites.html.erb → widgets/_sites.html.erb} +0 -0
  186. /data/app/views/alchemy/admin/dashboard/{_users.html.erb → widgets/_users.html.erb} +0 -0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alchemy_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.2.6
4
+ version: 7.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas von Deyen
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2024-09-04 00:00:00.000000000 Z
16
+ date: 2024-10-04 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: actionmailer
@@ -24,7 +24,7 @@ dependencies:
24
24
  version: '7.0'
25
25
  - - "<"
26
26
  - !ruby/object:Gem::Version
27
- version: '7.2'
27
+ version: '7.3'
28
28
  type: :runtime
29
29
  prerelease: false
30
30
  version_requirements: !ruby/object:Gem::Requirement
@@ -34,7 +34,7 @@ dependencies:
34
34
  version: '7.0'
35
35
  - - "<"
36
36
  - !ruby/object:Gem::Version
37
- version: '7.2'
37
+ version: '7.3'
38
38
  - !ruby/object:Gem::Dependency
39
39
  name: actionpack
40
40
  requirement: !ruby/object:Gem::Requirement
@@ -44,7 +44,7 @@ dependencies:
44
44
  version: '7.0'
45
45
  - - "<"
46
46
  - !ruby/object:Gem::Version
47
- version: '7.2'
47
+ version: '7.3'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '7.0'
55
55
  - - "<"
56
56
  - !ruby/object:Gem::Version
57
- version: '7.2'
57
+ version: '7.3'
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: actionview
60
60
  requirement: !ruby/object:Gem::Requirement
@@ -64,7 +64,7 @@ dependencies:
64
64
  version: '7.0'
65
65
  - - "<"
66
66
  - !ruby/object:Gem::Version
67
- version: '7.2'
67
+ version: '7.3'
68
68
  type: :runtime
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
@@ -74,7 +74,7 @@ dependencies:
74
74
  version: '7.0'
75
75
  - - "<"
76
76
  - !ruby/object:Gem::Version
77
- version: '7.2'
77
+ version: '7.3'
78
78
  - !ruby/object:Gem::Dependency
79
79
  name: activejob
80
80
  requirement: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ dependencies:
84
84
  version: '7.0'
85
85
  - - "<"
86
86
  - !ruby/object:Gem::Version
87
- version: '7.2'
87
+ version: '7.3'
88
88
  type: :runtime
89
89
  prerelease: false
90
90
  version_requirements: !ruby/object:Gem::Requirement
@@ -94,7 +94,7 @@ dependencies:
94
94
  version: '7.0'
95
95
  - - "<"
96
96
  - !ruby/object:Gem::Version
97
- version: '7.2'
97
+ version: '7.3'
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: activemodel
100
100
  requirement: !ruby/object:Gem::Requirement
@@ -104,7 +104,7 @@ dependencies:
104
104
  version: '7.0'
105
105
  - - "<"
106
106
  - !ruby/object:Gem::Version
107
- version: '7.2'
107
+ version: '7.3'
108
108
  type: :runtime
109
109
  prerelease: false
110
110
  version_requirements: !ruby/object:Gem::Requirement
@@ -114,7 +114,7 @@ dependencies:
114
114
  version: '7.0'
115
115
  - - "<"
116
116
  - !ruby/object:Gem::Version
117
- version: '7.2'
117
+ version: '7.3'
118
118
  - !ruby/object:Gem::Dependency
119
119
  name: activerecord
120
120
  requirement: !ruby/object:Gem::Requirement
@@ -124,7 +124,7 @@ dependencies:
124
124
  version: '7.0'
125
125
  - - "<"
126
126
  - !ruby/object:Gem::Version
127
- version: '7.2'
127
+ version: '7.3'
128
128
  type: :runtime
129
129
  prerelease: false
130
130
  version_requirements: !ruby/object:Gem::Requirement
@@ -134,7 +134,7 @@ dependencies:
134
134
  version: '7.0'
135
135
  - - "<"
136
136
  - !ruby/object:Gem::Version
137
- version: '7.2'
137
+ version: '7.3'
138
138
  - !ruby/object:Gem::Dependency
139
139
  name: activesupport
140
140
  requirement: !ruby/object:Gem::Requirement
@@ -144,7 +144,7 @@ dependencies:
144
144
  version: '7.0'
145
145
  - - "<"
146
146
  - !ruby/object:Gem::Version
147
- version: '7.2'
147
+ version: '7.3'
148
148
  type: :runtime
149
149
  prerelease: false
150
150
  version_requirements: !ruby/object:Gem::Requirement
@@ -154,7 +154,7 @@ dependencies:
154
154
  version: '7.0'
155
155
  - - "<"
156
156
  - !ruby/object:Gem::Version
157
- version: '7.2'
157
+ version: '7.3'
158
158
  - !ruby/object:Gem::Dependency
159
159
  name: railties
160
160
  requirement: !ruby/object:Gem::Requirement
@@ -164,7 +164,7 @@ dependencies:
164
164
  version: '7.0'
165
165
  - - "<"
166
166
  - !ruby/object:Gem::Version
167
- version: '7.2'
167
+ version: '7.3'
168
168
  type: :runtime
169
169
  prerelease: false
170
170
  version_requirements: !ruby/object:Gem::Requirement
@@ -174,7 +174,7 @@ dependencies:
174
174
  version: '7.0'
175
175
  - - "<"
176
176
  - !ruby/object:Gem::Version
177
- version: '7.2'
177
+ version: '7.3'
178
178
  - !ruby/object:Gem::Dependency
179
179
  name: active_model_serializers
180
180
  requirement: !ruby/object:Gem::Requirement
@@ -216,6 +216,9 @@ dependencies:
216
216
  - - "~>"
217
217
  - !ruby/object:Gem::Version
218
218
  version: '3.1'
219
+ - - ">="
220
+ - !ruby/object:Gem::Version
221
+ version: 3.7.0
219
222
  type: :runtime
220
223
  prerelease: false
221
224
  version_requirements: !ruby/object:Gem::Requirement
@@ -223,6 +226,9 @@ dependencies:
223
226
  - - "~>"
224
227
  - !ruby/object:Gem::Version
225
228
  version: '3.1'
229
+ - - ">="
230
+ - !ruby/object:Gem::Version
231
+ version: 3.7.0
226
232
  - !ruby/object:Gem::Dependency
227
233
  name: cancancan
228
234
  requirement: !ruby/object:Gem::Requirement
@@ -263,6 +269,20 @@ dependencies:
263
269
  - - "<"
264
270
  - !ruby/object:Gem::Version
265
271
  version: '6.0'
272
+ - !ruby/object:Gem::Dependency
273
+ name: csv
274
+ requirement: !ruby/object:Gem::Requirement
275
+ requirements:
276
+ - - "~>"
277
+ - !ruby/object:Gem::Version
278
+ version: '3.3'
279
+ type: :runtime
280
+ prerelease: false
281
+ version_requirements: !ruby/object:Gem::Requirement
282
+ requirements:
283
+ - - "~>"
284
+ - !ruby/object:Gem::Version
285
+ version: '3.3'
266
286
  - !ruby/object:Gem::Dependency
267
287
  name: dragonfly
268
288
  requirement: !ruby/object:Gem::Requirement
@@ -413,20 +433,6 @@ dependencies:
413
433
  - - "<"
414
434
  - !ruby/object:Gem::Version
415
435
  version: '5.0'
416
- - !ruby/object:Gem::Dependency
417
- name: sassc-rails
418
- requirement: !ruby/object:Gem::Requirement
419
- requirements:
420
- - - "~>"
421
- - !ruby/object:Gem::Version
422
- version: '2.1'
423
- type: :runtime
424
- prerelease: false
425
- version_requirements: !ruby/object:Gem::Requirement
426
- requirements:
427
- - - "~>"
428
- - !ruby/object:Gem::Version
429
- version: '2.1'
430
436
  - !ruby/object:Gem::Dependency
431
437
  name: simple_form
432
438
  requirement: !ruby/object:Gem::Requirement
@@ -448,25 +454,25 @@ dependencies:
448
454
  - !ruby/object:Gem::Version
449
455
  version: '6'
450
456
  - !ruby/object:Gem::Dependency
451
- name: sprockets
457
+ name: sprockets-rails
452
458
  requirement: !ruby/object:Gem::Requirement
453
459
  requirements:
454
460
  - - ">="
455
461
  - !ruby/object:Gem::Version
456
- version: '3.0'
462
+ version: '3.5'
457
463
  - - "<"
458
464
  - !ruby/object:Gem::Version
459
- version: '5'
465
+ version: '4'
460
466
  type: :runtime
461
467
  prerelease: false
462
468
  version_requirements: !ruby/object:Gem::Requirement
463
469
  requirements:
464
470
  - - ">="
465
471
  - !ruby/object:Gem::Version
466
- version: '3.0'
472
+ version: '3.5'
467
473
  - - "<"
468
474
  - !ruby/object:Gem::Version
469
- version: '5'
475
+ version: '4'
470
476
  - !ruby/object:Gem::Dependency
471
477
  name: turbo-rails
472
478
  requirement: !ruby/object:Gem::Requirement
@@ -603,16 +609,16 @@ dependencies:
603
609
  name: rspec-rails
604
610
  requirement: !ruby/object:Gem::Requirement
605
611
  requirements:
606
- - - ">="
612
+ - - "~>"
607
613
  - !ruby/object:Gem::Version
608
- version: 4.0.0.beta2
614
+ version: '6.1'
609
615
  type: :development
610
616
  prerelease: false
611
617
  version_requirements: !ruby/object:Gem::Requirement
612
618
  requirements:
613
- - - ">="
619
+ - - "~>"
614
620
  - !ruby/object:Gem::Version
615
- version: 4.0.0.beta2
621
+ version: '6.1'
616
622
  - !ruby/object:Gem::Dependency
617
623
  name: simplecov
618
624
  requirement: !ruby/object:Gem::Requirement
@@ -699,13 +705,24 @@ files:
699
705
  - Rakefile
700
706
  - SECURITY.md
701
707
  - alchemy_cms.gemspec
708
+ - app/assets/builds/alchemy/admin.css
709
+ - app/assets/builds/alchemy/admin.css.map
710
+ - app/assets/builds/alchemy/admin/page-select.css
711
+ - app/assets/builds/alchemy/admin/page-select.css.map
712
+ - app/assets/builds/alchemy/admin/print.css
713
+ - app/assets/builds/alchemy/admin/print.css.map
714
+ - app/assets/builds/alchemy/welcome.css
715
+ - app/assets/builds/alchemy/welcome.css.map
716
+ - app/assets/builds/tinymce/skins/content/alchemy/content.min.css
717
+ - app/assets/builds/tinymce/skins/content/alchemy/content.min.css.map
718
+ - app/assets/builds/tinymce/skins/ui/alchemy/skin.min.css
719
+ - app/assets/builds/tinymce/skins/ui/alchemy/skin.min.css.map
702
720
  - app/assets/config/alchemy_manifest.js
703
721
  - app/assets/images/alchemy/alchemy-logo.png
704
722
  - app/assets/images/alchemy/alchemy-logo.svg
705
723
  - app/assets/images/alchemy/favicon.ico
706
724
  - app/assets/images/alchemy/icon-white.svg
707
725
  - app/assets/images/alchemy/icon.svg
708
- - app/assets/images/alchemy/lupe.cur
709
726
  - app/assets/images/alchemy/missing-image.svg
710
727
  - app/assets/javascripts/alchemy/admin.js
711
728
  - app/assets/javascripts/alchemy/alchemy.dialog.js.coffee
@@ -717,56 +734,58 @@ files:
717
734
  - app/assets/javascripts/alchemy/templates/page_folder.hbs
718
735
  - app/assets/javascripts/tinymce/icons/remixicons/icons.js
719
736
  - app/assets/javascripts/tinymce/plugins/alchemy_link/plugin.min.js
720
- - app/assets/stylesheets/alchemy/_custom-properties.scss
737
+ - app/assets/stylesheets/alchemy/_custom-properties.css
721
738
  - app/assets/stylesheets/alchemy/_defaults.scss
739
+ - app/assets/stylesheets/alchemy/_deprecated_variables.scss
740
+ - app/assets/stylesheets/alchemy/_deprecation.scss
722
741
  - app/assets/stylesheets/alchemy/_extends.scss
742
+ - app/assets/stylesheets/alchemy/_fonts.scss
723
743
  - app/assets/stylesheets/alchemy/_mixins.scss
724
744
  - app/assets/stylesheets/alchemy/_variables.scss
725
745
  - app/assets/stylesheets/alchemy/admin.scss
726
- - app/assets/stylesheets/alchemy/archive.scss
727
- - app/assets/stylesheets/alchemy/attachment-select.scss
728
- - app/assets/stylesheets/alchemy/attachments.scss
729
- - app/assets/stylesheets/alchemy/base.scss
730
- - app/assets/stylesheets/alchemy/buttons.scss
731
- - app/assets/stylesheets/alchemy/clipboard.scss
732
- - app/assets/stylesheets/alchemy/dashboard.scss
733
- - app/assets/stylesheets/alchemy/dialogs.scss
734
- - app/assets/stylesheets/alchemy/elements.scss
735
- - app/assets/stylesheets/alchemy/errors.scss
736
- - app/assets/stylesheets/alchemy/flash.scss
737
- - app/assets/stylesheets/alchemy/flatpickr.scss
738
- - app/assets/stylesheets/alchemy/fonts.scss
739
- - app/assets/stylesheets/alchemy/form_fields.scss
740
- - app/assets/stylesheets/alchemy/forms.scss
741
- - app/assets/stylesheets/alchemy/frame.scss
742
- - app/assets/stylesheets/alchemy/hints.scss
743
- - app/assets/stylesheets/alchemy/icons.scss
744
- - app/assets/stylesheets/alchemy/image_library.scss
745
- - app/assets/stylesheets/alchemy/images.scss
746
- - app/assets/stylesheets/alchemy/labels.scss
747
- - app/assets/stylesheets/alchemy/list_filter.scss
748
- - app/assets/stylesheets/alchemy/lists.scss
749
- - app/assets/stylesheets/alchemy/navigation.scss
750
- - app/assets/stylesheets/alchemy/node-select.scss
751
- - app/assets/stylesheets/alchemy/nodes.scss
752
- - app/assets/stylesheets/alchemy/notices.scss
753
- - app/assets/stylesheets/alchemy/page-select.scss
754
- - app/assets/stylesheets/alchemy/pagination.scss
755
- - app/assets/stylesheets/alchemy/preview_window.scss
756
- - app/assets/stylesheets/alchemy/print.scss
757
- - app/assets/stylesheets/alchemy/resource_info.scss
758
- - app/assets/stylesheets/alchemy/search.scss
759
- - app/assets/stylesheets/alchemy/selects.scss
760
- - app/assets/stylesheets/alchemy/shoelace.scss
761
- - app/assets/stylesheets/alchemy/sitemap.scss
762
- - app/assets/stylesheets/alchemy/spinner.scss
763
- - app/assets/stylesheets/alchemy/tables.scss
764
- - app/assets/stylesheets/alchemy/tags.scss
765
- - app/assets/stylesheets/alchemy/toolbar.scss
766
- - app/assets/stylesheets/alchemy/typography.scss
767
- - app/assets/stylesheets/alchemy/upload.scss
768
- - app/assets/stylesheets/alchemy/welcome.sass
769
- - app/assets/stylesheets/tinymce/skins/content/alchemy/content.min.scss
746
+ - app/assets/stylesheets/alchemy/admin/archive.scss
747
+ - app/assets/stylesheets/alchemy/admin/attachment-select.scss
748
+ - app/assets/stylesheets/alchemy/admin/attachments.scss
749
+ - app/assets/stylesheets/alchemy/admin/base.scss
750
+ - app/assets/stylesheets/alchemy/admin/buttons.scss
751
+ - app/assets/stylesheets/alchemy/admin/clipboard.scss
752
+ - app/assets/stylesheets/alchemy/admin/dashboard.scss
753
+ - app/assets/stylesheets/alchemy/admin/dialogs.scss
754
+ - app/assets/stylesheets/alchemy/admin/elements.scss
755
+ - app/assets/stylesheets/alchemy/admin/errors.scss
756
+ - app/assets/stylesheets/alchemy/admin/flash.scss
757
+ - app/assets/stylesheets/alchemy/admin/flatpickr.scss
758
+ - app/assets/stylesheets/alchemy/admin/form_fields.scss
759
+ - app/assets/stylesheets/alchemy/admin/forms.scss
760
+ - app/assets/stylesheets/alchemy/admin/frame.scss
761
+ - app/assets/stylesheets/alchemy/admin/hints.scss
762
+ - app/assets/stylesheets/alchemy/admin/icons.scss
763
+ - app/assets/stylesheets/alchemy/admin/image_library.scss
764
+ - app/assets/stylesheets/alchemy/admin/images.scss
765
+ - app/assets/stylesheets/alchemy/admin/labels.scss
766
+ - app/assets/stylesheets/alchemy/admin/list_filter.scss
767
+ - app/assets/stylesheets/alchemy/admin/lists.scss
768
+ - app/assets/stylesheets/alchemy/admin/navigation.scss
769
+ - app/assets/stylesheets/alchemy/admin/node-select.scss
770
+ - app/assets/stylesheets/alchemy/admin/nodes.scss
771
+ - app/assets/stylesheets/alchemy/admin/notices.scss
772
+ - app/assets/stylesheets/alchemy/admin/page-select.scss
773
+ - app/assets/stylesheets/alchemy/admin/pagination.scss
774
+ - app/assets/stylesheets/alchemy/admin/preview_window.scss
775
+ - app/assets/stylesheets/alchemy/admin/print.scss
776
+ - app/assets/stylesheets/alchemy/admin/resource_info.scss
777
+ - app/assets/stylesheets/alchemy/admin/search.scss
778
+ - app/assets/stylesheets/alchemy/admin/selects.scss
779
+ - app/assets/stylesheets/alchemy/admin/shoelace.scss
780
+ - app/assets/stylesheets/alchemy/admin/sitemap.scss
781
+ - app/assets/stylesheets/alchemy/admin/spinner.scss
782
+ - app/assets/stylesheets/alchemy/admin/tables.scss
783
+ - app/assets/stylesheets/alchemy/admin/tags.scss
784
+ - app/assets/stylesheets/alchemy/admin/toolbar.scss
785
+ - app/assets/stylesheets/alchemy/admin/typography.scss
786
+ - app/assets/stylesheets/alchemy/admin/upload.scss
787
+ - app/assets/stylesheets/alchemy/welcome.scss
788
+ - app/assets/stylesheets/tinymce/skins/content/alchemy/content.scss
770
789
  - app/assets/stylesheets/tinymce/skins/skintool.json
771
790
  - app/assets/stylesheets/tinymce/skins/ui/alchemy/content.css
772
791
  - app/assets/stylesheets/tinymce/skins/ui/alchemy/content.inline.css
@@ -775,9 +794,9 @@ files:
775
794
  - app/assets/stylesheets/tinymce/skins/ui/alchemy/content.mobile.css
776
795
  - app/assets/stylesheets/tinymce/skins/ui/alchemy/content.mobile.min.css
777
796
  - app/assets/stylesheets/tinymce/skins/ui/alchemy/fonts/tinymce-mobile.woff
778
- - app/assets/stylesheets/tinymce/skins/ui/alchemy/skin.min.scss
779
797
  - app/assets/stylesheets/tinymce/skins/ui/alchemy/skin.mobile.css
780
798
  - app/assets/stylesheets/tinymce/skins/ui/alchemy/skin.mobile.min.css
799
+ - app/assets/stylesheets/tinymce/skins/ui/alchemy/skin.scss
781
800
  - app/components/alchemy/admin/attachment_select.rb
782
801
  - app/components/alchemy/admin/icon.rb
783
802
  - app/components/alchemy/admin/link_dialog/anchor_tab.rb
@@ -790,6 +809,10 @@ files:
790
809
  - app/components/alchemy/admin/message.rb
791
810
  - app/components/alchemy/admin/node_select.rb
792
811
  - app/components/alchemy/admin/page_select.rb
812
+ - app/components/alchemy/admin/resource/action.rb
813
+ - app/components/alchemy/admin/resource/cell.rb
814
+ - app/components/alchemy/admin/resource/header.rb
815
+ - app/components/alchemy/admin/resource/table.rb
793
816
  - app/components/alchemy/admin/tags_autocomplete.rb
794
817
  - app/components/alchemy/admin/toolbar_button.rb
795
818
  - app/components/alchemy/ingredients/audio_view.rb
@@ -1010,7 +1033,6 @@ files:
1010
1033
  - app/views/alchemy/_menubar.html.erb
1011
1034
  - app/views/alchemy/_preview_mode_code.html.erb
1012
1035
  - app/views/alchemy/admin/attachments/_archive_overlay.html.erb
1013
- - app/views/alchemy/admin/attachments/_attachment.html.erb
1014
1036
  - app/views/alchemy/admin/attachments/_file_to_assign.html.erb
1015
1037
  - app/views/alchemy/admin/attachments/_files_list.html.erb
1016
1038
  - app/views/alchemy/admin/attachments/_overlay_file_list.html.erb
@@ -1027,13 +1049,17 @@ files:
1027
1049
  - app/views/alchemy/admin/clipboard/insert.js.erb
1028
1050
  - app/views/alchemy/admin/clipboard/remove.js.erb
1029
1051
  - app/views/alchemy/admin/crop.html.erb
1030
- - app/views/alchemy/admin/dashboard/_locked_pages.html.erb
1031
- - app/views/alchemy/admin/dashboard/_recent_pages.html.erb
1032
- - app/views/alchemy/admin/dashboard/_sites.html.erb
1033
- - app/views/alchemy/admin/dashboard/_users.html.erb
1052
+ - app/views/alchemy/admin/dashboard/_dashboard.html.erb
1053
+ - app/views/alchemy/admin/dashboard/_left_column.html.erb
1054
+ - app/views/alchemy/admin/dashboard/_right_column.html.erb
1055
+ - app/views/alchemy/admin/dashboard/_top.html.erb
1034
1056
  - app/views/alchemy/admin/dashboard/help.html.erb
1035
1057
  - app/views/alchemy/admin/dashboard/index.html.erb
1036
1058
  - app/views/alchemy/admin/dashboard/info.html.erb
1059
+ - app/views/alchemy/admin/dashboard/widgets/_locked_pages.html.erb
1060
+ - app/views/alchemy/admin/dashboard/widgets/_recent_pages.html.erb
1061
+ - app/views/alchemy/admin/dashboard/widgets/_sites.html.erb
1062
+ - app/views/alchemy/admin/dashboard/widgets/_users.html.erb
1037
1063
  - app/views/alchemy/admin/elements/_add_nested_element_form.html.erb
1038
1064
  - app/views/alchemy/admin/elements/_element.html.erb
1039
1065
  - app/views/alchemy/admin/elements/_footer.html.erb
@@ -1053,7 +1079,6 @@ files:
1053
1079
  - app/views/alchemy/admin/ingredients/edit.html.erb
1054
1080
  - app/views/alchemy/admin/ingredients/update.turbo_stream.erb
1055
1081
  - app/views/alchemy/admin/languages/_form.html.erb
1056
- - app/views/alchemy/admin/languages/_language.html.erb
1057
1082
  - app/views/alchemy/admin/languages/_table.html.erb
1058
1083
  - app/views/alchemy/admin/languages/edit.html.erb
1059
1084
  - app/views/alchemy/admin/languages/index.html.erb
@@ -1095,14 +1120,12 @@ files:
1095
1120
  - app/views/alchemy/admin/pages/_publication_fields.html.erb
1096
1121
  - app/views/alchemy/admin/pages/_sitemap.html.erb
1097
1122
  - app/views/alchemy/admin/pages/_table.html.erb
1098
- - app/views/alchemy/admin/pages/_table_row.html.erb
1099
1123
  - app/views/alchemy/admin/pages/_toolbar.html.erb
1100
1124
  - app/views/alchemy/admin/pages/configure.html.erb
1101
1125
  - app/views/alchemy/admin/pages/edit.html.erb
1102
1126
  - app/views/alchemy/admin/pages/flush.js.erb
1103
1127
  - app/views/alchemy/admin/pages/index.html.erb
1104
1128
  - app/views/alchemy/admin/pages/info.html.erb
1105
- - app/views/alchemy/admin/pages/list/_table.html.erb
1106
1129
  - app/views/alchemy/admin/pages/locked.html.erb
1107
1130
  - app/views/alchemy/admin/pages/new.html.erb
1108
1131
  - app/views/alchemy/admin/pages/show.html.erb
@@ -1134,12 +1157,13 @@ files:
1134
1157
  - app/views/alchemy/admin/pictures/index.html.erb
1135
1158
  - app/views/alchemy/admin/pictures/index.js.erb
1136
1159
  - app/views/alchemy/admin/pictures/show.html.erb
1137
- - app/views/alchemy/admin/pictures/update.js.erb
1160
+ - app/views/alchemy/admin/pictures/update.turbo_stream.erb
1138
1161
  - app/views/alchemy/admin/resources/_filter.html.erb
1139
1162
  - app/views/alchemy/admin/resources/_filter_bar.html.erb
1140
1163
  - app/views/alchemy/admin/resources/_form.html.erb
1141
1164
  - app/views/alchemy/admin/resources/_per_page_select.html.erb
1142
1165
  - app/views/alchemy/admin/resources/_resource.html.erb
1166
+ - app/views/alchemy/admin/resources/_resource_table.html.erb
1143
1167
  - app/views/alchemy/admin/resources/_table.html.erb
1144
1168
  - app/views/alchemy/admin/resources/_table_header.html.erb
1145
1169
  - app/views/alchemy/admin/resources/_tag_list.html.erb
@@ -1153,7 +1177,6 @@ files:
1153
1177
  - app/views/alchemy/admin/sites/new.html.erb
1154
1178
  - app/views/alchemy/admin/styleguide/index.html.erb
1155
1179
  - app/views/alchemy/admin/tags/_radio_tag.html.erb
1156
- - app/views/alchemy/admin/tags/_tag.html.erb
1157
1180
  - app/views/alchemy/admin/tags/edit.html.erb
1158
1181
  - app/views/alchemy/admin/tags/index.html.erb
1159
1182
  - app/views/alchemy/admin/tags/new.html.erb
@@ -1161,12 +1184,12 @@ files:
1161
1184
  - app/views/alchemy/admin/uploader/_button.html.erb
1162
1185
  - app/views/alchemy/admin/uploader/_setup.html.erb
1163
1186
  - app/views/alchemy/attachments/show.html.erb
1187
+ - app/views/alchemy/base/403.html.erb
1164
1188
  - app/views/alchemy/base/500.html.erb
1165
1189
  - app/views/alchemy/base/error_notice.html.erb
1166
1190
  - app/views/alchemy/base/error_notice.js.erb
1167
1191
  - app/views/alchemy/base/permission_denied.js.erb
1168
1192
  - app/views/alchemy/base/redirect.js.erb
1169
- - app/views/alchemy/base/update.js.erb
1170
1193
  - app/views/alchemy/breadcrumb/_page.html.erb
1171
1194
  - app/views/alchemy/breadcrumb/_separator.html.erb
1172
1195
  - app/views/alchemy/breadcrumb/_wrapper.html.erb
@@ -1203,6 +1226,7 @@ files:
1203
1226
  - app/views/alchemy/ingredients/_video_view.html.erb
1204
1227
  - app/views/alchemy/ingredients/shared/_anchor.html.erb
1205
1228
  - app/views/alchemy/ingredients/shared/_link_tools.html.erb
1229
+ - app/views/alchemy/ingredients/shared/_picture_css_class.html.erb
1206
1230
  - app/views/alchemy/ingredients/shared/_picture_tools.html.erb
1207
1231
  - app/views/alchemy/language_links/_language.html.erb
1208
1232
  - app/views/alchemy/language_links/_spacer.html.erb
@@ -1229,6 +1253,7 @@ files:
1229
1253
  - bin/rspec
1230
1254
  - bin/setup
1231
1255
  - bin/start
1256
+ - bun.lockb
1232
1257
  - bundles/shoelace.js
1233
1258
  - bundles/tinymce.js
1234
1259
  - config/alchemy/config.yml
@@ -1321,6 +1346,7 @@ files:
1321
1346
  - lib/alchemy/test_support/shared_uploader_examples.rb
1322
1347
  - lib/alchemy/tinymce.rb
1323
1348
  - lib/alchemy/upgrader.rb
1349
+ - lib/alchemy/upgrader/seven_point_three.rb
1324
1350
  - lib/alchemy/upgrader/seven_point_zero.rb
1325
1351
  - lib/alchemy/upgrader/tasks/.keep
1326
1352
  - lib/alchemy/version.rb
@@ -1338,10 +1364,10 @@ files:
1338
1364
  - lib/generators/alchemy/install/files/_standard.html.erb
1339
1365
  - lib/generators/alchemy/install/files/alchemy.en.yml
1340
1366
  - lib/generators/alchemy/install/files/alchemy_admin.js
1341
- - lib/generators/alchemy/install/files/all.css
1342
1367
  - lib/generators/alchemy/install/files/all.js
1343
1368
  - lib/generators/alchemy/install/files/application.html.erb
1344
- - lib/generators/alchemy/install/files/article.scss
1369
+ - lib/generators/alchemy/install/files/article.css
1370
+ - lib/generators/alchemy/install/files/custom.css
1345
1371
  - lib/generators/alchemy/install/install_generator.rb
1346
1372
  - lib/generators/alchemy/install/templates/dragonfly.rb.tt
1347
1373
  - lib/generators/alchemy/install/templates/elements.yml.tt
@@ -1375,14 +1401,13 @@ files:
1375
1401
  - lib/tasks/alchemy/tidy.rake
1376
1402
  - lib/tasks/alchemy/upgrade.rake
1377
1403
  - lib/tasks/alchemy/usage.rake
1378
- - package.json
1379
1404
  - rollup.config.mjs
1380
1405
  - vendor/assets/fonts/remixicon.symbol.svg
1381
1406
  - vendor/assets/images/Jcrop.gif
1382
1407
  - vendor/assets/javascripts/jquery_plugins/jquery.Jcrop.min.js
1383
1408
  - vendor/assets/javascripts/jquery_plugins/select2.js
1384
- - vendor/assets/stylesheets/alchemy_admin/select2.scss
1385
- - vendor/assets/stylesheets/jquery.Jcrop.min.scss
1409
+ - vendor/assets/stylesheets/alchemy_admin/select2.css
1410
+ - vendor/assets/stylesheets/jquery.Jcrop.min.css
1386
1411
  - vendor/assets/stylesheets/tinymce/skins/content/default/content.min.css
1387
1412
  - vendor/javascript/clipboard.min.js
1388
1413
  - vendor/javascript/flatpickr.min.js
@@ -1424,7 +1449,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
1424
1449
  requirements:
1425
1450
  - - ">="
1426
1451
  - !ruby/object:Gem::Version
1427
- version: 3.0.0
1452
+ version: 3.1.0
1428
1453
  required_rubygems_version: !ruby/object:Gem::Requirement
1429
1454
  requirements:
1430
1455
  - - ">="
Binary file
@@ -1,3 +0,0 @@
1
- .label {
2
- @include label-base($margin: 0, $padding: 0 2 * $default-padding);
3
- }
@@ -1,66 +0,0 @@
1
- .page-select--page,
2
- .page-select--page-name,
3
- .page-select--page-urlname {
4
- text-overflow: ellipsis;
5
- overflow: hidden;
6
- white-space: nowrap;
7
- }
8
-
9
- .page-select--page {
10
- display: flex;
11
- flex-direction: column;
12
-
13
- alchemy-icon {
14
- margin-right: $default-margin;
15
-
16
- .icon {
17
- fill: currentColor;
18
- }
19
- }
20
- }
21
-
22
- .page-select--top,
23
- .page-select--bottom {
24
- display: flex;
25
- flex-direction: row;
26
- align-items: center;
27
- }
28
-
29
- .page-select--bottom {
30
- font-size: $small-font-size;
31
- padding-left: $default-padding / 2;
32
- }
33
-
34
- .page-select--page-urlname {
35
- color: $muted-text-color;
36
- padding-right: $default-padding;
37
-
38
- .select2-highlighted & {
39
- color: $medium-gray;
40
- }
41
- }
42
-
43
- .page-select--language-code {
44
- display: inline-block;
45
- background-color: $medium-gray;
46
- margin-left: auto;
47
- border-radius: $default-border-radius;
48
- padding: $default-padding / 2 $default-padding;
49
- text-transform: uppercase;
50
-
51
- .select2-highlighted & {
52
- color: $select-hover-bg-color;
53
- background-color: white;
54
- }
55
- }
56
-
57
- .page-select--site-name {
58
- margin-left: auto;
59
- padding: $default-padding 0 $default-padding 2 * $default-padding;
60
- color: $dark-gray;
61
- font-size: $small-font-size;
62
-
63
- .select2-highlighted & {
64
- color: $white;
65
- }
66
- }