@orioro/react-ui-core 0.0.16 → 0.0.20
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/CHANGELOG.md +30 -0
- package/dist/index.mjs +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @orioro/react-ui-core
|
|
2
2
|
|
|
3
|
+
## 0.0.20
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @orioro/util@0.16.0
|
|
9
|
+
- @orioro/resolve@0.1.12
|
|
10
|
+
- @orioro/tree-model@0.0.10
|
|
11
|
+
- @orioro/react-select@3.1.1
|
|
12
|
+
- @orioro/validate@0.0.10
|
|
13
|
+
- @orioro/react-tree@0.0.10
|
|
14
|
+
|
|
15
|
+
## 0.0.19
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- add blockquote styles to rich-text
|
|
20
|
+
|
|
21
|
+
## 0.0.18
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- @orioro/resolve@0.1.11
|
|
26
|
+
|
|
27
|
+
## 0.0.17
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- @orioro/resolve@0.1.10
|
|
32
|
+
|
|
3
33
|
## 0.0.16
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
package/dist/index.mjs
CHANGED
|
@@ -3565,7 +3565,7 @@ var FileOutput = withPlaceholder(FileOutputInner, {
|
|
|
3565
3565
|
placeholder: 'Nenhum arquivo selecionado'
|
|
3566
3566
|
});
|
|
3567
3567
|
|
|
3568
|
-
var RichText = styled.div(templateObject_1$f || (templateObject_1$f = __makeTemplateObject(["\n > * {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n > * + * {\n margin-top: 20px;\n }\n\n > * + h1,\n > * + h2,\n > * + h3,\n > * + h4,\n > * + h5,\n > * + h6 {\n margin-top: 40px;\n }\n\n > h2,\n > h3,\n > h4 {\n line-height: 1.25;\n // font-family: var(--font-sans-serif-condensed);\n }\n\n > h2 {\n font-size: 1.5rem;\n }\n\n > h3 {\n font-size: 1.25rem;\n }\n\n > h4 {\n font-weight: 400;\n }\n\n strong {\n font-weight: bold;\n }\n\n em {\n font-style: italic;\n }\n\n cite {\n font-style: italic;\n color: var(--gray-7);\n }\n\n a {\n font-weight: bold;\n color: var(--accent-9);\n\n &:hover {\n text-decoration: underline;\n }\n }\n\n table {\n border-spacing: 0;\n display: block;\n overflow-x: auto;\n text-align: left;\n width: 100%;\n\n td,\n th {\n border-bottom: 1px solid var(--gray-7);\n padding: 4px 8px;\n }\n\n tr:last-child {\n td {\n border-bottom: none;\n }\n }\n }\n\n //\n // Add support for styling markers\n //\n [data-bold] {\n font-weight: bold;\n }\n\n [data-italic] {\n font-style: italic;\n }\n"], ["\n > * {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n > * + * {\n margin-top: 20px;\n }\n\n > * + h1,\n > * + h2,\n > * + h3,\n > * + h4,\n > * + h5,\n > * + h6 {\n margin-top: 40px;\n }\n\n > h2,\n > h3,\n > h4 {\n line-height: 1.25;\n // font-family: var(--font-sans-serif-condensed);\n }\n\n > h2 {\n font-size: 1.5rem;\n }\n\n > h3 {\n font-size: 1.25rem;\n }\n\n > h4 {\n font-weight: 400;\n }\n\n strong {\n font-weight: bold;\n }\n\n em {\n font-style: italic;\n }\n\n cite {\n font-style: italic;\n color: var(--gray-7);\n }\n\n a {\n font-weight: bold;\n color: var(--accent-9);\n\n &:hover {\n text-decoration: underline;\n }\n }\n\n table {\n border-spacing: 0;\n display: block;\n overflow-x: auto;\n text-align: left;\n width: 100%;\n\n td,\n th {\n border-bottom: 1px solid var(--gray-7);\n padding: 4px 8px;\n }\n\n tr:last-child {\n td {\n border-bottom: none;\n }\n }\n }\n\n //\n // Add support for styling markers\n //\n [data-bold] {\n font-weight: bold;\n }\n\n [data-italic] {\n font-style: italic;\n }\n"])));
|
|
3568
|
+
var RichText = styled.div(templateObject_1$f || (templateObject_1$f = __makeTemplateObject(["\n > * {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n > * + * {\n margin-top: 20px;\n }\n\n > * + h1,\n > * + h2,\n > * + h3,\n > * + h4,\n > * + h5,\n > * + h6 {\n margin-top: 40px;\n }\n\n > h2,\n > h3,\n > h4 {\n line-height: 1.25;\n // font-family: var(--font-sans-serif-condensed);\n }\n\n > h2 {\n font-size: 1.5rem;\n }\n\n > h3 {\n font-size: 1.25rem;\n }\n\n > h4 {\n // font-weight: 400;\n }\n\n strong {\n font-weight: bold;\n }\n\n em {\n font-style: italic;\n }\n\n cite {\n font-style: italic;\n color: var(--gray-7);\n }\n\n a {\n font-weight: bold;\n color: var(--accent-9);\n\n &:hover {\n text-decoration: underline;\n }\n }\n\n table {\n border-spacing: 0;\n display: block;\n overflow-x: auto;\n text-align: left;\n width: 100%;\n\n td,\n th {\n border-bottom: 1px solid var(--gray-7);\n padding: 4px 8px;\n }\n\n tr:last-child {\n td {\n border-bottom: none;\n }\n }\n }\n\n blockquote {\n color: var(--gray-11);\n border-left: 4px solid var(--gray-6);\n margin-top: 1.5rem;\n margin-bottom: 1.5rem;\n padding-left: 1rem;\n margin-left: 0;\n font-style: italic;\n }\n\n hr {\n height: 0.25rem;\n padding: 0;\n margin: 2.5rem 0;\n background-color: var(--gray-6);\n border: 0;\n }\n\n //\n // Add support for styling markers\n //\n [data-bold] {\n font-weight: bold;\n }\n\n [data-italic] {\n font-style: italic;\n }\n"], ["\n > * {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n > * + * {\n margin-top: 20px;\n }\n\n > * + h1,\n > * + h2,\n > * + h3,\n > * + h4,\n > * + h5,\n > * + h6 {\n margin-top: 40px;\n }\n\n > h2,\n > h3,\n > h4 {\n line-height: 1.25;\n // font-family: var(--font-sans-serif-condensed);\n }\n\n > h2 {\n font-size: 1.5rem;\n }\n\n > h3 {\n font-size: 1.25rem;\n }\n\n > h4 {\n // font-weight: 400;\n }\n\n strong {\n font-weight: bold;\n }\n\n em {\n font-style: italic;\n }\n\n cite {\n font-style: italic;\n color: var(--gray-7);\n }\n\n a {\n font-weight: bold;\n color: var(--accent-9);\n\n &:hover {\n text-decoration: underline;\n }\n }\n\n table {\n border-spacing: 0;\n display: block;\n overflow-x: auto;\n text-align: left;\n width: 100%;\n\n td,\n th {\n border-bottom: 1px solid var(--gray-7);\n padding: 4px 8px;\n }\n\n tr:last-child {\n td {\n border-bottom: none;\n }\n }\n }\n\n blockquote {\n color: var(--gray-11);\n border-left: 4px solid var(--gray-6);\n margin-top: 1.5rem;\n margin-bottom: 1.5rem;\n padding-left: 1rem;\n margin-left: 0;\n font-style: italic;\n }\n\n hr {\n height: 0.25rem;\n padding: 0;\n margin: 2.5rem 0;\n background-color: var(--gray-6);\n border: 0;\n }\n\n //\n // Add support for styling markers\n //\n [data-bold] {\n font-weight: bold;\n }\n\n [data-italic] {\n font-style: italic;\n }\n"])));
|
|
3569
3569
|
var templateObject_1$f;
|
|
3570
3570
|
|
|
3571
3571
|
var MARKDOWN_DEFAULT_REMARK_PLUGINS = [remarkGfm];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orioro/react-ui-core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20",
|
|
4
4
|
"packageManager": "yarn@4.0.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.mjs",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"prepublish": "yarn build"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@orioro/dev": "^0.0.
|
|
28
|
+
"@orioro/dev": "^0.0.6",
|
|
29
29
|
"rollup": "^4.13.0",
|
|
30
30
|
"rollup-plugin-import-css": "^3.5.0",
|
|
31
31
|
"storybook": "^8.0.0"
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"@mdi/react": "^1.6.1",
|
|
39
39
|
"@mui/base": "^5.0.0-beta.40",
|
|
40
40
|
"@orioro/react-select": "^3.1.1",
|
|
41
|
-
"@orioro/react-tree": "^0.0.
|
|
42
|
-
"@orioro/resolve": "^0.1.
|
|
43
|
-
"@orioro/tree-model": "^0.0.
|
|
44
|
-
"@orioro/util": "^0.
|
|
45
|
-
"@orioro/validate": "^0.0.
|
|
41
|
+
"@orioro/react-tree": "^0.0.10",
|
|
42
|
+
"@orioro/resolve": "^0.1.12",
|
|
43
|
+
"@orioro/tree-model": "^0.0.10",
|
|
44
|
+
"@orioro/util": "^0.16.0",
|
|
45
|
+
"@orioro/validate": "^0.0.10",
|
|
46
46
|
"@radix-ui/react-collapsible": "^1.1.0",
|
|
47
47
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
48
48
|
"@radix-ui/react-icons": "^1.3.0",
|