@sikka/hawa 0.0.211 → 0.0.212

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/dist/styles.css CHANGED
@@ -973,10 +973,6 @@ video {
973
973
  .min-w-full {
974
974
  min-width: 100%;
975
975
  }
976
- .min-w-max {
977
- min-width: -moz-max-content;
978
- min-width: max-content;
979
- }
980
976
  .min-w-min {
981
977
  min-width: -moz-min-content;
982
978
  min-width: min-content;
@@ -1145,6 +1141,10 @@ video {
1145
1141
  -moz-column-gap: 4rem;
1146
1142
  column-gap: 4rem;
1147
1143
  }
1144
+ .gap-x-2 {
1145
+ -moz-column-gap: 0.5rem;
1146
+ column-gap: 0.5rem;
1147
+ }
1148
1148
  .gap-x-3 {
1149
1149
  -moz-column-gap: 0.75rem;
1150
1150
  column-gap: 0.75rem;
@@ -6,6 +6,7 @@ type ComparingPlansTypes = {
6
6
  features: [{
7
7
  included: boolean;
8
8
  text: string;
9
+ description?: string;
9
10
  }];
10
11
  price: number;
11
12
  texts: {