@orioro/react-ui-core 0.0.15 → 0.0.19

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 CHANGED
@@ -1,5 +1,30 @@
1
1
  # @orioro/react-ui-core
2
2
 
3
+ ## 0.0.19
4
+
5
+ ### Patch Changes
6
+
7
+ - add blockquote styles to rich-text
8
+
9
+ ## 0.0.18
10
+
11
+ ### Patch Changes
12
+
13
+ - @orioro/resolve@0.1.11
14
+
15
+ ## 0.0.17
16
+
17
+ ### Patch Changes
18
+
19
+ - @orioro/resolve@0.1.10
20
+
21
+ ## 0.0.16
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ - @orioro/react-select@3.1.1
27
+
3
28
  ## 0.0.15
4
29
 
5
30
  ### 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.15",
3
+ "version": "0.0.19",
4
4
  "packageManager": "yarn@4.0.2",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
@@ -37,9 +37,9 @@
37
37
  "@mdi/js": "^7.4.47",
38
38
  "@mdi/react": "^1.6.1",
39
39
  "@mui/base": "^5.0.0-beta.40",
40
- "@orioro/react-select": "^3.1.0",
40
+ "@orioro/react-select": "^3.1.1",
41
41
  "@orioro/react-tree": "^0.0.9",
42
- "@orioro/resolve": "^0.1.9",
42
+ "@orioro/resolve": "^0.1.11",
43
43
  "@orioro/tree-model": "^0.0.9",
44
44
  "@orioro/util": "^0.15.1",
45
45
  "@orioro/validate": "^0.0.9",