armtek-uikit-react 1.0.14 → 1.0.16
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/cjs/assets/Adornment.scss +2 -0
- package/cjs/assets/Alert.scss +1 -0
- package/cjs/assets/Button.scss +1 -32
- package/cjs/assets/ButtonGroup.scss +12 -0
- package/cjs/assets/ButtonIcon.scss +24 -0
- package/cjs/index.d.ts +3 -3
- package/cjs/index.js +2 -2
- package/cjs/ui/Alert/Alert.js +1 -1
- package/cjs/ui/Button/Button.module.scss +0 -1
- package/cjs/ui/Button/{Button.d.ts → index.d.ts} +2 -2
- package/cjs/ui/Button/{Button.js → index.js} +2 -2
- package/cjs/ui/ButtonGroup/ButtonGroup.module.scss +2 -0
- package/cjs/ui/{Button/ButtonGroup.js → ButtonGroup/index.js} +1 -1
- package/cjs/ui/ButtonIcon/ButtonIcon.module.scss +1 -0
- package/cjs/ui/{Button/ButtonIcon.d.ts → ButtonIcon/index.d.ts} +1 -1
- package/cjs/ui/{Button/ButtonIcon.js → ButtonIcon/index.js} +2 -2
- package/cjs/ui/Form/DateField/DateField.js +1 -1
- package/cjs/ui/Form/Password/Password.js +1 -1
- package/cjs/ui/Form/Period/Period.js +1 -1
- package/cjs/ui/Form/Select/Select.js +1 -1
- package/cjs/ui/Slider/Slider.js +1 -1
- package/cjs/ui/Stepper/StepItem.d.ts +1 -1
- package/cjs/ui/Stepper/StepItem.js +1 -1
- package/dist/armtek-uikit-react-main.js +15 -15
- package/dist/armtek-uikit-react-main.min.js +1 -1
- package/dist/css/main.css +1 -1
- package/esm/assets/Adornment.scss +2 -0
- package/esm/assets/Alert.scss +1 -0
- package/esm/assets/Button.scss +1 -32
- package/esm/assets/ButtonGroup.scss +12 -0
- package/esm/assets/ButtonIcon.scss +24 -0
- package/esm/index.d.ts +3 -3
- package/esm/index.js +2 -2
- package/esm/ui/Alert/Alert.js +2 -2
- package/esm/ui/Button/Button.module.scss +0 -1
- package/esm/ui/Button/{Button.d.ts → index.d.ts} +2 -2
- package/esm/ui/Button/{Button.js → index.js} +2 -2
- package/esm/ui/ButtonGroup/ButtonGroup.module.scss +2 -0
- package/esm/ui/{Button/ButtonGroup.js → ButtonGroup/index.js} +1 -1
- package/esm/ui/ButtonIcon/ButtonIcon.module.scss +1 -0
- package/esm/ui/{Button/ButtonIcon.d.ts → ButtonIcon/index.d.ts} +1 -1
- package/esm/ui/{Button/ButtonIcon.js → ButtonIcon/index.js} +2 -2
- package/esm/ui/Form/DateField/DateField.js +2 -2
- package/esm/ui/Form/Password/Password.js +2 -2
- package/esm/ui/Form/Period/Period.js +2 -2
- package/esm/ui/Form/Select/Select.js +2 -2
- package/esm/ui/Slider/Slider.js +1 -1
- package/esm/ui/Stepper/StepItem.d.ts +1 -1
- package/esm/ui/Stepper/StepItem.js +2 -2
- package/package.json +1 -1
- package/Adornment/package.json +0 -7
- package/Alert/package.json +0 -7
- package/Avatar/package.json +0 -7
- package/AvatarGroup/package.json +0 -7
- package/Badge/package.json +0 -7
- package/Button/package.json +0 -7
- package/ButtonGroup/package.json +0 -7
- package/ButtonIcon/package.json +0 -7
- package/Card/package.json +0 -7
- package/Checkbox/package.json +0 -7
- package/Chip/package.json +0 -7
- package/DateField/package.json +0 -7
- package/DatePicker/package.json +0 -7
- package/DateService/package.json +0 -7
- package/HelperText/package.json +0 -7
- package/Interval/package.json +0 -7
- package/IntervalSlide/package.json +0 -7
- package/ListItem/package.json +0 -7
- package/Loader/package.json +0 -7
- package/Logo/package.json +0 -7
- package/Password/package.json +0 -7
- package/Period/package.json +0 -7
- package/PeriodSelect/package.json +0 -7
- package/Radio/package.json +0 -7
- package/Rating/package.json +0 -7
- package/RcSlider/package.json +0 -7
- package/Select/package.json +0 -7
- package/Slider/package.json +0 -7
- package/Status/package.json +0 -7
- package/StepItem/package.json +0 -7
- package/StepItemIcon/package.json +0 -7
- package/Stepper/package.json +0 -7
- package/Switch/package.json +0 -7
- package/TextArea/package.json +0 -7
- package/TextField/package.json +0 -7
- package/TimeField/package.json +0 -7
- package/TimePicker/package.json +0 -7
- package/Tooltip/package.json +0 -7
- package/helpers/package.json +0 -7
- package/styles/package.json +0 -7
- package/theme/package.json +0 -7
- package/useClickOutside/package.json +0 -7
- /package/cjs/ui/{Button/ButtonGroup.d.ts → ButtonGroup/index.d.ts} +0 -0
- /package/esm/ui/{Button/ButtonGroup.d.ts → ButtonGroup/index.d.ts} +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import TextField from "../TextField/TextField";
|
|
4
4
|
import { forwardRef, useState } from 'react';
|
|
5
|
-
import
|
|
5
|
+
import Index from "../../ButtonIcon";
|
|
6
6
|
import Card from "../../Card/Card";
|
|
7
7
|
import DatePicker from "../DatePicker/DatePicker";
|
|
8
8
|
import { DateService } from "../../../lib/services/DateService";
|
|
@@ -42,7 +42,7 @@ const Period = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
42
42
|
...restProps,
|
|
43
43
|
value: displayValue,
|
|
44
44
|
onFocus: handleClick,
|
|
45
|
-
endAdornment: /*#__PURE__*/_jsx(
|
|
45
|
+
endAdornment: /*#__PURE__*/_jsx(Index, {
|
|
46
46
|
size: 'medium',
|
|
47
47
|
variant: 'transparent',
|
|
48
48
|
color: 'neutral',
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import TextField from "../TextField/TextField";
|
|
4
4
|
import { forwardRef, useRef, useState } from 'react';
|
|
5
|
-
import
|
|
5
|
+
import Index from "../../ButtonIcon";
|
|
6
6
|
import clsx from 'clsx';
|
|
7
7
|
import ListItem from "../../List/ListItem";
|
|
8
8
|
import useClickOutside from "../../../lib/hooks/useClickOutside";
|
|
@@ -60,7 +60,7 @@ function Select(props) {
|
|
|
60
60
|
// }
|
|
61
61
|
|
|
62
62
|
let selectEndAdornment = /*#__PURE__*/_jsxs(_Fragment, {
|
|
63
|
-
children: [endAdornment, /*#__PURE__*/_jsx(
|
|
63
|
+
children: [endAdornment, /*#__PURE__*/_jsx(Index, {
|
|
64
64
|
onClick: () => handleActive,
|
|
65
65
|
size: 'small',
|
|
66
66
|
variant: 'transparent',
|
package/esm/ui/Slider/Slider.js
CHANGED
|
@@ -20,7 +20,7 @@ const Slider = props => {
|
|
|
20
20
|
children: [/*#__PURE__*/_jsx(RcSlider, {
|
|
21
21
|
...restProps,
|
|
22
22
|
className: '_' + size
|
|
23
|
-
}), restProps.min && restProps.max && /*#__PURE__*/_jsxs("div", {
|
|
23
|
+
}), restProps.min !== undefined && restProps.max !== undefined && /*#__PURE__*/_jsxs("div", {
|
|
24
24
|
className: css.slider__helperText,
|
|
25
25
|
children: [/*#__PURE__*/_jsx(HelperText, {
|
|
26
26
|
children: restProps.min
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import StepItemIcon from "./StepItemIcon";
|
|
2
2
|
import clsx from 'clsx';
|
|
3
|
-
import
|
|
3
|
+
import Index from "../Button";
|
|
4
4
|
import css from "./StepItem.module.scss";
|
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
6
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
@@ -43,7 +43,7 @@ const StepItem = props => {
|
|
|
43
43
|
className: css.stepItem__content,
|
|
44
44
|
children: [content || children, !!button && /*#__PURE__*/_jsx("div", {
|
|
45
45
|
className: css.stepItem__button,
|
|
46
|
-
children: /*#__PURE__*/_jsx(
|
|
46
|
+
children: /*#__PURE__*/_jsx(Index, {
|
|
47
47
|
...buttonProps,
|
|
48
48
|
children: button
|
|
49
49
|
})
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"armtek-uikit-react","version":"1.0.
|
|
1
|
+
{"name":"armtek-uikit-react","version":"1.0.16","description":"Armtek UIKit for React","main":"cjs/index.js","module":"esm/index.js","types":"esm/index.d.ts","repository":{"type":"git","url":"ssh://git@gl.corp:10022/int/uikit/uikit_react.git"},"author":"","license":"ISC","dependencies":{"rc-slider":"^10.2.1","react":"*","react-datepicker":"^4.16.0","react-dom":"*"},"peerDependencies":{"react":"*","react-dom":"*"},"scripts":{"pub":"npm version patch && npm publish"}}
|
package/Adornment/package.json
DELETED
package/Alert/package.json
DELETED
package/Avatar/package.json
DELETED
package/AvatarGroup/package.json
DELETED
package/Badge/package.json
DELETED
package/Button/package.json
DELETED
package/ButtonGroup/package.json
DELETED
package/ButtonIcon/package.json
DELETED
package/Card/package.json
DELETED
package/Checkbox/package.json
DELETED
package/Chip/package.json
DELETED
package/DateField/package.json
DELETED
package/DatePicker/package.json
DELETED
package/DateService/package.json
DELETED
package/HelperText/package.json
DELETED
package/Interval/package.json
DELETED
package/ListItem/package.json
DELETED
package/Loader/package.json
DELETED
package/Logo/package.json
DELETED
package/Password/package.json
DELETED
package/Period/package.json
DELETED
package/Radio/package.json
DELETED
package/Rating/package.json
DELETED
package/RcSlider/package.json
DELETED
package/Select/package.json
DELETED
package/Slider/package.json
DELETED
package/Status/package.json
DELETED
package/StepItem/package.json
DELETED
package/Stepper/package.json
DELETED
package/Switch/package.json
DELETED
package/TextArea/package.json
DELETED
package/TextField/package.json
DELETED
package/TimeField/package.json
DELETED
package/TimePicker/package.json
DELETED
package/Tooltip/package.json
DELETED
package/helpers/package.json
DELETED
package/styles/package.json
DELETED
package/theme/package.json
DELETED
|
File without changes
|
|
File without changes
|