@stack-spot/citric-react 0.14.1 → 0.14.2

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 +6 -0
  2. package/package.json +1 -1
package/dist/citric.css CHANGED
@@ -1796,6 +1796,11 @@ nav[data-citric="menu"].rounded-items, [data-citric="menu"].rounded-items nav {
1796
1796
  --bg-hover: var(--palette-500);
1797
1797
  --fg: var(--palette-50);
1798
1798
  }
1799
+
1800
+ /* Images */
1801
+ img {
1802
+ width: 100%;
1803
+ }
1799
1804
  }
1800
1805
 
1801
1806
  /* Buttons and anchors (icon buttons) */
@@ -1935,6 +1940,7 @@ input[type="reset"][data-citric="icon-box"], .apply-citric input[type="reset"].c
1935
1940
 
1936
1941
  &.full-width {
1937
1942
  width: auto;
1943
+ flex: 1;
1938
1944
  input {
1939
1945
  flex: 1;
1940
1946
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stack-spot/citric-react",
3
- "version": "0.14.1",
3
+ "version": "0.14.2",
4
4
  "author": "StackSpot",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",