taro-react-uilib 1.4.22-1 → 1.4.22

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.
@@ -24,6 +24,10 @@
24
24
  font-size: 20PX;
25
25
  }
26
26
 
27
+ .xh-icon-forbidden:before {
28
+ content: "\e637";
29
+ }
30
+
27
31
  .xh-icon-report:before {
28
32
  content: "\e634";
29
33
  }
@@ -251,4 +255,4 @@
251
255
 
252
256
  .xh-icon-arrowRight:before {
253
257
  content: "\e603";
254
- }
258
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taro-react-uilib",
3
- "version": "1.4.22-1",
3
+ "version": "1.4.22",
4
4
  "description": "基于taro的跨端组件库",
5
5
  "templateInfo": {
6
6
  "name": "default",
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import type { StandardLonghandProperties } from "csstype";
3
3
  import { XHComponentCommonProps } from "../../types";
4
- export declare type XHIcon = "prompt" | "score" | "info" | "failure" | "success" | "loading" | "back" | "notice" | "scan" | "light" | "faceScan" | "delete" | "radioFull" | "checkboxFull" | "checkedSquare" | "checked2" | "arrowTop" | "notice2" | "position" | "contacts" | "billFull" | "bill2" | "bill3" | "bill4" | "edit" | "editFull" | "camera" | "close" | "gift" | "message" | "user" | "wenhao" | "kefu" | "play" | "arrowLeft" | "arrowRight" | "keyboardClose" | "add" | "tongxunlu" | "zhuyi" | "duigou" | "edit2" | "alipay" | "wechat" | "friendPay" | "pen" | "location" | "search" | "qa" | "thumbsUp" | "thumbsDown" | "thumbsUpFull" | "thumbsDownFull" | "waiting" | "scan2" | "safety" | "report" | (string & {});
4
+ export declare type XHIcon = "prompt" | "score" | "info" | "failure" | "success" | "loading" | "back" | "notice" | "scan" | "light" | "faceScan" | "delete" | "radioFull" | "checkboxFull" | "checkedSquare" | "checked2" | "arrowTop" | "notice2" | "position" | "contacts" | "billFull" | "bill2" | "bill3" | "bill4" | "edit" | "editFull" | "camera" | "close" | "gift" | "message" | "user" | "wenhao" | "kefu" | "play" | "arrowLeft" | "arrowRight" | "keyboardClose" | "add" | "tongxunlu" | "zhuyi" | "duigou" | "edit2" | "alipay" | "wechat" | "friendPay" | "pen" | "location" | "search" | "qa" | "thumbsUp" | "thumbsDown" | "thumbsUpFull" | "thumbsDownFull" | "waiting" | "scan2" | "safety" | "report" | "forbidden" | (string & {});
5
5
  export declare type XHIconProps = {
6
6
  icon: XHIcon;
7
7
  size?: number;