@anov/3d-ability 0.0.4-alpha8 → 0.0.4-alpha9
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/poi/utils/css.js
CHANGED
|
@@ -16,7 +16,7 @@ export var getBasePoiStyle = function getBasePoiStyle() {
|
|
|
16
16
|
export var getPanelStyle = function getPanelStyle() {
|
|
17
17
|
return {
|
|
18
18
|
container: {
|
|
19
|
-
width: '
|
|
19
|
+
width: '520px',
|
|
20
20
|
height: '202px',
|
|
21
21
|
backgroundImage: "url(".concat(PANEL_IMG, ")"),
|
|
22
22
|
backgroundSize: '100% 100%',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["PANEL_IMG","PERSON_IMG","getBasePoiStyle","backgroundImage","minWidth","backgroundSize","backgroundRepeat","fontSize","color","fontWeight","boxSizing","padding","pointerEvents","getPanelStyle","container","width","height","cursor","title","content","lineHeight"],"sources":["../../../src/poi/utils/css.ts"],"sourcesContent":["import { PANEL_IMG, PERSON_IMG } from './base64'\n\nexport const getBasePoiStyle = () => {\n return {\n backgroundImage: `url(${PERSON_IMG})`,\n minWidth: '110px',\n backgroundSize: '100% 100%',\n backgroundRepeat: 'no-repeat',\n fontSize: '18px',\n color: '#fff',\n fontWeight: 'bold',\n boxSizing: 'border-box',\n padding: '2px 20px 10px 45px',\n pointerEvents: 'auto',\n }\n}\n\nexport const getPanelStyle = () => {\n return {\n container: {\n width: '
|
|
1
|
+
{"version":3,"names":["PANEL_IMG","PERSON_IMG","getBasePoiStyle","backgroundImage","minWidth","backgroundSize","backgroundRepeat","fontSize","color","fontWeight","boxSizing","padding","pointerEvents","getPanelStyle","container","width","height","cursor","title","content","lineHeight"],"sources":["../../../src/poi/utils/css.ts"],"sourcesContent":["import { PANEL_IMG, PERSON_IMG } from './base64'\n\nexport const getBasePoiStyle = () => {\n return {\n backgroundImage: `url(${PERSON_IMG})`,\n minWidth: '110px',\n backgroundSize: '100% 100%',\n backgroundRepeat: 'no-repeat',\n fontSize: '18px',\n color: '#fff',\n fontWeight: 'bold',\n boxSizing: 'border-box',\n padding: '2px 20px 10px 45px',\n pointerEvents: 'auto',\n }\n}\n\nexport const getPanelStyle = () => {\n return {\n container: {\n width: '520px',\n height: '202px',\n backgroundImage: `url(${PANEL_IMG})`,\n backgroundSize: '100% 100%',\n backgroundRepeat: 'no-repeat',\n color: '#fff',\n pointerEvents: 'auto',\n cursor: 'pointer',\n },\n title: {\n boxSizing: 'border-box',\n padding: '8px 15px 0 35px',\n fontSize: '26px',\n fontWeight: 'bold',\n },\n content: {\n padding: '26px 24px 10px 35px',\n fontSize: '16px',\n lineHeight: '30px',\n },\n }\n}"],"mappings":"AAAA,SAASA,SAAS,EAAEC,UAAU;AAE9B,OAAO,IAAMC,eAAe,GAAG,SAAlBA,eAAe,GAAS;EACnC,OAAO;IACLC,eAAe,gBAASF,UAAU,MAAG;IACrCG,QAAQ,EAAE,OAAO;IACjBC,cAAc,EAAE,WAAW;IAC3BC,gBAAgB,EAAE,WAAW;IAC7BC,QAAQ,EAAE,MAAM;IAChBC,KAAK,EAAE,MAAM;IACbC,UAAU,EAAE,MAAM;IAClBC,SAAS,EAAE,YAAY;IACvBC,OAAO,EAAE,oBAAoB;IAC7BC,aAAa,EAAE;EACjB,CAAC;AACH,CAAC;AAED,OAAO,IAAMC,aAAa,GAAG,SAAhBA,aAAa,GAAS;EACjC,OAAO;IACLC,SAAS,EAAE;MACTC,KAAK,EAAE,OAAO;MACdC,MAAM,EAAE,OAAO;MACfb,eAAe,gBAASH,SAAS,MAAG;MACpCK,cAAc,EAAE,WAAW;MAC3BC,gBAAgB,EAAE,WAAW;MAC7BE,KAAK,EAAE,MAAM;MACbI,aAAa,EAAE,MAAM;MACrBK,MAAM,EAAE;IACV,CAAC;IACDC,KAAK,EAAE;MACLR,SAAS,EAAE,YAAY;MACvBC,OAAO,EAAE,iBAAiB;MAC1BJ,QAAQ,EAAE,MAAM;MAChBE,UAAU,EAAE;IACd,CAAC;IACDU,OAAO,EAAE;MACPR,OAAO,EAAE,qBAAqB;MAC9BJ,QAAQ,EAAE,MAAM;MAChBa,UAAU,EAAE;IACd;EACF,CAAC;AACH,CAAC"}
|