sccoreui 4.3.4 → 4.3.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 (76) hide show
  1. package/dist/components/form/form-fields/form-fields.js +2 -2
  2. package/dist/components/treeDropdownSelect/treeDropdownSelect.js +15 -0
  3. package/dist/types/components/treeDropdownSelect/treeDropdownSelect.d.ts +3 -0
  4. package/dist/types/components/types/type.d.ts +6 -1
  5. package/package.json +1 -1
  6. package/dist/App.scss +0 -605
  7. package/dist/assets/App.scss +0 -130
  8. package/dist/assets/flex.css +0 -21652
  9. package/dist/assets/fonts/Lato-Black.ttf +0 -0
  10. package/dist/assets/fonts/Lato-Bold.ttf +0 -0
  11. package/dist/assets/fonts/Lato-Light.ttf +0 -0
  12. package/dist/assets/fonts/Lato-Regular.ttf +0 -0
  13. package/dist/assets/fonts/Lato-Thin.ttf +0 -0
  14. package/dist/assets/fonts/Roboto-Bold.ttf +0 -0
  15. package/dist/assets/fonts/Roboto-Italic.ttf +0 -0
  16. package/dist/assets/fonts/Roboto-Medium.ttf +0 -0
  17. package/dist/assets/fonts/Roboto-Regular.ttf +0 -0
  18. package/dist/assets/fonts/primeicons.eot +0 -0
  19. package/dist/assets/fonts/primeicons.svg +0 -292
  20. package/dist/assets/fonts/primeicons.ttf +0 -0
  21. package/dist/assets/fonts/primeicons.woff +0 -0
  22. package/dist/assets/fonts/primeicons.woff2 +0 -0
  23. package/dist/assets/images/Payment-method-apple-card.png +0 -0
  24. package/dist/assets/images/Payment-method-card-white.png +0 -0
  25. package/dist/assets/images/Payment-method-master-card.png +0 -0
  26. package/dist/assets/images/avatar.png +0 -0
  27. package/dist/assets/images/avatar1.png +0 -0
  28. package/dist/assets/images/avatar2.png +0 -0
  29. package/dist/assets/images/avatar3.png +0 -0
  30. package/dist/assets/images/avatar4.png +0 -0
  31. package/dist/assets/images/avatar5.png +0 -0
  32. package/dist/assets/images/avatar6.png +0 -0
  33. package/dist/assets/images/avatar7.png +0 -0
  34. package/dist/assets/images/avatar8.png +0 -0
  35. package/dist/assets/images/avatar9.png +0 -0
  36. package/dist/assets/images/company.png +0 -0
  37. package/dist/assets/images/company1.png +0 -0
  38. package/dist/assets/images/company2.png +0 -0
  39. package/dist/assets/images/company3.png +0 -0
  40. package/dist/assets/images/company4.png +0 -0
  41. package/dist/assets/images/company5.png +0 -0
  42. package/dist/assets/images/company6.png +0 -0
  43. package/dist/assets/images/demoImage.png +0 -0
  44. package/dist/assets/images/label-image.png +0 -0
  45. package/dist/assets/images/profile-square-image.png +0 -0
  46. package/dist/assets/png/salseforce-img.png +0 -0
  47. package/dist/assets/sccoreicons.css +0 -1105
  48. package/dist/assets/sccoreui.css +0 -8898
  49. package/dist/assets/svg/add.svg +0 -3
  50. package/dist/assets/svg/back-button.svg +0 -3
  51. package/dist/assets/svg/check-white.svg +0 -3
  52. package/dist/assets/svg/check.svg +0 -3
  53. package/dist/assets/svg/check2.svg +0 -3
  54. package/dist/assets/svg/close.svg +0 -3
  55. package/dist/assets/svg/delete.svg +0 -3
  56. package/dist/assets/svg/done_all.svg +0 -3
  57. package/dist/assets/svg/dot_list.svg +0 -3
  58. package/dist/assets/svg/down_arrow.svg +0 -3
  59. package/dist/assets/svg/edit.svg +0 -3
  60. package/dist/assets/svg/gallery.svg +0 -3
  61. package/dist/assets/svg/heading1.svg +0 -3
  62. package/dist/assets/svg/heading2.svg +0 -3
  63. package/dist/assets/svg/hyphen.svg +0 -3
  64. package/dist/assets/svg/info.svg +0 -3
  65. package/dist/assets/svg/input-info.svg +0 -0
  66. package/dist/assets/svg/italic.svg +0 -3
  67. package/dist/assets/svg/link.svg +0 -3
  68. package/dist/assets/svg/message-info.svg +0 -3
  69. package/dist/assets/svg/number_list.svg +0 -3
  70. package/dist/assets/svg/payment_method.svg +0 -7
  71. package/dist/assets/svg/quotes.svg +0 -3
  72. package/dist/assets/svg/remove.svg +0 -3
  73. package/dist/assets/svg/sort-down-arrow.svg +0 -3
  74. package/dist/assets/svg/sort-up-arrow.svg +0 -8
  75. package/dist/assets/svg/user.svg +0 -3
  76. package/dist/assets/theme.css +0 -6459
@@ -32,8 +32,8 @@ const InputTextAreaField = (props) => {
32
32
  return ((0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "flex flex-column relative" }, { children: [optional && (0, jsx_runtime_1.jsxs)("label", Object.assign({ className: "font-medium text-base mb-1 w-full flex justify-content-between", htmlFor: name }, { children: [label, (0, jsx_runtime_1.jsx)("span", Object.assign({ className: "text-base font-medium font-italic text-gray-600" }, { children: "Optional" }))] })), !optional && (0, jsx_runtime_1.jsx)("label", Object.assign({ className: "font-medium text-base mb-1", htmlFor: name }, { children: label })), (0, jsx_runtime_1.jsx)(formik_1.Field, Object.assign({ name: name, type: "textarea", validate: validate }, { children: ({ field }) => ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(inputtextarea_1.InputTextarea, Object.assign({ autoComplete: "off", placeholder: placeholder, style: { height: '154px', resize: 'none', overflowY: 'scroll' } }, field, { maxLength: maxLength, className: `pt-2 full_form_field ${className} ${errors[name] && touched[name] ? 'p-invalid' : ''} ${length === 'full' ? '' : 'form_field'}`, id: name })), (0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "absolute text-base font-normal text-gray-600", style: { bottom: '20px', right: '12px' } }, { children: [charCount, "/", maxLength] }))] })) })), errors[name] && touched[name] ? ((0, jsx_runtime_1.jsx)("div", Object.assign({ className: 'errorField flex align-items-center text-sm', style: { height: '16px' } }, { children: (0, jsx_runtime_1.jsx)("span", { children: errors[name] }) }))) : (0, jsx_runtime_1.jsx)("div", Object.assign({ className: 'errorField flex align-items-center text-sm', style: { height: '16px' } }, { children: (0, jsx_runtime_1.jsx)("span", { children: "\u00A0" }) }))] })));
33
33
  };
34
34
  const DropDownField = (props) => {
35
- const { errors, touched, name, length, label, placeholder, options, optional, customSelectedTemplate, customFieldsTemplate, optionLabel, optionDisabled, className, validate, disabled, filter, panelStyle, panelClassName } = props;
36
- return ((0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "flex flex-column" }, { children: [optional && (0, jsx_runtime_1.jsxs)("label", Object.assign({ className: "font-medium text-base mb-1 w-full flex justify-content-between", htmlFor: name }, { children: [label, (0, jsx_runtime_1.jsx)("span", Object.assign({ className: "text-base font-medium font-italic text-gray-600" }, { children: "Optional" }))] })), !optional && (0, jsx_runtime_1.jsx)("label", Object.assign({ className: "font-medium text-base mb-1", htmlFor: name }, { children: label })), (0, jsx_runtime_1.jsx)(formik_1.Field, Object.assign({ type: "text", name: name, validate: validate }, { children: ({ field }) => ((0, jsx_runtime_1.jsx)(dropdown_1.Dropdown, Object.assign({ panelStyle: panelStyle || '', panelClassName: panelClassName, filter: filter || false, disabled: disabled, placeholder: placeholder }, field, { options: options, itemTemplate: customFieldsTemplate, valueTemplate: customSelectedTemplate, optionDisabled: optionDisabled, optionLabel: optionLabel, className: `full_form_field ${className} ${errors[name] && touched[name] ? 'p-invalid' : ''} ${length === 'full' ? '' : 'form_field'}`, id: name }))) })), errors[name] && touched[name] ? ((0, jsx_runtime_1.jsx)("div", Object.assign({ className: 'errorField flex align-items-center text-sm', style: { height: '16px' } }, { children: (0, jsx_runtime_1.jsx)("span", { children: errors[name] }) }))) : (0, jsx_runtime_1.jsx)("div", Object.assign({ className: 'errorField flex align-items-center text-sm', style: { height: '16px' } }, { children: (0, jsx_runtime_1.jsx)("span", { children: "\u00A0" }) }))] })));
35
+ const { errors, touched, name, length, label, placeholder, options, optional, customSelectedTemplate, customFieldsTemplate, optionLabel, optionDisabled, className, validate, disabled, filter, panelStyle } = props;
36
+ return ((0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "flex flex-column" }, { children: [optional && (0, jsx_runtime_1.jsxs)("label", Object.assign({ className: "font-medium text-base mb-1 w-full flex justify-content-between", htmlFor: name }, { children: [label, (0, jsx_runtime_1.jsx)("span", Object.assign({ className: "text-base font-medium font-italic text-gray-600" }, { children: "Optional" }))] })), !optional && (0, jsx_runtime_1.jsx)("label", Object.assign({ className: "font-medium text-base mb-1", htmlFor: name }, { children: label })), (0, jsx_runtime_1.jsx)(formik_1.Field, Object.assign({ type: "text", name: name, validate: validate }, { children: ({ field }) => ((0, jsx_runtime_1.jsx)(dropdown_1.Dropdown, Object.assign({ panelStyle: panelStyle || '', filter: filter || false, disabled: disabled, placeholder: placeholder }, field, { options: options, itemTemplate: customFieldsTemplate, valueTemplate: customSelectedTemplate, optionDisabled: optionDisabled, optionLabel: optionLabel, className: `full_form_field ${className} ${errors[name] && touched[name] ? 'p-invalid' : ''} ${length === 'full' ? '' : 'form_field'}`, id: name }))) })), errors[name] && touched[name] ? ((0, jsx_runtime_1.jsx)("div", Object.assign({ className: 'errorField flex align-items-center text-sm', style: { height: '16px' } }, { children: (0, jsx_runtime_1.jsx)("span", { children: errors[name] }) }))) : (0, jsx_runtime_1.jsx)("div", Object.assign({ className: 'errorField flex align-items-center text-sm', style: { height: '16px' } }, { children: (0, jsx_runtime_1.jsx)("span", { children: "\u00A0" }) }))] })));
37
37
  };
38
38
  const MultiSelectField = (props) => {
39
39
  const { errors, touched, name, length, label, placeholder, options, optional, customFieldsTemplate, optionLabel, optionDisabled, className, validate, disabled } = props;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
5
+ const tree_1 = require("primereact/tree");
6
+ const svg_component_1 = tslib_1.__importDefault(require("../../directives/svg-component"));
7
+ const sccoreui_1 = require("sccoreui");
8
+ const TreeDropdownSelect = ({ treeData, expandedKeys, clickOnNode, classNames }) => {
9
+ const onClickNode = (e) => {
10
+ if (clickOnNode)
11
+ clickOnNode(e);
12
+ };
13
+ return ((0, jsx_runtime_1.jsx)(tree_1.Tree, { value: treeData, expandedKeys: expandedKeys, selectionMode: "single", className: `treeNoCollaps ${classNames ? classNames : ''}`, nodeTemplate: (node) => (0, jsx_runtime_1.jsxs)("div", Object.assign({ className: 'flex gap-2 align-items-center justify-content-between w-full' }, { children: [" ", (0, jsx_runtime_1.jsxs)("div", Object.assign({ className: 'treeItem flex gap-2 h-2rem align-items-center w-full h-full font-semibold' }, { children: [(0, jsx_runtime_1.jsx)(svg_component_1.default, { icon: "chart-breakout-square" }), node.moduleName] })), " ", (node === null || node === void 0 ? void 0 : node.badgeValue) && (0, jsx_runtime_1.jsx)(sccoreui_1.Badge, { className: 'treeBadge w-auto text-gray-700', value: node === null || node === void 0 ? void 0 : node.badgeValue })] })), onNodeClick: (e) => onClickNode(e) }));
14
+ };
15
+ exports.default = TreeDropdownSelect;
@@ -0,0 +1,3 @@
1
+ import { TreeDropdownSelectTypes } from '../types/type';
2
+ declare const TreeDropdownSelect: ({ treeData, expandedKeys, clickOnNode, classNames }: TreeDropdownSelectTypes) => import("react/jsx-runtime").JSX.Element;
3
+ export default TreeDropdownSelect;
@@ -132,7 +132,6 @@ export interface DropDownFieldProps {
132
132
  disabled?: boolean;
133
133
  filter?: boolean;
134
134
  panelStyle?: any;
135
- panelClassName?: any;
136
135
  }
137
136
  export interface MultiSelectProps {
138
137
  errors: any;
@@ -150,3 +149,9 @@ export interface MultiSelectProps {
150
149
  validate?: any;
151
150
  disabled?: boolean;
152
151
  }
152
+ export interface TreeDropdownSelectTypes {
153
+ clickOnNode?: any;
154
+ treeData: any;
155
+ expandedKeys: any;
156
+ classNames?: any;
157
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "4.3.4",
3
+ "version": "4.3.6",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
package/dist/App.scss DELETED
@@ -1,605 +0,0 @@
1
- @import url("./assets/theme.css");
2
- @import url("./assets/sccoreui.css");
3
- @import url("./assets/sccoreicons.css");
4
- @import url("./assets/flex.css");
5
- @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
6
-
7
- @font-face {
8
- font-family: 'RobotoBold';
9
- src: url('./assets/fonts/Roboto-Bold.ttf') format('truetype');
10
- font-weight: 700;
11
- font-style: italic;
12
- }
13
-
14
- @font-face {
15
- font-family: 'RobotoMedium';
16
- src: url('./assets/fonts/Roboto-Medium.ttf') format('truetype');
17
- font-weight: normal;
18
- font-style: normal;
19
- }
20
-
21
- @font-face {
22
- font-family: 'RobotoItalic';
23
- src: url('./assets/fonts/Roboto-Italic.ttf') format('truetype');
24
- font-weight: normal;
25
- font-style: normal;
26
- }
27
-
28
- @font-face {
29
- font-family: 'RobotoRegular';
30
- src: url('./assets/fonts/Roboto-Regular.ttf') format('truetype');
31
- font-weight: normal;
32
- font-style: normal;
33
- }
34
-
35
- :root {
36
- --fw-600: 600;
37
- --fw-400: 400;
38
- --fs-24: 24px;
39
- --fs-18: 18px;
40
- --fs-16: 16px;
41
- --lh: 24px;
42
- --fs-14: 14px;
43
- --grey-bg: #101828;
44
- --border-none: border-none;
45
- }
46
-
47
-
48
-
49
- // @font-face {
50
- // font-family: "Lato";
51
- // }
52
-
53
- // @font-face {
54
- // font-family: "Lato";
55
- // font-weight: 600;
56
- // src: url("./assets/fonts/Lato-Regular.ttf") format("truetype");
57
- // }
58
-
59
-
60
- body {
61
- font-family: 'Lato', sans-serif;
62
- -webkit-font-smoothing: antialiased;
63
- -moz-osx-font-smoothing: grayscale;
64
- line-height: 20px;
65
- padding: 0;
66
- margin: 0;
67
- color: var(--gray-700);
68
- }
69
-
70
- code {
71
- font-family: 'Lato', sans-serif;
72
- }
73
-
74
- // h1 {
75
- // font-size: var(--fs-24);
76
- // font-weight: var(--fw-600);
77
- // }
78
-
79
- // h2 {
80
- // font-size: var(--fs-18);
81
- // font-weight: var(--fw-600);
82
- // }
83
-
84
- // h3 {
85
- // font-size: var(--fs-16);
86
- // font-weight: var(--fw-400);
87
- // }
88
-
89
- // ============= custom progress steps =============== //
90
-
91
- .progress-container {
92
- isolation: isolate;
93
-
94
- &::before {
95
- content: "";
96
- background-color: var(--gray-200);
97
- position: absolute;
98
- z-index: -1;
99
- }
100
-
101
- &.horizontal::before {
102
- height: 2px;
103
- width: 100%;
104
- top: 11%;
105
- }
106
-
107
- &.vertical::before {
108
- height: 100%;
109
- width: 2px;
110
- left: 5%;
111
- top: 0;
112
- }
113
- }
114
-
115
- .progressbar {
116
- z-index: -1;
117
- transition: all 0.6s ease;
118
-
119
- &.horizontal {
120
- left: 0;
121
- height: 2px;
122
- top: 11%;
123
- }
124
-
125
- &.vertical {
126
- width: 2px;
127
- left: 5%;
128
- top: 0;
129
- }
130
- }
131
-
132
- .progress-step-item {
133
- &.horizontal {
134
-
135
-
136
- &:nth-of-type(1) {
137
- transform: translateX(-50%);
138
- }
139
-
140
- &:last-child {
141
- transform: translateX(50%);
142
- }
143
- }
144
-
145
- &.vertical {
146
- transform: translateY(50%);
147
-
148
- &:nth-of-type(1) {
149
- transform: translateY(-5%);
150
- }
151
-
152
- &:last-child {
153
- transform: translateY(100%);
154
- }
155
- }
156
- }
157
-
158
- // CUSTOM multiselect style started
159
- .Multi_select_dropdown_panel {
160
- .p-multiselect-header {
161
- display: block;
162
- padding: 8px 0;
163
-
164
- .p-checkbox,
165
- .p-multiselect-close {
166
- display: none;
167
- }
168
-
169
- .p-multiselect-filter-container {
170
- .p-inputtext {
171
- padding-right: 12px;
172
- padding-left: 1.75rem;
173
- }
174
-
175
- .p-multiselect-filter-icon {
176
- left: 0.55rem;
177
- }
178
- }
179
- }
180
-
181
- .p-multiselect-items-wrapper {
182
- .p-multiselect-item.p-highlight {
183
- &::after {
184
- content: "";
185
- width: 14px;
186
- height: 6px;
187
- border-left: 2px solid #132067;
188
- border-bottom: 2px solid #132067;
189
- transform: rotate(-45deg);
190
- position: absolute;
191
- right: 10px;
192
- }
193
- }
194
- }
195
- }
196
-
197
- .sc_custom_multiselect {
198
-
199
- width: max-content;
200
-
201
- * {
202
- color: #344054;
203
- font-weight: 700;
204
- }
205
-
206
- .left_section_item {
207
- left: 1rem;
208
- }
209
-
210
- .right_section_item {
211
- right: 1rem;
212
- }
213
-
214
- .selected_moreThan_one {
215
- right: 40px;
216
- }
217
-
218
- .p-inputwrapper-filled {
219
- background: #F5F6FD;
220
- border: 1px solid #8190E8;
221
- }
222
-
223
- .p-multiselect {
224
- max-width: 100%;
225
- width: max-content !important;
226
-
227
- .p-multiselect-label {
228
- padding: 0;
229
- padding-left: 44px;
230
- max-width: 100%;
231
-
232
- .p-multiselect-token {
233
- border: none;
234
- width: 100%;
235
- min-width: 100%;
236
- background: none;
237
- padding-left: 0;
238
-
239
- .p-multiselect-token-label {
240
- width: 100%;
241
- white-space: nowrap;
242
- overflow: hidden;
243
- text-overflow: ellipsis;
244
- }
245
- }
246
-
247
- svg {
248
- display: none;
249
- }
250
- }
251
- }
252
-
253
-
254
-
255
- .p-multiselect-trigger {
256
- width: 2rem;
257
-
258
- svg {
259
- display: none;
260
- }
261
- }
262
- }
263
-
264
- .no_icon {
265
-
266
- .p-multiselect-label {
267
- padding-left: 16px !important;
268
- }
269
- }
270
-
271
- .status_dropdown {
272
- .p-multiselect {
273
- .p-multiselect-label {
274
- padding-left: 34px;
275
- }
276
- }
277
-
278
- .select_status_prv {
279
- ul {
280
- li {
281
- width: 10px;
282
- height: 10px;
283
- border-radius: 8px;
284
- position: absolute;
285
- transform: translateY(-50%);
286
- }
287
-
288
- li.all {
289
- background: #667085;
290
- }
291
-
292
-
293
- li:nth-child(2) {
294
- left: 6px;
295
- }
296
-
297
- li:nth-child(3) {
298
- left: 12px;
299
- }
300
-
301
- }
302
- }
303
- }
304
-
305
- .selected_multile {
306
- .p-multiselect-token-label {
307
- padding-right: 18px;
308
- }
309
- }
310
-
311
- .selected_multile.selected_num_2 {
312
- .p-multiselect .p-multiselect-label {
313
- padding-left: 44px;
314
- }
315
- }
316
-
317
- .selected_multile.selected_num_3,
318
- .selected_multile.moreThanThreeItems {
319
- .p-multiselect .p-multiselect-label {
320
- padding-left: 44px;
321
- }
322
- }
323
-
324
-
325
-
326
- .status_dropdown.selected_multile {
327
- .left_section_item {
328
- max-width: 28px;
329
- overflow: hidden;
330
- height: 11px;
331
- width: -webkit-fill-available;
332
- align-items: center;
333
- display: flex;
334
- }
335
- }
336
-
337
-
338
- .status_dropdown_item.Active::before {
339
- background: #12B76A;
340
- }
341
-
342
- .status_dropdown_item.Inactive::before {
343
- background: #F04438;
344
- }
345
-
346
- .status_dropdown_item.Draft::before {
347
- background: #162578;
348
- }
349
-
350
- .status_dropdown_item {
351
- .status_dot {
352
- width: 10px;
353
- height: 10px;
354
- border-radius: 50px;
355
- position: absolute;
356
- transform: translateY(-50%);
357
- top: 50%;
358
- left: 10px;
359
- }
360
- }
361
-
362
-
363
- .custom_date_picker_sec {
364
- .custom_date_picker {
365
-
366
-
367
- .p-inputtext {
368
- padding-right: 16px;
369
- width: 130px;
370
- }
371
-
372
- .p-inputtext {
373
- &:enabled {
374
- &:focus {
375
- box-shadow: none !important;
376
- border-color: #d0d5dd !important;
377
- }
378
- }
379
- }
380
-
381
- .p-datepicker-trigger {
382
- &:focus {
383
- box-shadow: none !important;
384
- border-color: #d0d5dd !important;
385
- }
386
- }
387
- }
388
-
389
- .custom_date_picker.multiple {
390
- .p-inputtext {
391
- width: 236px;
392
-
393
- }
394
- }
395
-
396
- .clear_icon_sec {
397
- right: 32px;
398
- }
399
- }
400
-
401
- .date_filter {
402
- margin: 0;
403
- position: absolute;
404
- top: 0;
405
- left: 0px;
406
- background: #fff;
407
- height: 100%;
408
- padding: 4px 16px;
409
-
410
- li {
411
- height: 40px;
412
-
413
- &:hover {
414
- background: #F9FAFB;
415
- }
416
- }
417
-
418
- .active {
419
- background: #F9FAFB;
420
- }
421
-
422
-
423
- }
424
-
425
- div:has(ul.date_filter) .p-datepicker-group-container {
426
- padding-left: 116px;
427
- margin: -8px;
428
- }
429
-
430
- .bottom_date_filters {
431
- width: calc(100% - 116px);
432
- border-left: 1px solid #dee2e6;
433
- }
434
-
435
- div:has(ul.date_filter) .p-datepicker-group-container .p-datepicker table td>span {
436
- width: 40px;
437
- height: 40px;
438
- }
439
-
440
-
441
-
442
- div:has(ul.date_filter) .p-datepicker-group-container .p-datepicker-group {
443
- width: 328px;
444
- max-width: 328px;
445
- padding: 8px 20px !important;
446
- border: 1px solid #dee2e6;
447
- border-top: 0;
448
- }
449
-
450
- div:has(ul.date_filter) .p-datepicker-group-container div:nth-child(2) {
451
- border-right: 0;
452
- }
453
-
454
- div:has(ul.date_filter) .p-datepicker-group-container table td {
455
- padding: 0;
456
-
457
- }
458
-
459
- div:has(ul.date_filter) .p-datepicker-footer {
460
- margin: -8px;
461
- }
462
-
463
- .panel_status {
464
- .p-multiselect-filter-container {
465
- display: none;
466
- }
467
-
468
- .p-multiselect-header {
469
- padding: 0 !important;
470
- border-bottom: 0;
471
- }
472
- }
473
-
474
- .p-multiselect-panel {
475
- .p-multiselect-items {
476
- padding: 6px;
477
- min-width: 140px !important;
478
-
479
- }
480
- }
481
-
482
- .panel_withIcon.p-multiselect-panel {
483
- .p-multiselect-items {
484
- .p-multiselect-item {
485
- padding: 0 10px;
486
- }
487
- }
488
- }
489
-
490
-
491
-
492
- .Multi_select_dropdown_panel.hidePanelHeader {
493
- .p-multiselect-header {
494
- display: none;
495
- }
496
- }
497
-
498
- .errorField {
499
- color: var(--red-500);
500
- }
501
-
502
- .full_form_field {
503
- width: 37.125rem;
504
- }
505
-
506
- .form_field {
507
- width: 18.063rem;
508
- }
509
-
510
- #fontFamily-1 {
511
- border: 1px solid var(--gray-300);
512
- }
513
-
514
- .fr-toolbar .fr-btn-grp {
515
- margin-right: 0px;
516
- margin-left: 8px;
517
- }
518
-
519
- .PhoneInput {
520
- background: #ffffff;
521
- border: 1px solid var(--gray-300);
522
- transition: background-color 0.2s, color 0.2s, border-color 0.2s,
523
- box-shadow 0.2s;
524
- border-radius: 8px;
525
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
526
- padding-top: 10px;
527
- padding-bottom: 10px;
528
- padding-right: 12px;
529
- padding-left: 0px;
530
- height: 40px;
531
-
532
- :focus-visible {
533
- outline: none;
534
- }
535
-
536
- &:focus-within {
537
- outline: 0 none;
538
- outline-offset: 0;
539
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05),
540
- 0px 0px 0px 4px var(--primary-100);
541
- border-radius: 8px;
542
- border: 1px solid var(--primary-300);
543
- }
544
-
545
- .PhoneInputInput {
546
- border: none;
547
- }
548
- }
549
-
550
- .PhoneInputCountry {
551
- .PhoneInputCountryIcon--border {
552
- box-shadow: none;
553
- background-color: #ffffff;
554
- }
555
-
556
- .PhoneInputCountryIconImg {
557
- width: 20px;
558
- height: 20px;
559
- object-fit: cover;
560
- border-radius: 100%;
561
- position: absolute;
562
- top: 0;
563
- }
564
- }
565
-
566
- .phoneNumberClass {
567
- margin-left: 14.5rem;
568
- }
569
-
570
- #customCountryDropDown {
571
- .p-dropdown {
572
- border: none;
573
- box-shadow: none;
574
- background: none;
575
- padding: 0;
576
-
577
- .p-dropdown-label {
578
- padding: 0;
579
- padding-right: 4px;
580
- }
581
-
582
- .p-dropdown-trigger {
583
- padding-top: 20px;
584
- }
585
-
586
- .p-dropdown-trigger[aria-expanded="true"] {
587
- padding-bottom: 20px;
588
- }
589
- }
590
-
591
- }
592
-
593
- .customNumberField {
594
- .p-inputnumber-input {
595
- padding-left: 24px;
596
- }
597
- }
598
-
599
- .text-editor {
600
- button {
601
- &::after{
602
- content: none !important;
603
- }
604
- }
605
- }