@secondstaxorg/sscomp 1.4.9 → 1.5.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.
- package/dist/index.es.js +4 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +11 -4
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +4 -3
- 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/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;
|