cherry-styled-components 0.1.9 → 0.1.11
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/.claude/settings.local.json +2 -1
- package/dist/cherry.js +4376 -4349
- package/dist/cherry.umd.cjs +24 -24
- package/package.json +2 -2
- package/src/lib/button.tsx +20 -4
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"Bash(git -C /Users/luan/Developer/cherry-styled-components add:*)",
|
|
15
15
|
"Bash(\" directly instead of interpolating \"none\" into pixel\nvalues \\(e.g. \"nonepx)",
|
|
16
16
|
"Bash(\"\\). This also fixes responsiveStyles\\(\\), which\npreviously had no \"none\" guard at all.\nEOF\n\\)\")",
|
|
17
|
-
"Bash(git -C /Users/luan/Developer/cherry-styled-components push)"
|
|
17
|
+
"Bash(git -C /Users/luan/Developer/cherry-styled-components push)",
|
|
18
|
+
"Bash(python3:*)"
|
|
18
19
|
]
|
|
19
20
|
}
|
|
20
21
|
}
|