@solidstarters/solid-core-ui 1.1.65 → 1.1.67
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.
- package/dist/components/Svg/FileSvg.d.ts.map +1 -1
- package/dist/components/Svg/FileSvg.js +1 -1
- package/dist/components/Svg/FileSvg.js.map +1 -1
- package/dist/components/core/common/FilterComponent.d.ts.map +1 -1
- package/dist/components/core/common/FilterComponent.js +1 -1
- package/dist/components/core/common/FilterComponent.js.map +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.js +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -1
- package/dist/components/core/form/SolidFormView.d.ts +0 -1
- package/dist/components/core/form/SolidFormView.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormView.js +2 -5
- package/dist/components/core/form/SolidFormView.js.map +1 -1
- package/dist/components/core/form/fields/ISolidField.d.ts +1 -2
- package/dist/components/core/form/fields/ISolidField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidRelationField.d.ts +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js +14 -29
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js +18 -25
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.js.map +1 -1
- package/dist/components/core/form/fields/widgets/SolidBooleanCheckboxFieldWidget.d.ts.map +1 -1
- package/dist/components/core/form/fields/widgets/SolidBooleanCheckboxFieldWidget.js +1 -0
- package/dist/components/core/form/fields/widgets/SolidBooleanCheckboxFieldWidget.js.map +1 -1
- package/dist/components/core/users/CreateUser.d.ts.map +1 -1
- package/dist/components/core/users/CreateUser.js +9 -3
- package/dist/components/core/users/CreateUser.js.map +1 -1
- package/dist/resources/globals.css +17 -69
- package/dist/resources/stylesheets/_menu.scss +0 -5
- package/dist/resources/themes/solid-dark-purple/theme.css +844 -741
- package/dist/resources/themes/solid-light-purple/theme.css +109 -3
- package/package.json +1 -1
- package/src/components/Svg/FileSvg.tsx +13 -12
- package/src/components/core/common/FilterComponent.tsx +3 -7
- package/src/components/core/common/SolidGlobalSearchElement.tsx +3 -2
- package/src/components/core/form/SolidFormView.tsx +2 -7
- package/src/components/core/form/fields/ISolidField.tsx +2 -3
- package/src/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +6 -25
- package/src/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +0 -3
- package/src/components/core/form/fields/widgets/SolidBooleanCheckboxFieldWidget.tsx +1 -0
- package/src/components/core/users/CreateUser.tsx +10 -6
- package/src/resources/globals.css +17 -69
- package/src/resources/stylesheets/_menu.scss +0 -5
- package/src/resources/themes/solid-dark-purple/theme.css +844 -741
- package/src/resources/themes/solid-light-purple/theme.css +109 -3
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
--maskbg: rgba(0, 0, 0, 0.4);
|
|
44
44
|
--primary-light-color: #D8E2EA;
|
|
45
45
|
--highlight-bg: #F5F5F5;
|
|
46
|
+
--hightlight-bg-secondary: #FAFAFA;
|
|
46
47
|
--highlight-text-color: #4C1D95;
|
|
47
48
|
--icon-color: #000000E0;
|
|
48
49
|
--auth-title-color: #000000;
|
|
@@ -59,6 +60,13 @@
|
|
|
59
60
|
--solid-stepper-border: #CFD6DC;
|
|
60
61
|
--solid-setting-title: rgba(0, 0, 0, 0.88);
|
|
61
62
|
--solid-dark-title: rgba(0, 0, 0, 0.88);
|
|
63
|
+
--solid-dropzone-bg: rgba(255, 255, 255, 0.60);
|
|
64
|
+
--solid-file-wrapper: #E0E0E0;
|
|
65
|
+
--solid-chatter-dash: #00000026;
|
|
66
|
+
--solid-chatter-date-border: rgba(0, 0, 0, 0.15);
|
|
67
|
+
--solid-chatter-input-bg: #FEFCFF;
|
|
68
|
+
--solid-chatter-input-placeholder: rgba(51, 51, 51, 0.20);
|
|
69
|
+
--solid-kanban-wrapper: #E0E0E0;
|
|
62
70
|
color-scheme: light;
|
|
63
71
|
}
|
|
64
72
|
|
|
@@ -337,6 +345,7 @@
|
|
|
337
345
|
/* box-shadow: 0 0 0 0.2rem #d3b5f5; */
|
|
338
346
|
border-color: #722ED1;
|
|
339
347
|
}
|
|
348
|
+
|
|
340
349
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
|
341
350
|
font-family: var(--font-family);
|
|
342
351
|
font-feature-settings: var(--font-feature-settings, normal);
|
|
@@ -1686,7 +1695,7 @@
|
|
|
1686
1695
|
box-shadow: 0 0 0 0.2rem #d3b5f5;
|
|
1687
1696
|
}
|
|
1688
1697
|
|
|
1689
|
-
|
|
1698
|
+
|
|
1690
1699
|
.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
|
|
1691
1700
|
padding: 0.75rem 1.25rem;
|
|
1692
1701
|
color: #4b5563;
|
|
@@ -3443,7 +3452,7 @@
|
|
|
3443
3452
|
border-bottom: 0 none;
|
|
3444
3453
|
}
|
|
3445
3454
|
|
|
3446
|
-
|
|
3455
|
+
|
|
3447
3456
|
.p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
|
|
3448
3457
|
right: 0.75rem;
|
|
3449
3458
|
color: #6b7280;
|
|
@@ -4546,7 +4555,7 @@
|
|
|
4546
4555
|
border-top-left-radius: 6px;
|
|
4547
4556
|
}
|
|
4548
4557
|
|
|
4549
|
-
|
|
4558
|
+
|
|
4550
4559
|
.p-megamenu .p-submenu-list .p-menuitem-separator {
|
|
4551
4560
|
border-top: 1px solid #CED0D6;
|
|
4552
4561
|
margin: 0.25rem 0;
|
|
@@ -6126,4 +6135,101 @@
|
|
|
6126
6135
|
.solid-custom-title {
|
|
6127
6136
|
color: var(--solid-form-title);
|
|
6128
6137
|
}
|
|
6138
|
+
|
|
6139
|
+
|
|
6140
|
+
.solid-global-search-element {
|
|
6141
|
+
border: 1px solid #d1d5db;
|
|
6142
|
+
}
|
|
6143
|
+
|
|
6144
|
+
.custom-filter-button {
|
|
6145
|
+
border-left: 1px solid #d1d5db;
|
|
6146
|
+
}
|
|
6147
|
+
|
|
6148
|
+
.solid-layout-accordion label {
|
|
6149
|
+
color: #000;
|
|
6150
|
+
}
|
|
6151
|
+
|
|
6152
|
+
.primary-filter-fieldset {
|
|
6153
|
+
background-color: #F8F7FC;
|
|
6154
|
+
}
|
|
6155
|
+
|
|
6156
|
+
.nested-custom-filter .primary-filter-fieldset {
|
|
6157
|
+
background-color: #FFF;
|
|
6158
|
+
}
|
|
6159
|
+
|
|
6160
|
+
.solid-column-panel.p-panel .p-panel-header {
|
|
6161
|
+
background: #F9F9F9;
|
|
6162
|
+
}
|
|
6163
|
+
|
|
6164
|
+
.solid-column-panel.p-panel .p-panel-header,
|
|
6165
|
+
.solid-column-panel.p-panel .p-panel-content {
|
|
6166
|
+
border: 1px solid rgba(216, 226, 234, 0.40);
|
|
6167
|
+
}
|
|
6168
|
+
|
|
6169
|
+
.form-field-label {
|
|
6170
|
+
color: rgba(0, 0, 0, 0.88) !important;
|
|
6171
|
+
}
|
|
6172
|
+
|
|
6173
|
+
.solid-standard-autocomplete .p-autocomplete-dropdown.p-button {
|
|
6174
|
+
background-color: #fff;
|
|
6175
|
+
border-color: #d1d5db;
|
|
6176
|
+
color: rgba(0, 0, 0, 0.60);
|
|
6177
|
+
}
|
|
6178
|
+
|
|
6179
|
+
|
|
6180
|
+
.solid-standard-autocomplete .p-inputtext:focus+.p-button {
|
|
6181
|
+
border-color: #d1d5db !important;
|
|
6182
|
+
}
|
|
6183
|
+
|
|
6184
|
+
.solid-custom-editor .ql-toolbar.ql-snow {
|
|
6185
|
+
border: 1px solid #d1d5db;
|
|
6186
|
+
}
|
|
6187
|
+
|
|
6188
|
+
.solid-custom-editor .ql-container.ql-snow {
|
|
6189
|
+
border: 1px solid #d1d5db;
|
|
6190
|
+
}
|
|
6191
|
+
|
|
6192
|
+
.view-widget-chip.p-chip {
|
|
6193
|
+
background-color: #f9f9f9 !important;
|
|
6194
|
+
}
|
|
6195
|
+
|
|
6196
|
+
.solid-step-button.p-button.p-button-text,
|
|
6197
|
+
.solid-step-button.p-button.p-button-text:not(:disabled):active,
|
|
6198
|
+
.solid-step-button.p-button.p-button-text:not(:disabled):hover,
|
|
6199
|
+
.solid-step-button.btn-step-first,
|
|
6200
|
+
.solid-step-button.btn-step-last {
|
|
6201
|
+
color: #0D0B26 !important;
|
|
6202
|
+
}
|
|
6203
|
+
|
|
6204
|
+
.active-menu-image {
|
|
6205
|
+
background-color: #EFF1F4;
|
|
6206
|
+
}
|
|
6207
|
+
|
|
6208
|
+
.solid-kanban-card,
|
|
6209
|
+
.solid-media-card {
|
|
6210
|
+
border: 1px solid var(--solid-kanban-wrapper);
|
|
6211
|
+
background: var(--hightlight-bg-secondary);
|
|
6212
|
+
}
|
|
6213
|
+
|
|
6214
|
+
.solid-kanban-card:hover,
|
|
6215
|
+
.solid-media-card:hover {
|
|
6216
|
+
border: 1px solid #722ED1;
|
|
6217
|
+
background: #F9F0FF;
|
|
6218
|
+
}
|
|
6219
|
+
|
|
6220
|
+
|
|
6221
|
+
.solid-mimetype-chip {
|
|
6222
|
+
background: #F0F0F0;
|
|
6223
|
+
}
|
|
6224
|
+
|
|
6225
|
+
.kanban-image-preview,
|
|
6226
|
+
.kanban-media-image-preview,
|
|
6227
|
+
.kanban-media-view-card {
|
|
6228
|
+
background-color: #fff;
|
|
6229
|
+
}
|
|
6230
|
+
|
|
6231
|
+
.kanban-count-badge {
|
|
6232
|
+
background: #F6FAFF;
|
|
6233
|
+
color: var(--primary-color);
|
|
6234
|
+
}
|
|
6129
6235
|
}
|