@provoly/dashboard 0.22.4 → 0.22.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (228) hide show
  1. package/README.md +0 -2
  2. package/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.d.ts +8 -4
  3. package/dataset/style/_o-pry-dataset-card.scss +24 -2
  4. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-form/admin-abac-rules-form.component.mjs +1 -1
  5. package/esm2022/admin/components/admin-abac-rules/components/attribute-condition/attribute-condition.component.mjs +1 -1
  6. package/esm2022/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.mjs +1 -1
  7. package/esm2022/admin/components/admin-classes/admin-classes-customize/admin-classes-customize.component.mjs +7 -6
  8. package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +1 -1
  9. package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +44 -30
  10. package/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +1 -1
  11. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +3 -3
  12. package/esm2022/admin/components/admin-dataset/shared/admin-form-dataset/admin-form-dataset.component.mjs +1 -1
  13. package/esm2022/admin/components/admin-environment/admin-environment-form/admin-environment-form.component.mjs +1 -1
  14. package/esm2022/admin/components/admin-fields/admin-fields-form/admin-fields-form.component.mjs +1 -1
  15. package/esm2022/admin/components/admin-links/admin-links-new/admin-links-new.component.mjs +1 -1
  16. package/esm2022/admin/components/admin-menu/admin-menu.component.mjs +3 -3
  17. package/esm2022/admin/components/admin-metadata/shared/form-metadata/form-metadata.component.mjs +1 -1
  18. package/esm2022/admin/components/admin-metadata-rules/shared/admin-form-metadata-rules/admin-form-metadata-rules.component.mjs +1 -1
  19. package/esm2022/components/checkbox/checkbox.component.mjs +3 -3
  20. package/esm2022/components/metadata-editor/metadata-editor.component.mjs +1 -1
  21. package/esm2022/components/scheme-picker/scheme-picker.component.mjs +1 -1
  22. package/esm2022/dataset/components/dataset-card/dataset-card.component.mjs +3 -3
  23. package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +3 -3
  24. package/esm2022/dataset/components/dataset.component.mjs +3 -3
  25. package/esm2022/dataset/style/css.component.mjs +2 -2
  26. package/esm2022/filters/autocomplete/autocomplete.component.mjs +1 -1
  27. package/esm2022/filters/list/list-filter.component.mjs +1 -1
  28. package/esm2022/import/components/import.component.mjs +1 -1
  29. package/esm2022/lib/core/components/about/about.component.mjs +3 -3
  30. package/esm2022/lib/core/components/base-menu/base-menu.component.mjs +3 -3
  31. package/esm2022/lib/core/components/base-toolbox-action/base-toolbox-action.component.mjs +3 -3
  32. package/esm2022/lib/core/components/chips-selector/chips-selector.component.mjs +8 -4
  33. package/esm2022/lib/core/components/overlay/dialog-confirm.component.mjs +3 -3
  34. package/esm2022/lib/core/components/select/select.component.mjs +21 -9
  35. package/esm2022/lib/core/components/select/select.module.mjs +5 -4
  36. package/esm2022/lib/core/components/select-image/select-image.component.mjs +2 -2
  37. package/esm2022/lib/core/components/share/share.component.mjs +1 -1
  38. package/esm2022/lib/core/i18n/en.translations.mjs +7 -2
  39. package/esm2022/lib/core/i18n/fr.translations.mjs +8 -3
  40. package/esm2022/lib/core/store/image/image.service.mjs +4 -3
  41. package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +3 -3
  42. package/esm2022/lib/dashboard/components/dashboard.component.mjs +3 -3
  43. package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-selector.component.mjs +3 -3
  44. package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +2 -2
  45. package/esm2022/lib/dashboard/components/widgets/widget-instanciator/widget-factory.service.mjs +16 -1
  46. package/esm2022/lib/dashboard/filter/components/filter-group/filter-group.component.mjs +3 -3
  47. package/esm2022/lib/dashboard/filter/style/css.component.mjs +2 -2
  48. package/esm2022/lib/dashboard/item-utils.mjs +2 -2
  49. package/esm2022/lib/dashboard/store/dashboard.selectors.mjs +1 -4
  50. package/esm2022/lib/dashboard/store/refresh.service.mjs +14 -9
  51. package/esm2022/notification/store/notification.service.mjs +1 -1
  52. package/esm2022/notification/style/css.component.mjs +2 -2
  53. package/esm2022/pipeline/components/pipeline-editor/pipeline-editor.component.mjs +3 -3
  54. package/esm2022/pipeline-components/filter/component/filter.component.mjs +1 -1
  55. package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +1 -1
  56. package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +1 -1
  57. package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +1 -1
  58. package/esm2022/presentation/components/presentation.component.mjs +4 -3
  59. package/esm2022/presentation/style/css.component.mjs +2 -2
  60. package/esm2022/restitution/components/restitution/restitution.component.mjs +3 -3
  61. package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +3 -3
  62. package/esm2022/restitution/components/restitution-list/restitution-list.component.mjs +3 -3
  63. package/esm2022/restitution/components/restitution-list-item/restitution-list-item.component.mjs +3 -3
  64. package/esm2022/restitution/style/css.component.mjs +2 -2
  65. package/esm2022/search/search-home/search-home.component.mjs +2 -2
  66. package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +1 -1
  67. package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +1 -1
  68. package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +1 -1
  69. package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +1 -1
  70. package/esm2022/toolbox/components/automate-refresh/automate-refresh.component.mjs +13 -10
  71. package/esm2022/toolbox/components/clear-view/clear-view.component.mjs +3 -3
  72. package/esm2022/toolbox/components/delete/delete.component.mjs +3 -3
  73. package/esm2022/toolbox/components/drag-widgets/drag-widgets.component.mjs +3 -3
  74. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +20 -8
  75. package/esm2022/toolbox/components/launch-tab/launch-tab.component.mjs +3 -3
  76. package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +20 -18
  77. package/esm2022/toolbox/components/save-view/save-view.component.mjs +3 -3
  78. package/esm2022/toolbox/components/select-grid-layout/select-grid-layout.component.mjs +3 -3
  79. package/esm2022/toolbox/components/share/share.component.mjs +4 -3
  80. package/esm2022/toolbox/components/switch-to-edit-content/switch-to-edit-content.component.mjs +3 -3
  81. package/esm2022/toolbox/components/toolbox.component.mjs +19 -6
  82. package/esm2022/toolbox/style/css.component.mjs +2 -2
  83. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +3 -3
  84. package/esm2022/widgets/widget-aggregated-chart/style/css.component.mjs +2 -2
  85. package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +1 -1
  86. package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +4 -5
  87. package/esm2022/widgets/widget-graph/style/css.component.mjs +2 -2
  88. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +8 -8
  89. package/esm2022/widgets/widget-map/pipe/widget-map-legend-url.pipe.mjs +3 -2
  90. package/esm2022/widgets/widget-map/style/css.component.mjs +3 -3
  91. package/esm2022/widgets/widget-map/utils/widget-map.utils.mjs +5 -1
  92. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +1 -1
  93. package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +1 -1
  94. package/fesm2022/provoly-dashboard-admin.mjs +62 -47
  95. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  96. package/fesm2022/provoly-dashboard-components-checkbox.mjs +2 -2
  97. package/fesm2022/provoly-dashboard-components-checkbox.mjs.map +1 -1
  98. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +1 -1
  99. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
  100. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +1 -1
  101. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs.map +1 -1
  102. package/fesm2022/provoly-dashboard-dataset.mjs +8 -8
  103. package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
  104. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +1 -1
  105. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -1
  106. package/fesm2022/provoly-dashboard-filters-list.mjs +1 -1
  107. package/fesm2022/provoly-dashboard-filters-list.mjs.map +1 -1
  108. package/fesm2022/provoly-dashboard-import.mjs +1 -1
  109. package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
  110. package/fesm2022/provoly-dashboard-notification.mjs +2 -2
  111. package/fesm2022/provoly-dashboard-notification.mjs.map +1 -1
  112. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +1 -1
  113. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
  114. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +1 -1
  115. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
  116. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +1 -1
  117. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
  118. package/fesm2022/provoly-dashboard-pipeline.mjs +2 -2
  119. package/fesm2022/provoly-dashboard-pipeline.mjs.map +1 -1
  120. package/fesm2022/provoly-dashboard-presentation.mjs +6 -5
  121. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  122. package/fesm2022/provoly-dashboard-restitution.mjs +10 -10
  123. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  124. package/fesm2022/provoly-dashboard-search.mjs +5 -5
  125. package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
  126. package/fesm2022/provoly-dashboard-toolbox.mjs +83 -52
  127. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  128. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +4 -4
  129. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  130. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +1 -1
  131. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
  132. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +5 -6
  133. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
  134. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +14 -9
  135. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  136. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +1 -1
  137. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
  138. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +1 -1
  139. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
  140. package/fesm2022/provoly-dashboard.mjs +108 -65
  141. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  142. package/lib/core/components/overlay/dialog-confirm.component.d.ts +1 -1
  143. package/lib/core/components/select/select.component.d.ts +2 -1
  144. package/lib/core/components/select/select.module.d.ts +2 -1
  145. package/lib/core/i18n/en.translations.d.ts +5 -0
  146. package/lib/core/i18n/fr.translations.d.ts +5 -0
  147. package/lib/dashboard/components/widgets/header/widget-header.component.d.ts +1 -1
  148. package/lib/dashboard/components/widgets/widget-instanciator/widget-factory.service.d.ts +8 -1
  149. package/lib/dashboard/filter/style/_o-pry-filter-group.scss +1 -1
  150. package/lib/dashboard/store/dashboard.selectors.d.ts +0 -13
  151. package/lib/dashboard/store/refresh.service.d.ts +3 -1
  152. package/notification/style/_m-notifications.scss +4 -10
  153. package/package.json +13 -13
  154. package/presentation/style/_o-pry-new-presentation.scss +0 -4
  155. package/presentation/style/_o-pry-presentation.scss +6 -4
  156. package/restitution/style/_o-restitution-list.scss +1 -1
  157. package/styles/abstracts/_mixins.scss +13 -0
  158. package/styles/components/_a-btn.scss +8 -26
  159. package/styles/components/_a-chip.scss +19 -0
  160. package/styles/components/_a-pry-select.scss +13 -0
  161. package/styles/components/_a-range-slider.scss +4 -5
  162. package/styles/components/_m-info-icon.scss +2 -3
  163. package/styles/components/_m-nav-links.scss +2 -7
  164. package/styles/components/{_o-datasources.scss → _o-chips-selector.scss} +3 -4
  165. package/styles/components/_o-dashboard.scss +41 -7
  166. package/styles/components/_o-modal.scss +1 -1
  167. package/styles/components/_o-widget.scss +11 -5
  168. package/styles/layout/_o-manifest-layout.scss +4 -0
  169. package/styles/libs/_reset-lib-ol.scss +9 -5
  170. package/styles/main.scss +7 -7
  171. package/styles-theme/abstracts-theme/_abstracts-overlays.theme.scss +6 -0
  172. package/styles-theme/abstracts-theme/variables/_variables-colors.scss +18 -24
  173. package/styles-theme/abstracts-theme/variables/_variables-decoration.scss +2 -2
  174. package/styles-theme/abstracts-theme/variables/_variables-typo.scss +2 -2
  175. package/styles-theme/base-theme/_typography.theme.scss +5 -2
  176. package/styles-theme/components-theme/_a-btn.theme.scss +42 -73
  177. package/styles-theme/components-theme/_a-checkbox.theme.scss +3 -45
  178. package/styles-theme/components-theme/_a-chip.theme.scss +32 -0
  179. package/styles-theme/components-theme/_a-form-field.theme.scss +1 -1
  180. package/styles-theme/components-theme/_a-label.theme.scss +1 -0
  181. package/styles-theme/components-theme/_a-pry-select.theme.scss +13 -7
  182. package/styles-theme/components-theme/_a-range-slider.theme.scss +16 -16
  183. package/styles-theme/components-theme/_a-table.theme.scss +2 -2
  184. package/styles-theme/components-theme/_a-toggle.theme.scss +7 -8
  185. package/styles-theme/components-theme/_m-btn-sorttable.theme.scss +3 -3
  186. package/styles-theme/components-theme/_m-filter.theme.scss +4 -13
  187. package/styles-theme/components-theme/_m-form-radio-group.theme.scss +17 -0
  188. package/styles-theme/components-theme/_m-info-icon.theme.scss +11 -0
  189. package/styles-theme/components-theme/_m-minus-plus.theme.scss +2 -2
  190. package/styles-theme/components-theme/_m-nav-links.theme.scss +18 -0
  191. package/styles-theme/components-theme/_m-notifications.theme.scss +8 -4
  192. package/styles-theme/components-theme/_m-time-picker.theme.scss +1 -1
  193. package/styles-theme/components-theme/_o-catalog.theme.scss +1 -1
  194. package/styles-theme/components-theme/_o-date-picker.theme.scss +2 -2
  195. package/styles-theme/components-theme/_o-draggable-menu.theme.scss +2 -2
  196. package/styles-theme/components-theme/_o-multi-class-field-selection.theme.scss +1 -1
  197. package/styles-theme/components-theme/_o-object-panel.theme.scss +1 -1
  198. package/styles-theme/components-theme/_o-pry-admin-classes-customize.theme.scss +0 -9
  199. package/styles-theme/components-theme/_o-pry-dataset-card.theme.scss +8 -0
  200. package/styles-theme/components-theme/_o-pry-presentation.theme.scss +18 -11
  201. package/styles-theme/components-theme/_o-pry-search-tools.theme.scss +2 -13
  202. package/styles-theme/components-theme/_o-pry-stepper.theme.scss +6 -8
  203. package/styles-theme/components-theme/_o-restitution-list.theme.scss +1 -1
  204. package/styles-theme/components-theme/_o-search-fulltext.theme.scss +2 -2
  205. package/styles-theme/components-theme/_o-search-multi-class.theme.scss +0 -5
  206. package/styles-theme/components-theme/_o-settings.theme.scss +1 -1
  207. package/styles-theme/components-theme/_o-tabs.theme.scss +1 -1
  208. package/styles-theme/components-theme/_o-widget-iframe.theme.scss +2 -2
  209. package/styles-theme/components-theme/_o-widget.theme.scss +31 -2
  210. package/styles-theme/components-theme/_overlay.theme.scss +3 -3
  211. package/styles-theme/layout-theme/_o-base-layout.theme.scss +4 -3
  212. package/styles-theme/layout-theme/_o-manifest-layout.theme.scss +8 -2
  213. package/styles-theme/libs-theme/_reset-lib-ol.theme.scss +12 -3
  214. package/styles-theme/main-theme.scss +6 -4
  215. package/toolbox/components/automate-refresh/automate-refresh.component.d.ts +3 -1
  216. package/toolbox/components/filter-settings/filter-settings.component.d.ts +3 -2
  217. package/toolbox/components/refresh-datasets/refresh-datasets.component.d.ts +3 -2
  218. package/toolbox/components/toolbox.component.d.ts +3 -1
  219. package/toolbox/style/_o-filter-settings.scss +0 -4
  220. package/toolbox/style/_o-toolbox.scss +2 -26
  221. package/widgets/widget-aggregated-chart/style/_o-widget-chart.scss +3 -0
  222. package/widgets/widget-graph/component/widget-graph.component.d.ts +0 -1
  223. package/widgets/widget-graph/style/_o-widget-graph.scss +14 -0
  224. package/widgets/widget-map/pipe/widget-map-legend-url.pipe.d.ts +1 -1
  225. package/widgets/widget-map/style/{_o-layer-legend.scss → _m-layer-legend.scss} +7 -8
  226. package/widgets/widget-map/style/_o-widget-map.scss +2 -2
  227. package/styles/components/_a-chips.scss +0 -15
  228. package/styles-theme/components-theme/_o-datasources.theme.scss +0 -41
@@ -5,50 +5,50 @@
5
5
 
6
6
  /* Input Thumb */
7
7
  .a-range-slider[type='range']::-webkit-slider-thumb {
8
- border-color: themed($theme-map, 'color', 'accent', 600);
9
- background-color: themed($theme-map, 'color', 'accent', 500);
8
+ border-color: themed($theme-map, 'color', 'primary', 600);
9
+ background-color: themed($theme-map, 'color', 'primary', 600);
10
10
  box-shadow: 0 0 2px 0 #555;
11
11
  }
12
12
 
13
13
  .a-range-slider[type='range']::-moz-range-thumb {
14
- border-color: themed($theme-map, 'color', 'accent', 600);
15
- background-color: themed($theme-map, 'color', 'accent', 500);
14
+ border-color: themed($theme-map, 'color', 'primary', 600);
15
+ background-color: themed($theme-map, 'color', 'primary', 600);
16
16
  box-shadow: 0 0 2px 0 #555;
17
17
  }
18
18
 
19
19
  .a-range-slider[type='range']::-ms-thumb {
20
- border-color: themed($theme-map, 'color', 'accent', 600);
21
- background-color: themed($theme-map, 'color', 'accent', 500);
20
+ border-color: themed($theme-map, 'color', 'primary', 600);
21
+ background-color: themed($theme-map, 'color', 'primary', 600);
22
22
  box-shadow: 0 0 2px 0 #555;
23
23
  }
24
24
 
25
25
  .a-range-slider[type='range']::-webkit-slider-thumb:hover {
26
- border-color: themed($theme-map, 'color', 'accent', 700);
27
- background: themed($theme-map, 'color', 'accent', 600);
26
+ border-color: themed($theme-map, 'color', 'primary', 850);
27
+ background: themed($theme-map, 'color', 'primary', 850);
28
28
  }
29
29
 
30
30
  .a-range-slider[type='range']::-moz-range-thumb:hover {
31
- border-color: themed($theme-map, 'color', 'accent', 700);
32
- background: themed($theme-map, 'color', 'accent', 600);
31
+ border-color: themed($theme-map, 'color', 'primary', 850);
32
+ background: themed($theme-map, 'color', 'primary', 850);
33
33
  }
34
34
 
35
35
  .a-range-slider[type='range']::-ms-thumb:hover {
36
- border-color: themed($theme-map, 'color', 'accent', 700);
37
- background: themed($theme-map, 'color', 'accent', 600);
36
+ border-color: themed($theme-map, 'color', 'primary', 850);
37
+ background: themed($theme-map, 'color', 'primary', 850);
38
38
  }
39
39
 
40
40
  .a-range-slider {
41
41
  &__min,
42
42
  &__max {
43
- color: themed($theme-map, 'color', 'accent', 500);
44
- opacity: 0.7;
43
+ color: themed($theme-map, 'color', 'primary', 800);
45
44
 
46
45
  &:before {
47
- background-color: themed($theme-map, 'color', 'accent', 500);
46
+ background-color: themed($theme-map, 'color', 'primary', 800);
48
47
  }
49
48
  }
50
49
 
51
50
  &__selected-value {
52
- color: themed($theme-map, 'color', 'accent', 500);
51
+ font-size: toRem(15);
52
+ color: themed($theme-map, 'color', 'primary', 700);
53
53
  }
54
54
  }
@@ -5,14 +5,14 @@
5
5
 
6
6
  .a-table {
7
7
  background-color: white;
8
- color: themed($theme-map, 'color', 'primary', 600);
8
+ color: themed($theme-map, 'color', 'primary', 700);
9
9
 
10
10
  thead {
11
11
  tr {
12
12
  border-bottom-color: themed($theme-map, 'color', 'graph', 01);
13
13
 
14
14
  th {
15
- color: themed($theme-map, 'color', 'primary', 600);
15
+ color: themed($theme-map, 'color', 'primary', 750);
16
16
 
17
17
  /*&:hover {
18
18
  background-color: themed($theme-map, 'color', 'primary', 50);
@@ -8,7 +8,6 @@
8
8
 
9
9
  &__display {
10
10
  border-color: themed($theme-map, 'color', 'primary', 400);
11
- // background-color: themed($theme-map, 'color', 'accent', 600);
12
11
 
13
12
  &:before {
14
13
  background-color: themed($theme-map, 'color', 'primary', 400);
@@ -20,11 +19,11 @@
20
19
  // Force background color
21
20
  &.-always-active {
22
21
  #{$this}__display {
23
- border-color: themed($theme-map, 'color', 'accent', 600);
24
- background-color: themed($theme-map, 'color', 'accent', 600);
22
+ border-color: themed($theme-map, 'color', 'primary', 600);
23
+ background-color: themed($theme-map, 'color', 'primary', 600);
25
24
 
26
25
  &:before {
27
- background-color: themed($theme-map, 'color', 'primary', 'contrast', 600);
26
+ background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
28
27
  }
29
28
  }
30
29
  }
@@ -32,7 +31,7 @@
32
31
  // Ex: ET/OU
33
32
  &.-txt-inside {
34
33
  #{$this}__display {
35
- color: themed($theme-map, 'color', 'accent', 'contrast', 400);
34
+ color: themed($theme-map, 'color', 'accent', 'contrast', 50);
36
35
  }
37
36
  }
38
37
  }
@@ -42,11 +41,11 @@
42
41
  // pressed/checked
43
42
  .a-toggle[aria-pressed='true'] .a-toggle__display,
44
43
  .a-toggle__input:checked + .a-toggle__display {
45
- border-color: themed($theme-map, 'color', 'accent', 600);
46
- background-color: themed($theme-map, 'color', 'accent', 600);
44
+ border-color: themed($theme-map, 'color', 'primary', 600);
45
+ background-color: themed($theme-map, 'color', 'primary', 600);
47
46
 
48
47
  &:before {
49
- background-color: themed($theme-map, 'color', 'accent', 'contrast', 600);
48
+ background-color: themed($theme-map, 'color', 'accent', 'contrast', 50);
50
49
  }
51
50
  }
52
51
 
@@ -4,7 +4,7 @@
4
4
  /* Theme Molecule button to sort table rows */
5
5
  .m-btn-sorttable {
6
6
  @include typography-level(themed($theme-map, 'typography', 'button'));
7
- color: themed($theme-map, 'color', 'primary', 600);
7
+ color: themed($theme-map, 'color', 'primary', 750);
8
8
  font-size: toRem(14);
9
9
  font-weight: 700;
10
10
 
@@ -34,12 +34,12 @@
34
34
 
35
35
  [aria-sort='ascending'] > .m-btn-sorttable {
36
36
  .m-btn-sorttable__icnmark.-asc {
37
- color: themed($theme-map, 'color', 'accent', 600);
37
+ color: themed($theme-map, 'color', 'primary', 600);
38
38
  }
39
39
  }
40
40
 
41
41
  [aria-sort='descending'] > .m-btn-sorttable {
42
42
  .m-btn-sorttable__icnmark.-desc {
43
- color: themed($theme-map, 'color', 'accent', 600);
43
+ color: themed($theme-map, 'color', 'primary', 600);
44
44
  }
45
45
  }
@@ -10,7 +10,7 @@
10
10
  &__input-wrapper {
11
11
  border: 1px solid themed($theme-map, 'color', 'primary', 400);
12
12
  color: themed($theme-map, 'color', 'graph', 01);
13
- background-color: themed($theme-map, 'color', 'primary', 'contrast', 700);
13
+ background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
14
14
 
15
15
  .pry-select {
16
16
  font-size: 12px;
@@ -22,8 +22,8 @@
22
22
  border-color: themed($theme-map, 'color', 'accent', 600);
23
23
  }
24
24
 
25
- &:has(input:not(focus)) {
26
- outline:none;
25
+ &:has(input:not(:focus)) {
26
+ outline: none;
27
27
  border-color: themed($theme-map, 'color', 'primary', 400);
28
28
  }
29
29
  }
@@ -32,20 +32,11 @@
32
32
  background: transparent;
33
33
  font-size: 12px;
34
34
  font-weight: bold;
35
- color: #424B5A; // color for label taken from figma
35
+ color: themed($theme-map, 'color', 'grey', 800);
36
36
  }
37
37
 
38
38
  &__input {
39
39
  border: none transparent;
40
40
  font-size: 12px;
41
41
  }
42
-
43
- // colors that make the clear button look like the ng-select clear button
44
- &__clear-wrapper {
45
- color: #999999;
46
-
47
- &:hover {
48
- color: #D0021B
49
- }
50
- }
51
42
  }
@@ -0,0 +1,17 @@
1
+ @use '../../styles/abstracts' as *;
2
+ @use '../abstracts-theme/variables.theme' as *;
3
+
4
+ /* Theme - Molecule m-form-radio-group */
5
+
6
+ .m-form-radio-group {
7
+ &__item {
8
+ input[type="radio"] {
9
+ border-color: themed($theme-map, 'color', 'primary', 400);
10
+ accent-color: themed($theme-map, 'color', 'primary', 600);
11
+
12
+ &:checked {
13
+ border-color: themed($theme-map, 'color', 'primary', 400);
14
+ }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,11 @@
1
+ @use '../../styles/abstracts' as *;
2
+ @use '../abstracts-theme/variables.theme' as *;
3
+
4
+ /* Theme - Molecule m-info-icon */
5
+
6
+ .m-info-icon {
7
+ border: 1px solid themed($theme-map, 'color', 'primary', 700);
8
+ font-size: toRem(10);
9
+ font-weight: 600;
10
+ font-family: Arial, sans-serif;
11
+ }
@@ -33,7 +33,7 @@
33
33
  #{$this}__btn__sign {
34
34
  &:before,
35
35
  &:after {
36
- background-color: themed($theme-map, 'color', 'accent', 'contrast', 500);
36
+ background-color: themed($theme-map, 'color', 'accent', 'contrast', 50);
37
37
  }
38
38
  }
39
39
 
@@ -43,7 +43,7 @@
43
43
 
44
44
  #{$this}__btn__sign:before,
45
45
  #{$this}__btn__sign:after {
46
- background-color: themed($theme-map, 'color', 'accent', 'contrast', 500);
46
+ background-color: themed($theme-map, 'color', 'accent', 'contrast', 50);
47
47
  }
48
48
  }
49
49
  }
@@ -2,3 +2,21 @@
2
2
  @use '../abstracts-theme/variables.theme' as *;
3
3
 
4
4
  /* Theme Molecule - base menu */
5
+
6
+ .m-nav-links {
7
+
8
+ &__list {
9
+ &__item {
10
+ border-bottom: 1px solid themed($theme-map, 'color', 'primary', 400);
11
+
12
+ &:hover {
13
+ background-color: themed($theme-map, 'color', 'primary', 300);
14
+ }
15
+
16
+ [class*='is-active'] {
17
+ background-color: themed($theme-map, 'color', 'primary', 300);
18
+ color: themed($theme-map, 'color', 'primary', 600);
19
+ }
20
+ }
21
+ }
22
+ }
@@ -4,18 +4,18 @@
4
4
  /* Theme Molecule - notifications */
5
5
  .m-notifications {
6
6
  .a-btn {
7
- color: themed($theme-map, 'color', 'accent', 600);
7
+ color: themed($theme-map, 'color', 'primary', 600);
8
8
 
9
9
  &:before {
10
- background-color: themed($theme-map, 'color', 'accent', 50);
10
+ background-color: themed($theme-map, 'color', 'primary', 300);
11
11
  }
12
12
 
13
13
  &:hover {
14
14
  transition: none;
15
- color: themed($theme-map, 'color', 'accent', 'contrast', 600);
15
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
16
16
 
17
17
  &:before {
18
- background-color: themed($theme-map, 'color', 'accent', 600);
18
+ background-color: themed($theme-map, 'color', 'primary', 600);
19
19
  }
20
20
  }
21
21
  }
@@ -54,6 +54,10 @@
54
54
 
55
55
  &__items {
56
56
  &__li {
57
+ &:hover {
58
+ background-color: themed($theme-map, 'color', 'primary', 300);
59
+ }
60
+
57
61
  &__txt {
58
62
  .a-h3 {
59
63
  font-size: toRem(16);
@@ -22,7 +22,7 @@
22
22
  }
23
23
 
24
24
  &.-selected {
25
- color: themed($theme-map, 'color', 'primary', 'contrast', 600);
25
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
26
26
  background-color: themed($theme-map, 'color', 'primary', 600);
27
27
  font-weight: 500;
28
28
 
@@ -41,7 +41,7 @@
41
41
  background-color: themed($theme-map, 'color', 'primary', 600);
42
42
 
43
43
  .a-icon {
44
- color: themed($theme-map, 'color', 'primary', 'contrast', 600);
44
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
45
45
  }
46
46
  }
47
47
  }
@@ -3,11 +3,11 @@
3
3
 
4
4
  /* Theme Atom - date picker */
5
5
  .o-date-picker {
6
- background: themed($theme-map, 'color', 'primary', 'contrast', 600);
6
+ background: themed($theme-map, 'color', 'primary', 'contrast', 50);
7
7
 
8
8
  &__header__dropdown {
9
9
  color: themed($theme-map, 'color', 'primary', 600);
10
- background-color: themed($theme-map, 'color', 'primary', 'contrast', 600);
10
+ background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
11
11
  }
12
12
 
13
13
  .a-icon {
@@ -6,7 +6,7 @@
6
6
  .o-draggable-menu {
7
7
  border-radius: toRem(8);
8
8
  background-color: themed($theme-map, 'color', 'primary', 50);
9
- box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.2);
9
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
10
10
 
11
11
  &__list {
12
12
  &__item {
@@ -20,7 +20,7 @@
20
20
  &__submenu {
21
21
  border-radius: toRem(5);
22
22
  background-color: themed($theme-map, 'color', 'primary', 50);
23
- box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.2);
23
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
24
24
  }
25
25
  }
26
26
  }
@@ -30,7 +30,7 @@
30
30
  background-color: themed($theme-map, 'color', 'accent', 500);
31
31
 
32
32
  .a-btn {
33
- color: themed($theme-map, 'color', 'accent', 'contrast', 500);
33
+ color: themed($theme-map, 'color', 'accent', 'contrast', 50);
34
34
  }
35
35
  }
36
36
 
@@ -6,6 +6,6 @@
6
6
  .o-object-panel {
7
7
  .date-picker-container {
8
8
  border-color: themed($theme-map, 'color', 'primary', 400);
9
- background-color: themed($theme-map, 'color', 'primary', 'contrast', 700);
9
+ background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
10
10
  }
11
11
  }
@@ -12,12 +12,3 @@
12
12
  }
13
13
  }
14
14
  }
15
-
16
- .a-chips {
17
- color: themed($theme-map, 'color', 'accent', 'contrast', 600);
18
- background-color: themed($theme-map, 'color', 'accent', 600);
19
-
20
- &.-not-found {
21
- background-color: themed($theme-map, 'color', 'accent', 100);
22
- }
23
- }
@@ -15,4 +15,12 @@
15
15
  border-top: 1px themed($theme-map, 'color', 'primary', 300) solid;
16
16
  border-bottom: 1px themed($theme-map, 'color', 'primary', 300) solid;
17
17
  }
18
+
19
+ &:hover {
20
+ background-color: themed($theme-map, 'color', 'primary', 300);
21
+
22
+ .o-pry-dataset-card__footer {
23
+ border-top: 1px themed($theme-map, 'color', 'primary', 400) solid;
24
+ }
25
+ }
18
26
  }
@@ -6,6 +6,14 @@
6
6
  &__item {
7
7
  @extend %card-with-hover;
8
8
 
9
+ &:hover {
10
+ background-color: themed($theme-map, 'color', 'primary', 300);
11
+
12
+ .o-presentation__item__footer {
13
+ border-top: 1px themed($theme-map, 'color', 'primary', 400) solid;
14
+ }
15
+ }
16
+
9
17
  &__header {
10
18
  background-color: themed($theme-map, 'color', 'primary', 100);
11
19
 
@@ -15,27 +23,26 @@
15
23
  }
16
24
 
17
25
  &__txt {
26
+ .a-h3 {
27
+ font-size: toRem(14);
28
+ color: themed($theme-map, 'color', 'primary', 600);
29
+ }
30
+
18
31
  .a-p {
32
+ font-size: toRem(12);
33
+
19
34
  &.-date {
20
- color: themed($theme-map, 'color', 'primary', 500);
35
+ font-size: toRem(11);
21
36
  }
22
37
  }
23
38
  }
24
39
 
25
40
  &__footer {
26
- border-top: 1px themed($theme-map, 'color', 'primary', 300) solid;
41
+ border-top: 1px themed($theme-map, 'color', 'grey', 300) solid;
27
42
 
28
43
  pry-icon {
29
- color: themed($theme-map, 'color', 'accent', 400);
44
+ color: themed($theme-map, 'color', 'primary', 600);
30
45
  }
31
46
  }
32
47
  }
33
-
34
- .more-button {
35
- background: transparent;
36
-
37
- .a-btn {
38
- background-color: themed($theme-map, 'color', 'primary', 50);
39
- }
40
- }
41
48
  }
@@ -4,13 +4,7 @@
4
4
  /* Theme Organism - pry search tools */
5
5
 
6
6
  .o-pry-search-tools {
7
- // color: themed($theme-map, 'color', 'primary', 'contrast', 500);
8
7
  border-right: 1px themed($theme-map, 'color', 'primary', 300) solid;
9
- // background-color: themed($theme-map, 'color', 'primary', 500);
10
-
11
- /*.a-btn.-back{
12
- color: themed($theme-map, 'color', 'primary', 'contrast', 600);
13
- }*/
14
8
 
15
9
  &.is-close {
16
10
  border-right-color: themed($theme-map, 'color', 'primary', 400);
@@ -20,23 +14,18 @@
20
14
  border-bottom-color: themed($theme-map, 'color', 'primary', 400);
21
15
 
22
16
  [class*='a-h'] {
23
- color: themed($theme-map, 'color', 'primary', 'contrast', 600);
17
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
24
18
  }
25
19
 
26
20
  .a-btn {
27
- color: themed($theme-map, 'color', 'primary', 'contrast', 600);
21
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
28
22
  }
29
23
  }
30
24
 
31
25
  &__content {
32
26
  #btn_reset {
33
- // color: themed($theme-map, 'color', 'primary', 'contrast', 600);
34
27
  font-weight: 300;
35
28
  }
36
-
37
- /*.a-toggle {
38
- color: themed($theme-map, 'color', 'primary', 'contrast', 600);
39
- }*/
40
29
  }
41
30
 
42
31
  &__footer {
@@ -5,30 +5,28 @@
5
5
  .o-pry-stepper {
6
6
  .m-stepper-item {
7
7
  &__count {
8
- background-color: #c2d1d9;
8
+ background-color: themed($theme-map, 'color', 'primary', 400);
9
9
 
10
10
  &.-active {
11
- // background-color: #424B5A;
12
- background-color: themed($theme-map, 'color', 'accent', 700);
11
+ background-color: themed($theme-map, 'color', 'primary', 600);
13
12
  }
14
13
 
15
14
  &.-complete {
16
- // background-color: #6C7784;
17
- background-color: themed($theme-map, 'color', 'accent', 400);
15
+ background-color: themed($theme-map, 'color', 'primary', 600);
18
16
  }
19
17
  }
20
18
  }
21
19
 
22
20
  .m-stepper-line {
23
- background: themed($theme-map, 'color', 'accent', 100);
21
+ background-color: themed($theme-map, 'color', 'primary', 400);
24
22
 
25
23
  &__percent {
26
24
  &.-active {
27
- background-color: themed($theme-map, 'color', 'accent', 800);
25
+ background-color: themed($theme-map, 'color', 'primary', 600);
28
26
  }
29
27
 
30
28
  &.-complete {
31
- background-color: themed($theme-map, 'color', 'accent', 600);
29
+ background-color: themed($theme-map, 'color', 'primary', 600);
32
30
  }
33
31
  }
34
32
  }
@@ -17,7 +17,7 @@
17
17
  &__action {
18
18
  border-top: 1px themed($theme-map, 'color', 'primary', 300) solid;
19
19
 
20
- .a-btn--ghost {
20
+ .a-btn--secondary {
21
21
  font-size: toRem(14);
22
22
  line-height: toRem(18);
23
23
  }
@@ -5,7 +5,7 @@
5
5
  .o-search-fulltext {
6
6
  &__classes {
7
7
  color: themed($theme-map, 'color', 'graph', 01);
8
- background-color: themed($theme-map, 'color', 'primary', 'contrast', 700);
8
+ background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
9
9
 
10
10
  &__content {
11
11
  color: themed($theme-map, 'color', 'graph', 01);
@@ -28,7 +28,7 @@
28
28
  }
29
29
 
30
30
  &__selected {
31
- color: themed($theme-map, 'color', 'primary', 'contrast', 200);
31
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
32
32
  background-color: themed($theme-map, 'color', 'primary', 200);
33
33
  }
34
34
  }
@@ -4,24 +4,19 @@
4
4
  /* Theme Organism - Search multi class */
5
5
 
6
6
  .o-search-multi-class {
7
- // background-color: themed($theme-map, 'color', 'primary', 500);
8
7
  &__header {
9
8
  .a-h3 {
10
- // color: themed($theme-map, 'color', 'primary', 'contrast', 500);
11
9
  font-size: toRem(14);
12
10
  }
13
11
  }
14
12
 
15
13
  &__add-condition {
16
14
  .a-btn.a-btn--secondary {
17
- // border-color: themed($theme-map, 'color', 'primary', 'contrast', 500);
18
15
  border-width: 1px;
19
- // color: themed($theme-map, 'color', 'primary', 'contrast', 500);
20
16
  }
21
17
  }
22
18
 
23
19
  .a-btn.a-btn--icon-text {
24
- // color: themed($theme-map, 'color', 'primary', 'contrast', 500);
25
20
  font-size: toRem(13);
26
21
  font-weight: 400;
27
22
  }
@@ -34,7 +34,7 @@
34
34
 
35
35
  &:hover,
36
36
  &:active {
37
- color: themed($theme-map, 'color', 'accent', 500);
37
+ color: themed($theme-map, 'color', 'primary', 600);
38
38
  }
39
39
 
40
40
  &[data-func='delete'] {
@@ -16,7 +16,7 @@
16
16
 
17
17
  &[aria-selected='false'] {
18
18
  &:before {
19
- border-color: themed($theme-map, 'color', 'primary', 300);
19
+ border-color: themed($theme-map, 'color', 'accent', 100);
20
20
  }
21
21
  }
22
22
  }
@@ -11,13 +11,13 @@
11
11
  background-color: transparent;
12
12
 
13
13
  &:hover {
14
- color: themed($theme-map, 'color', 'accent', 'contrast', 500);
14
+ color: themed($theme-map, 'color', 'accent', 'contrast', 50);
15
15
  background-color: themed($theme-map, 'color', 'accent', 500);
16
16
  }
17
17
 
18
18
  &:focus,
19
19
  &:active {
20
- color: themed($theme-map, 'color', 'accent', 'contrast', 500);
20
+ color: themed($theme-map, 'color', 'accent', 'contrast', 50);
21
21
  background-color: themed($theme-map, 'color', 'accent', 600);
22
22
  }
23
23