@xyo-network/react-property 2.26.8 → 2.26.11
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,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { darken, lighten, Typography, useTheme } from '@mui/material';
|
|
3
|
-
import { QuickTipButton } from '@xylabs/react-common';
|
|
4
3
|
import { FlexRow } from '@xylabs/react-flexbox';
|
|
4
|
+
import { QuickTipButton } from '@xylabs/react-quick-tip-button';
|
|
5
5
|
export const PropertyTitle = ({ elevation = 1, size = 'medium', tip, more, title, ...props }) => {
|
|
6
6
|
const sizeVariants = {
|
|
7
7
|
full: 'caption',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Title.js","sourceRoot":"","sources":["../../../src/components/Title.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAqB,QAAQ,EAAE,MAAM,eAAe,CAAA;AACxF,OAAO,
|
|
1
|
+
{"version":3,"file":"Title.js","sourceRoot":"","sources":["../../../src/components/Title.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAqB,QAAQ,EAAE,MAAM,eAAe,CAAA;AACxF,OAAO,EAAgB,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAc/D,MAAM,CAAC,MAAM,aAAa,GAAiC,CAAC,EAAE,SAAS,GAAG,CAAC,EAAE,IAAI,GAAG,QAAQ,EAAE,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,EAAE;IAC5H,MAAM,YAAY,GAA6C;QAC7D,IAAI,EAAE,SAAS;QACf,KAAK,EAAE,SAAS;QAChB,MAAM,EAAE,SAAS;QACjB,KAAK,EAAE,SAAS;KACjB,CAAA;IAED,MAAM,eAAe,GAA8C;QACjE,IAAI,EAAE,SAAS;QACf,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,EAAE;QACV,KAAK,EAAE,EAAE;KACV,CAAA;IAED,MAAM,YAAY,GAAkC;QAClD,IAAI,EAAE,EAAE;QACR,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,EAAE;QACV,KAAK,EAAE,EAAE;KACV,CAAA;IAED,MAAM,YAAY,GAAG,YAAY,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAA;IAEtE,MAAM,KAAK,GAAG,QAAQ,EAAE,CAAA;IAExB,OAAO,CACL,MAAC,OAAO,IACN,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,EAAE,IAAI,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,EAAE,KAAK,GAAG,SAAS,CAAC,EAC9J,UAAU,EAAC,QAAQ,EACnB,MAAM,EAAE,eAAe,CAAC,IAAI,CAAC,EAC7B,cAAc,EAAC,eAAe,KAC1B,KAAK,aAET,MAAC,OAAO,IAAC,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,aACjC,KAAC,UAAU,IAAC,UAAU,EAAE,GAAG,EAAE,MAAM,QAAC,OAAO,EAAE,YAAY,CAAC,IAAI,CAAC,EAAE,QAAQ,EAAE,YAAY,CAAC,IAAI,CAAC,YAC3F,0BACE,2BAAS,KAAK,GAAU,GAClB,GACG,EACZ,GAAG,CAAC,CAAC,CAAC,CACL,KAAC,cAAc,IAAC,KAAK,EAAE,EAAE,QAAQ,EAAE,YAAY,EAAE,EAAE,KAAK,EAAC,SAAS,EAAC,KAAK,EAAE,KAAK,IAAI,EAAE,YAClF,GAAG,GACW,CAClB,CAAC,CAAC,CAAC,IAAI,IACA,EACT,IAAI,IACG,CACX,CAAA;AACH,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -13,21 +13,21 @@
|
|
|
13
13
|
"@emotion/react": "^11.9.3",
|
|
14
14
|
"@emotion/styled": "^11.9.3",
|
|
15
15
|
"@mui/icons-material": "^5.8.4",
|
|
16
|
-
"@mui/material": "^5.8.
|
|
17
|
-
"@xylabs/react-button": "^2.14.
|
|
18
|
-
"@xylabs/react-
|
|
19
|
-
"@xylabs/react-
|
|
20
|
-
"@xylabs/react-
|
|
21
|
-
"@xyo-network/react-shared": "^2.26.
|
|
22
|
-
"@xyo-network/typeof": "^2.21.
|
|
16
|
+
"@mui/material": "^5.8.7",
|
|
17
|
+
"@xylabs/react-button": "^2.14.5",
|
|
18
|
+
"@xylabs/react-flexbox": "^2.14.5",
|
|
19
|
+
"@xylabs/react-identicon": "^2.14.5",
|
|
20
|
+
"@xylabs/react-quick-tip-button": "^2.14.5",
|
|
21
|
+
"@xyo-network/react-shared": "^2.26.11",
|
|
22
|
+
"@xyo-network/typeof": "^2.21.14",
|
|
23
23
|
"react": "^18.2.0",
|
|
24
24
|
"react-dom": "^18.2.0",
|
|
25
25
|
"tslib": "^2.4.0"
|
|
26
26
|
},
|
|
27
27
|
"description": "Common React library for all XYO projects that use React",
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@babel/core": "^7.18.
|
|
30
|
-
"@babel/preset-env": "^7.18.
|
|
29
|
+
"@babel/core": "^7.18.6",
|
|
30
|
+
"@babel/preset-env": "^7.18.6",
|
|
31
31
|
"@storybook/react": "^6.5.9",
|
|
32
32
|
"@xylabs/tsconfig": "^1.0.14"
|
|
33
33
|
},
|
|
@@ -80,6 +80,6 @@
|
|
|
80
80
|
},
|
|
81
81
|
"sideEffects": false,
|
|
82
82
|
"types": "dist/esm/index.d.ts",
|
|
83
|
-
"version": "2.26.
|
|
83
|
+
"version": "2.26.11",
|
|
84
84
|
"packageManager": "yarn@3.1.1"
|
|
85
85
|
}
|
package/src/components/Title.tsx
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { darken, lighten, Typography, TypographyVariant, useTheme } from '@mui/material'
|
|
2
|
-
import { QuickTipButton } from '@xylabs/react-common'
|
|
3
2
|
import { FlexBoxProps, FlexRow } from '@xylabs/react-flexbox'
|
|
3
|
+
import { QuickTipButton } from '@xylabs/react-quick-tip-button'
|
|
4
4
|
import { SizeProp } from '@xyo-network/react-shared'
|
|
5
5
|
import { ReactNode } from 'react'
|
|
6
6
|
|