@stack-spot/citric-react 0.15.1 → 0.15.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.
Files changed (2) hide show
  1. package/dist/citric.css +1 -0
  2. package/package.json +1 -1
package/dist/citric.css CHANGED
@@ -1989,6 +1989,7 @@ input[data-citric="favorite"][type="checkbox"] {
1989
1989
  appearance: none;
1990
1990
  cursor: pointer;
1991
1991
  font-size: 16px;
1992
+ margin: 0;
1992
1993
 
1993
1994
  &:before {
1994
1995
  font-family: 'CitricIconsOutline';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stack-spot/citric-react",
3
- "version": "0.15.1",
3
+ "version": "0.15.3",
4
4
  "author": "StackSpot",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",