iglooform 2.3.6 → 2.3.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/es/global-message/style/index.less +1 -1
- package/es/layout/index.js +1 -1
- package/es/typography/index.js +2 -2
- package/es/typography/style/index.less +2 -2
- package/lib/global-message/style/index.less +1 -1
- package/lib/layout/index.js +1 -1
- package/lib/typography/index.js +2 -2
- package/lib/typography/style/index.less +2 -2
- package/package.json +1 -1
package/es/layout/index.js
CHANGED
|
@@ -361,7 +361,7 @@ var Layout = function Layout(props) {
|
|
|
361
361
|
children: [_jsx("div", {
|
|
362
362
|
children: copyRightRender ? copyRightRender(_jsxs("div", {
|
|
363
363
|
children: [_jsxs("div", {
|
|
364
|
-
children: ["
|
|
364
|
+
children: ["\xA9 $", new Date().getFullYear(), " Powered by Axinan Pte Ltd."]
|
|
365
365
|
}, void 0), _jsx("div", {
|
|
366
366
|
children: "All Rights Reserved."
|
|
367
367
|
}, void 0)]
|
package/es/typography/index.js
CHANGED
|
@@ -24,7 +24,7 @@ var IglooTypography = function IglooTypography(_ref) {
|
|
|
24
24
|
|
|
25
25
|
if (wrapElement === 'div') {
|
|
26
26
|
return _jsx("div", Object.assign({
|
|
27
|
-
className: classNames(classNameObj, 'word-
|
|
27
|
+
className: classNames(classNameObj, 'word-wrap', className),
|
|
28
28
|
style: style,
|
|
29
29
|
title: title,
|
|
30
30
|
onClick: onClick
|
|
@@ -34,7 +34,7 @@ var IglooTypography = function IglooTypography(_ref) {
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
return _jsx("span", Object.assign({
|
|
37
|
-
className: classNames(classNameObj, 'word-
|
|
37
|
+
className: classNames(classNameObj, 'word-wrap', className),
|
|
38
38
|
style: style,
|
|
39
39
|
title: title,
|
|
40
40
|
onClick: onClick
|
package/lib/layout/index.js
CHANGED
|
@@ -389,7 +389,7 @@ var Layout = function Layout(props) {
|
|
|
389
389
|
children: [(0, _jsxRuntime.jsx)("div", {
|
|
390
390
|
children: copyRightRender ? copyRightRender((0, _jsxRuntime.jsxs)("div", {
|
|
391
391
|
children: [(0, _jsxRuntime.jsxs)("div", {
|
|
392
|
-
children: ["
|
|
392
|
+
children: ["\xA9 $", new Date().getFullYear(), " Powered by Axinan Pte Ltd."]
|
|
393
393
|
}, void 0), (0, _jsxRuntime.jsx)("div", {
|
|
394
394
|
children: "All Rights Reserved."
|
|
395
395
|
}, void 0)]
|
package/lib/typography/index.js
CHANGED
|
@@ -35,7 +35,7 @@ var IglooTypography = function IglooTypography(_ref) {
|
|
|
35
35
|
|
|
36
36
|
if (wrapElement === 'div') {
|
|
37
37
|
return (0, _jsxRuntime.jsx)("div", Object.assign({
|
|
38
|
-
className: (0, _classnames.default)(classNameObj, 'word-
|
|
38
|
+
className: (0, _classnames.default)(classNameObj, 'word-wrap', className),
|
|
39
39
|
style: style,
|
|
40
40
|
title: title,
|
|
41
41
|
onClick: onClick
|
|
@@ -45,7 +45,7 @@ var IglooTypography = function IglooTypography(_ref) {
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
return (0, _jsxRuntime.jsx)("span", Object.assign({
|
|
48
|
-
className: (0, _classnames.default)(classNameObj, 'word-
|
|
48
|
+
className: (0, _classnames.default)(classNameObj, 'word-wrap', className),
|
|
49
49
|
style: style,
|
|
50
50
|
title: title,
|
|
51
51
|
onClick: onClick
|