tide-design-system 2.2.6 → 2.2.7

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.
@@ -766,6 +766,7 @@ declare const CSS_2: {
766
766
  readonly CENTER: "tide-axis2-center";
767
767
  readonly END: "tide-axis2-end";
768
768
  readonly START: "tide-axis2-start";
769
+ readonly STRETCH: "tide-axis2-stretch";
769
770
  };
770
771
  readonly BG: {
771
772
  readonly GLOBAL: {
@@ -977,6 +978,7 @@ declare const CSS_2: {
977
978
  readonly ZERO: "tide-height-0";
978
979
  readonly FULL: "tide-height-full";
979
980
  readonly MAX_FULL: "tide-max-height-full";
981
+ readonly MIN_ZERO: "tide-min-height-0";
980
982
  };
981
983
  readonly ISOLATION: {
982
984
  readonly ISOLATE: "tide-isolate";
@@ -1194,6 +1196,7 @@ declare const CSS_2: {
1194
1196
  readonly ZERO: "tide-width-0";
1195
1197
  readonly FULL: "tide-width-full";
1196
1198
  readonly MAX_FULL: "tide-max-width-full";
1199
+ readonly MIN_ZERO: "tide-min-width-0";
1197
1200
  };
1198
1201
  readonly Z_INDEX: {
1199
1202
  readonly INITIAL: "tide-z-index-initial";