@nutui/nutui-react 1.2.0-beta.0 → 1.2.0-beta.1

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/dist/style.es.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.2.0-beta.0 Tue Jul 26 2022 14:44:02 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.2.0-beta.0 Tue Jul 26 2022 15:05:20 GMT+0800 (China Standard Time)
3
3
  * (c) 2021 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,4 @@
1
1
  import React, { FunctionComponent } from 'react';
2
- import './timedetail.scss';
3
2
  export interface TimeType {
4
3
  key?: string | number;
5
4
  list: string[];
@@ -1,5 +1,4 @@
1
1
  import React, { FunctionComponent } from 'react';
2
- import './timepannel.scss';
3
2
  export interface TimePannelProps {
4
3
  date: string;
5
4
  curKey: string | number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nutui/nutui-react",
3
- "version": "1.2.0-beta.0",
3
+ "version": "1.2.0-beta.1",
4
4
  "style": "dist/style.css",
5
5
  "main": "dist/nutui.react.umd.js",
6
6
  "module": "dist/esm/nutui-react.es.js",