@nutui/nutui-react 1.4.10 → 1.4.11-beta.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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.4.10 Wed Mar 08 2023 15:15:48 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.4.11-beta.0 Thu Mar 09 2023 11:05:17 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.4.10 Wed Mar 08 2023 15:15:48 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.4.11-beta.0 Thu Mar 09 2023 11:05:17 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.4.10 Wed Mar 08 2023 15:15:48 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.4.11-beta.0 Thu Mar 09 2023 11:05:17 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.4.10 Wed Mar 08 2023 15:15:48 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.4.11-beta.0 Thu Mar 09 2023 11:05:17 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.4.10 Wed Mar 08 2023 15:15:48 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.4.11-beta.0 Thu Mar 09 2023 11:05:17 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.4.10 Wed Mar 08 2023 15:15:48 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.4.11-beta.0 Thu Mar 09 2023 11:05:17 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -6,7 +6,7 @@ var __publicField = (obj, key, value) => {
6
6
  };
7
7
  var _a;
8
8
  /*!
9
- * @nutui/nutui-react v1.4.10 Wed Mar 08 2023 15:15:14 GMT+0800 (China Standard Time)
9
+ * @nutui/nutui-react v1.4.11-beta.0 Thu Mar 09 2023 11:04:45 GMT+0800 (China Standard Time)
10
10
  * (c) 2023 @jdf2e.
11
11
  * Released under the MIT License.
12
12
  */
@@ -9,7 +9,7 @@ var __publicField = (obj, key, value) => {
9
9
  return value;
10
10
  };
11
11
  /*!
12
- * @nutui/nutui-react v1.4.10 Wed Mar 08 2023 15:15:14 GMT+0800 (China Standard Time)
12
+ * @nutui/nutui-react v1.4.11-beta.0 Thu Mar 09 2023 11:04:45 GMT+0800 (China Standard Time)
13
13
  * (c) 2023 @jdf2e.
14
14
  * Released under the MIT License.
15
15
  */
@@ -242,7 +242,8 @@
242
242
  .nut-steps-horizontal {
243
243
  &.nut-steps-dot {
244
244
  .nut-step-line {
245
- top: calc(($steps-dot-icon-width + $steps-dot-icon-border * 2) / 2);
245
+ top: 50%;
246
+ bottom: -50%;
246
247
  }
247
248
  }
248
249
  }