@solidstarters/solid-core-ui 1.1.199 → 1.1.200

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 (105) hide show
  1. package/dist/components/auth/SolidChangeForcePassword.js +1 -1
  2. package/dist/components/auth/SolidChangeForcePassword.js.map +1 -1
  3. package/dist/components/auth/SolidRegister.d.ts.map +1 -1
  4. package/dist/components/auth/SolidRegister.js +50 -21
  5. package/dist/components/auth/SolidRegister.js.map +1 -1
  6. package/dist/components/common/GeneralSettings.js +1 -1
  7. package/dist/components/common/GeneralSettings.js.map +1 -1
  8. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js +1 -1
  9. package/dist/components/core/common/SolidAccountSettings/SolidChangePassword.js.map +1 -1
  10. package/dist/components/core/dashboard/SolidDashboard.d.ts.map +1 -1
  11. package/dist/components/core/dashboard/SolidDashboard.js +14 -11
  12. package/dist/components/core/dashboard/SolidDashboard.js.map +1 -1
  13. package/dist/components/core/dashboard/SolidDashboardVariable.d.ts +16 -0
  14. package/dist/components/core/dashboard/SolidDashboardVariable.d.ts.map +1 -0
  15. package/dist/components/core/dashboard/SolidDashboardVariable.js +147 -0
  16. package/dist/components/core/dashboard/SolidDashboardVariable.js.map +1 -0
  17. package/dist/components/core/dashboard/SolidDashboardVariableFilterWrapper.d.ts +8 -6
  18. package/dist/components/core/dashboard/SolidDashboardVariableFilterWrapper.d.ts.map +1 -1
  19. package/dist/components/core/dashboard/SolidDashboardVariableFilterWrapper.js +113 -34
  20. package/dist/components/core/dashboard/SolidDashboardVariableFilterWrapper.js.map +1 -1
  21. package/dist/components/core/dashboard/SolidQuestionRenderer.js +4 -7
  22. package/dist/components/core/dashboard/SolidQuestionRenderer.js.map +1 -1
  23. package/dist/components/core/form/SolidFormView.js +1 -1
  24. package/dist/components/core/form/SolidFormView.js.map +1 -1
  25. package/dist/components/core/form/fields/SolidBooleanField.js +3 -3
  26. package/dist/components/core/form/fields/SolidBooleanField.js.map +1 -1
  27. package/dist/components/core/form/fields/SolidDateField.js +1 -1
  28. package/dist/components/core/form/fields/SolidDateField.js.map +1 -1
  29. package/dist/components/core/form/fields/SolidDateTimeField.js +1 -1
  30. package/dist/components/core/form/fields/SolidDateTimeField.js.map +1 -1
  31. package/dist/components/core/form/fields/SolidDecimalField.js +1 -1
  32. package/dist/components/core/form/fields/SolidDecimalField.js.map +1 -1
  33. package/dist/components/core/form/fields/SolidEmailField.js +1 -1
  34. package/dist/components/core/form/fields/SolidEmailField.js.map +1 -1
  35. package/dist/components/core/form/fields/SolidIntegerField.js +1 -1
  36. package/dist/components/core/form/fields/SolidIntegerField.js.map +1 -1
  37. package/dist/components/core/form/fields/SolidJsonField.js +1 -1
  38. package/dist/components/core/form/fields/SolidJsonField.js.map +1 -1
  39. package/dist/components/core/form/fields/SolidLongTextField.d.ts +1 -0
  40. package/dist/components/core/form/fields/SolidLongTextField.d.ts.map +1 -1
  41. package/dist/components/core/form/fields/SolidLongTextField.js +46 -1
  42. package/dist/components/core/form/fields/SolidLongTextField.js.map +1 -1
  43. package/dist/components/core/form/fields/SolidMediaMultipleField.js +1 -1
  44. package/dist/components/core/form/fields/SolidMediaMultipleField.js.map +1 -1
  45. package/dist/components/core/form/fields/SolidMediaSingleField.js +2 -2
  46. package/dist/components/core/form/fields/SolidMediaSingleField.js.map +1 -1
  47. package/dist/components/core/form/fields/SolidPasswordField.js +2 -2
  48. package/dist/components/core/form/fields/SolidPasswordField.js.map +1 -1
  49. package/dist/components/core/form/fields/SolidRichTextField.js +2 -2
  50. package/dist/components/core/form/fields/SolidRichTextField.js.map +1 -1
  51. package/dist/components/core/form/fields/SolidSelectionDynamicField.js +1 -1
  52. package/dist/components/core/form/fields/SolidSelectionDynamicField.js.map +1 -1
  53. package/dist/components/core/form/fields/SolidSelectionStaticField.js +3 -3
  54. package/dist/components/core/form/fields/SolidSelectionStaticField.js.map +1 -1
  55. package/dist/components/core/form/fields/SolidShortTextField.js +2 -2
  56. package/dist/components/core/form/fields/SolidShortTextField.js.map +1 -1
  57. package/dist/components/core/form/fields/SolidTimeField.js +1 -1
  58. package/dist/components/core/form/fields/SolidTimeField.js.map +1 -1
  59. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js +1 -1
  60. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.js.map +1 -1
  61. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js +2 -2
  62. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -1
  63. package/dist/components/core/model/CreateModel.js +1 -1
  64. package/dist/components/core/model/CreateModel.js.map +1 -1
  65. package/dist/components/core/model/ModelMetaData.js +1 -1
  66. package/dist/components/core/model/ModelMetaData.js.map +1 -1
  67. package/dist/components/core/module/CreateModule.js +1 -1
  68. package/dist/components/core/module/CreateModule.js.map +1 -1
  69. package/dist/components/core/solid-ai/SolidXAI.module.css +7 -1
  70. package/dist/components/core/solid-ai/SolidXAIResponse.d.ts +0 -13
  71. package/dist/components/core/solid-ai/SolidXAIResponse.d.ts.map +1 -1
  72. package/dist/components/core/solid-ai/SolidXAIResponse.js +7 -329
  73. package/dist/components/core/solid-ai/SolidXAIResponse.js.map +1 -1
  74. package/dist/components/core/solid-ai/SolidXAiJsonDisplay.d.ts +7 -0
  75. package/dist/components/core/solid-ai/SolidXAiJsonDisplay.d.ts.map +1 -0
  76. package/dist/components/core/solid-ai/SolidXAiJsonDisplay.js +322 -0
  77. package/dist/components/core/solid-ai/SolidXAiJsonDisplay.js.map +1 -0
  78. package/dist/components/core/solid-ai/SolidXAiMarkdownDisplay.d.ts +7 -0
  79. package/dist/components/core/solid-ai/SolidXAiMarkdownDisplay.d.ts.map +1 -0
  80. package/dist/components/core/solid-ai/SolidXAiMarkdownDisplay.js +35 -0
  81. package/dist/components/core/solid-ai/SolidXAiMarkdownDisplay.js.map +1 -0
  82. package/dist/components/core/solid-ai/SolidXAiPlainTextDisplay.d.ts +7 -0
  83. package/dist/components/core/solid-ai/SolidXAiPlainTextDisplay.d.ts.map +1 -0
  84. package/dist/components/core/solid-ai/SolidXAiPlainTextDisplay.js +16 -0
  85. package/dist/components/core/solid-ai/SolidXAiPlainTextDisplay.js.map +1 -0
  86. package/dist/components/core/users/CreateUser.js +1 -1
  87. package/dist/components/core/users/CreateUser.js.map +1 -1
  88. package/dist/helpers/registry.js +110 -80
  89. package/dist/helpers/registry.js.map +1 -1
  90. package/dist/redux/api/aiInteractionApi.d.ts +1 -1
  91. package/dist/redux/api/aiInteractionApi.d.ts.map +1 -1
  92. package/dist/redux/api/dashboardApi.js +2 -2
  93. package/dist/redux/api/dashboardApi.js.map +1 -1
  94. package/dist/redux/api/solidServiceApi.d.ts +8 -2
  95. package/dist/redux/api/solidServiceApi.d.ts.map +1 -1
  96. package/dist/redux/api/solidServiceApi.js +2 -2
  97. package/dist/redux/api/solidServiceApi.js.map +1 -1
  98. package/dist/redux/store/defaultStoreConfig.d.ts +4 -1
  99. package/dist/redux/store/defaultStoreConfig.d.ts.map +1 -1
  100. package/dist/resources/globals.css +61 -6
  101. package/dist/resources/solid-responsive.css +20 -0
  102. package/package.json +4 -4
  103. package/src/components/core/solid-ai/SolidXAI.module.css +7 -1
  104. package/src/resources/globals.css +61 -6
  105. package/src/resources/solid-responsive.css +20 -0
@@ -2966,7 +2966,8 @@ li.header-li-px {
2966
2966
  left: 69% !important;
2967
2967
  top: 17.3% !important;
2968
2968
  }
2969
- /*
2969
+
2970
+ /*
2970
2971
  .chatter-section {
2971
2972
  width: 345px;
2972
2973
  } */
@@ -3045,7 +3046,8 @@ li.header-li-px {
3045
3046
  left: 61% !important;
3046
3047
  top: 15% !important;
3047
3048
  }
3048
- /*
3049
+
3050
+ /*
3049
3051
  .chatter-section {
3050
3052
  width: 300px;
3051
3053
  } */
@@ -3296,13 +3298,66 @@ flex-shrink: 0; */
3296
3298
  .warning-header-popup {
3297
3299
  padding: 0.75rem;
3298
3300
  }
3301
+
3299
3302
  .password-field-component {
3300
- padding:10px !important;
3301
- border:2px solid rgba(216, 226, 234, 0.40);
3302
- border-radius:8px !important;
3303
+ padding: 10px !important;
3304
+ border: 2px solid rgba(216, 226, 234, 0.40);
3305
+ border-radius: 8px !important;
3303
3306
  }
3304
- .register-success-popup{
3307
+
3308
+ .register-success-popup {
3305
3309
  border-radius: 1.25rem !important;
3306
3310
  background: #fff !important;
3307
3311
  z-index: 1000 !important;
3312
+ }
3313
+
3314
+ /* ========================= Taost =================================== */
3315
+
3316
+ .p-toast .p-toast-message {
3317
+ align-items: center;
3318
+ padding: 0.5rem 0.5rem;
3319
+ color: white;
3320
+ width: fit-content;
3321
+ }
3322
+
3323
+ .p-toast .p-toast-message.p-toast-message-info{
3324
+ border: 0;
3325
+ }
3326
+
3327
+ .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon, .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close{
3328
+ color: #fff;
3329
+ }
3330
+
3331
+ .p-toast .p-toast-message.p-toast-message-success {
3332
+ background-color: #41b776 !important;
3333
+ }
3334
+
3335
+ .p-toast .p-toast-message.p-toast-message-warn {
3336
+ background-color: #a46b00 !important;
3337
+ }
3338
+
3339
+ .p-toast .p-toast-message.p-toast-message-error {
3340
+ background-color: #d32f2f !important;
3341
+ }
3342
+
3343
+ .p-toast-message-content {
3344
+ display: flex !important;
3345
+ flex-direction: row !important;
3346
+ align-items: center !important;
3347
+ justify-content: space-between !important;
3348
+ padding: 5px;
3349
+ /* text-wrap: nowrap; */
3350
+ }
3351
+
3352
+ .p-toast-message-text {
3353
+ margin: 0px 10px !important;
3354
+ font-size: 1rem;
3355
+ color: var(--text-color-1);
3356
+ font-style: normal;
3357
+ font-weight: 500;
3358
+ line-height: 20px;
3359
+ }
3360
+
3361
+ .p-toast-icon-close {
3362
+ border-radius: 50px;
3308
3363
  }
@@ -0,0 +1,20 @@
1
+ @media (max-width: 480px) {
2
+ .p-panel .p-panel-header {
3
+ padding: 0.75rem;
4
+ }
5
+
6
+ .solid-column-panel.p-panel .p-panel-content {
7
+ padding: 1px 0.75rem 0.75rem 0.75rem;
8
+ }
9
+ }
10
+
11
+ /* For tablets (between 481px and 768px) */
12
+ @media (min-width: 481px) and (max-width: 768px) {
13
+ .p-panel .p-panel-header {
14
+ padding: 1rem;
15
+ }
16
+
17
+ .solid-column-panel.p-panel .p-panel-content {
18
+ padding: 1px 1rem 1rem 1rem;
19
+ }
20
+ }