@ebscn/ui 1.0.3-beta.23 → 1.0.3-beta.25

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.
@@ -22,11 +22,12 @@
22
22
  .ebscn-checkbox .ebscn-checkbox-icon {
23
23
  margin: auto;
24
24
  flex: none;
25
+ border-radius: 20px;
25
26
  border-radius: var(--icon-size);
26
27
  border: 1px solid var(--ebscn-color-light);
27
28
  box-sizing: border-box;
28
29
  width: 20px;
29
- width: var(---icon-size);
30
+ width: var(--icon-size);
30
31
  height: 20px;
31
32
  height: var(--icon-size);
32
33
  color: var(--ebscn-color-text-light-solid);
@@ -86,17 +86,17 @@ function StockKeyboard(p) {
86
86
  }, _react.default.createElement("div", {
87
87
  className: "".concat(classPrefix, "-top")
88
88
  }, _react.default.createElement("div", {
89
- onTouchStart: function () {
89
+ onClick: function () {
90
90
  return setKeyboardType(1);
91
91
  },
92
92
  className: "".concat(classPrefix, "-top-item ").concat(keyboardType === 1 ? "".concat(classPrefix, "-top-item-active") : '')
93
93
  }, "123"), _react.default.createElement("div", {
94
- onTouchStart: function () {
94
+ onClick: function () {
95
95
  return setKeyboardType(2);
96
96
  },
97
97
  className: "".concat(classPrefix, "-top-item ").concat(keyboardType === 2 ? "".concat(classPrefix, "-top-item-active") : '')
98
98
  }, "ABC"), _react.default.createElement("div", {
99
- onTouchStart: function () {
99
+ onClick: function () {
100
100
  return onSelectCN();
101
101
  },
102
102
  className: "".concat(classPrefix, "-top-item")
@@ -22,11 +22,12 @@
22
22
  .ebscn-checkbox .ebscn-checkbox-icon {
23
23
  margin: auto;
24
24
  flex: none;
25
+ border-radius: 20px;
25
26
  border-radius: var(--icon-size);
26
27
  border: 1px solid var(--ebscn-color-light);
27
28
  box-sizing: border-box;
28
29
  width: 20px;
29
- width: var(---icon-size);
30
+ width: var(--icon-size);
30
31
  height: 20px;
31
32
  height: var(--icon-size);
32
33
  color: var(--ebscn-color-text-light-solid);
@@ -77,17 +77,17 @@ export function StockKeyboard(p) {
77
77
  }, React.createElement("div", {
78
78
  className: "".concat(classPrefix, "-top")
79
79
  }, React.createElement("div", {
80
- onTouchStart: function () {
80
+ onClick: function () {
81
81
  return setKeyboardType(1);
82
82
  },
83
83
  className: "".concat(classPrefix, "-top-item ").concat(keyboardType === 1 ? "".concat(classPrefix, "-top-item-active") : '')
84
84
  }, "123"), React.createElement("div", {
85
- onTouchStart: function () {
85
+ onClick: function () {
86
86
  return setKeyboardType(2);
87
87
  },
88
88
  className: "".concat(classPrefix, "-top-item ").concat(keyboardType === 2 ? "".concat(classPrefix, "-top-item-active") : '')
89
89
  }, "ABC"), React.createElement("div", {
90
- onTouchStart: function () {
90
+ onClick: function () {
91
91
  return onSelectCN();
92
92
  },
93
93
  className: "".concat(classPrefix, "-top-item")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebscn/ui",
3
- "version": "1.0.3-beta.23",
3
+ "version": "1.0.3-beta.25",
4
4
  "description": "ebscn react library",
5
5
  "module": "./es/index.js",
6
6
  "types": "./es/index.d.ts",