@secondstaxorg/sscomp 1.5.1 → 1.5.2
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 +2 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +20 -4
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -3
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/SSXBar/SSXBar.d.ts +2 -1
- package/types/components/SSXBar/types.d.ts +5 -0
package/dist/index.es.js
CHANGED
|
@@ -4181,14 +4181,13 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
4181
4181
|
font-weight: 500;
|
|
4182
4182
|
font-family: Circular Book Medium, sans-serif;
|
|
4183
4183
|
`,Im=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)},Om=l.div`
|
|
4184
|
-
|
|
4184
|
+
padding-inline: 32px;
|
|
4185
4185
|
height: 82px;
|
|
4186
4186
|
left: 0;
|
|
4187
4187
|
right: 0;
|
|
4188
4188
|
display: flex;
|
|
4189
|
-
//justify-content: space-around;
|
|
4190
4189
|
align-items: center;
|
|
4191
|
-
`,Fm=e=>{const{children:i}=
|
|
4190
|
+
`,Fm=e=>{const{children:n,background:o}=e,[l,a]=i(null),c={background:s.white,borderBottom:`1px solid ${s["neutral-100"]}`},d={background:s["neutral-900"],color:s.white};return r((()=>{"light"===o&&a(c),"dark"===o&&a(d)}),[o]),t.createElement(Om,{...e,style:l,__self:void 0,__source:{fileName:"D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\SSXBar\\SSXBar.tsx",lineNumber:25}},n)};l.div`
|
|
4192
4191
|
display: flex;
|
|
4193
4192
|
flex-direction: column;
|
|
4194
4193
|
gap: 16px;
|