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/esm/index.js
CHANGED
|
@@ -62172,9 +62172,9 @@ const ButtonSC = styled.button `
|
|
|
62172
62172
|
`}
|
|
62173
62173
|
|
|
62174
62174
|
&:disabled {
|
|
62175
|
-
background-color: ${getTheme("com/button/disable/background-color
|
|
62176
|
-
|
|
62177
|
-
|
|
62175
|
+
background-color: ${getTheme("com/button/disable/background-color")};
|
|
62176
|
+
color: ${getTheme("com/button/disable/icon-color")} !important;
|
|
62177
|
+
border: none;
|
|
62178
62178
|
|
|
62179
62179
|
${SpanIconSC$2} {
|
|
62180
62180
|
color: ${getTheme("com/button/disable/icon-color")};
|
|
@@ -66564,8 +66564,7 @@ styled.div `
|
|
|
66564
66564
|
const DivWrapperSC$4 = styled.div `
|
|
66565
66565
|
display: flex;
|
|
66566
66566
|
flex-direction: column;
|
|
66567
|
-
|
|
66568
|
-
min-width: ${getTheme("com/menu/item/min-width")};
|
|
66567
|
+
gap: ${getTheme("sem/dimension/gap/xs")};
|
|
66569
66568
|
min-height: ${getTheme("com/menu/item/size-md/min-height")};
|
|
66570
66569
|
background-color: ${getTheme("com/menu/item/action/background-color/default")};
|
|
66571
66570
|
`;
|