@solidxai/core-ui 0.1.8-beta.7 → 0.1.8-beta.9
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/auth/AuthLayout.d.ts.map +1 -1
- package/dist/components/auth/AuthLayout.js +16 -32
- package/dist/components/auth/AuthLayout.js.map +1 -1
- package/dist/components/auth/AuthLayout.tsx +4 -20
- package/dist/components/auth/AuthTabs.d.ts.map +1 -1
- package/dist/components/auth/AuthTabs.js +9 -9
- package/dist/components/auth/AuthTabs.js.map +1 -1
- package/dist/components/auth/AuthTabs.tsx +14 -15
- package/dist/components/auth/SolidOTPVerify.d.ts +3 -0
- package/dist/components/auth/SolidOTPVerify.d.ts.map +1 -0
- package/dist/components/auth/SolidOTPVerify.js +67 -0
- package/dist/components/auth/SolidOTPVerify.js.map +1 -0
- package/dist/components/auth/SolidOTPVerify.tsx +133 -0
- package/dist/components/auth/SolidRegister.d.ts.map +1 -1
- package/dist/components/auth/SolidRegister.js +1 -1
- package/dist/components/auth/SolidRegister.js.map +1 -1
- package/dist/components/auth/SolidRegister.tsx +12 -5
- package/dist/components/common/AuthBanner.js.map +1 -1
- package/dist/components/common/GeneralSettings.d.ts.map +1 -1
- package/dist/components/common/GeneralSettings.js +41 -46
- package/dist/components/common/GeneralSettings.js.map +1 -1
- package/dist/components/common/GeneralSettings.tsx +0 -19
- package/dist/components/common/SolidThemeProvider.d.ts.map +1 -1
- package/dist/components/common/SolidThemeProvider.js +5 -21
- package/dist/components/common/SolidThemeProvider.js.map +1 -1
- package/dist/components/common/SolidThemeProvider.tsx +6 -24
- package/dist/components/core/common/LoadDynamicJsxComponent.d.ts +2 -0
- package/dist/components/core/common/LoadDynamicJsxComponent.d.ts.map +1 -0
- package/dist/components/core/common/LoadDynamicJsxComponent.js +50 -0
- package/dist/components/core/common/LoadDynamicJsxComponent.js.map +1 -0
- package/dist/components/core/common/LoadDynamicJsxComponent.tsx +70 -0
- package/dist/components/core/form/SolidFormView.js +42 -41
- package/dist/components/core/form/SolidFormView.js.map +1 -1
- package/dist/components/core/form/SolidFormView.tsx +16 -16
- package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.d.ts +1 -1
- package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.js +1 -1
- package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.js.map +1 -1
- package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.tsx +1 -1
- package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidKanbanView.js +41 -44
- package/dist/components/core/kanban/SolidKanbanView.js.map +1 -1
- package/dist/components/core/kanban/SolidKanbanView.tsx +16 -25
- package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidManyToOneFilterElement.js.map +1 -1
- package/dist/components/core/kanban/SolidManyToOneFilterElement.tsx +2 -1
- package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.d.ts.map +1 -1
- package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.js +2 -2
- package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.js.map +1 -1
- package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.tsx +10 -21
- package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.d.ts.map +1 -1
- package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.js +2 -2
- package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.js.map +1 -1
- package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.tsx +10 -18
- package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.d.ts.map +1 -1
- package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.js +6 -3
- package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.js.map +1 -1
- package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.tsx +24 -30
- package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.js.map +1 -1
- package/dist/components/core/kanban/kanban-fields/relations/SolidRelationManyToOneKanbanField.tsx +2 -2
- package/dist/components/core/list/SolidListView.d.ts.map +1 -1
- package/dist/components/core/list/SolidListView.js +3 -11
- package/dist/components/core/list/SolidListView.js.map +1 -1
- package/dist/components/core/list/SolidListView.tsx +27 -48
- package/dist/components/core/list/SolidListViewRowButtonContextMenu.d.ts +1 -1
- package/dist/components/core/list/SolidListViewRowButtonContextMenu.d.ts.map +1 -1
- package/dist/components/core/list/SolidListViewRowButtonContextMenu.js +7 -6
- package/dist/components/core/list/SolidListViewRowButtonContextMenu.js.map +1 -1
- package/dist/components/core/list/SolidListViewRowButtonContextMenu.tsx +10 -9
- package/dist/components/core/users/ApiKeysTab/ApiKeysTab.css +283 -9
- package/dist/components/core/users/ApiKeysTab/ApiKeysTab.d.ts.map +1 -1
- package/dist/components/core/users/ApiKeysTab/ApiKeysTab.js +35 -28
- package/dist/components/core/users/ApiKeysTab/ApiKeysTab.js.map +1 -1
- package/dist/components/core/users/ApiKeysTab/ApiKeysTab.tsx +64 -62
- package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.d.ts +2 -1
- package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.d.ts.map +1 -1
- package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.js +4 -4
- package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.js.map +1 -1
- package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.tsx +17 -10
- package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.d.ts.map +1 -1
- package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.js +2 -19
- package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.js.map +1 -1
- package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.tsx +24 -43
- package/dist/components/core/users/CreateUser.css +114 -0
- package/dist/components/core/users/CreateUser.d.ts +1 -0
- package/dist/components/core/users/CreateUser.d.ts.map +1 -1
- package/dist/components/core/users/CreateUser.js +4 -3
- package/dist/components/core/users/CreateUser.js.map +1 -1
- package/dist/components/core/users/CreateUser.tsx +32 -26
- package/dist/components/layout/context/layoutcontext.js +2 -2
- package/dist/components/layout/context/layoutcontext.js.map +1 -1
- package/dist/components/layout/context/layoutcontext.tsx +2 -2
- package/dist/components/shad-cn-ui/SolidConfirmDialog.d.ts +6 -1
- package/dist/components/shad-cn-ui/SolidConfirmDialog.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidConfirmDialog.js +3 -3
- package/dist/components/shad-cn-ui/SolidConfirmDialog.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidConfirmDialog.tsx +15 -3
- package/dist/components/shad-cn-ui/SolidTabs.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidTabs.js +2 -2
- package/dist/components/shad-cn-ui/SolidTabs.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidTabs.tsx +0 -2
- package/dist/nextAuth/authProviders.d.ts +4 -0
- package/dist/nextAuth/authProviders.d.ts.map +1 -0
- package/dist/nextAuth/authProviders.js +198 -0
- package/dist/nextAuth/authProviders.js.map +1 -0
- package/dist/nextAuth/authProviders.tsx +232 -0
- package/dist/nextAuth/handleLogout.d.ts +2 -0
- package/dist/nextAuth/handleLogout.d.ts.map +1 -0
- package/dist/nextAuth/handleLogout.js +36 -0
- package/dist/nextAuth/handleLogout.js.map +1 -0
- package/dist/nextAuth/handleLogout.tsx +39 -0
- package/dist/nextAuth/refreshAccessToken.d.ts +2 -0
- package/dist/nextAuth/refreshAccessToken.d.ts.map +1 -0
- package/dist/nextAuth/refreshAccessToken.js +24 -0
- package/dist/nextAuth/refreshAccessToken.js.map +1 -0
- package/dist/nextAuth/refreshAccessToken.tsx +28 -0
- package/dist/redux/features/settingsSlice.d.ts +20 -0
- package/dist/redux/features/settingsSlice.d.ts.map +1 -0
- package/dist/redux/features/settingsSlice.js +39 -0
- package/dist/redux/features/settingsSlice.js.map +1 -0
- package/dist/redux/features/settingsSlice.ts +60 -0
- package/dist/resources/globals.css +97 -77
- package/dist/resources/shadcn-base.css +62 -304
- package/package.json +1 -1
- package/dist/components/core/list/SolidDataTablePagination.d.ts +0 -15
- package/dist/components/core/list/SolidDataTablePagination.d.ts.map +0 -1
- package/dist/components/core/list/SolidDataTablePagination.js +0 -22
- package/dist/components/core/list/SolidDataTablePagination.js.map +0 -1
- package/dist/components/core/list/SolidDataTablePagination.tsx +0 -71
- package/dist/components/solid-ui/SolidButton.d.ts +0 -14
- package/dist/components/solid-ui/SolidButton.d.ts.map +0 -1
- package/dist/components/solid-ui/SolidButton.js +0 -36
- package/dist/components/solid-ui/SolidButton.js.map +0 -1
- package/dist/components/solid-ui/SolidButton.tsx +0 -54
- package/dist/components/solid-ui/SolidTabs.d.ts +0 -18
- package/dist/components/solid-ui/SolidTabs.d.ts.map +0 -1
- package/dist/components/solid-ui/SolidTabs.js +0 -22
- package/dist/components/solid-ui/SolidTabs.js.map +0 -1
- package/dist/components/solid-ui/SolidTabs.tsx +0 -73
- package/dist/components/solid-ui/index.d.ts +0 -3
- package/dist/components/solid-ui/index.d.ts.map +0 -1
- package/dist/components/solid-ui/index.js +0 -3
- package/dist/components/solid-ui/index.js.map +0 -1
- package/dist/components/solid-ui/index.ts +0 -2
|
@@ -2066,6 +2066,11 @@ li.header-li-px {
|
|
|
2066
2066
|
width: 100%;
|
|
2067
2067
|
position: relative;
|
|
2068
2068
|
gap: 0;
|
|
2069
|
+
pointer-events: none;
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
.arrow-stepper-container > * {
|
|
2073
|
+
pointer-events: auto;
|
|
2069
2074
|
}
|
|
2070
2075
|
|
|
2071
2076
|
.arrow-step-button {
|
|
@@ -3195,76 +3200,6 @@ li.header-li-px {
|
|
|
3195
3200
|
color: color-mix(in srgb, var(--foreground) 62%, transparent);
|
|
3196
3201
|
}
|
|
3197
3202
|
|
|
3198
|
-
.solid-user-form-helper {
|
|
3199
|
-
margin: 0;
|
|
3200
|
-
font-size: 11px;
|
|
3201
|
-
line-height: 1.45;
|
|
3202
|
-
color: color-mix(in srgb, var(--foreground) 62%, transparent);
|
|
3203
|
-
}
|
|
3204
|
-
|
|
3205
|
-
.solid-user-form-panel.solid-panel {
|
|
3206
|
-
border-radius: 12px;
|
|
3207
|
-
overflow: hidden;
|
|
3208
|
-
}
|
|
3209
|
-
|
|
3210
|
-
.solid-user-form-panel .solid-panel-header {
|
|
3211
|
-
padding: 11px 12px;
|
|
3212
|
-
background: color-mix(in srgb, var(--accent) 26%, transparent);
|
|
3213
|
-
}
|
|
3214
|
-
|
|
3215
|
-
.solid-user-form-panel .solid-panel-title {
|
|
3216
|
-
font-size: 12.5px;
|
|
3217
|
-
font-weight: 700;
|
|
3218
|
-
color: color-mix(in srgb, var(--foreground) 92%, transparent);
|
|
3219
|
-
}
|
|
3220
|
-
|
|
3221
|
-
.solid-user-form-panel .solid-panel-content {
|
|
3222
|
-
padding: 12px;
|
|
3223
|
-
}
|
|
3224
|
-
|
|
3225
|
-
.solid-user-form-panel-copy {
|
|
3226
|
-
margin: 0 0 10px;
|
|
3227
|
-
font-size: 11px;
|
|
3228
|
-
line-height: 1.4;
|
|
3229
|
-
color: color-mix(in srgb, var(--foreground) 62%, transparent);
|
|
3230
|
-
}
|
|
3231
|
-
|
|
3232
|
-
.solid-user-role-grid .solid-checkbox {
|
|
3233
|
-
width: 100%;
|
|
3234
|
-
gap: 9px;
|
|
3235
|
-
}
|
|
3236
|
-
|
|
3237
|
-
.solid-user-role-item {
|
|
3238
|
-
margin-bottom: 2px;
|
|
3239
|
-
}
|
|
3240
|
-
|
|
3241
|
-
.solid-user-role-item .solid-checkbox {
|
|
3242
|
-
min-height: 38px;
|
|
3243
|
-
align-items: center;
|
|
3244
|
-
padding: 8px 10px;
|
|
3245
|
-
border: 1px solid color-mix(in srgb, var(--border) 88%, transparent);
|
|
3246
|
-
border-radius: 10px;
|
|
3247
|
-
background: color-mix(in srgb, var(--card) 98%, white 2%);
|
|
3248
|
-
color: color-mix(in srgb, var(--foreground) 84%, transparent);
|
|
3249
|
-
transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
|
|
3250
|
-
}
|
|
3251
|
-
|
|
3252
|
-
.solid-user-role-item .solid-checkbox:hover {
|
|
3253
|
-
border-color: color-mix(in srgb, var(--primary) 28%, var(--border));
|
|
3254
|
-
background: color-mix(in srgb, var(--accent) 30%, transparent);
|
|
3255
|
-
}
|
|
3256
|
-
|
|
3257
|
-
.solid-user-role-item .solid-checkbox-box {
|
|
3258
|
-
flex: 0 0 18px;
|
|
3259
|
-
}
|
|
3260
|
-
|
|
3261
|
-
.solid-user-role-item .solid-checkbox-label {
|
|
3262
|
-
font-size: 11.5px;
|
|
3263
|
-
font-weight: 500;
|
|
3264
|
-
line-height: 1.3;
|
|
3265
|
-
color: color-mix(in srgb, var(--foreground) 88%, transparent);
|
|
3266
|
-
}
|
|
3267
|
-
|
|
3268
3203
|
.solid-generate-code-popup__head {
|
|
3269
3204
|
padding-bottom: 12px;
|
|
3270
3205
|
}
|
|
@@ -4494,7 +4429,7 @@ li.header-li-px {
|
|
|
4494
4429
|
|
|
4495
4430
|
@media (min-width: 1600px) and (max-width: 1699px) {
|
|
4496
4431
|
html {
|
|
4497
|
-
font-size:
|
|
4432
|
+
font-size: 100% !important;
|
|
4498
4433
|
}
|
|
4499
4434
|
|
|
4500
4435
|
.customize-layout-panel.p-overlaypanel {
|
|
@@ -4511,7 +4446,7 @@ li.header-li-px {
|
|
|
4511
4446
|
/* 1500px - 1599px */
|
|
4512
4447
|
@media (min-width: 1500px) and (max-width: 1599px) {
|
|
4513
4448
|
html {
|
|
4514
|
-
font-size:
|
|
4449
|
+
font-size: 97.5% !important;
|
|
4515
4450
|
}
|
|
4516
4451
|
|
|
4517
4452
|
.customize-layout-panel.p-overlaypanel {
|
|
@@ -4529,7 +4464,7 @@ li.header-li-px {
|
|
|
4529
4464
|
/* 1400px - 1499px */
|
|
4530
4465
|
@media (min-width: 1401px) and (max-width: 1499px) {
|
|
4531
4466
|
html {
|
|
4532
|
-
font-size:
|
|
4467
|
+
font-size: 95% !important;
|
|
4533
4468
|
}
|
|
4534
4469
|
|
|
4535
4470
|
.customize-layout-panel.p-overlaypanel {
|
|
@@ -4547,7 +4482,7 @@ li.header-li-px {
|
|
|
4547
4482
|
/* 1300px - 1399px */
|
|
4548
4483
|
@media (min-width: 1300px) and (max-width: 1400px) {
|
|
4549
4484
|
html {
|
|
4550
|
-
font-size:
|
|
4485
|
+
font-size: 92.5% !important;
|
|
4551
4486
|
}
|
|
4552
4487
|
|
|
4553
4488
|
.customize-layout-panel.p-overlaypanel {
|
|
@@ -4564,7 +4499,7 @@ li.header-li-px {
|
|
|
4564
4499
|
/* 1200px - 1299px */
|
|
4565
4500
|
@media (min-width: 1200px) and (max-width: 1299px) {
|
|
4566
4501
|
html {
|
|
4567
|
-
font-size:
|
|
4502
|
+
font-size: 90% !important;
|
|
4568
4503
|
}
|
|
4569
4504
|
|
|
4570
4505
|
.customize-layout-panel.p-overlaypanel {
|
|
@@ -4582,7 +4517,7 @@ li.header-li-px {
|
|
|
4582
4517
|
/* 1024px - 1199px */
|
|
4583
4518
|
@media (min-width: 991px) and (max-width: 1199px) {
|
|
4584
4519
|
html {
|
|
4585
|
-
font-size:
|
|
4520
|
+
font-size: 87.5% !important;
|
|
4586
4521
|
}
|
|
4587
4522
|
|
|
4588
4523
|
.customize-layout-panel.p-overlaypanel {
|
|
@@ -5958,8 +5893,93 @@ html.dark .solid-empty-listview-secondary-action.solid-btn,
|
|
|
5958
5893
|
|
|
5959
5894
|
.register-success-popup {
|
|
5960
5895
|
border-radius: 1.25rem !important;
|
|
5961
|
-
background:
|
|
5896
|
+
background: color-mix(in srgb, var(--background) 72%, white 28%) !important;
|
|
5897
|
+
backdrop-filter: blur(10px);
|
|
5962
5898
|
z-index: 1000 !important;
|
|
5899
|
+
padding: 20px;
|
|
5900
|
+
}
|
|
5901
|
+
|
|
5902
|
+
.register-success-card {
|
|
5903
|
+
width: min(100%, 320px);
|
|
5904
|
+
margin: 0 auto;
|
|
5905
|
+
border-radius: 20px;
|
|
5906
|
+
border: 1px solid color-mix(in srgb, var(--border) 80%, transparent);
|
|
5907
|
+
background: color-mix(in srgb, var(--card) 92%, white 8%);
|
|
5908
|
+
color: var(--card-foreground);
|
|
5909
|
+
box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
|
|
5910
|
+
padding: 24px 22px 20px;
|
|
5911
|
+
display: flex;
|
|
5912
|
+
flex-direction: column;
|
|
5913
|
+
align-items: center;
|
|
5914
|
+
text-align: center;
|
|
5915
|
+
gap: 14px;
|
|
5916
|
+
}
|
|
5917
|
+
|
|
5918
|
+
.register-success-badge {
|
|
5919
|
+
display: inline-flex;
|
|
5920
|
+
align-items: center;
|
|
5921
|
+
justify-content: center;
|
|
5922
|
+
min-height: 28px;
|
|
5923
|
+
padding: 0 12px;
|
|
5924
|
+
border-radius: 999px;
|
|
5925
|
+
background: color-mix(in srgb, var(--primary) 14%, transparent);
|
|
5926
|
+
color: var(--primary);
|
|
5927
|
+
font-size: 11px;
|
|
5928
|
+
font-weight: 700;
|
|
5929
|
+
letter-spacing: 0.08em;
|
|
5930
|
+
text-transform: uppercase;
|
|
5931
|
+
}
|
|
5932
|
+
|
|
5933
|
+
.auth-success-spinner.solid-spinner {
|
|
5934
|
+
color: var(--primary);
|
|
5935
|
+
}
|
|
5936
|
+
|
|
5937
|
+
.register-success-copy {
|
|
5938
|
+
display: flex;
|
|
5939
|
+
flex-direction: column;
|
|
5940
|
+
gap: 8px;
|
|
5941
|
+
}
|
|
5942
|
+
|
|
5943
|
+
.register-success-title {
|
|
5944
|
+
margin: 0;
|
|
5945
|
+
font-size: 1.1rem;
|
|
5946
|
+
line-height: 1.25;
|
|
5947
|
+
font-weight: 700;
|
|
5948
|
+
color: var(--foreground);
|
|
5949
|
+
}
|
|
5950
|
+
|
|
5951
|
+
.register-success-text {
|
|
5952
|
+
margin: 0;
|
|
5953
|
+
font-size: 13px;
|
|
5954
|
+
line-height: 1.5;
|
|
5955
|
+
color: var(--muted-foreground);
|
|
5956
|
+
}
|
|
5957
|
+
|
|
5958
|
+
.register-success-progress {
|
|
5959
|
+
position: relative;
|
|
5960
|
+
width: 100%;
|
|
5961
|
+
height: 6px;
|
|
5962
|
+
overflow: hidden;
|
|
5963
|
+
border-radius: 999px;
|
|
5964
|
+
background: color-mix(in srgb, var(--muted) 18%, transparent);
|
|
5965
|
+
}
|
|
5966
|
+
|
|
5967
|
+
.register-success-progress-bar {
|
|
5968
|
+
position: absolute;
|
|
5969
|
+
inset: 0 auto 0 0;
|
|
5970
|
+
width: 38%;
|
|
5971
|
+
border-radius: inherit;
|
|
5972
|
+
background: linear-gradient(90deg, var(--primary), color-mix(in srgb, var(--primary) 60%, white 40%));
|
|
5973
|
+
animation: register-success-progress 1.2s ease-in-out infinite;
|
|
5974
|
+
}
|
|
5975
|
+
|
|
5976
|
+
@keyframes register-success-progress {
|
|
5977
|
+
0% {
|
|
5978
|
+
transform: translateX(-110%);
|
|
5979
|
+
}
|
|
5980
|
+
100% {
|
|
5981
|
+
transform: translateX(290%);
|
|
5982
|
+
}
|
|
5963
5983
|
}
|
|
5964
5984
|
|
|
5965
5985
|
/* ========================= Taost =================================== */
|