@secondstaxorg/sscomp 1.6.78 → 1.6.79
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/index.es.js +13 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +17 -22
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +13 -4
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/SSXBar/style.d.ts +1 -0
- package/types/components/SSXBar/types.d.ts +3 -2
package/dist/index.es.js
CHANGED
|
@@ -4304,13 +4304,22 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
4304
4304
|
font-weight: 500;
|
|
4305
4305
|
font-family: Circular Book Medium, sans-serif;
|
|
4306
4306
|
`,Hm=e=>{const{title:i}=e;return t.createElement(Lm,{...e,__self:void 0,__source:{fileName:"D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\WidgetTitle\\WidgetTitle.tsx",lineNumber:11}},i)},Im=o.div`
|
|
4307
|
-
|
|
4308
|
-
height: 82px;
|
|
4307
|
+
height: 81px;
|
|
4309
4308
|
left: 0;
|
|
4309
|
+
background-color: #fff;
|
|
4310
4310
|
right: 0;
|
|
4311
|
-
|
|
4311
|
+
padding-left: 16.5px;
|
|
4312
|
+
padding-right: 16.5px;
|
|
4312
4313
|
align-items: center;
|
|
4313
|
-
|
|
4314
|
+
border-bottom: 1px solid var(--neutral-100, #e8eef7);
|
|
4315
|
+
/* mobile screens */
|
|
4316
|
+
@media (max-width: 767px) {
|
|
4317
|
+
height: 76px;
|
|
4318
|
+
}
|
|
4319
|
+
`;o.div`
|
|
4320
|
+
background: white;
|
|
4321
|
+
color: ${s["error-900"]};
|
|
4322
|
+
`;const Fm=e=>{const{children:i,className:r}=e;return t.createElement(Im,{className:r,...e,__self:void 0,__source:{fileName:"D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\SSXBar\\SSXBar.tsx",lineNumber:8}},i&&i)};o.div`
|
|
4314
4323
|
display: flex;
|
|
4315
4324
|
flex-direction: column;
|
|
4316
4325
|
gap: 16px;
|