@micromag/element-quote 0.4.4 → 0.4.7
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/assets/css/styles.css +1 -1
- package/es/index.js +1 -1
- package/es/styles.css +1 -1
- package/package.json +4 -4
package/assets/css/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.container{font-family:Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.3;margin:0;padding:0}.container em,.container i{font-style:italic}.container b,.container strong{font-weight:700}.container p{margin-bottom:.5em;margin-top:.5em}.container mark{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding:0}.container h2{font-size:2em}.container h3{font-size:1.75em}.container h4{font-size:1.5em}.container blockquote{padding:0 0 0 1em}.container img{display:block;height:auto;max-width:100%;width:auto}.container.showEmpty{border:2px dashed var(--mm-gray-800);color:var(--mm-gray-800);display:inline-block;height:80px;width:300px}
|
|
1
|
+
.micromag-element-quote-container{font-family:Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.3;margin:0;padding:0}.micromag-element-quote-container em,.micromag-element-quote-container i{font-style:italic}.micromag-element-quote-container b,.micromag-element-quote-container strong{font-weight:700}.micromag-element-quote-container p{margin-bottom:.5em;margin-top:.5em}.micromag-element-quote-container mark{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding:0}.micromag-element-quote-container h2{font-size:2em}.micromag-element-quote-container h3{font-size:1.75em}.micromag-element-quote-container h4{font-size:1.5em}.micromag-element-quote-container blockquote{padding:0 0 0 1em}.micromag-element-quote-container img{display:block;height:auto;max-width:100%;width:auto}.micromag-element-quote-container.micromag-element-quote-showEmpty{border:2px dashed var(--mm-gray-800);color:var(--mm-gray-800);display:inline-block;height:80px;width:300px}
|
package/es/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import React, { useId } from 'react';
|
|
|
5
5
|
import { LinkStyle, HighlightStyle } from '@micromag/core/components';
|
|
6
6
|
import { getStyleFromLink, getStyleFromHighlight, getStyleFromText, getStyleFromMargin } from '@micromag/core/utils';
|
|
7
7
|
|
|
8
|
-
var styles = {"container":"container","showEmpty":"showEmpty"};
|
|
8
|
+
var styles = {"container":"micromag-element-quote-container","showEmpty":"micromag-element-quote-showEmpty"};
|
|
9
9
|
|
|
10
10
|
function Quote(_ref) {
|
|
11
11
|
var _ref$body = _ref.body,
|
package/es/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.container{font-family:Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.3;margin:0;padding:0}.container em,.container i{font-style:italic}.container b,.container strong{font-weight:700}.container p{margin-bottom:.5em;margin-top:.5em}.container mark{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding:0}.container h2{font-size:2em}.container h3{font-size:1.75em}.container h4{font-size:1.5em}.container blockquote{padding:0 0 0 1em}.container img{display:block;height:auto;max-width:100%;width:auto}.container.showEmpty{border:2px dashed var(--mm-gray-800);color:var(--mm-gray-800);display:inline-block;height:80px;width:300px}
|
|
1
|
+
.micromag-element-quote-container{font-family:Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.3;margin:0;padding:0}.micromag-element-quote-container em,.micromag-element-quote-container i{font-style:italic}.micromag-element-quote-container b,.micromag-element-quote-container strong{font-weight:700}.micromag-element-quote-container p{margin-bottom:.5em;margin-top:.5em}.micromag-element-quote-container mark{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding:0}.micromag-element-quote-container h2{font-size:2em}.micromag-element-quote-container h3{font-size:1.75em}.micromag-element-quote-container h4{font-size:1.5em}.micromag-element-quote-container blockquote{padding:0 0 0 1em}.micromag-element-quote-container img{display:block;height:auto;max-width:100%;width:auto}.micromag-element-quote-container.micromag-element-quote-showEmpty{border:2px dashed var(--mm-gray-800);color:var(--mm-gray-800);display:inline-block;height:80px;width:300px}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/element-quote",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"react-dom": "^18.3.0 || ^19.0.0"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@babel/runtime": "^7.
|
|
63
|
-
"@micromag/core": "^0.4.
|
|
62
|
+
"@babel/runtime": "^7.28.6",
|
|
63
|
+
"@micromag/core": "^0.4.7",
|
|
64
64
|
"classnames": "^2.2.6",
|
|
65
65
|
"react-intl": "^8.1.3",
|
|
66
66
|
"uuid": "^9.0.0"
|
|
@@ -69,6 +69,6 @@
|
|
|
69
69
|
"access": "public",
|
|
70
70
|
"registry": "https://registry.npmjs.org/"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "980f31596f09533637462b004eefd1877e7ea204",
|
|
73
73
|
"types": "es/index.d.ts"
|
|
74
74
|
}
|