@stack-spot/citric-react 0.15.2 → 0.15.4

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 +15 -2
  2. package/package.json +1 -1
package/dist/citric.css CHANGED
@@ -471,6 +471,12 @@
471
471
  }
472
472
 
473
473
  [data-citric="tabs"] {
474
+ display: flex;
475
+ flex-direction: column;
476
+ gap: 16px;
477
+ flex: 1;
478
+ overflow: hidden;
479
+
474
480
  > nav {
475
481
  display: flex;
476
482
  border-bottom: 1px solid var(--light-600);
@@ -508,7 +514,10 @@
508
514
  }
509
515
 
510
516
  > section {
511
- margin-top: 16px;
517
+ display: flex;
518
+ flex-direction: column;
519
+ flex: 1;
520
+ overflow: auto;
512
521
  }
513
522
 
514
523
  &.stepper {
@@ -1940,7 +1949,6 @@ input[type="reset"][data-citric="icon-box"], .apply-citric input[type="reset"].c
1940
1949
 
1941
1950
  &.full-width {
1942
1951
  width: auto;
1943
- flex: 1;
1944
1952
  input {
1945
1953
  flex: 1;
1946
1954
  }
@@ -1978,6 +1986,10 @@ input[type="reset"][data-citric="icon-box"], .apply-citric input[type="reset"].c
1978
1986
  }
1979
1987
  }
1980
1988
 
1989
+ .row > [data-citric="field-group"].full-width {
1990
+ flex: 1;
1991
+ }
1992
+
1981
1993
 
1982
1994
  input[data-citric="favorite"][type="checkbox"] {
1983
1995
  --icon: var(--citric-icon-outline-Star);
@@ -1989,6 +2001,7 @@ input[data-citric="favorite"][type="checkbox"] {
1989
2001
  appearance: none;
1990
2002
  cursor: pointer;
1991
2003
  font-size: 16px;
2004
+ margin: 0;
1992
2005
 
1993
2006
  &:before {
1994
2007
  font-family: 'CitricIconsOutline';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stack-spot/citric-react",
3
- "version": "0.15.2",
3
+ "version": "0.15.4",
4
4
  "author": "StackSpot",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",