@ctlyst.id/internal-ui 2.1.7 → 2.1.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/internal-ui.cjs.development.js +0 -20
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +1 -1
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +0 -20
- package/dist/internal-ui.esm.js.map +1 -1
- package/dist/provider/__stories__/provider.stories.d.ts +2 -1
- package/package.json +2 -2
package/dist/internal-ui.esm.js
CHANGED
@@ -4802,26 +4802,6 @@ const getTheme = foundations => {
|
|
4802
4802
|
components: {
|
4803
4803
|
...components
|
4804
4804
|
},
|
4805
|
-
styles: {
|
4806
|
-
global: {
|
4807
|
-
'&::-webkit-scrollbar': {
|
4808
|
-
width: '10px',
|
4809
|
-
height: '10px'
|
4810
|
-
},
|
4811
|
-
'&::-webkit-scrollbar-track': {
|
4812
|
-
background: 'white'
|
4813
|
-
},
|
4814
|
-
'&::-webkit-scrollbar-thumb': {
|
4815
|
-
background: 'neutral.400',
|
4816
|
-
borderRadius: '24px',
|
4817
|
-
border: '2px solid white'
|
4818
|
-
},
|
4819
|
-
body: {
|
4820
|
-
fontSize: 'text.sm',
|
4821
|
-
color: 'black.high'
|
4822
|
-
}
|
4823
|
-
}
|
4824
|
-
},
|
4825
4805
|
config
|
4826
4806
|
});
|
4827
4807
|
};
|