identity-admin-ui 1.12.37 → 1.12.38
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/lib/cjs/index.css +26 -26
- package/lib/cjs/index.js +135 -135
- package/lib/cjs/types/components/Notifications/NotificationsLocalization.d.ts +6 -2
- package/lib/cjs/types/components/editor/toolbar.d.ts +7 -7
- package/lib/cjs/types/context/NotificationsContext.d.ts +2 -0
- package/lib/cjs/types/hooks/useNotifications.d.ts +2 -0
- package/lib/cjs/types/layout/dashboard/config-navigation.d.ts +4 -4
- package/lib/cjs/types/layouts/dashboard/header/NotificationsPopover.d.ts +0 -12
- package/lib/cjs/types/routes/AdminRouter.d.ts +10 -10
- package/lib/cjs/types/routes/paths.d.ts +5 -5
- package/lib/esm/index.css +26 -26
- package/lib/esm/index.js +135 -135
- package/lib/esm/types/components/Notifications/NotificationsLocalization.d.ts +6 -2
- package/lib/esm/types/components/editor/toolbar.d.ts +7 -7
- package/lib/esm/types/context/NotificationsContext.d.ts +2 -0
- package/lib/esm/types/hooks/useNotifications.d.ts +2 -0
- package/lib/esm/types/layout/dashboard/config-navigation.d.ts +4 -4
- package/lib/esm/types/layouts/dashboard/header/NotificationsPopover.d.ts +0 -12
- package/lib/esm/types/routes/AdminRouter.d.ts +10 -10
- package/lib/esm/types/routes/paths.d.ts +5 -5
- package/lib/index.d.ts +4 -0
- package/package.json +95 -95
package/lib/cjs/index.css
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
.editor {
|
|
2
|
+
padding-left: 20px;
|
|
3
|
+
padding-right: 20px;
|
|
4
|
+
min-height: 120px;
|
|
5
|
+
max-height: 350px;
|
|
6
|
+
overflow: auto;
|
|
7
|
+
}
|
|
8
|
+
.toolBar {
|
|
9
|
+
border-style: solid;
|
|
10
|
+
border-width: 0.1px;
|
|
11
|
+
border-radius: 10px;
|
|
12
|
+
border-color: lightgray;
|
|
13
|
+
}
|
|
14
|
+
.wrapper {
|
|
15
|
+
border-style: solid;
|
|
16
|
+
border-width: 0.1px;
|
|
17
|
+
border-radius: 10px;
|
|
18
|
+
border-color: lightgray;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
[dir="rtl"] .rdw-dropdown-carettoopen,
|
|
22
|
+
[dir="rtl"] .rdw-dropdown-carettoclose {
|
|
23
|
+
right: auto;
|
|
24
|
+
left: 10%;
|
|
25
|
+
}
|
|
26
|
+
|
|
1
27
|
/*!
|
|
2
28
|
Theme: Tomorrow Night
|
|
3
29
|
Author: Chris Kempson (http://chriskempson.com)
|
|
@@ -5,32 +31,6 @@
|
|
|
5
31
|
Maintainer: @highlightjs/core-team
|
|
6
32
|
Version: 2021.09.0
|
|
7
33
|
*/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}
|
|
8
|
-
.editor {
|
|
9
|
-
padding-left: 20px;
|
|
10
|
-
padding-right: 20px;
|
|
11
|
-
min-height: 120px;
|
|
12
|
-
max-height: 350px;
|
|
13
|
-
overflow: auto;
|
|
14
|
-
}
|
|
15
|
-
.toolBar {
|
|
16
|
-
border-style: solid;
|
|
17
|
-
border-width: 0.1px;
|
|
18
|
-
border-radius: 10px;
|
|
19
|
-
border-color: lightgray;
|
|
20
|
-
}
|
|
21
|
-
.wrapper {
|
|
22
|
-
border-style: solid;
|
|
23
|
-
border-width: 0.1px;
|
|
24
|
-
border-radius: 10px;
|
|
25
|
-
border-color: lightgray;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
[dir="rtl"] .rdw-dropdown-carettoopen,
|
|
29
|
-
[dir="rtl"] .rdw-dropdown-carettoclose {
|
|
30
|
-
right: auto;
|
|
31
|
-
left: 10%;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
34
|
/*!
|
|
35
35
|
* Quill Editor v1.3.7
|
|
36
36
|
* https://quilljs.com/
|