@leavittsoftware/web 11.4.0 → 11.4.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.
|
@@ -44,6 +44,14 @@ let LeavittAppContentContainer = class LeavittAppContentContainer extends LitEle
|
|
|
44
44
|
scrollbar-color: var(--md-sys-color-surface-container-highest) transparent;
|
|
45
45
|
border-radius: 28px;
|
|
46
46
|
}
|
|
47
|
+
|
|
48
|
+
/* The host squares off in drawer mode, so the scroller has to as well — its
|
|
49
|
+
rounded overflow clip is otherwise visible at the page's top corners once
|
|
50
|
+
there is enough content to scroll. Safari does not like nested selectors on
|
|
51
|
+
host, so this stays flat. */
|
|
52
|
+
:host([main-menu-position='drawer']) scroll-container {
|
|
53
|
+
border-radius: 0;
|
|
54
|
+
}
|
|
47
55
|
`,
|
|
48
56
|
]; }
|
|
49
57
|
render() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-main-content-container.js","sourceRoot":"","sources":["app-main-content-container.ts"],"names":[],"mappings":";AAAA,OAAO,kEAAkE,CAAC;AAE1E,OAAO,EAAE,UAAU,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAGhC,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,UAAU;IAAnD;;QAEwC,6CAAsC,IAAI,CAAC;QAGjF,qBAAgB,GAAW,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"app-main-content-container.js","sourceRoot":"","sources":["app-main-content-container.ts"],"names":[],"mappings":";AAAA,OAAO,kEAAkE,CAAC;AAE1E,OAAO,EAAE,UAAU,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAGhC,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,UAAU;IAAnD;;QAEwC,6CAAsC,IAAI,CAAC;QAGjF,qBAAgB,GAAW,MAAM,CAAC;IA+C3C,CAAC;IAnDqC,kCAAwC;IAAxC,IAAA,eAAe,qDAAyB;IAAxC,IAAA,eAAe,2DAAyB;IAC/B,sCAA2C;IAA3C,IAAA,mBAAmB,yDAAwB;IAA3C,IAAA,mBAAmB,+DAAwB;aAKjF,WAAM,GAAG;QACd,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAmCF;KACF,AArCY,CAqCX;IAEF,MAAM;QACJ,OAAO,IAAI,CAAA;yFAC0E,IAAI,CAAC,mBAAmB;;KAE5G,CAAC;IACJ,CAAC;;AAlDmC;IAAnC,KAAK,CAAC,kBAAkB,CAAC;iEAAkD;AAC/B;IAA5C,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;qEAA6D;AAGjF;IAFN,OAAO,CAAC,EAAE,OAAO,EAAE,uBAAuB,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC;IAC9D,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,oBAAoB,EAAE,CAAC;oEAClC;AAL9B,0BAA0B;IADtC,aAAa,CAAC,oCAAoC,CAAC;GACvC,0BAA0B,CAoDtC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leavittsoftware/web",
|
|
3
|
-
"version": "11.4.
|
|
3
|
+
"version": "11.4.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"files": [
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"url": "https://github.com/LeavittSoftware/titanium-elements/issues"
|
|
43
43
|
},
|
|
44
44
|
"homepage": "https://github.com/LeavittSoftware/titanium-elements/#readme",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "dc6b74566e849d9501a0212dee9c59a29b2ac56c"
|
|
46
46
|
}
|