fis-component 0.1.2 → 0.1.3
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/cjs/index.js +4 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +4 -5
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -62192,9 +62192,9 @@ const ButtonSC = styled.button `
|
|
|
62192
62192
|
`}
|
|
62193
62193
|
|
|
62194
62194
|
&:disabled {
|
|
62195
|
-
background-color: ${getTheme("com/button/disable/background-color
|
|
62196
|
-
|
|
62197
|
-
|
|
62195
|
+
background-color: ${getTheme("com/button/disable/background-color")};
|
|
62196
|
+
color: ${getTheme("com/button/disable/icon-color")} !important;
|
|
62197
|
+
border: none;
|
|
62198
62198
|
|
|
62199
62199
|
${SpanIconSC$2} {
|
|
62200
62200
|
color: ${getTheme("com/button/disable/icon-color")};
|
|
@@ -66584,8 +66584,7 @@ styled.div `
|
|
|
66584
66584
|
const DivWrapperSC$4 = styled.div `
|
|
66585
66585
|
display: flex;
|
|
66586
66586
|
flex-direction: column;
|
|
66587
|
-
|
|
66588
|
-
min-width: ${getTheme("com/menu/item/min-width")};
|
|
66587
|
+
gap: ${getTheme("sem/dimension/gap/xs")};
|
|
66589
66588
|
min-height: ${getTheme("com/menu/item/size-md/min-height")};
|
|
66590
66589
|
background-color: ${getTheme("com/menu/item/action/background-color/default")};
|
|
66591
66590
|
`;
|