@open-condo/ui 2.6.4 → 2.6.5
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/components/Typography/paragraph.d.ts +2 -2
- package/dist/components/Typography/paragraph.d.ts.map +1 -1
- package/dist/components/Typography/text.d.ts +2 -2
- package/dist/components/Typography/text.d.ts.map +1 -1
- package/dist/components/Typography/title.d.ts +2 -2
- package/dist/components/Typography/title.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/style-vars/variables.css +1 -1
- package/dist/style-vars/variables.less +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TEXT_SIZES, TEXT_TYPES } from './constants';
|
|
3
3
|
import type { ParagraphProps as DefaultParagraphProps } from 'antd/lib/typography/Paragraph';
|
|
4
|
-
export declare type TypographyParagraphProps = Omit<DefaultParagraphProps, 'keyboard' | 'type' | 'editable' | 'copyable' | 'mark' | 'className' | 'prefixCls' | 'style'> & {
|
|
4
|
+
export declare type TypographyParagraphProps = Omit<DefaultParagraphProps, 'keyboard' | 'type' | 'editable' | 'copyable' | 'mark' | 'className' | 'prefixCls' | 'style' | 'id'> & {
|
|
5
5
|
type?: typeof TEXT_TYPES[number];
|
|
6
6
|
size?: typeof TEXT_SIZES[number];
|
|
7
7
|
};
|
|
8
|
-
declare const Paragraph: React.ForwardRefExoticComponent<Omit<DefaultParagraphProps, "className" | "prefixCls" | "style" | "mark" | "type" | "keyboard" | "editable" | "copyable"> & {
|
|
8
|
+
declare const Paragraph: React.ForwardRefExoticComponent<Omit<DefaultParagraphProps, "className" | "prefixCls" | "style" | "id" | "mark" | "type" | "keyboard" | "editable" | "copyable"> & {
|
|
9
9
|
type?: "inherit" | "primary" | "secondary" | "inverted" | "danger" | "warning" | "info" | "success" | undefined;
|
|
10
10
|
size?: "small" | "large" | "medium" | undefined;
|
|
11
11
|
} & React.RefAttributes<HTMLSpanElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paragraph.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/paragraph.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAA2B,UAAU,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAE7E,OAAO,KAAK,EAAE,cAAc,IAAI,qBAAqB,EAAE,MAAM,+BAA+B,CAAA;AAE5F,oBAAY,wBAAwB,GAAG,IAAI,CAAC,qBAAqB,EACjE,UAAU,GACR,MAAM,GACN,UAAU,GACV,UAAU,GACV,MAAM,GACN,WAAW,GACX,WAAW,GACX,OAAO,CAAC,GAAG;
|
|
1
|
+
{"version":3,"file":"paragraph.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/paragraph.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAA2B,UAAU,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAE7E,OAAO,KAAK,EAAE,cAAc,IAAI,qBAAqB,EAAE,MAAM,+BAA+B,CAAA;AAE5F,oBAAY,wBAAwB,GAAG,IAAI,CAAC,qBAAqB,EACjE,UAAU,GACR,MAAM,GACN,UAAU,GACV,UAAU,GACV,MAAM,GACN,WAAW,GACX,WAAW,GACX,OAAO,GACP,IAAI,CAAC,GAAG;IACN,IAAI,CAAC,EAAE,OAAO,UAAU,CAAC,MAAM,CAAC,CAAA;IAChC,IAAI,CAAC,EAAE,OAAO,UAAU,CAAC,MAAM,CAAC,CAAA;CACnC,CAAA;AAED,QAAA,MAAM,SAAS;;;yCAkBb,CAAA;AAIF,OAAO,EACH,SAAS,GACZ,CAAA"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TEXT_SIZES, TEXT_TYPES } from './constants';
|
|
3
3
|
import type { TextProps as DefaultTextProps } from 'antd/lib/typography/Text';
|
|
4
|
-
export declare type TypographyTextProps = Omit<DefaultTextProps, 'keyboard' | 'type' | 'editable' | 'copyable' | 'mark' | 'className' | 'prefixCls' | 'style'> & {
|
|
4
|
+
export declare type TypographyTextProps = Omit<DefaultTextProps, 'keyboard' | 'type' | 'editable' | 'copyable' | 'mark' | 'className' | 'prefixCls' | 'style' | 'id'> & {
|
|
5
5
|
type?: typeof TEXT_TYPES[number];
|
|
6
6
|
size?: typeof TEXT_SIZES[number];
|
|
7
7
|
lineWrapping?: 'break-spaces';
|
|
8
8
|
};
|
|
9
|
-
declare const Text: React.ForwardRefExoticComponent<Omit<DefaultTextProps, "className" | "prefixCls" | "style" | "mark" | "type" | "keyboard" | "editable" | "copyable"> & {
|
|
9
|
+
declare const Text: React.ForwardRefExoticComponent<Omit<DefaultTextProps, "className" | "prefixCls" | "style" | "id" | "mark" | "type" | "keyboard" | "editable" | "copyable"> & {
|
|
10
10
|
type?: "inherit" | "primary" | "secondary" | "inverted" | "danger" | "warning" | "info" | "success" | undefined;
|
|
11
11
|
size?: "small" | "large" | "medium" | undefined;
|
|
12
12
|
lineWrapping?: "break-spaces" | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/text.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAA2B,UAAU,EAAE,UAAU,EAAwB,MAAM,aAAa,CAAA;AAEnG,OAAO,KAAK,EAAE,SAAS,IAAI,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAI7E,oBAAY,mBAAmB,GAAG,IAAI,CAAC,gBAAgB,EACvD,UAAU,GACR,MAAM,GACN,UAAU,GACV,UAAU,GACV,MAAM,GACN,WAAW,GACX,WAAW,GACX,OAAO,CAAC,GAAG;
|
|
1
|
+
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/text.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAA2B,UAAU,EAAE,UAAU,EAAwB,MAAM,aAAa,CAAA;AAEnG,OAAO,KAAK,EAAE,SAAS,IAAI,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAI7E,oBAAY,mBAAmB,GAAG,IAAI,CAAC,gBAAgB,EACvD,UAAU,GACR,MAAM,GACN,UAAU,GACV,UAAU,GACV,MAAM,GACN,WAAW,GACX,WAAW,GACX,OAAO,GACP,IAAI,CAAC,GAAG;IACN,IAAI,CAAC,EAAE,OAAO,UAAU,CAAC,MAAM,CAAC,CAAA;IAChC,IAAI,CAAC,EAAE,OAAO,UAAU,CAAC,MAAM,CAAC,CAAA;IAChC,YAAY,CAAC,EAAE,cAAc,CAAA;CAChC,CAAA;AAED,QAAA,MAAM,IAAI;;;;yCA4BR,CAAA;AAIF,OAAO,EACH,IAAI,GACP,CAAA"}
|
|
@@ -2,11 +2,11 @@ import React from 'react';
|
|
|
2
2
|
import type { TitleProps as DefaultTitleProps } from 'antd/lib/typography/Title';
|
|
3
3
|
declare const TITLE_LEVELS: [1, 2, 3, 4, 5, 6];
|
|
4
4
|
declare const TITLE_TYPES: ['primary', 'inverted', 'secondary', 'danger', 'warning', 'info', 'success'];
|
|
5
|
-
export declare type TypographyTitleProps = Pick<DefaultTitleProps, 'ellipsis' | 'onClick' | 'title' | 'children'> & {
|
|
5
|
+
export declare type TypographyTitleProps = Pick<DefaultTitleProps, 'ellipsis' | 'onClick' | 'title' | 'children' | 'id'> & {
|
|
6
6
|
type?: typeof TITLE_TYPES[number];
|
|
7
7
|
level?: typeof TITLE_LEVELS[number];
|
|
8
8
|
};
|
|
9
|
-
declare const Title: React.ForwardRefExoticComponent<Pick<DefaultTitleProps, "children" | "title" | "onClick" | "ellipsis"> & {
|
|
9
|
+
declare const Title: React.ForwardRefExoticComponent<Pick<DefaultTitleProps, "children" | "id" | "title" | "onClick" | "ellipsis"> & {
|
|
10
10
|
type?: "primary" | "secondary" | "inverted" | "danger" | "warning" | "info" | "success" | undefined;
|
|
11
11
|
level?: 1 | 2 | 4 | 3 | 6 | 5 | undefined;
|
|
12
12
|
} & React.RefAttributes<HTMLElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"title.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/title.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,KAAK,EAAE,UAAU,IAAI,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAEhF,OAAO,CAAC,MAAM,YAAY,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAA;AAC9C,OAAO,CAAC,MAAM,WAAW,EAAE,CAAC,SAAS,EAAE,UAAU,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,CAAC,CAAA;AACvG,oBAAY,oBAAoB,GAAG,IAAI,CAAC,iBAAiB,EAAE,UAAU,GAAG,SAAS,GAAG,OAAO,GAAG,UAAU,CAAC,GAAG;
|
|
1
|
+
{"version":3,"file":"title.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/title.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,KAAK,EAAE,UAAU,IAAI,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAEhF,OAAO,CAAC,MAAM,YAAY,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAA;AAC9C,OAAO,CAAC,MAAM,WAAW,EAAE,CAAC,SAAS,EAAE,UAAU,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,CAAC,CAAA;AACvG,oBAAY,oBAAoB,GAAG,IAAI,CAAC,iBAAiB,EAAE,UAAU,GAAG,SAAS,GAAG,OAAO,GAAG,UAAU,GAAG,IAAI,CAAC,GAAG;IAC/G,IAAI,CAAC,EAAE,OAAO,WAAW,CAAC,MAAM,CAAC,CAAA;IACjC,KAAK,CAAC,EAAE,OAAO,YAAY,CAAC,MAAM,CAAC,CAAA;CACtC,CAAA;AAED,QAAA,MAAM,KAAK;;;qCAiBT,CAAA;AAIF,OAAO,EACH,KAAK,GACR,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -47018,7 +47018,7 @@ var isObject_default = /*#__PURE__*/__webpack_require__.n(isObject);
|
|
|
47018
47018
|
var isString = __webpack_require__(85505);
|
|
47019
47019
|
var isString_default = /*#__PURE__*/__webpack_require__.n(isString);
|
|
47020
47020
|
;// CONCATENATED MODULE: ./package.json
|
|
47021
|
-
var package_namespaceObject = {"i8":"2.6.
|
|
47021
|
+
var package_namespaceObject = {"i8":"2.6.5"};
|
|
47022
47022
|
;// CONCATENATED MODULE: ./src/components/_utils/analytics.ts
|
|
47023
47023
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
47024
47024
|
|