@secondstaxorg/sscomp 1.4.8 → 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 +6 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +13 -6
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +6 -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/dist/index.es.js
CHANGED
|
@@ -17,7 +17,7 @@ import*as e from"react";import t,{useState as i,useEffect as r,forwardRef as n,u
|
|
|
17
17
|
//sizes
|
|
18
18
|
&.sm{
|
|
19
19
|
padding: 8px 16px;
|
|
20
|
-
font-size: 14px;
|
|
20
|
+
font-size: 14px;
|
|
21
21
|
height: 33px;
|
|
22
22
|
line-height: 17px;
|
|
23
23
|
font-family: 'Circular Book Medium', sans-serif;
|
|
@@ -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;
|
|
@@ -4192,7 +4193,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
4192
4193
|
flex-direction: column;
|
|
4193
4194
|
gap: 16px;
|
|
4194
4195
|
`;const Rm=l.div`
|
|
4195
|
-
padding:
|
|
4196
|
+
padding-top: 16px;
|
|
4196
4197
|
border-radius: 8px;
|
|
4197
4198
|
background: ${s.white};
|
|
4198
4199
|
min-height: 597px;
|