superdesk-ui-framework 7.0.0-dev-hg0 → 7.0.0-dev-hg2

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 (195) hide show
  1. package/app/fonts/sd_big-icons.eot +0 -0
  2. package/app/fonts/sd_big-icons.svg +69 -0
  3. package/app/fonts/sd_big-icons.ttf +0 -0
  4. package/app/fonts/sd_big-icons.woff +0 -0
  5. package/app/fonts/sd_icons.eot +0 -0
  6. package/app/fonts/sd_icons.svg +202 -0
  7. package/app/fonts/sd_icons.ttf +0 -0
  8. package/app/fonts/sd_icons.woff +0 -0
  9. package/app/img/AvatarDefaultImage.svg +6 -0
  10. package/app/img/DotsSmall-dark.svg +14 -0
  11. package/app/img/OneDot.svg +3 -0
  12. package/app/img/SD-logo.svg +52 -0
  13. package/app/img/dots.svg +3 -0
  14. package/app/img/empty_states/empty-state--large-1.svg +221 -0
  15. package/app/img/empty_states/empty-state--large-2.svg +207 -0
  16. package/app/img/empty_states/empty-state--large-3.svg +231 -0
  17. package/app/img/empty_states/empty-state--large-dashboard.svg +642 -0
  18. package/app/img/empty_states/empty-state--small-1.svg +112 -0
  19. package/app/img/empty_states/empty-state--small-2.svg +49 -0
  20. package/app/img/empty_states/empty-state--small-3.svg +47 -0
  21. package/app/img/icon_illustrations/IconIllustration__headlines.svg +25 -0
  22. package/app/img/icon_illustrations/IconIllustration__keywords.svg +46 -0
  23. package/app/img/icon_illustrations/IconIllustration__optimise.svg +38 -0
  24. package/app/img/icon_illustrations/IconIllustration__summary.svg +27 -0
  25. package/app/img/icon_illustrations/IconIllustration__translate.svg +12 -0
  26. package/app/img/icon_image_stack--white.svg +16 -0
  27. package/app/img/icon_image_stack.svg +16 -0
  28. package/app/img/spinner.svg +3 -0
  29. package/app/img/spinning-wheel.gif +0 -0
  30. package/app/img/theme-thumbnail.png +0 -0
  31. package/app/img/themes/theme-base.svg +1 -0
  32. package/app/img/themes/theme-contrast.svg +45 -0
  33. package/app/img/themes/theme-dark.svg +1 -0
  34. package/app/img/themes/theme-light.svg +1 -0
  35. package/app/img/three-dots.svg +33 -0
  36. package/app/styles/_accessibility.scss +358 -0
  37. package/app/styles/_alerts.scss +392 -0
  38. package/app/styles/_animations.scss +73 -0
  39. package/app/styles/_avatar.scss +526 -0
  40. package/app/styles/_badge.scss +106 -0
  41. package/app/styles/_big-icon-font.scss +182 -0
  42. package/app/styles/_boxed-list.scss +284 -0
  43. package/app/styles/_buttons.scss +874 -0
  44. package/app/styles/_carousel.scss +232 -0
  45. package/app/styles/_content-divider.scss +233 -0
  46. package/app/styles/_design-tokens.scss +6 -0
  47. package/app/styles/_drag-drop.scss +26 -0
  48. package/app/styles/_drag-handle.scss +48 -0
  49. package/app/styles/_empty-states.scss +81 -0
  50. package/app/styles/_expand-button.scss +31 -0
  51. package/app/styles/_hamburger.scss +160 -0
  52. package/app/styles/_helpers.scss +2220 -0
  53. package/app/styles/_icon-font.scss +488 -0
  54. package/app/styles/_icon-labels.scss +140 -0
  55. package/app/styles/_labels.scss +184 -0
  56. package/app/styles/_loaders.scss +29 -0
  57. package/app/styles/_master-desk.scss +323 -0
  58. package/app/styles/_mixins.scss +164 -0
  59. package/app/styles/_modals.scss +452 -0
  60. package/app/styles/_normalize.scss +466 -0
  61. package/app/styles/_panel-info.scss +48 -0
  62. package/app/styles/_popover.scss +29 -0
  63. package/app/styles/_pr-superdesk-theme.scss +4 -0
  64. package/app/styles/_publisher-styles.scss +195 -0
  65. package/app/styles/_reboot.scss +65 -0
  66. package/app/styles/_sd-tag-input.scss +715 -0
  67. package/app/styles/_simple-list.scss +158 -0
  68. package/app/styles/_spinner.scss +47 -0
  69. package/app/styles/_table-list.scss +385 -0
  70. package/app/styles/_tables.scss +150 -0
  71. package/app/styles/_tabs-vertical.scss +58 -0
  72. package/app/styles/_tabs.scss +232 -0
  73. package/app/styles/_tag-labels.scss +210 -0
  74. package/app/styles/_thumb-carousel.scss +247 -0
  75. package/app/styles/_time.scss +113 -0
  76. package/app/styles/_toggle-box.scss +175 -0
  77. package/app/styles/_toggle-button.scss +46 -0
  78. package/app/styles/_tooltips.scss +431 -0
  79. package/app/styles/_variables.scss +4 -0
  80. package/app/styles/app.scss +127 -0
  81. package/app/styles/components/_calendar-week-day.scss +99 -0
  82. package/app/styles/components/_card-item.scss +586 -0
  83. package/app/styles/components/_list-item.scss +694 -0
  84. package/app/styles/components/_load-more-indicator.scss +15 -0
  85. package/app/styles/components/_overflow-stack.scss +120 -0
  86. package/app/styles/components/_sd-circular-progress.scss +239 -0
  87. package/app/styles/components/_sd-collapse-box.scss +292 -0
  88. package/app/styles/components/_sd-comment-box.scss +42 -0
  89. package/app/styles/components/_sd-dropzone.scss +134 -0
  90. package/app/styles/components/_sd-editor-popup.scss +106 -0
  91. package/app/styles/components/_sd-grid-item.scss +865 -0
  92. package/app/styles/components/_sd-loader.scss +39 -0
  93. package/app/styles/components/_sd-media-carousel.scss +408 -0
  94. package/app/styles/components/_sd-notification-panel.scss +51 -0
  95. package/app/styles/components/_sd-pagination.scss +51 -0
  96. package/app/styles/components/_sd-photo-preview.scss +508 -0
  97. package/app/styles/components/_sd-searchbar.scss +276 -0
  98. package/app/styles/components/_sd-toaster.scss +226 -0
  99. package/app/styles/components/_subnav.scss +777 -0
  100. package/app/styles/components/_theme-selector.scss +221 -0
  101. package/app/styles/components/sd-slider.scss +125 -0
  102. package/app/styles/design-tokens/_brand-colors.scss +36 -0
  103. package/app/styles/design-tokens/_component-tokens.scss +11 -0
  104. package/app/styles/design-tokens/_design-tokens-general.scss +145 -0
  105. package/app/styles/design-tokens/_new-colors.scss +820 -0
  106. package/app/styles/design-tokens/_primitives.scss +161 -0
  107. package/app/styles/design-tokens/_semantic-colors.scss +161 -0
  108. package/app/styles/dropdowns/_basic-dropdown.scss +760 -0
  109. package/app/styles/dropdowns/_input-dropdown.scss +26 -0
  110. package/app/styles/dropdowns/_navigation_dropdown.scss +126 -0
  111. package/app/styles/dropdowns/_nested-dropdown.scss +95 -0
  112. package/app/styles/dropdowns/_other_dropdown.scss +59 -0
  113. package/app/styles/dropdowns/dropdown2.scss +4 -0
  114. package/app/styles/editor/_editor-buttons.scss +61 -0
  115. package/app/styles/editor/_editor-themes.scss +550 -0
  116. package/app/styles/form-elements/_autocomplete.scss +54 -0
  117. package/app/styles/form-elements/_checkbox.scss +770 -0
  118. package/app/styles/form-elements/_forms-general.scss +543 -0
  119. package/app/styles/form-elements/_input-preview.scss +80 -0
  120. package/app/styles/form-elements/_input-wrap.scss +147 -0
  121. package/app/styles/form-elements/_inputs.scss +1425 -0
  122. package/app/styles/form-elements/_radio.scss +65 -0
  123. package/app/styles/form-elements/_select-grid.scss +81 -0
  124. package/app/styles/form-elements/_switch.scss +109 -0
  125. package/app/styles/grids/_basic-grid.scss +206 -0
  126. package/app/styles/grids/_grid-layout.scss +1162 -0
  127. package/app/styles/grids/_layout-grid.scss +176 -0
  128. package/app/styles/grids/_sd-kanban-list.scss +92 -0
  129. package/app/styles/index.js +1 -0
  130. package/app/styles/interface-elements/_side-panel.scss +595 -0
  131. package/app/styles/layout/_basic-layout.scss +149 -0
  132. package/app/styles/layout/_container.scss +45 -0
  133. package/app/styles/layout/_editor.scss +464 -0
  134. package/app/styles/layout/_general.scss +92 -0
  135. package/app/styles/menus/_sd-bottom-tabs.scss +79 -0
  136. package/app/styles/menus/_sd-content-navigation.scss +50 -0
  137. package/app/styles/menus/_sd-left-navigation.scss +126 -0
  138. package/app/styles/menus/_sd-sidebar-menu.scss +465 -0
  139. package/app/styles/menus/_sd-top-menu.scss +105 -0
  140. package/app/styles/pr-superdesk-theme.scss +7 -0
  141. package/app/styles/primereact/_pr-autocomplete.scss +27 -0
  142. package/app/styles/primereact/_pr-datepicker.scss +288 -0
  143. package/app/styles/primereact/_pr-dialog.scss +399 -0
  144. package/app/styles/primereact/_pr-dropdown.scss +233 -0
  145. package/app/styles/primereact/_pr-general.scss +72 -0
  146. package/app/styles/primereact/_pr-menu.scss +60 -0
  147. package/app/styles/primereact/_pr-skeleton.scss +36 -0
  148. package/app/styles/primereact/_pr-tag-input.scss +66 -0
  149. package/app/styles/variables/_colors.scss +275 -0
  150. package/app/styles/variables/_dimensions.scss +89 -0
  151. package/app/styles/variables/_form-elements.scss +0 -0
  152. package/app/styles/variables/_typography.scss +20 -0
  153. package/dist/esm/components/EmptyState.d.ts.map +1 -1
  154. package/dist/esm/components/EmptyState.js +22 -1
  155. package/dist/esm/components/EmptyState.js.map +1 -1
  156. package/dist/fonts/sd_big-icons.eot +0 -0
  157. package/dist/fonts/sd_big-icons.svg +69 -0
  158. package/dist/fonts/sd_big-icons.ttf +0 -0
  159. package/dist/fonts/sd_big-icons.woff +0 -0
  160. package/dist/fonts/sd_icons.eot +0 -0
  161. package/dist/fonts/sd_icons.svg +202 -0
  162. package/dist/fonts/sd_icons.ttf +0 -0
  163. package/dist/fonts/sd_icons.woff +0 -0
  164. package/dist/img/AvatarDefaultImage.svg +6 -0
  165. package/dist/img/DotsSmall-dark.svg +14 -0
  166. package/dist/img/OneDot.svg +3 -0
  167. package/dist/img/SD-logo.svg +52 -0
  168. package/dist/img/dots.svg +3 -0
  169. package/dist/img/empty_states/empty-state--large-1.svg +221 -0
  170. package/dist/img/empty_states/empty-state--large-2.svg +207 -0
  171. package/dist/img/empty_states/empty-state--large-3.svg +231 -0
  172. package/dist/img/empty_states/empty-state--large-dashboard.svg +642 -0
  173. package/dist/img/empty_states/empty-state--small-1.svg +112 -0
  174. package/dist/img/empty_states/empty-state--small-2.svg +49 -0
  175. package/dist/img/empty_states/empty-state--small-3.svg +47 -0
  176. package/dist/img/icon_illustrations/IconIllustration__headlines.svg +25 -0
  177. package/dist/img/icon_illustrations/IconIllustration__keywords.svg +46 -0
  178. package/dist/img/icon_illustrations/IconIllustration__optimise.svg +38 -0
  179. package/dist/img/icon_illustrations/IconIllustration__summary.svg +27 -0
  180. package/dist/img/icon_illustrations/IconIllustration__translate.svg +12 -0
  181. package/dist/img/icon_image_stack--white.svg +16 -0
  182. package/dist/img/icon_image_stack.svg +16 -0
  183. package/dist/img/spinner.svg +3 -0
  184. package/dist/img/spinning-wheel.gif +0 -0
  185. package/dist/img/theme-thumbnail.png +0 -0
  186. package/dist/img/themes/theme-base.svg +1 -0
  187. package/dist/img/themes/theme-contrast.svg +45 -0
  188. package/dist/img/themes/theme-dark.svg +1 -0
  189. package/dist/img/themes/theme-light.svg +1 -0
  190. package/dist/img/three-dots.svg +33 -0
  191. package/dist/superdesk-ui.bundle.js +1 -1
  192. package/package.json +10 -3
  193. package/react/components/EmptyState.d.ts.map +1 -1
  194. package/react/components/EmptyState.js +22 -1
  195. package/react/components/EmptyState.js.map +1 -1
@@ -0,0 +1,182 @@
1
+ @use 'sass:math';
2
+ @use 'sass:color';
3
+ @use 'sass:map';
4
+
5
+ // BIG ICON FONT
6
+ // Icons for the left and right sidebar and large action buttons in the top subnavigation bar
7
+
8
+ // All icons receive the styles of the <i> tag with a base class
9
+ // of .i and are then given a unique class to add width, height,
10
+ // and font specification. Your resulting HTML will look like
11
+ // <i class="icon-ok"></i>.
12
+
13
+ @use 'variables/colors';
14
+
15
+ $icon-color: colors.$grayDark !default;
16
+
17
+ @font-face {
18
+ font-family: 'sd_big-icons';
19
+ src: url('../fonts/sd_big-icons.eot?v4j36k');
20
+ src: url('../fonts/sd_big-icons.eot?v4j36k#iefix') format('embedded-opentype'),
21
+ url('../fonts/sd_big-icons.ttf?v4j36k') format('truetype'),
22
+ url('../fonts/sd_big-icons.woff?v4j36k') format('woff'),
23
+ url('../fonts/sd_big-icons.svg?v4j36k#sd_big-icons') format('svg');
24
+ font-weight: normal;
25
+ font-style: normal;
26
+ }
27
+
28
+ @mixin big-icon-base {
29
+ --big-icon-size: 26px;
30
+ font-family: 'sd_big-icons';
31
+ display: inline-block;
32
+ width: var(--big-icon-size);
33
+ height: var(--big-icon-size);
34
+ line-height: var(--big-icon-size);
35
+ font-size: var(--big-icon-size);
36
+ speak: none;
37
+ font-style: normal;
38
+ font-weight: normal;
39
+ font-variant: normal;
40
+ text-transform: none;
41
+ }
42
+
43
+ [class^="big-icon--"],
44
+ [class*=" big-icon--"] {
45
+ @include big-icon-base;
46
+ color: var(--color-icon-default);
47
+ /* Better Font Rendering =========== */
48
+ -webkit-font-smoothing: antialiased;
49
+ -moz-osx-font-smoothing: grayscale;
50
+ }
51
+
52
+ .big-icon--blue {
53
+ color: colors.$sd-colour-interactive;
54
+ }
55
+
56
+ .big-icon--white {
57
+ color: colors.$white !important;
58
+ }
59
+
60
+ [class*=big-icon--].red,
61
+ .big-icon--red {
62
+ color: colors.$fireBrick;
63
+ }
64
+
65
+ // Icons definition
66
+ $sd-big-icon-font: (
67
+ dashboard: "\e600",
68
+ view: "\e601",
69
+ tasks: "\e602",
70
+ calendar: "\e603",
71
+ marked-star: "\e604",
72
+ archive: "\e605",
73
+ spike: "\e606",
74
+ unspike: "\e607",
75
+ personal: "\e608",
76
+ global-search: "\e609",
77
+ analytics: "\e60a",
78
+ web: "\e60b",
79
+ cog: "\e60c",
80
+ send-to: "\e60d",
81
+ info: "\e60e",
82
+ find-replace: "\e60f",
83
+ comments: "\e610",
84
+ history: "\e611",
85
+ package: "\e612",
86
+ create-package: "\e613",
87
+ add-to-package: "\e614",
88
+ fetch: "\e615",
89
+ fetch-as: "\e616",
90
+ macro: "\e617",
91
+ related: "\e618",
92
+ minimize: "\e619",
93
+ settings: "\e61a",
94
+ multiedit: "\e61b",
95
+ export: "\e61c",
96
+ create-list: "\e61d",
97
+ add-to-list: "\e61e",
98
+ text: "\e61f",
99
+ desk: "\e620",
100
+ chevron-left: "\e621",
101
+ chevron-right: "\e622",
102
+ dashboard-alt: "\e623",
103
+ master: "\e624",
104
+ attachment: "\e625",
105
+ upload-alt: "\e626",
106
+ document-default: "\e627",
107
+ document-pdf: "\e628",
108
+ document-doc: "\e629",
109
+ semantics: "\e62a",
110
+ picture: "\e62b",
111
+ manage-package: "\e62c",
112
+ live: "\e62d",
113
+ live-alt: "\e62e",
114
+ meta-search: "\e62f",
115
+ chat: "\e630",
116
+ annotation: "\e631",
117
+ suggestion: "\e632",
118
+ publisher: "\e633",
119
+ tag: "\e634",
120
+ rundown: "\e635",
121
+ checkmark-circle: "\e636",
122
+ open-ai: "\e637",
123
+ general-ai: "\e638",
124
+ user: "\e639",
125
+ user-ok: "\e63a",
126
+ );
127
+
128
+ @each $name, $value in $sd-big-icon-font {
129
+ .big-icon--#{$name} {
130
+ &.color--default {
131
+ color: $icon-color;
132
+ }
133
+
134
+ &.color--primary {
135
+ color: var(--sd-colour-primary) !important;
136
+ }
137
+
138
+ &.color--success {
139
+ color: var(--sd-colour-success) !important;
140
+ }
141
+
142
+ &.color--warning {
143
+ color: var(--sd-colour-warning) !important;
144
+ }
145
+
146
+ &.color--alert {
147
+ color: var(--sd-colour-alert) !important;
148
+ }
149
+
150
+ &.color--highlight {
151
+ color: var(--sd-colour-highlight) !important;
152
+ }
153
+
154
+ &.color--light {
155
+ color: var(--color-text-subdued) !important;
156
+ }
157
+
158
+ &.color--white {
159
+ color: hsla(214, 13%, 90%, 1) !important;
160
+ }
161
+
162
+ &.scale--2x {
163
+ --big-icon-size: 52px
164
+ }
165
+
166
+ &.scale--3x {
167
+ --big-icon-size: 78px
168
+ }
169
+
170
+ &.scale--4x {
171
+ --big-icon-size: 104px
172
+ }
173
+
174
+ &:before {
175
+ content: $value;
176
+ }
177
+ }
178
+ }
179
+
180
+ :export {
181
+ icon: map.keys($sd-big-icon-font);
182
+ }
@@ -0,0 +1,284 @@
1
+ @use "variables/dimensions";
2
+
3
+ // Boxed lists
4
+ // Simpler version of the list item.
5
+ .boxed-list {
6
+ display: flex;
7
+ flex-direction: column;
8
+ align-self: stretch;
9
+ gap: var(--space--1);
10
+ margin-block-end: var(--space--2);
11
+ }
12
+
13
+ .boxed-list--compact {
14
+ gap: var(--space--1);
15
+ }
16
+
17
+ .boxed-list--comfortable {
18
+ gap: var(--space--1-5);
19
+ }
20
+
21
+ .boxed-list__item {
22
+ --item-bg-color: var(--sd-item__main-Bg);
23
+ --item-border-color: transparent;
24
+ --item-radius: var(--b-radius--small);
25
+ display: grid;
26
+ grid-template-rows: [mainRow] 1fr [footerRow] auto;
27
+ grid-template-columns: [mediaCol] auto [contentCol] 1fr [actionsVisible] auto [actionsHidden] auto;
28
+ position: relative;
29
+ flex-direction: row;
30
+ border-radius: var(--item-radius);
31
+ background-color: var(--item-bg-color);
32
+ box-shadow: var(--sd-shadow--z1);
33
+ transition: all 0.2s ease-in-out;
34
+ flex-shrink: 0;
35
+ &::before {
36
+ content: "";
37
+ width: 4px;
38
+ height: 100%;
39
+ position: absolute;
40
+ inset-block-start: 0px;
41
+ inset-inline-start: 0px;
42
+ background-color: var(--item-border-color);
43
+ z-index: 1;
44
+ border-radius: var(--item-radius) 0 0 var(--item-radius);
45
+ }
46
+ &.boxed-list__item--default {
47
+ --item-border-color: var(--color-neutral-medium-default);
48
+ }
49
+ &.boxed-list__item--primary {
50
+ --item-border-color: var(--color-primary-highlight);
51
+ }
52
+ &.boxed-list__item--success {
53
+ --item-border-color: var(--color-success-highlight);
54
+ }
55
+ &.boxed-list__item--alert {
56
+ --item-border-color: var(--color-alert-highlight);
57
+ }
58
+ &.boxed-list__item--warning {
59
+ --item-border-color: var(--color-warning-highlight);
60
+ }
61
+ &.boxed-list__item--highlight {
62
+ --item-border-color: var(--color-highlight-highlight);
63
+ }
64
+
65
+ &.boxed-list__item--selected.boxed-list__item--clickable {
66
+ &:hover {
67
+ box-shadow: var(--sd-shadow__item--selected);
68
+ background-color: var(--color-selected-bg--hover) !important;
69
+ }
70
+ }
71
+
72
+ &:hover {
73
+ .boxed-list__slide-in-actions,
74
+ .boxed-list__actions--slide-in {
75
+ padding-inline-start: 0.6rem;
76
+ width: auto;
77
+ max-width: 32px;
78
+ overflow: visible;
79
+ opacity: 1;
80
+ transition: all ease-in 0.1s;
81
+
82
+ .icn-btn {
83
+ opacity: 0.4;
84
+
85
+ &:hover {
86
+ opacity: 1;
87
+ }
88
+ }
89
+ }
90
+ }
91
+ &.boxed-list__item--colored-bg {
92
+ &.boxed-list__item--primary {
93
+ background-color: var(--color-primary-translucent);
94
+ outline: 1px solid var(--color-primary-translucent);
95
+ }
96
+ &.boxed-list__item--success {
97
+ background-color: var(--color-success-translucent);
98
+ outline: 1px solid var(--color-success-translucent);
99
+ }
100
+ &.boxed-list__item--alert {
101
+ background-color: var(--color-alert-translucent);
102
+ outline: 1px solid var(--color-alert-translucent);
103
+ }
104
+ &.boxed-list__item--warning {
105
+ background-color: var(--color-warning-translucent);
106
+ outline: 1px solid var(--color-warning-translucent);
107
+ }
108
+ &.boxed-list__item--highlight {
109
+ background-color: var(--color-highlight-translucent);
110
+ outline: 1px solid var(--color-highlight-translucent);
111
+ }
112
+ }
113
+ }
114
+
115
+ .boxed-list__item--selected {
116
+ box-shadow: var(--sd-shadow__item--selected);
117
+ }
118
+
119
+ .boxed-list__item--unread {
120
+ box-shadow: var(--sd-shadow__item--unread);
121
+ }
122
+
123
+ .boxed-list__item--clickable {
124
+ &:hover {
125
+ cursor: pointer;
126
+ box-shadow: dimensions.$shadow__base--z2;
127
+ }
128
+ &:active {
129
+ box-shadow: 0 0 2px 1px hsla(0, 0%, 0%, 0.12);
130
+ }
131
+ }
132
+
133
+ .boxed-list__item--blank {
134
+ background-color: transparent !important;
135
+ box-shadow: none;
136
+ }
137
+
138
+ .boxed-list__item--disabled {
139
+ pointer-events: none;
140
+ opacity: 0.5;
141
+ }
142
+
143
+ .boxed-list__item--comfortable {
144
+ min-height: 3.2rem;
145
+ padding: var(--space--1-5);
146
+ }
147
+
148
+ .boxed-list__item--compact {
149
+ min-height: none;
150
+ padding: dimensions.$sd-base-increment dimensions.$sd-base-increment dimensions.$sd-base-increment dimensions.$sd-base-increment * 0.5;
151
+ }
152
+
153
+ .boxed-list__item--loose {
154
+ min-height: 4.8rem;
155
+ padding: var(--space--2);
156
+ }
157
+
158
+ .boxed-list__item-media {
159
+ grid-column: mediaCol;
160
+ grid-row: mainRow;
161
+ display: flex;
162
+ flex-direction: column;
163
+ padding: 0 0.2rem 0 0.2rem;
164
+ flex: 0 1 auto;
165
+
166
+ [class^="icon-"],
167
+ [class*="icon-"],
168
+ [class^="big-icon--"],
169
+ [class*=" big-icon--"] {
170
+ color: var(--color-text);
171
+ opacity: 0.5;
172
+ }
173
+
174
+ [class^="icon-"],
175
+ [class*="icon-"] {
176
+ color: var(--color-text);
177
+ opacity: 0.5;
178
+ width: 3.2rem;
179
+ height: 3.2rem;
180
+ font-size: 3.2rem;
181
+ line-height: 1;
182
+ }
183
+ }
184
+
185
+ .boxed-list__item-content {
186
+ grid-column: contentCol;
187
+ grid-row: mainRow;
188
+ display: flex;
189
+ flex-direction: column;
190
+ padding: 0 0.8rem 0 0.8rem;
191
+ overflow: hidden;
192
+ position: relative;
193
+ }
194
+
195
+ .boxed-list__item-content--centered {
196
+ align-items: center;
197
+ justify-content: center;
198
+ }
199
+
200
+ .boxed-list__item-content-row {
201
+ display: flex;
202
+ flex-direction: row;
203
+ align-items: baseline;
204
+ justify-content: flex-start;
205
+ }
206
+
207
+ .boxed-list__item-content-row--fixed {
208
+ align-items: baseline;
209
+ white-space: nowrap;
210
+ }
211
+
212
+ .boxed-list__item-footer {
213
+ grid-column: 1/-1;
214
+ grid-row: footerRow;
215
+ display: flex;
216
+ flex-direction: row;
217
+ align-items: center;
218
+ padding: 0.8rem 0.8rem 0 0.8rem;
219
+ margin-block-start: 0.8rem;
220
+ }
221
+
222
+ .boxed-list__item-footer--allign-baseline {
223
+ align-items: baseline;
224
+ }
225
+
226
+ .boxed-list__item-content-row + .boxed-list__item-content-row {
227
+ margin-block-start: 0.8rem;
228
+ }
229
+
230
+ .boxed-list__slide-in-actions,
231
+ .boxed-list__static-actions,
232
+ .boxed-list__actions--slide-in,
233
+ .boxed-list__actions--static {
234
+ display: flex;
235
+ flex-direction: column;
236
+ justify-content: flex-start;
237
+ align-items: center;
238
+ flex-grow: 0;
239
+ gap: 2px;
240
+
241
+ .icn-btn {
242
+ margin: 0 -0.6rem 0 0;
243
+ }
244
+ }
245
+
246
+ .boxed-list__slide-in-actions,
247
+ .boxed-list__actions--slide-in {
248
+ grid-column: actionsHidden;
249
+ grid-row: mainRow;
250
+ width: 0;
251
+ max-width: 0;
252
+ overflow: hidden;
253
+ opacity: 0;
254
+ transition: all ease-in-out 0.2s;
255
+
256
+ .icn-btn {
257
+ flex: 0 0 auto;
258
+ opacity: 0;
259
+ transition: all ease-in-out 0.2s;
260
+ }
261
+ }
262
+
263
+ .boxed-list__static-actions,
264
+ .boxed-list__actions--static {
265
+ grid-column: actionsVisible;
266
+ grid-row: mainRow;
267
+
268
+ .icn-btn {
269
+ opacity: 0.4;
270
+
271
+ &:hover {
272
+ opacity: 1;
273
+ }
274
+ }
275
+ }
276
+
277
+ .boxed-list__item {
278
+ &.boxed-list__item--align-center {
279
+ .boxed-list__item-content {
280
+ justify-content: center;
281
+ }
282
+
283
+ }
284
+ }