@secondstaxorg/sscomp 1.4.9 → 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 +6 -6
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +31 -8
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +5 -5
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/Ribbon/Ribbon.d.ts +2 -2
- package/types/components/Ribbon/type.d.ts +2 -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
|
@@ -121,7 +121,7 @@ import*as e from"react";import t,{useState as i,useEffect as r,forwardRef as n,u
|
|
|
121
121
|
color: ${s["primary-500"]};
|
|
122
122
|
background: none;
|
|
123
123
|
}
|
|
124
|
-
`,c=e=>{const{variant:i,size:r,disabled:n,children:o}=e;return t.createElement(a,{className:`${i} ${r}`,disabled:n,...e,__self:void 0,__source:{fileName:"D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\Button\\Button.tsx",lineNumber:
|
|
124
|
+
`,c=e=>{const{variant:i,size:r,disabled:n,children:o}=e;return t.createElement(t.Fragment,null,t.createElement(a,{className:`${i} ${r}`,disabled:n,...e,__self:void 0,__source:{fileName:"D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\Button\\Button.tsx",lineNumber:12}},o))},d=l.div`
|
|
125
125
|
display: flex;
|
|
126
126
|
flex-direction: column;
|
|
127
127
|
justify-content: center;
|
|
@@ -3331,7 +3331,8 @@ button{
|
|
|
3331
3331
|
border-radius: 100px;
|
|
3332
3332
|
//display: inline-block;
|
|
3333
3333
|
overflow: hidden;
|
|
3334
|
-
|
|
3334
|
+
//max-width: 784px;
|
|
3335
|
+
width: fit-content;
|
|
3335
3336
|
`,Ju=l.a`
|
|
3336
3337
|
display: inline-block;
|
|
3337
3338
|
padding: 16px;
|
|
@@ -3354,7 +3355,7 @@ button{
|
|
|
3354
3355
|
background:${s["primary-500"]};
|
|
3355
3356
|
color: white;
|
|
3356
3357
|
}
|
|
3357
|
-
`,qu="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\Ribbon\\Ribbon.tsx",$u=e=>{const{links:i,bgColor:r}=e;return t.createElement(t.Fragment,null,i&&i.length>0&&t.createElement(Ku,{__self:void 0,__source:{fileName:qu,lineNumber:14}},i.map(((e,i)=>t.createElement(Ju,{key:i,href:e.url,target:"_blank",className:r,__self:void 0,__source:{fileName:qu,lineNumber:16}},e.label)))))},ef=l.div`
|
|
3358
|
+
`,qu="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\Ribbon\\Ribbon.tsx",$u=e=>{const{links:i,bgColor:r,openInNewTab:n}=e;return t.createElement(t.Fragment,null,i&&i.length>0&&t.createElement(Ku,{__self:void 0,__source:{fileName:qu,lineNumber:14}},i.map(((e,i)=>t.createElement(Ju,{key:i,href:e.url,target:n?"_blank":"_self",className:r,__self:void 0,__source:{fileName:qu,lineNumber:16}},e.label)))))},ef=l.div`
|
|
3358
3359
|
display: flex;
|
|
3359
3360
|
gap: 8px;
|
|
3360
3361
|
justify-content: space-between;
|
|
@@ -4180,14 +4181,13 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
4180
4181
|
font-weight: 500;
|
|
4181
4182
|
font-family: Circular Book Medium, sans-serif;
|
|
4182
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`
|
|
4183
|
-
|
|
4184
|
+
padding-inline: 32px;
|
|
4184
4185
|
height: 82px;
|
|
4185
4186
|
left: 0;
|
|
4186
4187
|
right: 0;
|
|
4187
4188
|
display: flex;
|
|
4188
|
-
//justify-content: space-around;
|
|
4189
4189
|
align-items: center;
|
|
4190
|
-
`,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`
|
|
4191
4191
|
display: flex;
|
|
4192
4192
|
flex-direction: column;
|
|
4193
4193
|
gap: 16px;
|