renalware-core 2.0.151 → 2.0.157

Sign up to get free protection for your applications and to get access to all the features.
Files changed (291) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/renalware/components/navigation.js +0 -7
  3. data/app/assets/javascripts/renalware/components/sortable.js +3 -0
  4. data/app/assets/javascripts/renalware/core.js.erb +0 -2
  5. data/app/assets/javascripts/renalware/rollup_compiled.css +69147 -50289
  6. data/app/assets/javascripts/renalware/rollup_compiled.js +10 -14
  7. data/app/assets/stylesheets/renalware/base/_variables.scss +1 -0
  8. data/app/assets/stylesheets/renalware/lib/_foundation_and_overrides.scss +1 -620
  9. data/app/assets/stylesheets/renalware/lib/_select2-foundation5-overrides.scss +1 -1
  10. data/app/assets/stylesheets/renalware/modules/_medications.scss +9 -9
  11. data/app/assets/stylesheets/renalware/modules/_patients.scss +4 -0
  12. data/app/assets/stylesheets/renalware/modules/_users.scss +2 -1
  13. data/app/assets/stylesheets/renalware/partials/_forms.scss +11 -0
  14. data/app/assets/stylesheets/renalware/partials/_navigation.scss +15 -12
  15. data/app/assets/stylesheets/renalware/partials/_simple_form.scss +1 -1
  16. data/app/assets/stylesheets/renalware/partials/_tables.scss +15 -8
  17. data/app/assets/stylesheets/renalware/partials/_toggle.scss +0 -66
  18. data/app/assets/stylesheets/renalware/partials/_toggling.scss +18 -0
  19. data/app/assets/stylesheets/renalware/partials/_trix.scss +12 -0
  20. data/app/components/renalware/admissions/active_consult_alert_component.html.slim +4 -0
  21. data/app/components/renalware/admissions/active_consult_alert_component.rb +25 -0
  22. data/app/components/renalware/article_component.html.slim +5 -0
  23. data/app/components/renalware/article_component.rb +12 -0
  24. data/app/components/renalware/events/event_list_component.rb +6 -1
  25. data/app/components/renalware/medications/tabbed_prescriptions_list_component.html.slim +41 -0
  26. data/app/components/renalware/medications/tabbed_prescriptions_list_component.rb +47 -0
  27. data/app/components/renalware/patients/messages_component.html.slim +45 -0
  28. data/app/components/renalware/patients/messages_component.rb +52 -0
  29. data/app/components/renalware/pd/adequacy_results_component.html.slim +3 -5
  30. data/app/components/renalware/system/admin_menu_component.html.slim +3 -1
  31. data/app/components/renalware/users/last_signin_component.html.slim +3 -0
  32. data/app/components/renalware/users/last_signin_component.rb +23 -0
  33. data/app/controllers/renalware/admin/playgrounds_controller.rb +1 -1
  34. data/app/controllers/renalware/admin/users_controller.rb +1 -0
  35. data/app/controllers/renalware/drugs/drugs_controller.rb +4 -0
  36. data/app/controllers/renalware/hd/historical_profiles_controller.rb +1 -1
  37. data/app/controllers/renalware/medications/prescriptions_controller.rb +5 -2
  38. data/app/controllers/renalware/messaging/internal/messages_controller.rb +14 -5
  39. data/app/controllers/renalware/pathology/observation_descriptions_controller.rb +58 -0
  40. data/app/controllers/renalware/patients/mdms_controller.rb +104 -0
  41. data/app/controllers/renalware/system/view_metadata_controller.rb +61 -0
  42. data/app/controllers/renalware/users_controller.rb +25 -0
  43. data/app/helpers/renalware/application_helper.rb +2 -1
  44. data/app/helpers/renalware/drugs_helper.rb +6 -0
  45. data/app/helpers/renalware/layout_helper.rb +1 -1
  46. data/app/models/concerns/renalware/sortable.rb +49 -0
  47. data/app/models/renalware/accesses/patient.rb +2 -2
  48. data/app/models/renalware/accesses/plan.rb +1 -1
  49. data/app/models/renalware/admissions/request.rb +1 -0
  50. data/app/models/renalware/clinical/body_composition.rb +1 -1
  51. data/app/models/renalware/clinical/dry_weight.rb +1 -1
  52. data/app/models/renalware/clinics/clinic_visit.rb +5 -4
  53. data/app/models/renalware/feeds/files/create_feed_file.rb +1 -1
  54. data/app/models/renalware/hd/patient.rb +1 -1
  55. data/app/models/renalware/hd/preference_set.rb +1 -1
  56. data/app/models/renalware/hd/profile.rb +4 -4
  57. data/app/models/renalware/hd/schedule_definition.rb +1 -1
  58. data/app/models/renalware/hd/session.rb +2 -2
  59. data/app/models/renalware/hd/session_forms/batch_compile_pdfs.rb +1 -1
  60. data/app/models/renalware/hd/station.rb +2 -1
  61. data/app/models/renalware/letters/description.rb +2 -0
  62. data/app/models/renalware/letters/letter.rb +1 -1
  63. data/app/models/renalware/letters/part/prescriptions.rb +12 -3
  64. data/app/models/renalware/letters/pdf_letter_cache.rb +1 -1
  65. data/app/models/renalware/letters/printing/batch_compile_pdfs.rb +1 -1
  66. data/app/models/renalware/letters/recipient_params_processor.rb +1 -1
  67. data/app/models/renalware/medications/prescription.rb +0 -4
  68. data/app/models/renalware/messaging/internal/message_form.rb +1 -0
  69. data/app/models/renalware/messaging/internal/message_form_builder.rb +2 -1
  70. data/app/models/renalware/pathology/current_observations_for_descriptions_query.rb +3 -3
  71. data/app/models/renalware/pathology/measurement_unit.rb +13 -0
  72. data/app/models/renalware/pathology/observation_description.rb +23 -5
  73. data/app/models/renalware/pathology/observation_descriptions_by_code_query.rb +1 -1
  74. data/app/models/renalware/pathology/observation_requests_attributes_builder.rb +45 -5
  75. data/app/models/renalware/pathology/observations_within_date_range_query.rb +1 -1
  76. data/app/models/renalware/patient.rb +2 -2
  77. data/app/models/renalware/patients/bookmark.rb +2 -2
  78. data/app/models/renalware/patients/mdm_menu.rb +41 -0
  79. data/app/models/renalware/patients/mdm_patients_query.rb +1 -1
  80. data/app/models/renalware/patients/search_query.rb +1 -1
  81. data/app/models/renalware/patients/worry.rb +0 -1
  82. data/app/models/renalware/pd/mdm_patients_query.rb +1 -1
  83. data/app/models/renalware/problems/problem.rb +2 -1
  84. data/app/models/renalware/snippets/snippet_query.rb +1 -1
  85. data/app/models/renalware/surveys/question.rb +1 -2
  86. data/app/models/renalware/system/column_definition.rb +43 -0
  87. data/app/models/renalware/system/filter_definition.rb +29 -0
  88. data/app/models/renalware/system/update_user.rb +5 -0
  89. data/app/models/renalware/system/version.rb +11 -0
  90. data/app/models/renalware/system/view_metadata.rb +25 -0
  91. data/app/models/renalware/transplants/donation.rb +1 -1
  92. data/app/models/renalware/transplants/donor_followup.rb +0 -1
  93. data/app/models/renalware/transplants/failure_cause_description.rb +1 -1
  94. data/app/models/renalware/transplants/mdm_patients_query.rb +2 -2
  95. data/app/models/renalware/transplants/patient.rb +1 -1
  96. data/app/models/renalware/transplants/recipient_followup.rb +1 -3
  97. data/app/models/renalware/transplants/registration.rb +1 -3
  98. data/app/models/renalware/transplants/registrations/wait_list_query.rb +4 -4
  99. data/app/models/renalware/ukrdc/measurement_unit.rb +21 -0
  100. data/app/models/renalware/ukrdc/outgoing/rendering/lab_order.rb +30 -2
  101. data/app/models/renalware/ukrdc/paths.rb +1 -1
  102. data/app/models/renalware/ukrdc/treatment_timeline/prepare_tables.rb +1 -1
  103. data/app/models/renalware/ukrdc/treatment_timeline/remap_model_table_names_to_their_prepared_equivalents.rb +1 -1
  104. data/app/policies/application_policy.rb +1 -1
  105. data/app/policies/renalware/medications/prescription_policy.rb +35 -0
  106. data/app/policies/renalware/system/view_metadata_policy.rb +17 -0
  107. data/app/presenters/concerns/renalware/accountable_presentation.rb +33 -0
  108. data/app/presenters/renalware/clinics/visit_presenter.rb +11 -0
  109. data/app/presenters/renalware/events/event_presenter.rb +11 -0
  110. data/app/presenters/renalware/mdm_presenter.rb +11 -0
  111. data/app/presenters/renalware/pathology/results_presenter.rb +1 -2
  112. data/app/presenters/renalware/renal/clinical_summary_presenter.rb +9 -6
  113. data/app/views/renalware/admin/playgrounds/show.html.slim +2 -6
  114. data/app/views/renalware/admin/users/edit.html.slim +9 -0
  115. data/app/views/renalware/admin/users/index.html.slim +6 -0
  116. data/app/views/renalware/admissions/admissions/_filters.html.slim +8 -16
  117. data/app/views/renalware/clinical/allergies/_list.html.slim +3 -1
  118. data/app/views/renalware/dashboard/dashboards/show.html.slim +1 -0
  119. data/app/views/renalware/hd/protocols/_virology.html.slim +4 -5
  120. data/app/views/renalware/letters/letters/_form.html.slim +1 -1
  121. data/app/views/renalware/letters/parts/_prescriptions.html.slim +4 -0
  122. data/app/views/renalware/mdm/_prescriptions.html.slim +4 -13
  123. data/app/views/renalware/mdm/prescriptions/_table.html.slim +3 -1
  124. data/app/views/renalware/medications/prescriptions/_current_hd.html.slim +13 -0
  125. data/app/views/renalware/medications/prescriptions/_filter_form.html.slim +26 -13
  126. data/app/views/renalware/medications/prescriptions/_form.html.slim +3 -2
  127. data/app/views/renalware/medications/prescriptions/_options.html.slim +3 -3
  128. data/app/views/renalware/medications/prescriptions/_table.html.slim +5 -4
  129. data/app/views/renalware/medications/prescriptions/_tables.html.slim +13 -16
  130. data/app/views/renalware/medications/prescriptions/index.html.slim +5 -4
  131. data/app/views/renalware/messaging/internal/messages/_form.html.slim +3 -0
  132. data/app/views/renalware/messaging/internal/messages/index.html.slim +36 -0
  133. data/app/views/renalware/navigation/_mdms.html.slim +5 -0
  134. data/app/views/renalware/navigation/_renal.html.slim +1 -0
  135. data/app/views/renalware/navigation/{_super_admin.html.slim → _super_admin.html.slim.dead} +0 -0
  136. data/app/views/renalware/pathology/code_groups/edit.html.slim +5 -5
  137. data/app/views/renalware/pathology/code_groups/index.html.slim +4 -5
  138. data/app/views/renalware/pathology/code_groups/show.html.slim +25 -26
  139. data/app/views/renalware/pathology/observation_descriptions/_filters.html.slim +14 -0
  140. data/app/views/renalware/pathology/observation_descriptions/edit.html.slim +21 -0
  141. data/app/views/renalware/pathology/observation_descriptions/index.html.slim +38 -0
  142. data/app/views/renalware/pathology/requests/requests/request_form/_crs_form.html.slim +1 -1
  143. data/app/views/renalware/patients/alerts/_list.html.slim +1 -0
  144. data/app/views/renalware/patients/mdms/_filters.html.slim +38 -0
  145. data/app/views/renalware/patients/mdms/_table.html.slim +72 -0
  146. data/app/views/renalware/patients/mdms/show.html.slim +18 -0
  147. data/app/views/renalware/patients/side_menu/_general.html.slim +4 -0
  148. data/app/views/renalware/patients/worryboard/_filters.html.slim +18 -13
  149. data/app/views/renalware/pd/_peritonitis_episodes.html.slim +13 -13
  150. data/app/views/renalware/pd/adequacy_results/_form_fields.html.slim +1 -1
  151. data/app/views/renalware/pd/adequacy_results/_table.html.slim +2 -2
  152. data/app/views/renalware/pd/dashboards/show.html.slim +3 -3
  153. data/app/views/renalware/pd/dashboards/show/_page_actions.html.slim +9 -16
  154. data/app/views/renalware/pd/dashboards/show/_pet_adequacies.html.slim +1 -1
  155. data/app/views/renalware/pd/peritonitis_episodes/show.html.slim +8 -6
  156. data/app/views/renalware/shared/_fieldset.html.slim +1 -2
  157. data/app/views/renalware/shared/_magellan_block.html.slim +1 -2
  158. data/app/views/renalware/system/view_metadata/_columns_table.html.slim +44 -0
  159. data/app/views/renalware/system/view_metadata/_filters_form.html.slim +19 -0
  160. data/app/views/renalware/system/view_metadata/_versions.html.slim +23 -0
  161. data/app/views/renalware/system/view_metadata/edit.html.slim +66 -0
  162. data/app/views/renalware/transplants/mdm/_prescriptions.html.slim +6 -22
  163. data/app/views/renalware/users/_filters.html.slim +11 -0
  164. data/app/views/renalware/users/index.html.slim +24 -0
  165. data/config/initializers/core_extensions.rb +2 -2
  166. data/config/initializers/delayed_job.rb +1 -1
  167. data/config/initializers/inflections.rb +1 -0
  168. data/config/initializers/pagy.rb +5 -0
  169. data/config/locales/renalware/clinical/allergies.en.yml +1 -0
  170. data/config/locales/renalware/medications/tabbed_prescriptions_list_component.yml +15 -0
  171. data/config/locales/renalware/navigation/renal.en.yml +1 -0
  172. data/config/locales/renalware/patients/side_menu.en.yml +1 -0
  173. data/config/permissions.yml +1 -0
  174. data/config/routes.rb +1 -0
  175. data/config/routes/messaging.rb +9 -1
  176. data/config/routes/pathology.rb +1 -0
  177. data/config/routes/patients.rb +1 -0
  178. data/config/routes/system.rb +3 -0
  179. data/config/routes/users.rb +3 -0
  180. data/db/functions/convert_to_float_with_explicit_return_v01.sql +18 -0
  181. data/db/functions/update_current_observation_set_from_trigger_v05.sql +92 -0
  182. data/db/functions/update_pathology_observations_nresult_from_trigger_v01.sql +13 -0
  183. data/db/migrate/20200122182018_update_patient_current_modalities.rb +7 -0
  184. data/db/migrate/20200122182036_create_transplant_mdm_patients.rb +7 -0
  185. data/db/migrate/20200122190909_create_view_metadata.rb +44 -0
  186. data/db/migrate/20200131133223_create_hd_mdm_patients.rb +7 -0
  187. data/db/migrate/20200205185151_add_columns_to_system_view_metadata.rb +13 -0
  188. data/db/migrate/20200219113324_create_supportive_care_mdm_patients_view.rb +7 -0
  189. data/db/migrate/20200226145010_add_unique_indexes.rb +12 -11
  190. data/db/migrate/20200622120232_add_limits_to_path_obs_descriptions.rb +18 -0
  191. data/db/migrate/20200626081248_overload_convert_to_float_function.rb +13 -0
  192. data/db/migrate/20200626090256_add_nresult_to_pathology_observations.rb +29 -0
  193. data/db/migrate/20200628094228_add_prescriber_to_users.rb +14 -0
  194. data/db/migrate/20200812074223_add_public_flag_to_messages.rb +18 -0
  195. data/db/migrate/20200815150303_create_system_versions.rb +16 -0
  196. data/db/migrate/20200817085618_create_pd_mdm_patients.rb +7 -0
  197. data/db/migrate/20200817103930_create_low_clearance_mdm_patients.rb +7 -0
  198. data/db/migrate/20201001144512_update_fn_update_current_obs_set_triggerv05.rb +13 -0
  199. data/db/migrate/20201001145452_add_position_to_letter_descriptions.rb +5 -0
  200. data/db/migrate/20201009090959_make_drug_types_unique.rb +8 -0
  201. data/db/migrate/20201012160414_add_suggested_measurement_unit_to_pathology_observation_descriptions.rb +18 -0
  202. data/db/migrate/20201012171428_create_ukrdc_measurement_units.rb +18 -0
  203. data/db/migrate/20201015160542_add_position_to_drug_types.rb +31 -0
  204. data/db/migrate/20201020155510_add_bmi_to_clinic_visits.rb +31 -0
  205. data/db/migrate/20201020164524_update_pd_mdm_patients_view.rb +7 -0
  206. data/db/migrate/20201020170921_update_hd_mdm_patients_view.rb +7 -0
  207. data/db/migrate/20201020171139_update_low_clearance_mdm_patients_view.rb +7 -0
  208. data/db/migrate/20201021153832_update_supportive_care_mdm_patients_view.rb +7 -0
  209. data/db/migrate/20201021154809_update_transplant_mdm_patients_view.rb +7 -0
  210. data/db/migrate/20201023092859_remove_unused_indexes.rb +20 -0
  211. data/db/seeds/default/system/seeds.rb +1 -0
  212. data/db/seeds/default/system/view_metadata.rb +91 -0
  213. data/db/seeds/default/ukrdc/measurement_units.csv +12 -0
  214. data/db/seeds/default/ukrdc/measurement_units.rb +15 -0
  215. data/db/seeds/default/ukrdc/seeds.rb +1 -0
  216. data/db/triggers/update_pathology_observations_nresult_trigger_v01.sql +11 -0
  217. data/db/views/hd_mdm_patients_v01.sql +69 -0
  218. data/db/views/hd_mdm_patients_v02.sql +70 -0
  219. data/db/views/low_clearance_mdm_patients_v01.sql +38 -0
  220. data/db/views/low_clearance_mdm_patients_v02.sql +39 -0
  221. data/db/views/patient_current_modalities_v02.sql +18 -0
  222. data/db/views/pd_mdm_patients_v01.sql +42 -0
  223. data/db/views/pd_mdm_patients_v02.sql +43 -0
  224. data/db/views/supportive_care_mdm_patients_v01.sql +28 -0
  225. data/db/views/supportive_care_mdm_patients_v02.sql +29 -0
  226. data/db/views/transplant_mdm_patients_v01.sql +46 -0
  227. data/db/views/transplant_mdm_patients_v02.sql +47 -0
  228. data/lib/renalware/configuration.rb +2 -0
  229. data/lib/renalware/engine.rb +2 -2
  230. data/lib/renalware/version_number.rb +1 -2
  231. data/lib/tasks/db.rake +9 -0
  232. data/lib/tasks/pd.rake +28 -0
  233. data/spec/factories/drugs/drug_types.rb +5 -1
  234. data/spec/factories/messaging/internal/messages.rb +1 -0
  235. data/spec/factories/patients/practices.rb +1 -1
  236. data/spec/factories/patients/primary_care_physicians.rb +1 -1
  237. data/spec/factories/system/users.rb +1 -0
  238. data/spec/factories/system/view_metadata.rb +20 -0
  239. data/spec/support/capybara_helper.rb +2 -4
  240. data/spec/support/letters_spec_helper.rb +1 -1
  241. data/spec/support/matchers/validate_timeliness_of.rb +1 -1
  242. data/spec/support/pathology_spec_helper.rb +1 -2
  243. data/spec/support/policy_spec_helper.rb +12 -0
  244. data/vendor/assets/javascripts/foundation/foundation.alert.js +43 -0
  245. data/vendor/assets/javascripts/foundation/foundation.dropdown.js +468 -0
  246. data/vendor/assets/javascripts/foundation/foundation.js +727 -0
  247. data/vendor/assets/javascripts/foundation/foundation.reveal.js +522 -0
  248. data/vendor/assets/javascripts/foundation/foundation.tab.js +247 -0
  249. data/vendor/assets/javascripts/foundation/foundation.tooltip.js +348 -0
  250. data/vendor/assets/javascripts/foundation/foundation.topbar.js +458 -0
  251. data/vendor/assets/stylesheets/foundation/_functions.scss +156 -0
  252. data/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss +128 -0
  253. data/vendor/assets/stylesheets/foundation/components/_buttons.scss +261 -0
  254. data/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss +130 -0
  255. data/vendor/assets/stylesheets/foundation/components/_dropdown.scss +269 -0
  256. data/vendor/assets/stylesheets/foundation/components/_forms.scss +601 -0
  257. data/vendor/assets/stylesheets/foundation/components/_global.scss +566 -0
  258. data/vendor/assets/stylesheets/foundation/components/_grid.scss +292 -0
  259. data/vendor/assets/stylesheets/foundation/components/_labels.scss +106 -0
  260. data/vendor/assets/stylesheets/foundation/components/_pagination.scss +163 -0
  261. data/vendor/assets/stylesheets/foundation/components/_panels.scss +107 -0
  262. data/vendor/assets/stylesheets/foundation/components/_reveal.scss +212 -0
  263. data/vendor/assets/stylesheets/foundation/components/_side-nav.scss +120 -0
  264. data/vendor/assets/stylesheets/foundation/components/_split-buttons.scss +203 -0
  265. data/vendor/assets/stylesheets/foundation/components/_sub-nav.scss +125 -0
  266. data/vendor/assets/stylesheets/foundation/components/_tables.scss +135 -0
  267. data/vendor/assets/stylesheets/foundation/components/_tabs.scss +142 -0
  268. data/vendor/assets/stylesheets/foundation/components/_tooltips.scss +142 -0
  269. data/vendor/assets/stylesheets/foundation/components/_top-bar.scss +745 -0
  270. data/vendor/assets/stylesheets/foundation/components/_type.scss +525 -0
  271. data/vendor/assets/stylesheets/foundation/components/_visibility.scss +425 -0
  272. metadata +162 -64
  273. data/app/views/renalware/pd/infection_organisms/_edit.html.slim.obsolete +0 -16
  274. data/app/views/renalware/transplants/donor_operations/_sections_nav.html.slim +0 -11
  275. data/app/views/renalware/transplants/donor_workups/_sections_nav.html.slim +0 -15
  276. data/app/views/renalware/transplants/recipient_operations/_sections_nav.html.slim +0 -14
  277. data/app/views/renalware/transplants/recipient_workups/_sections_nav.html.slim +0 -15
  278. data/lib/core_extensions/active_record/sort.rb +0 -52
  279. data/spec/support/pages/accesses/procedure_page.rb +0 -53
  280. data/spec/support/pages/accesses/profile_page.rb +0 -45
  281. data/spec/support/pages/admissions/consults_page.rb +0 -26
  282. data/spec/support/pages/clinical/allergy_page.rb +0 -74
  283. data/spec/support/pages/clinical/profile_page.rb +0 -28
  284. data/spec/support/pages/hd/prescription_administration_dialog.rb +0 -132
  285. data/spec/support/pages/letters/form.rb +0 -63
  286. data/spec/support/pages/letters/mailshots/form.rb +0 -58
  287. data/spec/support/pages/letters/patient_letters.rb +0 -20
  288. data/spec/support/pages/low_clearance/profile_page.rb +0 -70
  289. data/spec/support/pages/medications/home_delivery_dialog.rb +0 -77
  290. data/spec/support/pages/medications/prescription_fom.rb +0 -62
  291. data/spec/support/pages/page_object.rb +0 -10
@@ -1,9 +1,17 @@
1
- function createCommonjsModule(fn, module) {
1
+ function createCommonjsModule(fn, basedir, module) {
2
2
  return module = {
3
- exports: {}
3
+ path: basedir,
4
+ exports: {},
5
+ require: function(path, base) {
6
+ return commonjsRequire(path, base === undefined || base === null ? module.path : base);
7
+ }
4
8
  }, fn(module, module.exports), module.exports;
5
9
  }
6
10
 
11
+ function commonjsRequire() {
12
+ throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs");
13
+ }
14
+
7
15
  var _global = createCommonjsModule(function(module) {
8
16
  var global = module.exports = typeof window != "undefined" && window.Math == Math ? window : typeof self != "undefined" && self.Math == Math ? self : Function("return this")();
9
17
  if (typeof __g == "number") __g = global;
@@ -16,8 +24,6 @@ var _core = createCommonjsModule(function(module) {
16
24
  if (typeof __e == "number") __e = core;
17
25
  });
18
26
 
19
- var _core_1 = _core.version;
20
-
21
27
  var _isObject = function(it) {
22
28
  return typeof it === "object" ? it !== null : typeof it === "function";
23
29
  };
@@ -934,16 +940,6 @@ var _meta = createCommonjsModule(function(module) {
934
940
  };
935
941
  });
936
942
 
937
- var _meta_1 = _meta.KEY;
938
-
939
- var _meta_2 = _meta.NEED;
940
-
941
- var _meta_3 = _meta.fastKey;
942
-
943
- var _meta_4 = _meta.getWeak;
944
-
945
- var _meta_5 = _meta.onFreeze;
946
-
947
943
  var _validateCollection = function(it, TYPE) {
948
944
  if (!_isObject(it) || it._t !== TYPE) throw TypeError("Incompatible receiver, " + TYPE + " required!");
949
945
  return it;
@@ -115,6 +115,7 @@ $footer-bg-colour: $patient-menu-background-colour;
115
115
 
116
116
  // Forms
117
117
  $form-hint-colour: #bbb;
118
+ $form-hint-colour-strong: #888;
118
119
  $disabled-colour: #ccc;
119
120
  $pipe-separator-colour: #AAA;
120
121
 
@@ -2,54 +2,6 @@
2
2
  // foundation.zurb.com
3
3
  // Licensed under MIT Open Source
4
4
 
5
- //
6
-
7
- // Table of Contents
8
- // Foundation Settings
9
- //
10
- // a. Base
11
- // b. Grid
12
- // c. Global
13
- // d. Media Query Ranges
14
- // e. Typography
15
- // 01. Accordion
16
- // 02. Alert Boxes
17
- // 03. Block Grid
18
- // 04. Breadcrumbs
19
- // 05. Buttons
20
- // 06. Button Groups
21
- // 07. Clearing
22
- // 08. Dropdown
23
- // 09. Dropdown Buttons
24
- // 10. Flex Video
25
- // 11. Forms
26
- // 12. Icon Bar
27
- // 13. Inline Lists
28
- // 14. Joyride
29
- // 15. Keystrokes
30
- // 16. Labels
31
- // 17. Magellan
32
- // 18. Off-canvas
33
- // 19. Orbit
34
- // 20. Pagination
35
- // 21. Panels
36
- // 22. Pricing Tables
37
- // 23. Progress Bar
38
- // 24. Range Slider
39
- // 25. Reveal
40
- // 26. Side Nav
41
- // 27. Split Buttons
42
- // 28. Sub Nav
43
- // 29. Switch
44
- // 30. Tables
45
- // 31. Tabs
46
- // 32. Thumbnails
47
- // 33. Tooltips
48
- // 34. Top Bar
49
- // 36. Visibility Classes
50
- // a. Base
51
- // - - - - - - - - - - - - - - - - - - - - - - - - -
52
-
53
5
  // This is the default html and body font-size for the base rem value.
54
6
  $rem-base: 14px;
55
7
 
@@ -332,22 +284,6 @@ $h2-font-reduction: rem-calc(0) !default;
332
284
  // $microformat-abbr-font-weight: $font-weight-bold;
333
285
  // $microformat-abbr-font-decoration: none;
334
286
 
335
- // 01. Accordion
336
- // - - - - - - - - - - - - - - - - - - - - - - - - -
337
-
338
- // $include-html-accordion-classes: $include-html-classes;
339
-
340
- // $accordion-navigation-padding: rem-calc(16);
341
- // $accordion-navigation-bg-color: $silver ;
342
- // $accordion-navigation-hover-bg-color: scale-color($accordion-navigation-bg-color, $lightness: -5%);
343
- // $accordion-navigation-active-bg-color: scale-color($accordion-navigation-bg-color, $lightness: -3%);
344
- // $accordion-navigation-font-color: $jet;
345
- // $accordion-navigation-font-size: rem-calc(16);
346
- // $accordion-navigation-font-family: $body-font-family;
347
-
348
- // $accordion-content-padding: $column-gutter/2;
349
- // $accordion-content-active-bg-color: $white;
350
-
351
287
  // 02. Alert Boxes
352
288
  // - - - - - - - - - - - - - - - - - - - - - - - - -
353
289
 
@@ -390,51 +326,6 @@ $h2-font-reduction: rem-calc(0) !default;
390
326
  // $alert-transition-speed: 300ms;
391
327
  // $alert-transition-ease: ease-out;
392
328
 
393
- // 03. Block Grid
394
- // - - - - - - - - - - - - - - - - - - - - - - - - -
395
-
396
- // $include-html-block-grid-classes: $include-html-classes;
397
- // $include-xl-html-block-grid-classes: false;
398
-
399
- // We use this to control the maximum number of block grid elements per row
400
- // $block-grid-elements: 12;
401
- // $block-grid-default-spacing: rem-calc(20);
402
- // $align-block-grid-to-grid: false;
403
-
404
- // Enables media queries for block-grid classes. Set to false if writing semantic HTML.
405
- // $block-grid-media-queries: true;
406
-
407
- // 04. Breadcrumbs
408
- // - - - - - - - - - - - - - - - - - - - - - - - - -
409
-
410
- // $include-html-nav-classes: $include-html-classes;
411
-
412
- // We use this to set the background color for the breadcrumb container.
413
- // $crumb-bg: scale-color($secondary-color, $lightness: 55%);
414
-
415
- // We use these to set the padding around the breadcrumbs.
416
- // $crumb-padding: rem-calc(9 14 9);
417
- // $crumb-side-padding: rem-calc(12);
418
-
419
- // We use these to control border styles.
420
- // $crumb-function-factor: -10%;
421
- // $crumb-border-size: 1px;
422
- // $crumb-border-style: solid;
423
- // $crumb-border-color: scale-color($crumb-bg, $lightness: $crumb-function-factor);
424
- // $crumb-radius: $global-radius;
425
-
426
- // We use these to set various text styles for breadcrumbs.
427
- // $crumb-font-size: rem-calc(11);
428
- // $crumb-font-color: $primary-color;
429
- // $crumb-font-color-current: $oil;
430
- // $crumb-font-color-unavailable: $aluminum;
431
- // $crumb-font-transform: uppercase;
432
- // $crumb-link-decor: underline;
433
-
434
- // We use these to control the slash between breadcrumbs
435
- // $crumb-slash-color: $base;
436
- // $crumb-slash: "/";
437
-
438
329
  // 05. Buttons
439
330
  // - - - - - - - - - - - - - - - - - - - - - - - - -
440
331
 
@@ -485,45 +376,6 @@ $button-font-color-alt: $black;
485
376
  // $button-disabled-opacity: 0.7;
486
377
  // $button-disabled-cursor: $cursor-default-value;
487
378
 
488
- // 06. Button Groups
489
- // - - - - - - - - - - - - - - - - - - - - - - - - -
490
-
491
- // $include-html-button-classes: $include-html-classes;
492
-
493
- // Sets the margin for the right side by default, and the left margin if right-to-left direction is used
494
- // $button-bar-margin-opposite: rem-calc(10);
495
- // $button-group-border-width: 1px;
496
-
497
- // 07. Clearing
498
- // - - - - - - - - - - - - - - - - - - - - - - - - -
499
-
500
- // $include-html-clearing-classes: $include-html-classes;
501
-
502
- // We use these to set the background colors for parts of Clearing.
503
- // $clearing-bg: $oil;
504
- // $clearing-caption-bg: $clearing-bg;
505
- // $clearing-carousel-bg: rgba(51,51,51,0.8);
506
- // $clearing-img-bg: $clearing-bg;
507
-
508
- // We use these to style the close button
509
- // $clearing-close-color: $iron;
510
- // $clearing-close-size: 30px;
511
-
512
- // We use these to style the arrows
513
- // $clearing-arrow-size: 12px;
514
- // $clearing-arrow-color: $clearing-close-color;
515
-
516
- // We use these to style captions
517
- // $clearing-caption-font-color: $iron;
518
- // $clearing-caption-font-size: 0.875em;
519
- // $clearing-caption-padding: 10px 30px 20px;
520
-
521
- // We use these to make the image and carousel height and style
522
- // $clearing-active-img-height: 85%;
523
- // $clearing-carousel-height: 120px;
524
- // $clearing-carousel-thumb-width: 120px;
525
- // $clearing-carousel-thumb-active-border: 1px solid rgb(255,255,255);
526
-
527
379
  // 08. Dropdown
528
380
  // - - - - - - - - - - - - - - - - - - - - - - - - -
529
381
 
@@ -574,58 +426,6 @@ $button-font-color-alt: $black;
574
426
  // Default radius for dropdown.
575
427
  // $f-dropdown-radius: $global-radius;
576
428
 
577
-
578
- // 09. Dropdown Buttons
579
- // - - - - - - - - - - - - - - - - - - - - - - - - -
580
-
581
- // $include-html-button-classes: $include-html-classes;
582
-
583
- // We use these to set the color of the pip in dropdown buttons
584
- // $dropdown-button-pip-color: $white;
585
- // $dropdown-button-pip-color-alt: $oil;
586
-
587
- // $button-pip-tny: rem-calc(6);
588
- // $button-pip-sml: rem-calc(7);
589
- // $button-pip-med: rem-calc(9);
590
- // $button-pip-lrg: rem-calc(11);
591
-
592
- // We use these to style tiny dropdown buttons
593
- // $dropdown-button-padding-tny: $button-pip-tny * 7;
594
- // $dropdown-button-pip-size-tny: $button-pip-tny;
595
- // $dropdown-button-pip-opposite-tny: $button-pip-tny * 3;
596
- // $dropdown-button-pip-top-tny: -$button-pip-tny / 2 + rem-calc(1);
597
-
598
- // We use these to style small dropdown buttons
599
- // $dropdown-button-padding-sml: $button-pip-sml * 7;
600
- // $dropdown-button-pip-size-sml: $button-pip-sml;
601
- // $dropdown-button-pip-opposite-sml: $button-pip-sml * 3;
602
- // $dropdown-button-pip-top-sml: -$button-pip-sml / 2 + rem-calc(1);
603
-
604
- // We use these to style medium dropdown buttons
605
- // $dropdown-button-padding-med: $button-pip-med * 6 + rem-calc(3);
606
- // $dropdown-button-pip-size-med: $button-pip-med - rem-calc(3);
607
- // $dropdown-button-pip-opposite-med: $button-pip-med * 2.5;
608
- // $dropdown-button-pip-top-med: -$button-pip-med / 2 + rem-calc(2);
609
-
610
- // We use these to style large dropdown buttons
611
- // $dropdown-button-padding-lrg: $button-pip-lrg * 5 + rem-calc(3);
612
- // $dropdown-button-pip-size-lrg: $button-pip-lrg - rem-calc(6);
613
- // $dropdown-button-pip-opposite-lrg: $button-pip-lrg * 2.5;
614
- // $dropdown-button-pip-top-lrg: -$button-pip-lrg / 2 + rem-calc(3);
615
-
616
- // 10. Flex Video
617
- // - - - - - - - - - - - - - - - - - - - - - - - - -
618
-
619
- // $include-html-media-classes: $include-html-classes;
620
-
621
- // We use these to control video container padding and margins
622
- // $flex-video-padding-top: rem-calc(25);
623
- // $flex-video-padding-bottom: 67.5%;
624
- // $flex-video-margin-bottom: rem-calc(16);
625
-
626
- // We use this to control widescreen bottom padding
627
- // $flex-video-widescreen-padding-bottom: 56.34%;
628
-
629
429
  // 11. Forms
630
430
  // - - - - - - - - - - - - - - - - - - - - - - - - -
631
431
 
@@ -698,79 +498,6 @@ $form-spacing: rem-calc(12);
698
498
  // $select-bg-color: $ghost;
699
499
  // $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%);
700
500
 
701
- // 12. Icon Bar
702
- // - - - - - - - - - - - - - - - - - - - - - - - - -
703
-
704
- // We use these to style the icon-bar and items
705
- // $include-html-icon-bar-classes: $include-html-classes;
706
- // $icon-bar-bg: $oil;
707
- // $icon-bar-font-color: $white;
708
- // $icon-bar-font-size: 1rem;
709
- // $icon-bar-hover-color: $primary-color;
710
- // $icon-bar-icon-color: $white;
711
- // $icon-bar-icon-size: 1.875rem;
712
- // $icon-bar-image-width: 1.875rem;
713
- // $icon-bar-image-height: 1.875rem;
714
- // $icon-bar-active-color: $primary-color;
715
- // $icon-bar-item-padding: 1.25rem;
716
-
717
- // 13. Inline Lists
718
- // - - - - - - - - - - - - - - - - - - - - - - - - -
719
-
720
- // $include-html-inline-list-classes: $include-html-classes;
721
-
722
- // We use this to control the margins and padding of the inline list.
723
- // $inline-list-top-margin: 0;
724
- // $inline-list-opposite-margin: 0;
725
- // $inline-list-bottom-margin: rem-calc(17);
726
- // $inline-list-default-float-margin: rem-calc(-22);
727
- // $inline-list-default-float-list-margin: rem-calc(22);
728
-
729
- // $inline-list-padding: 0;
730
-
731
- // We use this to control the overflow of the inline list.
732
- // $inline-list-overflow: hidden;
733
-
734
- // We use this to control the list items
735
- // $inline-list-display: block;
736
-
737
- // We use this to control any elements within list items
738
- // $inline-list-children-display: block;
739
-
740
- // 14. Joyride
741
- // - - - - - - - - - - - - - - - - - - - - - - - - -
742
-
743
- // $include-html-joyride-classes: $include-html-classes;
744
-
745
- // Controlling default Joyride styles
746
- // $joyride-tip-bg: $oil;
747
- // $joyride-tip-default-width: 300px;
748
- // $joyride-tip-padding: rem-calc(18 20 24);
749
- // $joyride-tip-border: solid 1px $charcoal;
750
- // $joyride-tip-radius: 4px;
751
- // $joyride-tip-position-offset: 22px;
752
-
753
- // Here, we're setting the tip font styles
754
- // $joyride-tip-font-color: $white;
755
- // $joyride-tip-font-size: rem-calc(14);
756
- // $joyride-tip-header-weight: $font-weight-bold;
757
-
758
- // This changes the nub size
759
- // $joyride-tip-nub-size: 10px;
760
-
761
- // This adjusts the styles for the timer when its enabled
762
- // $joyride-tip-timer-width: 50px;
763
- // $joyride-tip-timer-height: 3px;
764
- // $joyride-tip-timer-color: $steel;
765
-
766
- // This changes up the styles for the close button
767
- // $joyride-tip-close-color: $monsoon;
768
- // $joyride-tip-close-size: 24px;
769
- // $joyride-tip-close-weight: $font-weight-normal;
770
-
771
- // When Joyride is filling the screen, we use this style for the bg
772
- // $joyride-screenfill: rgba(0,0,0,0.5);
773
-
774
501
  // 15. Keystrokes
775
502
  // - - - - - - - - - - - - - - - - - - - - - - - - -
776
503
 
@@ -809,129 +536,6 @@ $form-spacing: rem-calc(12);
809
536
  // $label-font-color-alt: $white;
810
537
  // $label-font-family: $body-font-family;
811
538
 
812
- // 17. Magellan
813
- // - - - - - - - - - - - - - - - - - - - - - - - - -
814
-
815
- // $include-html-magellan-classes: $include-html-classes;
816
-
817
- // $magellan-bg: $white;
818
- // $magellan-padding: 0 !important;
819
-
820
- // 18. Off-canvas
821
- // - - - - - - - - - - - - - - - - - - - - - - - - -
822
-
823
- // $include-html-off-canvas-classes: $include-html-classes;
824
-
825
- // $tabbar-bg: $oil;
826
- // $tabbar-height: rem-calc(45);
827
- // $tabbar-icon-width: $tabbar-height;
828
- // $tabbar-line-height: $tabbar-height;
829
- // $tabbar-color: $white;
830
- // $tabbar-middle-padding: 0 rem-calc(10);
831
-
832
- // Off Canvas Divider Styles
833
- // $tabbar-right-section-border: solid 1px scale-color($tabbar-bg, $lightness: 13%);
834
- // $tabbar-left-section-border: solid 1px scale-color($tabbar-bg, $lightness: -50%);
835
-
836
- // Off Canvas Tab Bar Headers
837
- // $tabbar-header-color: $white;
838
- // $tabbar-header-weight: $font-weight-bold;
839
- // $tabbar-header-line-height: $tabbar-height;
840
- // $tabbar-header-margin: 0;
841
-
842
- // Off Canvas Menu Variables
843
- // $off-canvas-width: rem-calc(250);
844
- // $off-canvas-bg: $oil;
845
- // $off-canvas-bg-hover: scale-color($tabbar-bg, $lightness: -30%);
846
-
847
- // Off Canvas Menu List Variables
848
- // $off-canvas-label-padding: 0.3rem rem-calc(15);
849
- // $off-canvas-label-color: $aluminum;
850
- // $off-canvas-label-text-transform: uppercase;
851
- // $off-canvas-label-font-size: rem-calc(12);
852
- // $off-canvas-label-font-weight: $font-weight-bold;
853
- // $off-canvas-label-bg: $tuatara;
854
- // $off-canvas-label-border-top: 1px solid scale-color($tuatara, $lightness: 14%);
855
- // $off-canvas-label-border-bottom: none;
856
- // $off-canvas-label-margin:0;
857
- // $off-canvas-link-padding: rem-calc(10, 15);
858
- // $off-canvas-link-color: rgba($white, 0.7);
859
- // $off-canvas-link-border-bottom: 1px solid scale-color($off-canvas-bg, $lightness: -25%);
860
- // $off-canvas-back-bg: $tuatara;
861
- // $off-canvas-back-border-top: $off-canvas-label-border-top;
862
- // $off-canvas-back-border-bottom: $off-canvas-label-border-bottom;
863
- // $off-canvas-back-hover-bg: scale-color($off-canvas-back-bg, $lightness: -30%);
864
- // $off-canvas-back-hover-border-top: 1px solid scale-color($off-canvas-label-bg, $lightness: 14%);
865
- // $off-canvas-back-hover-border-bottom: none;
866
-
867
- // Off Canvas Menu Icon Variables
868
- // $tabbar-menu-icon-color: $white;
869
- // $tabbar-menu-icon-hover: scale-color($tabbar-menu-icon-color, $lightness: -30%);
870
-
871
- // $tabbar-menu-icon-text-indent: rem-calc(35);
872
- // $tabbar-menu-icon-width: $tabbar-height;
873
- // $tabbar-menu-icon-height: $tabbar-height;
874
- // $tabbar-menu-icon-padding: 0;
875
-
876
- // $tabbar-hamburger-icon-width: rem-calc(16);
877
- // $tabbar-hamburger-icon-left: false;
878
- // $tabbar-hamburger-icon-top: false;
879
- // $tabbar-hamburger-icon-thickness: 1px;
880
- // $tabbar-hamburger-icon-gap: 6px;
881
-
882
- // Off Canvas Back-Link Overlay
883
- // $off-canvas-overlay-transition: background 300ms ease;
884
- // $off-canvas-overlay-cursor: pointer;
885
- // $off-canvas-overlay-box-shadow: -4px 0 4px rgba($black, 0.5), 4px 0 4px rgba($black, 0.5);
886
- // $off-canvas-overlay-background: rgba($white, 0.2);
887
- // $off-canvas-overlay-background-hover: rgba($white, 0.05);
888
-
889
- // Transition Variables
890
- // $menu-slide: "transform 500ms ease";
891
-
892
- // 19. Orbit
893
- // - - - - - - - - - - - - - - - - - - - - - - - - -
894
-
895
- // $include-html-orbit-classes: $include-html-classes;
896
-
897
- // We use these to control the caption styles
898
- // $orbit-container-bg: none;
899
- // $orbit-caption-bg: rgba(51,51,51, 0.8);
900
- // $orbit-caption-font-color: $white;
901
- // $orbit-caption-font-size: rem-calc(14);
902
- // $orbit-caption-position: "bottom"; // Supported values: "bottom", "under"
903
- // $orbit-caption-padding: rem-calc(10 14);
904
- // $orbit-caption-height: auto;
905
-
906
- // We use these to control the left/right nav styles
907
- // $orbit-nav-bg: transparent;
908
- // $orbit-nav-bg-hover: rgba(0,0,0,0.3);
909
- // $orbit-nav-arrow-color: $white;
910
- // $orbit-nav-arrow-color-hover: $white;
911
-
912
- // We use these to control the timer styles
913
- // $orbit-timer-bg: rgba(255,255,255,0.3);
914
- // $orbit-timer-show-progress-bar: true;
915
-
916
- // We use these to control the bullet nav styles
917
- // $orbit-bullet-nav-color: $iron;
918
- // $orbit-bullet-nav-color-active: $aluminum;
919
- // $orbit-bullet-radius: rem-calc(9);
920
-
921
- // We use these to controls the style of slide numbers
922
- // $orbit-slide-number-bg: rgba(0,0,0,0);
923
- // $orbit-slide-number-font-color: $white;
924
- // $orbit-slide-number-padding: rem-calc(5);
925
-
926
- // Hide controls on small
927
- // $orbit-nav-hide-for-small: true;
928
- // $orbit-bullet-hide-for-small: true;
929
- // $orbit-timer-hide-for-small: true;
930
-
931
- // Graceful Loading Wrapper and preloader
932
- // $wrapper-class: "slideshow-wrapper";
933
- // $preloader-class: "preloader";
934
-
935
539
  // 20. Pagination
936
540
  // - - - - - - - - - - - - - - - - - - - - - - - - -
937
541
 
@@ -990,116 +594,6 @@ $form-spacing: rem-calc(12);
990
594
  // $panel-header-adjust: true;
991
595
  // $callout-panel-link-color: $primary-color;
992
596
 
993
- // 22. Pricing Tables
994
- // - - - - - - - - - - - - - - - - - - - - - - - - -
995
-
996
- // $include-html-pricing-classes: $include-html-classes;
997
-
998
- // We use this to control the border color
999
- // $price-table-border: solid 1px $gainsboro;
1000
-
1001
- // We use this to control the bottom margin of the pricing table
1002
- // $price-table-margin-bottom: rem-calc(20);
1003
-
1004
- // We use these to control the title styles
1005
- // $price-title-bg: $oil;
1006
- // $price-title-padding: rem-calc(15 20);
1007
- // $price-title-align: center;
1008
- // $price-title-color: $smoke;
1009
- // $price-title-weight: $font-weight-normal;
1010
- // $price-title-size: rem-calc(16);
1011
- // $price-title-font-family: $body-font-family;
1012
-
1013
- // We use these to control the price styles
1014
- // $price-money-bg: $vapor ;
1015
- // $price-money-padding: rem-calc(15 20);
1016
- // $price-money-align: center;
1017
- // $price-money-color: $oil;
1018
- // $price-money-weight: $font-weight-normal;
1019
- // $price-money-size: rem-calc(32);
1020
- // $price-money-font-family: $body-font-family;
1021
-
1022
- // We use these to control the description styles
1023
- // $price-bg: $white;
1024
- // $price-desc-color: $monsoon;
1025
- // $price-desc-padding: rem-calc(15);
1026
- // $price-desc-align: center;
1027
- // $price-desc-font-size: rem-calc(12);
1028
- // $price-desc-weight: $font-weight-normal;
1029
- // $price-desc-line-height: 1.4;
1030
- // $price-desc-bottom-border: dotted 1px $gainsboro;
1031
-
1032
- // We use these to control the list item styles
1033
- // $price-item-color: $oil;
1034
- // $price-item-padding: rem-calc(15);
1035
- // $price-item-align: center;
1036
- // $price-item-font-size: rem-calc(14);
1037
- // $price-item-weight: $font-weight-normal;
1038
- // $price-item-bottom-border: dotted 1px $gainsboro;
1039
-
1040
- // We use these to control the CTA area styles
1041
- // $price-cta-bg: $white;
1042
- // $price-cta-align: center;
1043
- // $price-cta-padding: rem-calc(20 20 0);
1044
-
1045
- // 23. Progress Bar
1046
- // - - - - - - - - - - - - - - - - - - - - - - - - -
1047
-
1048
- // $include-html-media-classes: $include-html-classes;
1049
-
1050
- // We use this to set the progress bar height
1051
- // $progress-bar-height: rem-calc(25);
1052
- // $progress-bar-color: $vapor ;
1053
-
1054
- // We use these to control the border styles
1055
- // $progress-bar-border-color: scale-color($white, $lightness: 20%);
1056
- // $progress-bar-border-size: 1px;
1057
- // $progress-bar-border-style: solid;
1058
- // $progress-bar-border-radius: $global-radius;
1059
-
1060
- // We use these to control the margin & padding
1061
- // $progress-bar-pad: rem-calc(2);
1062
- // $progress-bar-margin-bottom: rem-calc(10);
1063
-
1064
- // We use these to set the meter colors
1065
- // $progress-meter-color: $primary-color;
1066
- // $progress-meter-secondary-color: $secondary-color;
1067
- // $progress-meter-success-color: $success-color;
1068
- // $progress-meter-alert-color: $alert-color;
1069
-
1070
- // 24. Range Slider
1071
- // - - - - - - - - - - - - - - - - - - - - - - - - -
1072
-
1073
- // $include-html-range-slider-classes: $include-html-classes;
1074
-
1075
- // These variables define the slider bar styles
1076
- // $range-slider-bar-width: 100%;
1077
- // $range-slider-bar-height: rem-calc(16);
1078
-
1079
- // $range-slider-bar-border-width: 1px;
1080
- // $range-slider-bar-border-style: solid;
1081
- // $range-slider-bar-border-color: $gainsboro;
1082
- // $range-slider-radius: $global-radius;
1083
- // $range-slider-round: $global-rounded;
1084
- // $range-slider-bar-bg-color: $ghost;
1085
-
1086
- // Vertical bar styles
1087
- // $range-slider-vertical-bar-width: rem-calc(16);
1088
- // $range-slider-vertical-bar-height: rem-calc(200);
1089
-
1090
- // These variables define the slider handle styles
1091
- // $range-slider-handle-width: rem-calc(32);
1092
- // $range-slider-handle-height: rem-calc(22);
1093
- // $range-slider-handle-position-top: rem-calc(-5);
1094
- // $range-slider-handle-bg-color: $primary-color;
1095
- // $range-slider-handle-border-width: 1px;
1096
- // $range-slider-handle-border-style: solid;
1097
- // $range-slider-handle-border-color: none;
1098
- // $range-slider-handle-radius: $global-radius;
1099
- // $range-slider-handle-round: $global-rounded;
1100
- // $range-slider-handle-bg-hover-color: scale-color($primary-color, $lightness: -12%);
1101
- // $range-slider-handle-cursor: pointer;
1102
-
1103
597
  // 25. Reveal
1104
598
  // - - - - - - - - - - - - - - - - - - - - - - - - -
1105
599
 
@@ -1173,45 +667,6 @@ $form-spacing: rem-calc(12);
1173
667
  // $side-nav-divider-style: solid;
1174
668
  // $side-nav-divider-color: scale-color($white, $lightness: 10%);
1175
669
 
1176
- // 27. Split Buttons
1177
- // - - - - - - - - - - - - - - - - - - - - - - - - -
1178
-
1179
- // $include-html-button-classes: $include-html-classes;
1180
-
1181
- // We use these to control different shared styles for Split Buttons
1182
- // $split-button-function-factor: 10%;
1183
- // $split-button-pip-color: $white;
1184
- // $split-button-pip-color-alt: $oil;
1185
- // $split-button-active-bg-tint: rgba(0,0,0,0.1);
1186
-
1187
- // We use these to control tiny split buttons
1188
- // $split-button-padding-tny: $button-pip-tny * 10;
1189
- // $split-button-span-width-tny: $button-pip-tny * 6;
1190
- // $split-button-pip-size-tny: $button-pip-tny;
1191
- // $split-button-pip-top-tny: $button-pip-tny * 2;
1192
- // $split-button-pip-default-float-tny: rem-calc(-6);
1193
-
1194
- // We use these to control small split buttons
1195
- // $split-button-padding-sml: $button-pip-sml * 10;
1196
- // $split-button-span-width-sml: $button-pip-sml * 6;
1197
- // $split-button-pip-size-sml: $button-pip-sml;
1198
- // $split-button-pip-top-sml: $button-pip-sml * 1.5;
1199
- // $split-button-pip-default-float-sml: rem-calc(-6);
1200
-
1201
- // We use these to control medium split buttons
1202
- // $split-button-padding-med: $button-pip-med * 9;
1203
- // $split-button-span-width-med: $button-pip-med * 5.5;
1204
- // $split-button-pip-size-med: $button-pip-med - rem-calc(3);
1205
- // $split-button-pip-top-med: $button-pip-med * 1.5;
1206
- // $split-button-pip-default-float-med: rem-calc(-6);
1207
-
1208
- // We use these to control large split buttons
1209
- // $split-button-padding-lrg: $button-pip-lrg * 8;
1210
- // $split-button-span-width-lrg: $button-pip-lrg * 5;
1211
- // $split-button-pip-size-lrg: $button-pip-lrg - rem-calc(6);
1212
- // $split-button-pip-top-lrg: $button-pip-lrg + rem-calc(5);
1213
- // $split-button-pip-default-float-lrg: rem-calc(-6);
1214
-
1215
670
  // 28. Sub Nav
1216
671
  // - - - - - - - - - - - - - - - - - - - - - - - - -
1217
672
 
@@ -1243,45 +698,6 @@ $sub-nav-list-margin: rem-calc(-4 0 0);
1243
698
  // $sub-nav-item-divider: "";
1244
699
  // $sub-nav-item-divider-margin: rem-calc(12);
1245
700
 
1246
- // 29. Switch
1247
- // - - - - - - - - - - - - - - - - - - - - - - - - -
1248
-
1249
- // $include-html-form-classes: $include-html-classes;
1250
-
1251
- // Controlling border styles and background colors for the switch container
1252
- // $switch-border-color: scale-color($white, $lightness: -20%);
1253
- // $switch-border-style: solid;
1254
- // $switch-border-width: 1px;
1255
- // $switch-bg: $white;
1256
-
1257
- // We use these to control the switch heights for our default classes
1258
- // $switch-height-tny: rem-calc(22);
1259
- // $switch-height-sml: rem-calc(28);
1260
- // $switch-height-med: rem-calc(36);
1261
- // $switch-height-lrg: rem-calc(44);
1262
- // $switch-bottom-margin: rem-calc(20);
1263
-
1264
- // We use these to control default font sizes for our classes.
1265
- // $switch-font-size-tny: 11px;
1266
- // $switch-font-size-sml: 12px;
1267
- // $switch-font-size-med: 14px;
1268
- // $switch-font-size-lrg: 17px;
1269
- // $switch-label-side-padding: 6px;
1270
-
1271
- // We use these to style the switch-paddle
1272
- // $switch-paddle-bg: $white;
1273
- // $switch-paddle-fade-to-color: scale-color($switch-paddle-bg, $lightness: -10%);
1274
- // $switch-paddle-border-color: scale-color($switch-paddle-bg, $lightness: -35%);
1275
- // $switch-paddle-border-width: 1px;
1276
- // $switch-paddle-border-style: solid;
1277
- // $switch-paddle-transition-speed: .1s;
1278
- // $switch-paddle-transition-ease: ease-out;
1279
- // $switch-positive-color: scale-color($success-color, $lightness: 94%);
1280
- // $switch-negative-color: $white-smoke;
1281
-
1282
- // Outline Style for tabbing through switches
1283
- // $switch-label-outline: 1px dotted $jumbo;
1284
-
1285
701
  // 30. Tables
1286
702
  // - - - - - - - - - - - - - - - - - - - - - - - - -
1287
703
 
@@ -1333,22 +749,6 @@ $table-margin-bottom: rem-calc(10);
1333
749
 
1334
750
  // $tabs-vertical-navigation-margin-bottom: 1.25rem;
1335
751
 
1336
- // 32. Thumbnails
1337
- // - - - - - - - - - - - - - - - - - - - - - - - - -
1338
-
1339
- // $include-html-media-classes: $include-html-classes;
1340
-
1341
- // We use these to control border styles
1342
- // $thumb-border-style: solid;
1343
- // $thumb-border-width: 4px;
1344
- // $thumb-border-color: $white;
1345
- // $thumb-box-shadow: 0 0 0 1px rgba($black,.2);
1346
- // $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
1347
-
1348
- // Radius and transition speed for thumbs
1349
- // $thumb-radius: $global-radius;
1350
- // $thumb-transition-speed: 200ms;
1351
-
1352
752
  // 33. Tooltips
1353
753
  // - - - - - - - - - - - - - - - - - - - - - - - - -
1354
754
 
@@ -1463,39 +863,20 @@ $topbar-breakpoint: unquote("#{lower-bound(830px)}"); // Change to 9999px for al
1463
863
  // $include-accessibility-classes: true;
1464
864
 
1465
865
  @import 'foundation/components/grid';
1466
- @import 'foundation/components/accordion';
1467
866
  @import 'foundation/components/alert-boxes';
1468
- @import 'foundation/components/block-grid';
1469
- // @import 'foundation/components/breadcrumbs';
1470
- @import 'foundation/components/button-groups';
1471
867
  @import 'foundation/components/buttons';
1472
- // @import 'foundation/components/clearing';
868
+ @import 'foundation/components/split-buttons';
1473
869
  @import 'foundation/components/dropdown';
1474
- @import 'foundation/components/dropdown-buttons';
1475
- // @import 'foundation/components/flex-video';
1476
870
  @import 'foundation/components/forms';
1477
- @import 'foundation/components/icon-bar';
1478
- @import 'foundation/components/inline-lists';
1479
- // @import 'foundation/components/joyride';
1480
- @import 'foundation/components/keystrokes';
1481
871
  @import 'foundation/components/labels';
1482
- @import 'foundation/components/magellan';
1483
- // @import 'foundation/components/orbit';
1484
872
  @import 'foundation/components/pagination';
1485
873
  @import 'foundation/components/panels';
1486
- // @import 'foundation/components/pricing-tables';
1487
- @import 'foundation/components/progress-bars';
1488
- // @import 'foundation/components/range-slider';
1489
874
  @import 'foundation/components/reveal';
1490
875
  @import 'foundation/components/side-nav';
1491
- @import 'foundation/components/split-buttons';
1492
876
  @import 'foundation/components/sub-nav';
1493
- // @import 'foundation/components/switches';
1494
877
  @import 'foundation/components/tables';
1495
878
  @import 'foundation/components/tabs';
1496
- // @import 'foundation/components/thumbs';
1497
879
  @import 'foundation/components/tooltips';
1498
880
  @import 'foundation/components/top-bar';
1499
881
  @import 'foundation/components/type';
1500
- // @import 'foundation/components/offcanvas';
1501
882
  @import 'foundation/components/visibility';