@secondstaxorg/sscomp 1.9.21 → 1.9.22
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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/LineChart/type.d.ts +8 -0
package/dist/index.js
CHANGED
|
@@ -32500,7 +32500,7 @@ const SwitcherContainer = styled.button`
|
|
|
32500
32500
|
padding: 8px;
|
|
32501
32501
|
border-radius: 8px;
|
|
32502
32502
|
background: ${theme.colors["neutral-100"]};
|
|
32503
|
-
width:
|
|
32503
|
+
width: max-content;
|
|
32504
32504
|
border: none;
|
|
32505
32505
|
cursor: pointer;
|
|
32506
32506
|
.selected-language{
|