identity-admin-ui 1.11.15 → 1.11.17

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 (30) hide show
  1. package/lib/cjs/index.css +37 -37
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/types/components/DashboardShowFields/index.d.ts +10 -15
  4. package/lib/cjs/types/components/dataGrid/DataGridd.d.ts +2 -1
  5. package/lib/cjs/types/components/dataGrid/GridTypes.d.ts +2 -1
  6. package/lib/cjs/types/context/Resource.d.ts +20 -0
  7. package/lib/cjs/types/helpers/CrudHelper/Show/IdentityShowProps.d.ts +15 -0
  8. package/lib/cjs/types/helpers/CrudHelper/Show/ShowFieldType.d.ts +22 -0
  9. package/lib/cjs/types/helpers/CrudHelper/Show/ShowRecordProps.d.ts +44 -0
  10. package/lib/cjs/types/layout/dashboard/config-navigation.d.ts +4 -4
  11. package/lib/cjs/types/pages/IdentityShowPage.d.ts +19 -0
  12. package/lib/cjs/types/routes/AdminRouter.d.ts +10 -10
  13. package/lib/cjs/types/routes/paths.d.ts +5 -5
  14. package/lib/cjs/types/sections/dashboard/ShowRecord.d.ts +13 -0
  15. package/lib/esm/index.css +37 -37
  16. package/lib/esm/index.js +1 -1
  17. package/lib/esm/types/components/DashboardShowFields/index.d.ts +10 -15
  18. package/lib/esm/types/components/dataGrid/DataGridd.d.ts +2 -1
  19. package/lib/esm/types/components/dataGrid/GridTypes.d.ts +2 -1
  20. package/lib/esm/types/context/Resource.d.ts +20 -0
  21. package/lib/esm/types/helpers/CrudHelper/Show/IdentityShowProps.d.ts +15 -0
  22. package/lib/esm/types/helpers/CrudHelper/Show/ShowFieldType.d.ts +22 -0
  23. package/lib/esm/types/helpers/CrudHelper/Show/ShowRecordProps.d.ts +44 -0
  24. package/lib/esm/types/layout/dashboard/config-navigation.d.ts +4 -4
  25. package/lib/esm/types/pages/IdentityShowPage.d.ts +19 -0
  26. package/lib/esm/types/routes/AdminRouter.d.ts +10 -10
  27. package/lib/esm/types/routes/paths.d.ts +5 -5
  28. package/lib/esm/types/sections/dashboard/ShowRecord.d.ts +13 -0
  29. package/lib/index.d.ts +113 -1
  30. package/package.json +89 -89
package/lib/cjs/index.css CHANGED
@@ -1,23 +1,41 @@
1
- ::-webkit-scrollbar {
2
- width: 4px;
3
- height: 4px;
4
- }
5
-
6
- ::-webkit-scrollbar-track {
7
- background: transparent;
8
- border-radius: 10px;
9
- }
10
-
11
- ::-webkit-scrollbar-thumb {
12
- background-color: #888;
13
- border-radius: 10px;
14
- }
15
-
16
- ::-webkit-scrollbar-thumb:hover {
17
- background: #555;
18
- }
19
-
1
+ ::-webkit-scrollbar {
2
+ width: 4px;
3
+ height: 4px;
4
+ }
5
+
6
+ ::-webkit-scrollbar-track {
7
+ background: transparent;
8
+ border-radius: 10px;
9
+ }
10
+
11
+ ::-webkit-scrollbar-thumb {
12
+ background-color: #888;
13
+ border-radius: 10px;
14
+ }
20
15
 
16
+ ::-webkit-scrollbar-thumb:hover {
17
+ background: #555;
18
+ }
19
+
20
+
21
+ .editor {
22
+ padding-left: 20px;
23
+ padding-right: 20px;
24
+ max-height: 350px;
25
+ overflow: auto;
26
+ }
27
+ .toolBar {
28
+ border-style: solid;
29
+ border-width: 0.1px;
30
+ border-radius: 10px;
31
+ border-color:lightgray;
32
+ }
33
+ .wrapper {
34
+ border-style: solid;
35
+ border-width: 0.1px;
36
+ border-radius: 10px;
37
+ border-color:lightgray;
38
+ }
21
39
  /*!
22
40
  Theme: Tomorrow Night
23
41
  Author: Chris Kempson (http://chriskempson.com)
@@ -25,24 +43,6 @@
25
43
  Maintainer: @highlightjs/core-team
26
44
  Version: 2021.09.0
27
45
  */pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ccc;background:#2d2d2d}.hljs ::selection,.hljs::selection{background-color:#515151;color:#ccc}.hljs-comment{color:#999}.hljs-tag{color:#b4b7b4}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#ccc}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#f2777a}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#f99157}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#fc6}.hljs-strong{font-weight:700;color:#fc6}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#9c9}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#6cc}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#69c}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#c9c}.hljs-emphasis{color:#c9c;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#a3685a}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
28
- .editor {
29
- padding-left: 20px;
30
- padding-right: 20px;
31
- max-height: 350px;
32
- overflow: auto;
33
- }
34
- .toolBar {
35
- border-style: solid;
36
- border-width: 0.1px;
37
- border-radius: 10px;
38
- border-color:lightgray;
39
- }
40
- .wrapper {
41
- border-style: solid;
42
- border-width: 0.1px;
43
- border-radius: 10px;
44
- border-color:lightgray;
45
- }
46
46
  /*!
47
47
  * Quill Editor v1.3.7
48
48
  * https://quilljs.com/