@trionesdev/antd-mobile-base-react 0.0.2-beta.15 → 0.0.2-beta.17

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.
Files changed (115) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +23 -23
  3. package/dist/Alert/style.scss +69 -69
  4. package/dist/Avatar/avatar.d.ts +2 -2
  5. package/dist/Avatar/avatar.js +1 -1
  6. package/dist/Avatar/style.scss +17 -17
  7. package/dist/Badge/style.scss +100 -100
  8. package/dist/Card/style.scss +35 -35
  9. package/dist/CascaderView/style.scss +22 -22
  10. package/dist/Cell/CellGroup.js +25 -8
  11. package/dist/Cell/cell.js +20 -37
  12. package/dist/Cell/context.d.ts +4 -2
  13. package/dist/Cell/styles.scss +81 -52
  14. package/dist/Cell/types.d.ts +6 -4
  15. package/dist/Checkbox/checkbox-group.js +1 -2
  16. package/dist/Checkbox/index.scss +165 -165
  17. package/dist/ConfigProvider/config-provider.d.ts +1 -0
  18. package/dist/DemoBlock/index.scss +20 -20
  19. package/dist/DemoDescription/index.scss +3 -3
  20. package/dist/Descriptions/style.scss +65 -65
  21. package/dist/Divider/divider.d.ts +1 -1
  22. package/dist/Divider/divider.js +5 -3
  23. package/dist/Divider/style.scss +62 -62
  24. package/dist/Ellipsis/style.scss +13 -13
  25. package/dist/Empty/style.scss +29 -29
  26. package/dist/ErrorBlock/demo/base.js +2 -2
  27. package/dist/ErrorBlock/style.scss +62 -62
  28. package/dist/Footer/style.scss +55 -55
  29. package/dist/Form/ErrorList.d.ts +4 -0
  30. package/dist/Form/ErrorList.js +9 -0
  31. package/dist/Form/context.d.ts +4 -2
  32. package/dist/Form/context.js +2 -1
  33. package/dist/Form/form.d.ts +24 -6
  34. package/dist/Form/form.js +22 -11
  35. package/dist/Form/hooks/useForm.js +1 -8
  36. package/dist/Form/hooks/useFormContext.js +1 -2
  37. package/dist/Form/index.d.ts +6 -3
  38. package/dist/Form/index.js +4 -1
  39. package/dist/Form/styles.scss +11 -0
  40. package/dist/Form/types.d.ts +2 -1
  41. package/dist/FormCell/FormCell.d.ts +21 -0
  42. package/dist/FormCell/FormCell.js +56 -0
  43. package/dist/FormCell/index.d.ts +4 -0
  44. package/dist/FormCell/index.js +3 -0
  45. package/dist/FormCell/styles.scss +103 -0
  46. package/dist/Grid/style.scss +17 -17
  47. package/dist/Icon/demo/base.js +2 -2
  48. package/dist/InputNumber/input-number.d.ts +2 -4
  49. package/dist/InputNumber/input-number.js +46 -28
  50. package/dist/InputNumber/style.scss +100 -63
  51. package/dist/Loading/DotLoading.d.ts +8 -0
  52. package/dist/Loading/DotLoading.js +33 -0
  53. package/dist/Loading/SpinLoading.js +70 -0
  54. package/dist/Loading/dot-loading.scss +72 -0
  55. package/dist/Loading/index.d.ts +5 -0
  56. package/dist/Loading/index.js +3 -0
  57. package/dist/{SpinLoading → Loading}/spin-loading.scss +39 -40
  58. package/dist/NavBar/style.scss +64 -64
  59. package/dist/NoticeBar/style.scss +130 -130
  60. package/dist/PageIndicator/style.scss +59 -59
  61. package/dist/Progress/Progress.js +1 -1
  62. package/dist/Progress/ProgressCircle.js +5 -2
  63. package/dist/Progress/ProgressLine.js +2 -2
  64. package/dist/Progress/style.scss +33 -33
  65. package/dist/Progress/types.d.ts +2 -2
  66. package/dist/Radio/style.scss +154 -141
  67. package/dist/Rate/style.scss +37 -37
  68. package/dist/Result/demo/base.js +2 -2
  69. package/dist/Result/style.scss +73 -73
  70. package/dist/SafeArea/style.scss +20 -20
  71. package/dist/Scaffold/style.scss +17 -17
  72. package/dist/Segmented/style.scss +75 -75
  73. package/dist/Skeleton/Skeleton.d.ts +80 -21
  74. package/dist/Skeleton/Skeleton.js +248 -57
  75. package/dist/Skeleton/index.d.ts +3 -1
  76. package/dist/Skeleton/index.js +2 -1
  77. package/dist/Skeleton/style.scss +215 -48
  78. package/dist/Space/space.js +12 -9
  79. package/dist/Space/style.scss +101 -80
  80. package/dist/Stepper/index.d.ts +3 -0
  81. package/dist/Stepper/index.js +2 -0
  82. package/dist/Stepper/stepper.d.ts +14 -0
  83. package/dist/Stepper/stepper.js +92 -0
  84. package/dist/Stepper/style.scss +100 -0
  85. package/dist/Steps/HorizontalSteps.js +5 -2
  86. package/dist/Steps/VerticalSteps.js +5 -2
  87. package/dist/Steps/style.scss +153 -153
  88. package/dist/Steps/types.d.ts +2 -0
  89. package/dist/Switch/style.scss +127 -128
  90. package/dist/Switch/switch.d.ts +2 -0
  91. package/dist/Switch/switch.js +6 -5
  92. package/dist/TabBar/demo/base.js +2 -2
  93. package/dist/TabBar/index.scss +37 -37
  94. package/dist/Tabs/style.scss +108 -108
  95. package/dist/Tag/style.scss +110 -109
  96. package/dist/Tag/tag.d.ts +1 -1
  97. package/dist/Tag/tag.js +1 -1
  98. package/dist/WaterMark/style.scss +17 -17
  99. package/dist/index.d.ts +11 -4
  100. package/dist/index.js +5 -2
  101. package/dist/style/css-variable.scss +6 -6
  102. package/dist/style/style.scss +52 -52
  103. package/dist/style/theme-dark.scss +24 -24
  104. package/dist/style/theme-default.scss +54 -54
  105. package/dist/style/variable.scss +180 -173
  106. package/dist/types.d.ts +6 -1
  107. package/dist/utils/type.js +36 -36
  108. package/dist/utils/with-default-props.js +4 -4
  109. package/package.json +4 -7
  110. package/dist/SpinLoading/index.d.ts +0 -3
  111. package/dist/SpinLoading/index.js +0 -2
  112. package/dist/SpinLoading/spin-loading.js +0 -59
  113. package/dist/Tabs/demo/base.d.ts +0 -3
  114. package/dist/Tabs/demo/base.js +0 -59
  115. /package/dist/{SpinLoading/spin-loading.d.ts → Loading/SpinLoading.d.ts} +0 -0
package/dist/Cell/cell.js CHANGED
@@ -9,77 +9,60 @@ import React, { useContext, useMemo } from 'react';
9
9
  import "./styles.scss";
10
10
  import { CellGroupContext } from "./context";
11
11
  import { assign } from "lodash-es";
12
+ import { RightOutline } from "@trionesdev/antd-mobile-icons-react";
12
13
  var cls = 'triones-antm-cell';
13
14
  export var Cell = function Cell(_ref) {
15
+ var _ref2, _ref3, _ref4;
14
16
  var className = _ref.className,
15
17
  style = _ref.style,
16
18
  placeholder = _ref.placeholder,
17
19
  children = _ref.children,
18
20
  label = _ref.label,
19
21
  extra = _ref.extra,
22
+ arrow = _ref.arrow,
20
23
  labelCol = _ref.labelCol,
21
24
  labelAlign = _ref.labelAlign,
22
- wrapperAlign = _ref.wrapperAlign,
25
+ contentAlign = _ref.contentAlign,
23
26
  onClick = _ref.onClick,
24
27
  styles = _ref.styles;
25
28
  var _useContext = useContext(CellGroupContext),
26
29
  ctxLabelCol = _useContext.labelCol,
27
30
  ctxLabelAlign = _useContext.labelAlign,
28
- ctxWrapperAlign = _useContext.wrapperAlign,
31
+ ctxContentAlign = _useContext.contentAlign,
32
+ ctxSize = _useContext.size,
33
+ ctxArrow = _useContext.arrow,
29
34
  ctxExtra = _useContext.extra,
30
35
  ctxStyles = _useContext.styles;
31
36
  var labelWidth = useMemo(function () {
32
37
  return (labelCol === null || labelCol === void 0 ? void 0 : labelCol.flex) || (ctxLabelCol === null || ctxLabelCol === void 0 ? void 0 : ctxLabelCol.flex) || 'auto';
33
38
  }, [labelCol, ctxLabelCol]);
34
- var labelAlignStyle = useMemo(function () {
35
- var align = labelAlign || ctxLabelAlign;
36
- switch (align) {
37
- case 'left':
38
- return 'start';
39
- case 'center':
40
- return 'center';
41
- case 'right':
42
- return 'end';
43
- default:
44
- return 'start';
45
- }
46
- }, [labelAlign, ctxLabelAlign]);
47
- var wrapperAlignStyle = useMemo(function () {
48
- var align = wrapperAlign || ctxWrapperAlign;
49
- switch (align) {
50
- case 'left':
51
- return 'start';
52
- case 'center':
53
- return 'center';
54
- case 'right':
55
- return 'end';
56
- default:
57
- return 'start';
58
- }
59
- }, [wrapperAlign, ctxWrapperAlign]);
39
+ var finalLabelAlign = (_ref2 = ctxLabelAlign !== null && ctxLabelAlign !== void 0 ? ctxLabelAlign : labelAlign) !== null && _ref2 !== void 0 ? _ref2 : 'start';
40
+ var finalContentAlign = (_ref3 = ctxContentAlign !== null && ctxContentAlign !== void 0 ? ctxContentAlign : contentAlign) !== null && _ref3 !== void 0 ? _ref3 : 'end';
41
+ var finalSize = ctxSize !== null && ctxSize !== void 0 ? ctxSize : 'medium';
42
+ var finalArrow = (_ref4 = ctxArrow !== null && ctxArrow !== void 0 ? ctxArrow : arrow) !== null && _ref4 !== void 0 ? _ref4 : false;
60
43
  var mergedStyles = assign({}, ctxStyles, styles);
61
44
  if (style) {
62
45
  mergedStyles.cell = assign(mergedStyles.cell, style);
63
46
  }
47
+ var sizePossible = ['small', 'medium', 'large'].includes(finalSize);
64
48
  return /*#__PURE__*/React.createElement("div", {
65
- className: classNames(cls, className),
49
+ className: classNames(cls, _defineProperty({}, "".concat(cls, "-").concat(finalSize), sizePossible), className),
66
50
  style: _objectSpread({}, mergedStyles.cell),
67
51
  onClick: onClick
68
52
  }, label && /*#__PURE__*/React.createElement("div", {
69
- className: classNames("".concat(cls, "-label")),
53
+ className: classNames("".concat(cls, "-label"), "".concat(cls, "-label-").concat(finalLabelAlign)),
70
54
  style: _objectSpread({
71
- width: labelWidth,
72
- justifyContent: labelAlignStyle
55
+ width: labelWidth
73
56
  }, mergedStyles === null || mergedStyles === void 0 ? void 0 : mergedStyles.label)
74
57
  }, label), /*#__PURE__*/React.createElement("div", {
75
- className: classNames("".concat(cls, "-content")),
76
- style: _objectSpread({
77
- justifyContent: wrapperAlignStyle
78
- }, mergedStyles === null || mergedStyles === void 0 ? void 0 : mergedStyles.content)
58
+ className: classNames("".concat(cls, "-content"), "".concat(cls, "-content-").concat(finalContentAlign)),
59
+ style: _objectSpread({}, mergedStyles === null || mergedStyles === void 0 ? void 0 : mergedStyles.content)
79
60
  }, children || placeholder && /*#__PURE__*/React.createElement("div", {
80
61
  className: classNames("".concat(cls, "-placeholder"))
81
62
  }, placeholder)), (extra || ctxExtra) && /*#__PURE__*/React.createElement("div", {
82
63
  className: classNames("".concat(cls, "-extra")),
83
64
  style: mergedStyles === null || mergedStyles === void 0 ? void 0 : mergedStyles.extra
84
- }, extra || ctxExtra));
65
+ }, extra || ctxExtra), finalArrow && /*#__PURE__*/React.createElement("div", {
66
+ className: classNames("".concat(cls, "-arrow"))
67
+ }, /*#__PURE__*/React.createElement(RightOutline, null)));
85
68
  };
@@ -1,11 +1,13 @@
1
1
  import React from "react";
2
- import { Col } from "../types";
2
+ import { AntSize, Col } from "../types";
3
3
  import { align } from "./types";
4
4
  type CellGroupContextType = {
5
5
  labelCol?: Col;
6
6
  labelAlign?: align;
7
- wrapperAlign?: align;
7
+ contentAlign?: align;
8
+ arrow?: boolean;
8
9
  extra?: React.ReactNode;
10
+ size?: AntSize;
9
11
  styles?: {
10
12
  cell?: React.CSSProperties;
11
13
  label?: React.CSSProperties;
@@ -1,52 +1,81 @@
1
- @use "../style/variable" as variable;
2
-
3
- $cellCls: 'triones-antm-cell';
4
-
5
- .#{$cellCls} {
6
- padding-block: 4Px;
7
- display: flex;
8
- gap: 4Px;
9
- align-items: center;
10
-
11
-
12
- &-label {
13
- display: flex;
14
- align-items: center;
15
- }
16
-
17
- &-content {
18
- flex: 1 auto;
19
- display: flex;
20
- align-items: center;
21
- min-height: 20Px;
22
- }
23
-
24
- &-extra {
25
- display: flex;
26
- align-items: center;
27
- }
28
-
29
-
30
- &-placeholder {
31
- font-size: variable.$trionesFontSize;
32
- color: variable.$trionesColorTextPlaceholder;
33
- }
34
- }
35
-
36
- .#{$cellCls}-group {
37
- display: flex;
38
- flex-direction: column;
39
- border-radius: variable.$trionesBorderRadius;
40
-
41
- &-title {
42
- padding: 4Px 4Px;
43
- display: flex;
44
- justify-content: space-between;
45
-
46
- &-text {
47
- }
48
-
49
- &-extra {
50
- }
51
- }
52
- }
1
+ @use "../style/variable" as variable;
2
+
3
+ $cellCls: 'triones-antm-cell';
4
+
5
+ .#{$cellCls} {
6
+ display: flex;
7
+ gap: 4Px;
8
+ align-items: center;
9
+
10
+ &-small{
11
+ padding-block: variable.$trionesPaddingXxs;
12
+ }
13
+ &-medium{
14
+ padding-block: variable.$trionesPaddingXs;
15
+ }
16
+ &-large{
17
+ padding-block: variable.$trionesPaddingSm;
18
+ }
19
+
20
+ &-label {
21
+ display: flex;
22
+ align-items: center;
23
+ &-start{
24
+ justify-content: flex-start;
25
+ }
26
+ &-end{
27
+ justify-content: flex-end;
28
+ }
29
+ }
30
+
31
+ &-content {
32
+ flex: 1 auto;
33
+ display: flex;
34
+ align-items: center;
35
+ min-height: 20Px;
36
+ &-start{
37
+ justify-content: flex-start;
38
+ }
39
+ &-end{
40
+ justify-content: flex-end;
41
+ }
42
+ }
43
+
44
+ &-extra {
45
+ display: flex;
46
+ align-items: center;
47
+ }
48
+ &-arrow{
49
+ font-size: variable.$trionesFontSize;
50
+ color: variable.$trionesColorTextPlaceholder;
51
+ .triones-antm-icon{
52
+ &::before{
53
+ font-size: 12Px;
54
+ }
55
+ }
56
+ }
57
+
58
+ &-placeholder {
59
+ font-size: variable.$trionesFontSize;
60
+ color: variable.$trionesColorTextPlaceholder;
61
+ }
62
+ }
63
+
64
+ .#{$cellCls}-group {
65
+ display: flex;
66
+ flex-direction: column;
67
+ border-radius: variable.$trionesBorderRadius;
68
+
69
+ &-title {
70
+ padding: 4Px 4Px;
71
+ display: flex;
72
+ justify-content: space-between;
73
+
74
+ &-text {
75
+ }
76
+
77
+ &-extra {
78
+ }
79
+
80
+ }
81
+ }
@@ -1,7 +1,7 @@
1
1
  import React, { ReactNode } from 'react';
2
- import { Col } from "../types";
2
+ import { AntSize, Col } from "../types";
3
3
  export declare const cls = "triones-antm-cell";
4
- export type align = 'left' | 'center' | 'right';
4
+ export type align = 'start' | 'center' | 'end';
5
5
  export type CellProps = {
6
6
  className?: string;
7
7
  style?: React.CSSProperties;
@@ -27,7 +27,8 @@ export type CellProps = {
27
27
  onClick?: () => void;
28
28
  labelCol?: Col;
29
29
  labelAlign?: align;
30
- wrapperAlign?: align;
30
+ contentAlign?: align;
31
+ size?: AntSize;
31
32
  styles?: {
32
33
  label?: React.CSSProperties;
33
34
  content?: React.CSSProperties;
@@ -49,8 +50,9 @@ export type CellGroupProps = {
49
50
  arrow?: boolean;
50
51
  labelCol?: Col;
51
52
  labelAlign?: align;
52
- wrapperAlign?: align;
53
+ contentAlign?: align;
53
54
  divider?: ReactNode;
55
+ size?: AntSize;
54
56
  styles?: {
55
57
  container?: React.CSSProperties;
56
58
  title?: React.CSSProperties;
@@ -30,12 +30,11 @@ export var CheckboxGroup = function CheckboxGroup(_ref) {
30
30
  value: innerValue,
31
31
  onValueChange: function onValueChange(v) {
32
32
  setInnerValue(v);
33
- console.log('value', v);
34
33
  onChange === null || onChange === void 0 || onChange(v);
35
34
  }
36
35
  }
37
36
  }, /*#__PURE__*/React.createElement("div", {
38
- className: classNames("".concat(cls, "-group}"))
37
+ className: classNames("".concat(cls, "-group"))
39
38
  }, !isEmpty(options) && /*#__PURE__*/React.createElement(Space, {
40
39
  direction: direction
41
40
  }, options === null || options === void 0 ? void 0 : options.map(function (item, index) {
@@ -1,165 +1,165 @@
1
- @use "../style/variable" as variable;
2
-
3
- $checkboxCls: 'triones-antm-checkbox';
4
-
5
- $checkboxDisabledColor: rgba(0, 0, 0, 0.25) !default;
6
-
7
- .#{$checkboxCls}-group {
8
- display: flex;
9
- }
10
-
11
- .#{$checkboxCls}-round {
12
- display: flex;
13
- align-items: center;
14
- box-sizing: border-box;
15
- gap: 8Px;
16
-
17
- .#{$checkboxCls}-round {
18
- position: relative;
19
-
20
- &-input {
21
- cursor: inherit;
22
- position: absolute;
23
- opacity: 0;
24
- width: 100%;
25
- height: 100%;
26
- top: 0;
27
- left: 0;
28
- margin: 0;
29
- padding: 0;
30
- z-index: 1;
31
- }
32
-
33
- &-fake {
34
- width: 20PX;
35
- height: 20PX;
36
-
37
- .triones-antm-icon {
38
- //position: absolute;
39
- }
40
-
41
- &-checked {
42
- height: 100%;
43
- width: 100%;
44
- display: inline-flex;
45
- justify-content: center;
46
- align-items: center;
47
- background-color: variable.$trionesColorPrimary;
48
- color: white;
49
- border-radius: 50vh;
50
- box-sizing: border-box;
51
- overflow: hidden;
52
- .triones-antm-icon{
53
- font-size: 14Px;
54
- }
55
- //i{
56
- // width: 100%;
57
- // height: 100%;
58
- // display: flex;
59
- // align-items: center;
60
- // justify-content: center;
61
- //}
62
- }
63
-
64
- &-unchecked {
65
- height: 100%;
66
- width: 100%;
67
- display: inline-flex;
68
- justify-content: center;
69
- align-items: center;
70
- border-radius: 50vh;
71
- border: 1PX solid variable.$trionesBorderColor;
72
- box-sizing: border-box;
73
- }
74
- }
75
- }
76
-
77
-
78
- &.#{$checkboxCls}-disabled {
79
- color: $checkboxDisabledColor;
80
- pointer-events: none;
81
-
82
- .#{$checkboxCls}-fake-checked {
83
- background-color: $checkboxDisabledColor;
84
- }
85
- }
86
-
87
- .triones-antm-icon {
88
- //position: absolute;
89
- }
90
- }
91
-
92
-
93
- .#{$checkboxCls}-button {
94
- cursor: pointer;
95
- display: inline-flex;
96
- padding: 4Px 12Px;
97
- border-radius: variable.$trionesBorderRadius;
98
- position: relative;
99
- overflow: hidden;
100
- background-color: variable.$trionesColorFillSecondary;
101
- box-sizing: border-box;
102
- border: 1Px solid variable.$trionesColorFillSecondary;
103
-
104
- &-checked {
105
- background-color: #ffffff;
106
- border: 1Px solid variable.$trionesColorPrimary;
107
-
108
- .#{$checkboxCls}-button-content {
109
- color: variable.$trionesColorPrimary;
110
- }
111
- }
112
-
113
- &-disabled {
114
- pointer-events: none;
115
- color: $checkboxDisabledColor;
116
-
117
- &.#{$checkboxCls}-button {
118
- &-checked {
119
- border: 1Px solid $checkboxDisabledColor;
120
-
121
- .#{$checkboxCls}-button-content {
122
- color: $checkboxDisabledColor;
123
- }
124
- }
125
-
126
- .#{$checkboxCls}-button-icon {
127
- border-bottom: 10Px solid $checkboxDisabledColor;
128
- border-right: 10Px solid $checkboxDisabledColor;
129
- }
130
- }
131
-
132
- }
133
-
134
-
135
- &-icon {
136
- align-items: flex-end;
137
- border-bottom: 10Px solid variable.$trionesColorPrimary;
138
- border-left: 10Px solid transparent;
139
- border-right: 10Px solid variable.$trionesColorPrimary;
140
- border-top: 10Px solid transparent;
141
- bottom: 0;
142
- display: flex;
143
- height: 0;
144
- justify-content: flex-end;
145
- position: absolute;
146
- right: 0;
147
- width: 0;
148
-
149
- .checkedIcon {
150
- font-size: 6Px;
151
- position: absolute;
152
- left: 50%;
153
- top: 50%;
154
- transform: translate(1Px, -1Px);
155
- //font-family: "triones-ant-mini-icon" !important;
156
- font-style: normal;
157
- color: #ffffff;
158
-
159
- &::before {
160
- font-style: normal;
161
- //content: "\e75f";
162
- }
163
- }
164
- }
165
- }
1
+ @use "../style/variable" as variable;
2
+
3
+ $checkboxCls: 'triones-antm-checkbox';
4
+
5
+ $checkboxDisabledColor: rgba(0, 0, 0, 0.25) !default;
6
+
7
+ .#{$checkboxCls}-group {
8
+
9
+ }
10
+
11
+ .#{$checkboxCls}-round {
12
+ display: flex;
13
+ align-items: center;
14
+ box-sizing: border-box;
15
+ gap: 8Px;
16
+
17
+ .#{$checkboxCls}-round {
18
+ position: relative;
19
+
20
+ &-input {
21
+ cursor: inherit;
22
+ position: absolute;
23
+ opacity: 0;
24
+ width: 100%;
25
+ height: 100%;
26
+ top: 0;
27
+ left: 0;
28
+ margin: 0;
29
+ padding: 0;
30
+ z-index: 1;
31
+ }
32
+
33
+ &-fake {
34
+ width: 20PX;
35
+ height: 20PX;
36
+
37
+ .triones-antm-icon {
38
+ //position: absolute;
39
+ }
40
+
41
+ &-checked {
42
+ height: 100%;
43
+ width: 100%;
44
+ display: inline-flex;
45
+ justify-content: center;
46
+ align-items: center;
47
+ background-color: variable.$trionesColorPrimary;
48
+ color: white;
49
+ border-radius: 50vh;
50
+ box-sizing: border-box;
51
+ overflow: hidden;
52
+ .triones-antm-icon{
53
+ font-size: 14Px;
54
+ }
55
+ //i{
56
+ // width: 100%;
57
+ // height: 100%;
58
+ // display: flex;
59
+ // align-items: center;
60
+ // justify-content: center;
61
+ //}
62
+ }
63
+
64
+ &-unchecked {
65
+ height: 100%;
66
+ width: 100%;
67
+ display: inline-flex;
68
+ justify-content: center;
69
+ align-items: center;
70
+ border-radius: 50vh;
71
+ border: 1PX solid variable.$trionesBorderColor;
72
+ box-sizing: border-box;
73
+ }
74
+ }
75
+ }
76
+
77
+
78
+ &.#{$checkboxCls}-disabled {
79
+ color: $checkboxDisabledColor;
80
+ pointer-events: none;
81
+
82
+ .#{$checkboxCls}-fake-checked {
83
+ background-color: $checkboxDisabledColor;
84
+ }
85
+ }
86
+
87
+ .triones-antm-icon {
88
+ //position: absolute;
89
+ }
90
+ }
91
+
92
+
93
+ .#{$checkboxCls}-button {
94
+ cursor: pointer;
95
+ display: inline-flex;
96
+ padding: 4Px 12Px;
97
+ border-radius: variable.$trionesBorderRadius;
98
+ position: relative;
99
+ overflow: hidden;
100
+ background-color: variable.$trionesColorFillSecondary;
101
+ box-sizing: border-box;
102
+ border: 1Px solid variable.$trionesColorFillSecondary;
103
+
104
+ &-checked {
105
+ background-color: #ffffff;
106
+ border: 1Px solid variable.$trionesColorPrimary;
107
+
108
+ .#{$checkboxCls}-button-content {
109
+ color: variable.$trionesColorPrimary;
110
+ }
111
+ }
112
+
113
+ &-disabled {
114
+ pointer-events: none;
115
+ color: $checkboxDisabledColor;
116
+
117
+ &.#{$checkboxCls}-button {
118
+ &-checked {
119
+ border: 1Px solid $checkboxDisabledColor;
120
+
121
+ .#{$checkboxCls}-button-content {
122
+ color: $checkboxDisabledColor;
123
+ }
124
+ }
125
+
126
+ .#{$checkboxCls}-button-icon {
127
+ border-bottom: 10Px solid $checkboxDisabledColor;
128
+ border-right: 10Px solid $checkboxDisabledColor;
129
+ }
130
+ }
131
+
132
+ }
133
+
134
+
135
+ &-icon {
136
+ align-items: flex-end;
137
+ border-bottom: 10Px solid variable.$trionesColorPrimary;
138
+ border-left: 10Px solid transparent;
139
+ border-right: 10Px solid variable.$trionesColorPrimary;
140
+ border-top: 10Px solid transparent;
141
+ bottom: 0;
142
+ display: flex;
143
+ height: 0;
144
+ justify-content: flex-end;
145
+ position: absolute;
146
+ right: 0;
147
+ width: 0;
148
+
149
+ .checkedIcon {
150
+ font-size: 6Px;
151
+ position: absolute;
152
+ left: 50%;
153
+ top: 50%;
154
+ transform: translate(1Px, -1Px);
155
+ //font-family: "triones-ant-mini-icon" !important;
156
+ font-style: normal;
157
+ color: #ffffff;
158
+
159
+ &::before {
160
+ font-style: normal;
161
+ //content: "\e75f";
162
+ }
163
+ }
164
+ }
165
+ }
@@ -15,6 +15,7 @@ type Config = {
15
15
  };
16
16
  form?: {
17
17
  helpIcon?: ReactNode;
18
+ arrowIcon?: ReactNode;
18
19
  };
19
20
  input?: {
20
21
  clearIcon?: ReactNode;
@@ -1,20 +1,20 @@
1
- .demoBlock {
2
- font-size: 14px;
3
- margin-bottom: 12px;
4
- &:last-of-type {
5
- padding-bottom: 32px;
6
- }
7
- scrollbar-width: thin;
8
- }
9
-
10
- .demoTitle {
11
- padding: 12px 12px 8px;
12
- color: #697b8c;
13
- font-size: 14px;
14
- background: #fafbfc;
15
- }
16
-
17
- .demoMain {
18
- border-right: none;
19
- border-left: none;
20
- }
1
+ .demoBlock {
2
+ font-size: 14px;
3
+ margin-bottom: 12px;
4
+ &:last-of-type {
5
+ padding-bottom: 32px;
6
+ }
7
+ scrollbar-width: thin;
8
+ }
9
+
10
+ .demoTitle {
11
+ padding: 12px 12px 8px;
12
+ color: #697b8c;
13
+ font-size: 14px;
14
+ background: #fafbfc;
15
+ }
16
+
17
+ .demoMain {
18
+ border-right: none;
19
+ border-left: none;
20
+ }
@@ -1,3 +1,3 @@
1
- .demoDescription {
2
- color: var(--triones-antm-color-weak);
3
- }
1
+ .demoDescription {
2
+ color: var(--triones-antm-color-weak);
3
+ }