@bitrise/bitkit 12.56.0 → 12.56.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/package.json
CHANGED
|
@@ -33,7 +33,10 @@ const ToggleTheme: ComponentStyleConfig = {
|
|
|
33
33
|
},
|
|
34
34
|
_before: {
|
|
35
35
|
content: '""',
|
|
36
|
-
backgroundImage:
|
|
36
|
+
backgroundImage:
|
|
37
|
+
`/* @see: https://github.com/chakra-ui/chakra-ui/issues/7548#issuecomment-1684034030 */` +
|
|
38
|
+
`url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.213 13.915 17.234 7l1.49 1.49L10.212 17 5 11.68l1.49-1.489 3.723 3.724Z' fill='white' /%3E%3C/svg%3E"),` +
|
|
39
|
+
`url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.213 13.915 17.234 7l1.49 1.49L10.212 17 5 11.68l1.49-1.489 3.723 3.724Z' fill='white' /%3E%3C/svg%3E")`,
|
|
37
40
|
backgroundPositionX: '0.125rem',
|
|
38
41
|
position: 'absolute',
|
|
39
42
|
left: 0,
|
|
@@ -43,7 +46,10 @@ const ToggleTheme: ComponentStyleConfig = {
|
|
|
43
46
|
},
|
|
44
47
|
_after: {
|
|
45
48
|
content: '""',
|
|
46
|
-
backgroundImage:
|
|
49
|
+
backgroundImage:
|
|
50
|
+
`/* @see: https://github.com/chakra-ui/chakra-ui/issues/7548#issuecomment-1684034030 */` +
|
|
51
|
+
`url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.01 10.608 16.618 6l1.402 1.402-4.608 4.608 4.608 4.608-1.402 1.402-4.608-4.608-4.608 4.608L6 16.618l4.608-4.608L6 7.402 7.402 6l4.608 4.608Z' fill='white' /%3E%3C/svg%3E"),` +
|
|
52
|
+
`url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.01 10.608 16.618 6l1.402 1.402-4.608 4.608 4.608 4.608-1.402 1.402-4.608-4.608-4.608 4.608L6 16.618l4.608-4.608L6 7.402 7.402 6l4.608 4.608Z' fill='white' /%3E%3C/svg%3E")`,
|
|
47
53
|
backgroundPositionX: '-0.125rem',
|
|
48
54
|
position: 'absolute',
|
|
49
55
|
left: '50%',
|