@flodesk/grain 2.20.3 → 2.22.0
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/components/arrange.js +22 -22
- package/es/components/box.js +31 -11
- package/es/components/button.js +5 -5
- package/es/components/icon-button.js +4 -4
- package/es/components/icon-toggle.js +8 -8
- package/es/components/icon.js +4 -4
- package/es/components/index.js +11 -11
- package/es/components/stack.js +4 -4
- package/es/components/text-button.js +3 -3
- package/es/components/text-input.js +5 -5
- package/es/components/text-toggle.js +5 -5
- package/es/components/text.js +4 -4
- package/es/foundational/index.js +4 -4
- package/es/hooks/index.js +1 -1
- package/es/hooks/useMedia.js +1 -1
- package/es/icons/icon-align-center.js +1 -1
- package/es/icons/icon-align-left.js +1 -1
- package/es/icons/icon-align-right.js +1 -1
- package/es/icons/icon-arrow-down.js +1 -1
- package/es/icons/icon-arrow-left.js +1 -1
- package/es/icons/icon-arrow-right.js +1 -1
- package/es/icons/icon-arrow-up.js +1 -1
- package/es/icons/icon-browser.js +1 -1
- package/es/icons/icon-chart.js +1 -1
- package/es/icons/icon-check.js +1 -1
- package/es/icons/icon-chevron-down.js +1 -1
- package/es/icons/icon-chevron-horizontal.js +1 -1
- package/es/icons/icon-chevron-left.js +1 -1
- package/es/icons/icon-chevron-right.js +1 -1
- package/es/icons/icon-chevron-up.js +1 -1
- package/es/icons/icon-chevron-vertical.js +1 -1
- package/es/icons/icon-clip.js +1 -1
- package/es/icons/icon-clock.js +1 -1
- package/es/icons/icon-crop.js +1 -1
- package/es/icons/icon-cross.js +1 -1
- package/es/icons/icon-download.js +1 -1
- package/es/icons/icon-duplicate.js +1 -1
- package/es/icons/icon-ellipsis.js +1 -1
- package/es/icons/icon-file.js +1 -1
- package/es/icons/icon-folder-add.js +1 -1
- package/es/icons/icon-folder.js +1 -1
- package/es/icons/icon-gear.js +1 -1
- package/es/icons/icon-globe.js +1 -1
- package/es/icons/icon-heart.js +1 -1
- package/es/icons/icon-image.js +1 -1
- package/es/icons/icon-link.js +1 -1
- package/es/icons/icon-mail.js +1 -1
- package/es/icons/icon-minus.js +1 -1
- package/es/icons/icon-monitor.js +1 -1
- package/es/icons/icon-pencil.js +1 -1
- package/es/icons/icon-phone.js +1 -1
- package/es/icons/icon-plus.js +1 -1
- package/es/icons/icon-redo.js +1 -1
- package/es/icons/icon-search.js +1 -1
- package/es/icons/icon-send.js +1 -1
- package/es/icons/icon-share.js +1 -1
- package/es/icons/icon-smile.js +1 -1
- package/es/icons/icon-switch.js +1 -1
- package/es/icons/icon-tablet.js +1 -1
- package/es/icons/icon-text-align-center.js +1 -1
- package/es/icons/icon-text-align-left.js +1 -1
- package/es/icons/icon-text-align-right.js +1 -1
- package/es/icons/icon-trash.js +1 -1
- package/es/icons/icon-type.js +1 -1
- package/es/icons/icon-undo.js +1 -1
- package/es/icons/icon-upload.js +1 -1
- package/es/icons/index.js +51 -51
- package/es/index.js +3 -3
- package/es/types.js +13 -10
- package/es/utilities/helpers.js +5 -5
- package/es/utilities/index.js +21 -21
- package/es/utilities/responsive.js +10 -10
- package/es/utilities/styles.js +5 -5
- package/es/variables.js +65 -65
- package/package.json +6 -2
package/es/icons/icon-file.js
CHANGED
package/es/icons/icon-folder.js
CHANGED
package/es/icons/icon-gear.js
CHANGED
package/es/icons/icon-globe.js
CHANGED
package/es/icons/icon-heart.js
CHANGED
package/es/icons/icon-image.js
CHANGED
package/es/icons/icon-link.js
CHANGED
package/es/icons/icon-mail.js
CHANGED
package/es/icons/icon-minus.js
CHANGED
package/es/icons/icon-monitor.js
CHANGED
package/es/icons/icon-pencil.js
CHANGED
package/es/icons/icon-phone.js
CHANGED
package/es/icons/icon-plus.js
CHANGED
package/es/icons/icon-redo.js
CHANGED
package/es/icons/icon-search.js
CHANGED
package/es/icons/icon-send.js
CHANGED
package/es/icons/icon-share.js
CHANGED
package/es/icons/icon-smile.js
CHANGED
package/es/icons/icon-switch.js
CHANGED
package/es/icons/icon-tablet.js
CHANGED
package/es/icons/icon-trash.js
CHANGED
package/es/icons/icon-type.js
CHANGED
package/es/icons/icon-undo.js
CHANGED
package/es/icons/icon-upload.js
CHANGED
package/es/icons/index.js
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
export { default as IconAlignCenter } from
|
|
2
|
-
export { default as IconAlignLeft } from
|
|
3
|
-
export { default as IconAlignRight } from
|
|
4
|
-
export { default as IconArrowDown } from
|
|
5
|
-
export { default as IconArrowLeft } from
|
|
6
|
-
export { default as IconArrowRight } from
|
|
7
|
-
export { default as IconArrowUp } from
|
|
8
|
-
export { default as IconBrowser } from
|
|
9
|
-
export { default as IconChart } from
|
|
10
|
-
export { default as IconCheck } from
|
|
11
|
-
export { default as IconChevronDown } from
|
|
12
|
-
export { default as IconChevronHorizontal } from
|
|
13
|
-
export { default as IconChevronLeft } from
|
|
14
|
-
export { default as IconChevronRight } from
|
|
15
|
-
export { default as IconChevronUp } from
|
|
16
|
-
export { default as IconChevronVertical } from
|
|
17
|
-
export { default as IconClip } from
|
|
18
|
-
export { default as IconClock } from
|
|
19
|
-
export { default as IconCrop } from
|
|
20
|
-
export { default as IconCross } from
|
|
21
|
-
export { default as IconDuplicate } from
|
|
22
|
-
export { default as IconEllipsis } from
|
|
23
|
-
export { default as IconFile } from
|
|
24
|
-
export { default as IconFolder } from
|
|
25
|
-
export { default as IconFolderAdd } from
|
|
26
|
-
export { default as IconGear } from
|
|
27
|
-
export { default as IconGlobe } from
|
|
28
|
-
export { default as IconHeart } from
|
|
29
|
-
export { default as IconImage } from
|
|
30
|
-
export { default as IconLink } from
|
|
31
|
-
export { default as IconMail } from
|
|
32
|
-
export { default as IconMinus } from
|
|
33
|
-
export { default as IconMonitor } from
|
|
34
|
-
export { default as IconPencil } from
|
|
35
|
-
export { default as IconPhone } from
|
|
36
|
-
export { default as IconPlus } from
|
|
37
|
-
export { default as IconRedo } from
|
|
38
|
-
export { default as IconSearch } from
|
|
39
|
-
export { default as IconSend } from
|
|
40
|
-
export { default as IconShare } from
|
|
41
|
-
export { default as IconSmile } from
|
|
42
|
-
export { default as IconSwitch } from
|
|
43
|
-
export { default as IconTablet } from
|
|
44
|
-
export { default as IconTextAlignCenter } from
|
|
45
|
-
export { default as IconTextAlignLeft } from
|
|
46
|
-
export { default as IconTextAlignRight } from
|
|
47
|
-
export { default as IconTrash } from
|
|
48
|
-
export { default as IconType } from
|
|
49
|
-
export { default as IconUndo } from
|
|
50
|
-
export { default as IconUpload } from
|
|
51
|
-
export { default as IconDownload } from
|
|
1
|
+
export { default as IconAlignCenter } from './icon-align-center';
|
|
2
|
+
export { default as IconAlignLeft } from './icon-align-left';
|
|
3
|
+
export { default as IconAlignRight } from './icon-align-right';
|
|
4
|
+
export { default as IconArrowDown } from './icon-arrow-down';
|
|
5
|
+
export { default as IconArrowLeft } from './icon-arrow-left';
|
|
6
|
+
export { default as IconArrowRight } from './icon-arrow-right';
|
|
7
|
+
export { default as IconArrowUp } from './icon-arrow-up';
|
|
8
|
+
export { default as IconBrowser } from './icon-browser';
|
|
9
|
+
export { default as IconChart } from './icon-chart';
|
|
10
|
+
export { default as IconCheck } from './icon-check';
|
|
11
|
+
export { default as IconChevronDown } from './icon-chevron-down';
|
|
12
|
+
export { default as IconChevronHorizontal } from './icon-chevron-horizontal';
|
|
13
|
+
export { default as IconChevronLeft } from './icon-chevron-left';
|
|
14
|
+
export { default as IconChevronRight } from './icon-chevron-right';
|
|
15
|
+
export { default as IconChevronUp } from './icon-chevron-up';
|
|
16
|
+
export { default as IconChevronVertical } from './icon-chevron-vertical';
|
|
17
|
+
export { default as IconClip } from './icon-clip';
|
|
18
|
+
export { default as IconClock } from './icon-clock';
|
|
19
|
+
export { default as IconCrop } from './icon-crop';
|
|
20
|
+
export { default as IconCross } from './icon-cross';
|
|
21
|
+
export { default as IconDuplicate } from './icon-duplicate';
|
|
22
|
+
export { default as IconEllipsis } from './icon-ellipsis';
|
|
23
|
+
export { default as IconFile } from './icon-file';
|
|
24
|
+
export { default as IconFolder } from './icon-folder';
|
|
25
|
+
export { default as IconFolderAdd } from './icon-folder-add';
|
|
26
|
+
export { default as IconGear } from './icon-gear';
|
|
27
|
+
export { default as IconGlobe } from './icon-globe';
|
|
28
|
+
export { default as IconHeart } from './icon-heart';
|
|
29
|
+
export { default as IconImage } from './icon-image';
|
|
30
|
+
export { default as IconLink } from './icon-link';
|
|
31
|
+
export { default as IconMail } from './icon-mail';
|
|
32
|
+
export { default as IconMinus } from './icon-minus';
|
|
33
|
+
export { default as IconMonitor } from './icon-monitor';
|
|
34
|
+
export { default as IconPencil } from './icon-pencil';
|
|
35
|
+
export { default as IconPhone } from './icon-phone';
|
|
36
|
+
export { default as IconPlus } from './icon-plus';
|
|
37
|
+
export { default as IconRedo } from './icon-redo';
|
|
38
|
+
export { default as IconSearch } from './icon-search';
|
|
39
|
+
export { default as IconSend } from './icon-send';
|
|
40
|
+
export { default as IconShare } from './icon-share';
|
|
41
|
+
export { default as IconSmile } from './icon-smile';
|
|
42
|
+
export { default as IconSwitch } from './icon-switch';
|
|
43
|
+
export { default as IconTablet } from './icon-tablet';
|
|
44
|
+
export { default as IconTextAlignCenter } from './icon-text-align-center';
|
|
45
|
+
export { default as IconTextAlignLeft } from './icon-text-align-left';
|
|
46
|
+
export { default as IconTextAlignRight } from './icon-text-align-right';
|
|
47
|
+
export { default as IconTrash } from './icon-trash';
|
|
48
|
+
export { default as IconType } from './icon-type';
|
|
49
|
+
export { default as IconUndo } from './icon-undo';
|
|
50
|
+
export { default as IconUpload } from './icon-upload';
|
|
51
|
+
export { default as IconDownload } from './icon-download';
|
package/es/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export * from './components';
|
|
2
|
+
export * from './icons';
|
|
3
|
+
export * from './variables';
|
package/es/types.js
CHANGED
|
@@ -1,23 +1,26 @@
|
|
|
1
1
|
import "core-js/modules/es.object.keys.js";
|
|
2
|
-
import PropTypes from
|
|
3
|
-
import { vars } from
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import { vars } from './variables';
|
|
4
|
+
export var gridContentPositions = ['start', 'end', 'center', 'stretch', 'space-around', 'space-between', 'space-evenly'];
|
|
5
|
+
export var gridItemsAlignments = ['start', 'end', 'center', 'stretch'];
|
|
6
|
+
export var autoFlows = ['column', 'row'];
|
|
4
7
|
export var types = {
|
|
5
8
|
color: PropTypes.oneOfType([PropTypes.oneOf(Object.keys(vars.colors)), PropTypes.string]),
|
|
6
9
|
space: PropTypes.oneOfType([PropTypes.oneOf(Object.keys(vars.spaces)), PropTypes.number, PropTypes.string, PropTypes.object]),
|
|
7
10
|
dimension: PropTypes.oneOfType([PropTypes.number, PropTypes.string, PropTypes.object]),
|
|
8
|
-
side: PropTypes.oneOf([
|
|
11
|
+
side: PropTypes.oneOf(['all', 'left', 'right', 'top', 'bottom', 'x', 'y']),
|
|
9
12
|
radius: PropTypes.oneOfType([PropTypes.oneOf(Object.keys(vars.radii)), PropTypes.string]),
|
|
10
13
|
shadow: PropTypes.oneOfType([PropTypes.oneOf(Object.keys(vars.shadows)), PropTypes.string]),
|
|
11
|
-
position: PropTypes.oneOf([
|
|
14
|
+
position: PropTypes.oneOf(['static', 'relative', 'fixed', 'absolute', 'sticky']),
|
|
12
15
|
textSize: PropTypes.oneOfType([PropTypes.oneOf(Object.keys(vars.texts)), PropTypes.string, PropTypes.object]),
|
|
13
16
|
iconSize: PropTypes.oneOfType([PropTypes.oneOf(Object.keys(vars.icons)), PropTypes.number, PropTypes.string]),
|
|
14
17
|
weight: PropTypes.oneOf(Object.keys(vars.weights)),
|
|
15
|
-
textAlign: PropTypes.oneOf([
|
|
16
|
-
overflow: PropTypes.oneOf([
|
|
17
|
-
fieldSize: PropTypes.oneOf([
|
|
18
|
+
textAlign: PropTypes.oneOf(['left', 'center', 'right']),
|
|
19
|
+
overflow: PropTypes.oneOf(['visible', 'hidden', 'scroll', 'auto']),
|
|
20
|
+
fieldSize: PropTypes.oneOf(['s', 'm']),
|
|
18
21
|
columns: PropTypes.oneOfType([PropTypes.array, PropTypes.string]),
|
|
19
|
-
autoFlow: PropTypes.oneOf(
|
|
20
|
-
|
|
21
|
-
|
|
22
|
+
autoFlow: PropTypes.oneOf(autoFlows),
|
|
23
|
+
gridItemsAlignment: PropTypes.oneOf(gridItemsAlignments),
|
|
24
|
+
gridContentPosition: PropTypes.oneOf(gridContentPositions),
|
|
22
25
|
icon: PropTypes.node
|
|
23
26
|
};
|
package/es/utilities/helpers.js
CHANGED
|
@@ -8,8 +8,8 @@ import "core-js/modules/es.symbol.iterator.js";
|
|
|
8
8
|
import "core-js/modules/es.array.iterator.js";
|
|
9
9
|
import "core-js/modules/es.string.iterator.js";
|
|
10
10
|
import "core-js/modules/web.dom-collections.iterator.js";
|
|
11
|
-
import { grnPrefix } from
|
|
12
|
-
export var isBrowser = typeof window !==
|
|
11
|
+
import { grnPrefix } from '../variables';
|
|
12
|
+
export var isBrowser = typeof window !== 'undefined';
|
|
13
13
|
export var getCssVarCore = function getCssVarCore(type, value) {
|
|
14
14
|
return "".concat(grnPrefix).concat(type, "-").concat(value);
|
|
15
15
|
};
|
|
@@ -20,14 +20,14 @@ export var u = function u(amount) {
|
|
|
20
20
|
return "calc(var(--grn-unit) * ".concat(amount, ")");
|
|
21
21
|
};
|
|
22
22
|
export var isNumber = function isNumber(value) {
|
|
23
|
-
return typeof value ===
|
|
23
|
+
return typeof value === 'number';
|
|
24
24
|
};
|
|
25
25
|
export var isString = function isString(value) {
|
|
26
|
-
return typeof value ===
|
|
26
|
+
return typeof value === 'string';
|
|
27
27
|
};
|
|
28
28
|
export var isArray = function isArray(value) {
|
|
29
29
|
return Array.isArray(value);
|
|
30
30
|
};
|
|
31
31
|
export var isObject = function isObject(value) {
|
|
32
|
-
return _typeof(value) ===
|
|
32
|
+
return _typeof(value) === 'object';
|
|
33
33
|
};
|
package/es/utilities/index.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export { getDimension } from
|
|
2
|
-
export { getResponsiveDimension } from
|
|
3
|
-
export { getColor } from
|
|
4
|
-
export { getShadow } from
|
|
5
|
-
export { getTextSize } from
|
|
6
|
-
export { getResponsiveTextSize } from
|
|
7
|
-
export { getWeight } from
|
|
8
|
-
export { getRadius } from
|
|
9
|
-
export { getTransition } from
|
|
10
|
-
export { getResponsiveSpace } from
|
|
11
|
-
export { getIconSize } from
|
|
12
|
-
export { getGridColumns } from
|
|
13
|
-
export { getBorder } from
|
|
14
|
-
export { isBrowser } from
|
|
15
|
-
export { getCssVarCore } from
|
|
16
|
-
export { getCssVar } from
|
|
17
|
-
export { u } from
|
|
18
|
-
export { isNumber } from
|
|
19
|
-
export { isString } from
|
|
20
|
-
export { isArray } from
|
|
21
|
-
export { isObject } from
|
|
1
|
+
export { getDimension } from './responsive';
|
|
2
|
+
export { getResponsiveDimension } from './responsive';
|
|
3
|
+
export { getColor } from './styles';
|
|
4
|
+
export { getShadow } from './styles';
|
|
5
|
+
export { getTextSize } from './responsive';
|
|
6
|
+
export { getResponsiveTextSize } from './responsive';
|
|
7
|
+
export { getWeight } from './styles';
|
|
8
|
+
export { getRadius } from './styles';
|
|
9
|
+
export { getTransition } from './styles';
|
|
10
|
+
export { getResponsiveSpace } from './responsive';
|
|
11
|
+
export { getIconSize } from './styles';
|
|
12
|
+
export { getGridColumns } from './styles';
|
|
13
|
+
export { getBorder } from './styles';
|
|
14
|
+
export { isBrowser } from './helpers';
|
|
15
|
+
export { getCssVarCore } from './helpers';
|
|
16
|
+
export { getCssVar } from './helpers';
|
|
17
|
+
export { u } from './helpers';
|
|
18
|
+
export { isNumber } from './helpers';
|
|
19
|
+
export { isString } from './helpers';
|
|
20
|
+
export { isArray } from './helpers';
|
|
21
|
+
export { isObject } from './helpers';
|
|
@@ -24,36 +24,36 @@ import "core-js/modules/web.dom-collections.iterator.js";
|
|
|
24
24
|
import "core-js/modules/es.array.slice.js";
|
|
25
25
|
import "core-js/modules/es.array.from.js";
|
|
26
26
|
import "core-js/modules/es.regexp.exec.js";
|
|
27
|
-
import { getCssVar, isNumber, isString, u, isObject } from
|
|
28
|
-
import { vars, varInfo } from
|
|
29
|
-
export var getMediaCss = function getMediaCss(
|
|
27
|
+
import { getCssVar, isNumber, isString, u, isObject } from '.';
|
|
28
|
+
import { vars, varInfo } from '../variables';
|
|
29
|
+
export var getMediaCss = function getMediaCss(mediaQuery, property, value) {
|
|
30
30
|
var getValue = function getValue(val) {
|
|
31
31
|
if (val === 0) return val;
|
|
32
32
|
if (isNumber(val)) return u(val);
|
|
33
33
|
if (isString(val)) return val;
|
|
34
34
|
};
|
|
35
35
|
|
|
36
|
-
if (
|
|
36
|
+
if (mediaQuery === 'default') {
|
|
37
37
|
return "".concat(property, ": ").concat(getValue(value), ";");
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
return "\n
|
|
40
|
+
return "\n ".concat(mediaQuery, " {\n ").concat(property, ": ").concat(getValue(value), ";\n }\n ");
|
|
41
41
|
};
|
|
42
42
|
export var mapObjToMedia = function mapObjToMedia(property, obj, type) {
|
|
43
43
|
var varPrefix = varInfo[type].prefix;
|
|
44
44
|
var declarations = Object.entries(obj).map(function (_ref) {
|
|
45
45
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
46
|
-
|
|
46
|
+
mediaQuery = _ref2[0],
|
|
47
47
|
value = _ref2[1];
|
|
48
48
|
|
|
49
49
|
if (value in vars[type]) {
|
|
50
|
-
return getMediaCss(
|
|
50
|
+
return getMediaCss(mediaQuery, property, getCssVar(varPrefix, value));
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
return getMediaCss(
|
|
53
|
+
return getMediaCss(mediaQuery, property, value);
|
|
54
54
|
}); // reverse array to make sure max-widths correctly override
|
|
55
55
|
|
|
56
|
-
declarations.reverse().join(
|
|
56
|
+
declarations.reverse().join('');
|
|
57
57
|
return declarations;
|
|
58
58
|
};
|
|
59
59
|
export var getDimension = function getDimension(dimension) {
|
|
@@ -97,7 +97,7 @@ export var getTextSize = function getTextSize(size) {
|
|
|
97
97
|
};
|
|
98
98
|
export var getResponsiveTextSize = function getResponsiveTextSize(size) {
|
|
99
99
|
if (!size) return;
|
|
100
|
-
var property =
|
|
100
|
+
var property = 'font-size';
|
|
101
101
|
|
|
102
102
|
if (isObject(size)) {
|
|
103
103
|
return mapObjToMedia(property, size, varInfo.texts.name);
|
package/es/utilities/styles.js
CHANGED
|
@@ -16,9 +16,9 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
16
16
|
|
|
17
17
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
18
18
|
|
|
19
|
-
import { getCssVar, isNumber, isString, u, isArray } from
|
|
20
|
-
import { vars, varInfo } from
|
|
21
|
-
import { getDimension } from
|
|
19
|
+
import { getCssVar, isNumber, isString, u, isArray } from '.';
|
|
20
|
+
import { vars, varInfo } from '../variables';
|
|
21
|
+
import { getDimension } from './responsive';
|
|
22
22
|
|
|
23
23
|
var allColors = _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, vars.colors.bases), vars.colors.greys), vars.colors.semantics), vars.colors.fades);
|
|
24
24
|
|
|
@@ -67,7 +67,7 @@ export var getGridColumns = function getGridColumns(columns) {
|
|
|
67
67
|
if (isArray(columns)) {
|
|
68
68
|
return columns.map(function (column) {
|
|
69
69
|
return getDimension(column);
|
|
70
|
-
}).join(
|
|
70
|
+
}).join(' ');
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
if (isString(columns)) return columns;
|
|
@@ -87,6 +87,6 @@ export var getBorder = function getBorder(borderSide, borderWidth, borderColor)
|
|
|
87
87
|
if (borderSide in borderSides) {
|
|
88
88
|
return "\n ".concat(borderSides[borderSide].map(function (side) {
|
|
89
89
|
return "border-".concat(side, "-style: solid");
|
|
90
|
-
}).join(
|
|
90
|
+
}).join(';'), ";\n\n border-color: ").concat(getColor(borderColor), ";\n border-width: ").concat(getDimension(borderWidth), ";\n ");
|
|
91
91
|
}
|
|
92
92
|
};
|