@symphony-talent/component-library 3.0.0 → 3.3.0

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 (166) hide show
  1. package/esm2020/lib/atoms/atoms.module.mjs +7 -3
  2. package/esm2020/lib/atoms/button/button.component.mjs +3 -3
  3. package/esm2020/lib/atoms/filter-area/filter-area.component.mjs +1 -1
  4. package/esm2020/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.mjs +1 -1
  5. package/esm2020/lib/atoms/grid/grid.component.mjs +7 -6
  6. package/esm2020/lib/atoms/grid/grid.model.mjs +1 -1
  7. package/esm2020/lib/atoms/h1/h1.component.mjs +1 -1
  8. package/esm2020/lib/atoms/h3/h3.component.mjs +1 -1
  9. package/esm2020/lib/atoms/h4/h4.component.mjs +1 -1
  10. package/esm2020/lib/atoms/icon/icon.component.mjs +5 -3
  11. package/esm2020/lib/atoms/icon/icon.enum.mjs +15 -1
  12. package/esm2020/lib/atoms/input-radio/input-radio.component.mjs +1 -1
  13. package/esm2020/lib/atoms/input-text/input-text.component.mjs +5 -3
  14. package/esm2020/lib/atoms/paragraph/paragraph.component.mjs +1 -1
  15. package/esm2020/lib/atoms/pill/pill.component.mjs +2 -2
  16. package/esm2020/lib/atoms/sfx-loader/sfx-loader.component.mjs +1 -1
  17. package/esm2020/lib/atoms/sfx-page-loader/sfx-page-loader.component.mjs +1 -1
  18. package/esm2020/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.mjs +1 -1
  19. package/esm2020/lib/atoms/task-icon/task-icon.component.mjs +1 -1
  20. package/esm2020/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.mjs +17 -0
  21. package/esm2020/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.mjs +20 -0
  22. package/esm2020/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +1 -1
  23. package/esm2020/lib/design-guide/icon-explorer/icon-explorer.component.mjs +1 -1
  24. package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +85 -1
  25. package/esm2020/lib/design-guide/typography/typography.component.mjs +1 -1
  26. package/esm2020/lib/molecules/breadcrumb/breadcrumb.component.mjs +1 -1
  27. package/esm2020/lib/molecules/card/card.component.mjs +1 -1
  28. package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.component.mjs +25 -0
  29. package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.model.mjs +2 -0
  30. package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.module.mjs +37 -0
  31. package/esm2020/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
  32. package/esm2020/lib/molecules/molecules.module.mjs +6 -2
  33. package/esm2020/lib/molecules/note/note.component.mjs +1 -1
  34. package/esm2020/lib/molecules/pills/pills.component.mjs +3 -3
  35. package/esm2020/lib/molecules/task/task.component.mjs +1 -1
  36. package/esm2020/lib/organisms/note-list/note-list.component.mjs +1 -1
  37. package/esm2020/lib/organisms/task-list/task-list.component.mjs +1 -1
  38. package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +7 -9
  39. package/esm2020/lib/pages/events-settings-page/events-settings-page.model.mjs +1 -1
  40. package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +60 -0
  41. package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.model.mjs +2 -0
  42. package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +62 -0
  43. package/esm2020/lib/pages/setting-list-page/setting-list-page.component.mjs +4 -4
  44. package/esm2020/lib/templates/admin-list/admin-list.component.mjs +1 -1
  45. package/esm2020/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.mjs +12 -0
  46. package/esm2020/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.mjs +18 -0
  47. package/esm2020/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.mjs +12 -0
  48. package/esm2020/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.mjs +18 -0
  49. package/esm2020/lib/templates/placeholder/placeholder.component.mjs +1 -1
  50. package/esm2020/lib/templates/setting-list-template/setting-list-template.component.mjs +3 -3
  51. package/esm2020/projects/component-library/lib/atoms/atoms.module.mjs +7 -3
  52. package/esm2020/projects/component-library/lib/atoms/button/button.component.mjs +3 -3
  53. package/esm2020/projects/component-library/lib/atoms/filter-area/filter-area.component.mjs +1 -1
  54. package/esm2020/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.mjs +1 -1
  55. package/esm2020/projects/component-library/lib/atoms/grid/grid.component.mjs +7 -6
  56. package/esm2020/projects/component-library/lib/atoms/grid/grid.model.mjs +1 -1
  57. package/esm2020/projects/component-library/lib/atoms/h1/h1.component.mjs +1 -1
  58. package/esm2020/projects/component-library/lib/atoms/h3/h3.component.mjs +1 -1
  59. package/esm2020/projects/component-library/lib/atoms/h4/h4.component.mjs +1 -1
  60. package/esm2020/projects/component-library/lib/atoms/icon/icon.component.mjs +5 -3
  61. package/esm2020/projects/component-library/lib/atoms/icon/icon.enum.mjs +15 -1
  62. package/esm2020/projects/component-library/lib/atoms/input-radio/input-radio.component.mjs +1 -1
  63. package/esm2020/projects/component-library/lib/atoms/input-text/input-text.component.mjs +5 -3
  64. package/esm2020/projects/component-library/lib/atoms/paragraph/paragraph.component.mjs +1 -1
  65. package/esm2020/projects/component-library/lib/atoms/pill/pill.component.mjs +2 -2
  66. package/esm2020/projects/component-library/lib/atoms/sfx-loader/sfx-loader.component.mjs +1 -1
  67. package/esm2020/projects/component-library/lib/atoms/sfx-page-loader/sfx-page-loader.component.mjs +1 -1
  68. package/esm2020/projects/component-library/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.mjs +1 -1
  69. package/esm2020/projects/component-library/lib/atoms/task-icon/task-icon.component.mjs +1 -1
  70. package/esm2020/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.mjs +17 -0
  71. package/esm2020/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.mjs +20 -0
  72. package/esm2020/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +1 -1
  73. package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.mjs +1 -1
  74. package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +85 -1
  75. package/esm2020/projects/component-library/lib/design-guide/typography/typography.component.mjs +1 -1
  76. package/esm2020/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.mjs +1 -1
  77. package/esm2020/projects/component-library/lib/molecules/card/card.component.mjs +1 -1
  78. package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.component.mjs +25 -0
  79. package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.model.mjs +2 -0
  80. package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.module.mjs +37 -0
  81. package/esm2020/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
  82. package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +6 -2
  83. package/esm2020/projects/component-library/lib/molecules/note/note.component.mjs +1 -1
  84. package/esm2020/projects/component-library/lib/molecules/pills/pills.component.mjs +3 -3
  85. package/esm2020/projects/component-library/lib/molecules/task/task.component.mjs +1 -1
  86. package/esm2020/projects/component-library/lib/organisms/note-list/note-list.component.mjs +1 -1
  87. package/esm2020/projects/component-library/lib/organisms/task-list/task-list.component.mjs +1 -1
  88. package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.mjs +7 -9
  89. package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.model.mjs +1 -1
  90. package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +60 -0
  91. package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.mjs +2 -0
  92. package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +62 -0
  93. package/esm2020/projects/component-library/lib/pages/setting-list-page/setting-list-page.component.mjs +4 -4
  94. package/esm2020/projects/component-library/lib/templates/admin-list/admin-list.component.mjs +1 -1
  95. package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.mjs +12 -0
  96. package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.mjs +18 -0
  97. package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.mjs +12 -0
  98. package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.mjs +18 -0
  99. package/esm2020/projects/component-library/lib/templates/placeholder/placeholder.component.mjs +1 -1
  100. package/esm2020/projects/component-library/lib/templates/setting-list-template/setting-list-template.component.mjs +3 -3
  101. package/esm2020/projects/component-library/public-api.mjs +8 -1
  102. package/esm2020/public-api.mjs +8 -1
  103. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +378 -51
  104. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  105. package/fesm2015/symphony-talent-component-library.mjs +378 -51
  106. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  107. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +378 -51
  108. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  109. package/fesm2020/symphony-talent-component-library.mjs +378 -51
  110. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  111. package/lib/atoms/atoms.module.d.ts +2 -1
  112. package/lib/atoms/grid/grid.component.d.ts +3 -6
  113. package/lib/atoms/grid/grid.model.d.ts +2 -0
  114. package/lib/atoms/icon/icon.component.d.ts +2 -1
  115. package/lib/atoms/icon/icon.enum.d.ts +14 -0
  116. package/lib/atoms/input-text/input-text.component.d.ts +2 -1
  117. package/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.d.ts +8 -0
  118. package/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.d.ts +9 -0
  119. package/lib/molecules/h5-with-icon/h5-with-icon.component.d.ts +8 -0
  120. package/lib/molecules/h5-with-icon/h5-with-icon.model.d.ts +9 -0
  121. package/lib/molecules/h5-with-icon/h5-with-icon.module.d.ts +12 -0
  122. package/lib/molecules/molecules.module.d.ts +2 -1
  123. package/lib/pages/events-settings-page/events-settings-page.component.d.ts +1 -1
  124. package/lib/pages/events-settings-page/events-settings-page.model.d.ts +0 -1
  125. package/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +15 -0
  126. package/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts +37 -0
  127. package/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +18 -0
  128. package/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.d.ts +6 -0
  129. package/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.d.ts +8 -0
  130. package/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.d.ts +6 -0
  131. package/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.d.ts +8 -0
  132. package/package.json +1 -1
  133. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.eot +0 -0
  134. package/projects/component-library/global-assets/iconography/{fonts/iconography.svg → library-fonts/library-icons.svg} +31 -17
  135. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.ttf +0 -0
  136. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.woff +0 -0
  137. package/projects/component-library/global-assets/iconography/{iconography.css → library-icons.css} +97 -55
  138. package/projects/component-library/global-assets/iconography/{sfxiconsV1.json → sfx-icons-v2.json} +526 -75
  139. package/projects/component-library/global-assets/spacing.scss +290 -0
  140. package/projects/component-library/global.scss +243 -263
  141. package/projects/component-library/lib/atoms/atoms.module.d.ts +2 -1
  142. package/projects/component-library/lib/atoms/grid/grid.component.d.ts +3 -6
  143. package/projects/component-library/lib/atoms/grid/grid.model.d.ts +2 -0
  144. package/projects/component-library/lib/atoms/icon/icon.component.d.ts +2 -1
  145. package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +14 -0
  146. package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +2 -1
  147. package/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.d.ts +8 -0
  148. package/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.d.ts +9 -0
  149. package/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.component.d.ts +8 -0
  150. package/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.model.d.ts +9 -0
  151. package/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.module.d.ts +12 -0
  152. package/projects/component-library/lib/molecules/molecules.module.d.ts +2 -1
  153. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.d.ts +1 -1
  154. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.model.d.ts +0 -1
  155. package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +15 -0
  156. package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts +37 -0
  157. package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +18 -0
  158. package/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.d.ts +6 -0
  159. package/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.d.ts +8 -0
  160. package/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.d.ts +6 -0
  161. package/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.d.ts +8 -0
  162. package/projects/component-library/public-api.d.ts +7 -0
  163. package/public-api.d.ts +7 -0
  164. package/projects/component-library/global-assets/iconography/fonts/iconography.eot +0 -0
  165. package/projects/component-library/global-assets/iconography/fonts/iconography.ttf +0 -0
  166. package/projects/component-library/global-assets/iconography/fonts/iconography.woff +0 -0
@@ -104,21 +104,13 @@ $font-bold: "neuzeit_groteskbold", sans-serif;
104
104
  $font-black: "neuzeit_groteskblack", sans-serif;
105
105
  $font-cond-black: "neuzeit_grotesk_t_otBlkCn", sans-serif;
106
106
  $font-sfxicon: "sfxicons", sans-serif;
107
- // Spacing
108
- $space-0: 0px;
109
- $space-5: 0.3rem;
110
- $space-10: 0.625rem;
111
- $space-15: 0.9375rem;
112
- $space-20: 1.25rem;
113
- $space-25: 1.5625rem;
114
- $space-30: 1.875rem;
115
- $space-35: 2.1875rem;
116
- $space-40: 2.5rem;
117
- $space-50: 3.125rem;
118
- $space-75: 4.688rem;
107
+
119
108
  // Iconography
120
- @import "global-assets/iconography/iconography.css";
109
+ @import "global-assets/iconography/library-icons.css";
121
110
  // End Iconography
111
+ // Spacing
112
+
113
+ @import "global-assets/spacing.scss";
122
114
  @import "node_modules/ag-grid-community/src/styles/ag-grid.scss";
123
115
  @import "node_modules/ag-grid-community/src/styles/ag-theme-alpine/sass/ag-theme-alpine-mixin.scss";
124
116
  .ag-theme-alpine {
@@ -131,17 +123,245 @@ body {
131
123
  overflow-x: hidden;
132
124
  background: $color-white;
133
125
  color: $color-black;
134
- a {
135
- font-size: $font-14;
136
- color: $color-st-link;
137
- text-decoration: none;
138
- &:hover {
139
- -webkit-transition: 0.3s ease-in-out;
140
- -moz-transition: 0.3s ease-in-out;
141
- -o-transition: 0.3s ease-in-out;
142
- transition: 0.3s ease-in-out;
143
- outline: 0 !important;
126
+ .sfx {
127
+ a {
128
+ font-size: $font-14;
129
+ color: $color-st-link;
130
+ text-decoration: none;
131
+ &:hover {
132
+ -webkit-transition: 0.3s ease-in-out;
133
+ -moz-transition: 0.3s ease-in-out;
134
+ -o-transition: 0.3s ease-in-out;
135
+ transition: 0.3s ease-in-out;
136
+ outline: 0 !important;
137
+ }
138
+ }
139
+ p {
140
+ font-size: $font-14;
141
+ font-family: $font-reg;
142
+ }
143
+ h5 {
144
+ font-size: $font-14;
145
+ font-family: $font-bold;
146
+ }
147
+ h4 {
148
+ font-size: $font-24;
149
+ font-family: $font-bold;
150
+ }
151
+ h3 {
152
+ font-size: $font-30;
153
+ font-family: $font-bold;
154
+ }
155
+ h2 {
156
+ font-size: $font-46;
157
+ font-family: $font-black;
158
+ }
159
+ h1 {
160
+ font-size: $font-56;
161
+ font-family: $font-black;
162
+ }
163
+ // End Typography
164
+ // Utilities
165
+ // Fonts
166
+ .sfx-font12 {
167
+ font-size: $font-12;
168
+ }
169
+ .sfx-font14 {
170
+ font-size: $font-14;
171
+ }
172
+ .sfx-font18 {
173
+ font-size: $font-18;
174
+ }
175
+ .sfx-font24 {
176
+ font-size: $font-24;
177
+ }
178
+ .sfx-font30 {
179
+ font-size: $font-30;
180
+ }
181
+ .sfx-font-40 {
182
+ font-size: $font-40;
183
+ }
184
+ .sfx-font46 {
185
+ font-size: $font-46;
186
+ }
187
+ .sfx-font56 {
188
+ font-size: $font-56;
189
+ }
190
+ .sfx-font400 {
191
+ font-weight: 400;
192
+ }
193
+ .sfx-font600 {
194
+ font-weight: 600;
195
+ }
196
+ .sfx-font700 {
197
+ font-weight: 600;
198
+ }
199
+ .sfx-font-light {
200
+ font-family: $font-light;
201
+ }
202
+ .sfx-font-bold {
203
+ font-family: $font-bold;
204
+ }
205
+ .sfx-font-black {
206
+ font-family: $font-black;
207
+ }
208
+ // End Fonts
209
+ // Color
210
+ .sfx-txt-white {
211
+ color: $color-white;
212
+ }
213
+ .sfx-txt-black {
214
+ color: $color-black;
215
+ }
216
+ .sfx-txt-mdm-black {
217
+ color: $color-mdm-black;
218
+ }
219
+ .sfx-txt-gray {
220
+ color: $color-gray;
221
+ }
222
+ .sfx-txt-light-gray {
223
+ color: $color-light-gray;
224
+ }
225
+ .sfx-txt-light-gray2 {
226
+ color: $color-light-gray2;
227
+ }
228
+ .sfx-txt-fuchsia {
229
+ color: $color-st-fuchsia;
230
+ }
231
+ .sfx-txt-purple {
232
+ color: $color-purple;
233
+ }
234
+ .sfx-txt-pink {
235
+ color: $color-pink;
236
+ }
237
+ .sfx-txt-turq {
238
+ color: $color-turquoise;
239
+ }
240
+ .sfx-txt-blue {
241
+ color: $color-blue;
242
+ }
243
+ .sfx-txt-green {
244
+ color: $color-green;
245
+ }
246
+ .sfx-txt-orange {
247
+ color: $color-orange;
248
+ }
249
+ .sfx-txt-yellow {
250
+ color: $color-yellow;
251
+ }
252
+ .sfx-txt-red {
253
+ color: $color-red;
254
+ }
255
+ .sfx-link {
256
+ color: $color-st-link;
257
+ }
258
+ // Background Color
259
+ .sfx-bg-black {
260
+ background: $color-black;
261
+ }
262
+ .sfx-bg-white {
263
+ background: $color-white;
264
+ }
265
+ // End Background Color
266
+ // End Color
267
+
268
+ // End Spacing
269
+ // Border
270
+ .sfx-border-0 {
271
+ border: 0;
272
+ }
273
+ .sfx-border-top-0 {
274
+ border-top: 0;
275
+ }
276
+ .sfx-border-bottom-0 {
277
+ border-bottom: 0;
278
+ }
279
+ .sfx-border-left-0 {
280
+ border-left: 0;
281
+ }
282
+ .sfx-border-right-0 {
283
+ border-right: 0;
284
+ }
285
+ .sfx-border-gray-1 {
286
+ border: 1px solid $color-light-gray2;
287
+ }
288
+ .sfx-border-black-1 {
289
+ border: 1px solid $color-black;
290
+ }
291
+ .sfx-border-bottom-gray-1 {
292
+ border-bottom: 1px solid $color-light-gray2;
293
+ }
294
+ .sfx-border-bottom-black-1 {
295
+ border-bottom: 1px solid $color-black;
296
+ }
297
+ .sfx-border-bottom-mdm-black-1 {
298
+ border-bottom: 1px solid $color-mdm-black;
299
+ }
300
+ .sfx-border-bottom-black-5 {
301
+ border-bottom: 5px solid $color-black;
302
+ }
303
+ .sfx-border-bottom-white-5 {
304
+ border-bottom: 5px solid $color-white;
305
+ }
306
+ .sfx-border-top-gray-1 {
307
+ border-top: 1px solid $color-light-gray2;
308
+ }
309
+ .sfx-border-top-black-1 {
310
+ border-top: 1px solid $color-black;
311
+ }
312
+ .sfx-border-top-black-5 {
313
+ border-top: 5px solid $color-black;
314
+ }
315
+ .sfx-border-radius-0 {
316
+ border-radius: 0;
317
+ }
318
+ // End Border
319
+ // Display
320
+ .sfx-d-none {
321
+ display: none;
322
+ }
323
+ .sfx-d-block {
324
+ display: block;
325
+ }
326
+ .sfx-d-inline-block {
327
+ display: inline-block;
328
+ }
329
+ .sfx-d-flex {
330
+ display: flex;
331
+ }
332
+ .sfx-d-table {
333
+ display: table;
334
+ }
335
+ .sfx-d-grid {
336
+ display: grid;
337
+ }
338
+ // End Display
339
+ .sfx-wid-100 {
340
+ width: 100%;
341
+ }
342
+ .sfx-wid-100px {
343
+ width: 100px;
344
+ }
345
+ // Position
346
+ .sfx-position-relative {
347
+ position: relative;
348
+ }
349
+ .sfx-position-absolute {
350
+ position: absolute;
144
351
  }
352
+ .sfx-position-fixed {
353
+ position: fixed;
354
+ }
355
+ .sfx-position-sticky {
356
+ position: sticky;
357
+ }
358
+ // End Position
359
+ // Helper Classes
360
+ .sfx-cursor-pointer {
361
+ cursor: pointer;
362
+ }
363
+ // End Helper Classes
364
+ // End Utilities
145
365
  }
146
366
  p {
147
367
  font-size: $font-14;
@@ -272,246 +492,6 @@ body {
272
492
  // End Background Color
273
493
  // End Color
274
494
 
275
- // Padding
276
- .sfx-p-0 {
277
- padding: $space-0;
278
- }
279
- .sfx-p-5 {
280
- padding: $space-5;
281
- }
282
- .sfx-p-10 {
283
- padding: $space-10;
284
- }
285
- .sfx-p-15 {
286
- padding: $space-15;
287
- }
288
- .sfx-p-20 {
289
- padding: $space-20;
290
- }
291
- // End Padding
292
- // Padding top
293
- .sfx-pt-0 {
294
- padding-top: $space-0;
295
- }
296
- .sfx-pt-5 {
297
- padding-top: $space-5;
298
- }
299
- .sfx-pt-10 {
300
- padding-top: $space-10;
301
- }
302
- .sfx-pt-15 {
303
- padding-top: $space-15;
304
- }
305
- .sfx-pt-20 {
306
- padding-top: $space-20;
307
- }
308
- .sfx-pt-25 {
309
- padding-top: $space-25;
310
- }
311
- .sfx-pt-30 {
312
- padding-top: $space-30;
313
- }
314
- .sfx-pt-40 {
315
- padding-top: $space-40;
316
- }
317
- .sfx-pt-50 {
318
- padding-top: $space-50;
319
- }
320
- // End Padding top
321
- // Padding bottom
322
- .sfx-pb-0 {
323
- padding-bottom: $space-0;
324
- }
325
- .sfx-pb-5 {
326
- padding-bottom: $space-5;
327
- }
328
- .sfx-pb-10 {
329
- padding-bottom: $space-10;
330
- }
331
- .sfx-pb-15 {
332
- padding-bottom: $space-15;
333
- }
334
- .sfx-pb-20 {
335
- padding-bottom: $space-20;
336
- }
337
- .sfx-pb-25 {
338
- padding-bottom: $space-25;
339
- }
340
- .sfx-pb-30 {
341
- padding-bottom: $space-30;
342
- }
343
- .sfx-pb-40 {
344
- padding-bottom: $space-40;
345
- }
346
- .sfx-pb-50 {
347
- padding-bottom: $space-50;
348
- }
349
- // End Padding bottom
350
- // Padding left
351
- .sfx-pl-0 {
352
- padding-left: $space-0;
353
- }
354
- .sfx-pl-5 {
355
- padding-left: $space-5;
356
- }
357
- .sfx-pl-10 {
358
- padding-left: $space-10;
359
- }
360
- .sfx-pl-15 {
361
- padding-left: $space-15;
362
- }
363
- .sfx-pl-20 {
364
- padding-left: $space-20;
365
- }
366
- .sfx-pl-25 {
367
- padding-left: $space-25;
368
- }
369
- .sfx-pl-30 {
370
- padding-left: $space-30;
371
- }
372
- // End Padding left
373
- // Padding right
374
- .sfx-pr-0 {
375
- padding-right: $space-0;
376
- }
377
- .sfx-pr-5 {
378
- padding-right: $space-5;
379
- }
380
- .sfx-pr-10 {
381
- padding-right: $space-10;
382
- }
383
- .sfx-pr-15 {
384
- padding-right: $space-15;
385
- }
386
- .sfx-pr-20 {
387
- padding-right: $space-20;
388
- }
389
- .sfx-pr-25 {
390
- padding-right: $space-25;
391
- }
392
- .sfx-pr-30 {
393
- padding-right: $space-30;
394
- }
395
- // End Padding right
396
- // Margin
397
- .sfx-m-0 {
398
- margin: $space-0;
399
- }
400
- .sfx-m-5 {
401
- margin: $space-5;
402
- }
403
- .sfx-m-10 {
404
- margin: $space-10;
405
- }
406
- .sfx-m-15 {
407
- margin: $space-15;
408
- }
409
- .sfx-m-20 {
410
- margin: $space-20;
411
- }
412
- .sfx-m-auto {
413
- margin: 0 auto;
414
- }
415
- // End Margin
416
- // Margin top
417
- .sfx-mt-0 {
418
- margin-top: $space-0;
419
- }
420
- .sfx-mt-5 {
421
- margin-top: $space-5;
422
- }
423
- .sfx-mt-10 {
424
- margin-top: $space-10;
425
- }
426
- .sfx-mt-15 {
427
- margin-top: $space-15;
428
- }
429
- .sfx-mt-20 {
430
- margin-top: $space-20;
431
- }
432
- .sfx-mt-25 {
433
- margin-top: $space-25;
434
- }
435
- .sfx-mt-30 {
436
- margin-top: $space-30;
437
- }
438
- .sfx-mt-40 {
439
- margin-top: $space-40;
440
- }
441
- // End Margin top
442
- // Margin bottom
443
- .sfx-mb-0 {
444
- margin-bottom: $space-0;
445
- }
446
- .sfx-mb-5 {
447
- margin-bottom: $space-5;
448
- }
449
- .sfx-mb-10 {
450
- margin-bottom: $space-10;
451
- }
452
- .sfx-mb-15 {
453
- margin-bottom: $space-15;
454
- }
455
- .sfx-mb-20 {
456
- margin-bottom: $space-20;
457
- }
458
- .sfx-mb-25 {
459
- margin-bottom: $space-25;
460
- }
461
- .sfx-mb-30 {
462
- margin-bottom: $space-30;
463
- }
464
- .sfx-mb-40 {
465
- margin-bottom: $space-40;
466
- }
467
- // End Padding bottom
468
- // Padding left
469
- .sfx-ml-0 {
470
- margin-left: $space-0;
471
- }
472
- .sfx-ml-5 {
473
- margin-left: $space-5;
474
- }
475
- .sfx-ml-10 {
476
- margin-left: $space-10;
477
- }
478
- .sfx-ml-15 {
479
- margin-left: $space-15;
480
- }
481
- .sfx-ml-20 {
482
- margin-left: $space-20;
483
- }
484
- .sfx-ml-auto {
485
- margin-left: auto;
486
- }
487
- // End Paddimargin
488
- // Padding right
489
- .sfx-mr-0 {
490
- margin-right: $space-0;
491
- }
492
- .sfx-mr-5 {
493
- margin-right: $space-5;
494
- }
495
- .sfx-mr-10 {
496
- margin-right: $space-10;
497
- }
498
- .sfx-mr-15 {
499
- margin-right: $space-15;
500
- }
501
- .sfx-mr-20 {
502
- margin-right: $space-20;
503
- }
504
- .sfx-mr-25 {
505
- margin-right: $space-25;
506
- }
507
- .sfx-mr-30 {
508
- margin-right: $space-30;
509
- }
510
- .sfx-mr-40 {
511
- margin-right: $space-40;
512
- }
513
- // End Padding right
514
- // End Spacing
515
495
  // Border
516
496
  .sfx-border-0 {
517
497
  border: 0;
@@ -24,8 +24,9 @@ import * as i22 from "./toaster-alert/toaster-alert.module";
24
24
  import * as i23 from "./sfx-loader/sfx-loader.module";
25
25
  import * as i24 from "./sfx-page-loader/sfx-page-loader.module";
26
26
  import * as i25 from "./sfx-progress-bar/sfx-progress-bar.module";
27
+ import * as i26 from "./tooltip-wrapper/tooltip-wrapper.module";
27
28
  export declare class AtomsModule {
28
29
  static ɵfac: i0.ɵɵFactoryDeclaration<AtomsModule, never>;
29
- static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, never, [typeof i1.ButtonModule, typeof i2.ContextualMenuModule, typeof i3.AvatarModule, typeof i4.PillModule, typeof i5.H1Module, typeof i6.H2Module, typeof i7.H3Module, typeof i8.H4Module, typeof i9.H5Module, typeof i10.ParagraphModule, typeof i11.IconModule, typeof i12.IconWrapperModule, typeof i13.FilterAreaModule, typeof i14.TwoColumnFilterAreaModule, typeof i15.InputRadioModule, typeof i16.InputCheckboxModule, typeof i17.InputTextModule, typeof i18.InputDropdownModule, typeof i19.GridModule, typeof i20.ContactActivityScoreModule, typeof i21.RelevanceScoreModule, typeof i22.ToasterAlertModule, typeof i23.SfxLoaderModule, typeof i24.SfxPageLoaderModule, typeof i25.SfxProgressBarModule]>;
30
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, never, [typeof i1.ButtonModule, typeof i2.ContextualMenuModule, typeof i3.AvatarModule, typeof i4.PillModule, typeof i5.H1Module, typeof i6.H2Module, typeof i7.H3Module, typeof i8.H4Module, typeof i9.H5Module, typeof i10.ParagraphModule, typeof i11.IconModule, typeof i12.IconWrapperModule, typeof i13.FilterAreaModule, typeof i14.TwoColumnFilterAreaModule, typeof i15.InputRadioModule, typeof i16.InputCheckboxModule, typeof i17.InputTextModule, typeof i18.InputDropdownModule, typeof i19.GridModule, typeof i20.ContactActivityScoreModule, typeof i21.RelevanceScoreModule, typeof i22.ToasterAlertModule, typeof i23.SfxLoaderModule, typeof i24.SfxPageLoaderModule, typeof i25.SfxProgressBarModule, typeof i26.TooltipWrapperModule]>;
30
31
  static ɵinj: i0.ɵɵInjectorDeclaration<AtomsModule>;
31
32
  }
@@ -2,18 +2,15 @@ import { ColDef } from 'ag-grid-community';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class GridComponent {
4
4
  columnDefs: ColDef[];
5
+ defaultColDef: any;
5
6
  rowData: any[];
7
+ onGridReadyFunction: any;
6
8
  getRowHeight: () => number;
7
9
  rowHeightPage: number;
8
10
  gridHeight: number;
9
11
  frameworkComponents: any;
10
12
  constructor();
11
- onGridReady(gridReadyEvent: {
12
- api: {
13
- sizeColumnsToFit: () => void;
14
- };
15
- }): void;
16
13
  getFrameworkComponents(): any;
17
14
  static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "symphony-grid", never, { "columnDefs": "columnDefs"; "rowData": "rowData"; }, {}, never, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "symphony-grid", never, { "columnDefs": "columnDefs"; "defaultColDef": "defaultColDef"; "rowData": "rowData"; "onGridReadyFunction": "onGridReadyFunction"; }, {}, never, never>;
19
16
  }
@@ -1,5 +1,7 @@
1
1
  import { ColDef } from 'ag-grid-community';
2
2
  export interface GridModel {
3
3
  columnDefs: ColDef[];
4
+ defaultColumnDef: any;
4
5
  rowData: any[];
6
+ onGridReadyFunction: any;
5
7
  }
@@ -4,9 +4,10 @@ export declare class IconComponent {
4
4
  icon: string;
5
5
  isSecondary: boolean;
6
6
  size: string;
7
+ iconColor: string;
7
8
  clicked: EventEmitter<string>;
8
9
  constructor();
9
10
  onClick(): void;
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "symphony-icon", never, { "icon": "icon"; "isSecondary": "isSecondary"; "size": "size"; }, { "clicked": "clicked"; }, never, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "symphony-icon", never, { "icon": "icon"; "isSecondary": "isSecondary"; "size": "size"; "iconColor": "iconColor"; }, { "clicked": "clicked"; }, never, never>;
12
13
  }
@@ -1,4 +1,18 @@
1
1
  export declare enum Icons {
2
+ ACCESS = "si-access",
3
+ CHATBOT = "si-chatbot",
4
+ CODETAG = "si-codetag",
5
+ CONFIRMATION = "si-confirmation",
6
+ FIELD = "si-field",
7
+ FLOW = "si-flow",
8
+ FORM = "si-form",
9
+ HIERARCHY = "si-hierarchy",
10
+ LIST = "si-list",
11
+ PASSWORD = "si-password",
12
+ REFERRAL = "si-referral",
13
+ TAG = "si-tag",
14
+ TEAM = "si-team",
15
+ WORKFLOW = "si-workflow",
2
16
  MOREOPTIONS = "si-more-options",
3
17
  ADD = "si-add",
4
18
  ACTIVITY = "si-activity",
@@ -6,6 +6,7 @@ export declare class InputTextComponent implements OnInit, OnDestroy {
6
6
  icon: string;
7
7
  label: string;
8
8
  isInverse: boolean;
9
+ noMargin: boolean;
9
10
  textChange: EventEmitter<string>;
10
11
  textChange$: Subject<string>;
11
12
  textChangeSubscription: Subscription;
@@ -14,5 +15,5 @@ export declare class InputTextComponent implements OnInit, OnDestroy {
14
15
  ngOnDestroy(): void;
15
16
  onTextChange(event: any): void;
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<InputTextComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<InputTextComponent, "symphony-input-text", never, { "placeholder": "placeholder"; "icon": "icon"; "label": "label"; "isInverse": "isInverse"; }, { "textChange": "textChange"; }, never, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputTextComponent, "symphony-input-text", never, { "placeholder": "placeholder"; "icon": "icon"; "label": "label"; "isInverse": "isInverse"; "noMargin": "noMargin"; }, { "textChange": "textChange"; }, never, never>;
18
19
  }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class TooltipWrapperComponent {
3
+ placement: string;
4
+ tooltipText: string;
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TooltipWrapperComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipWrapperComponent, "symphony-tooltip-wrapper", never, { "placement": "placement"; "tooltipText": "tooltipText"; }, {}, never, ["*"]>;
8
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./tooltip-wrapper.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "ngx-bootstrap/tooltip";
5
+ export declare class TooltipWrapperModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TooltipWrapperModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipWrapperModule, [typeof i1.TooltipWrapperComponent], [typeof i2.CommonModule, typeof i3.TooltipModule], [typeof i1.TooltipWrapperComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<TooltipWrapperModule>;
9
+ }
@@ -0,0 +1,8 @@
1
+ import { H5WithIconModel } from './h5-with-icon.model';
2
+ import * as i0 from "@angular/core";
3
+ export declare class H5WithIconComponent {
4
+ model: H5WithIconModel;
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<H5WithIconComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<H5WithIconComponent, "symphony-h5-with-icon", never, { "model": "model"; }, {}, never, never>;
8
+ }
@@ -0,0 +1,9 @@
1
+ import { Icons } from '../../atoms/icon/icon.enum';
2
+ export interface H5WithIconModel {
3
+ text: string;
4
+ icon: Icons;
5
+ iconFirst: boolean;
6
+ iconColor?: string;
7
+ tooltipText?: string;
8
+ placement?: string;
9
+ }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./h5-with-icon.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../atoms/h5/h5.module";
5
+ import * as i4 from "../../atoms/icon/icon.module";
6
+ import * as i5 from "ngx-bootstrap/tooltip";
7
+ import * as i6 from "../../atoms/tooltip-wrapper/tooltip-wrapper.module";
8
+ export declare class H5WithIconModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<H5WithIconModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<H5WithIconModule, [typeof i1.H5WithIconComponent], [typeof i2.CommonModule, typeof i3.H5Module, typeof i4.IconModule, typeof i5.TooltipModule, typeof i6.TooltipWrapperModule], [typeof i1.H5WithIconComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<H5WithIconModule>;
12
+ }
@@ -6,8 +6,9 @@ import * as i4 from "./pills/pills.module";
6
6
  import * as i5 from "./color-swatch/color-swatch.module";
7
7
  import * as i6 from "./icon-swatch/icon-swatch.module";
8
8
  import * as i7 from "./breadcrumb/breadcrumb.module";
9
+ import * as i8 from "./h5-with-icon/h5-with-icon.module";
9
10
  export declare class MoleculesModule {
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule]>;
12
13
  static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
13
14
  }
@@ -13,5 +13,5 @@ export declare class EventsSettingsPageComponent {
13
13
  gridActionsSelect(selection: string): void;
14
14
  onAddButtonClick(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<EventsSettingsPageComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<EventsSettingsPageComponent, "symphony-events-settings-page", never, { "model": "model"; }, { "keywordSearchChange": "keywordSearchChange"; "gridActionsSelectedOption": "gridActionsSelectedOption"; "addButtonClicked": "addButtonClicked"; }, never, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<EventsSettingsPageComponent, "symphony-events-settings-page", never, { "model": "model"; }, { "keywordSearchChange": "keywordSearchChange"; "gridActionsSelectedOption": "gridActionsSelectedOption"; "addButtonClicked": "addButtonClicked"; }, never, ["[filter-one]"]>;
17
17
  }