@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 +4 -4
- package/es/blocks/Pricing/ComparingPlans.d.ts +1 -0
- package/es/index.es.js +1 -1
- package/lib/blocks/Pricing/ComparingPlans.d.ts +1 -0
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/blocks/Pricing/ComparingPlans.tsx +15 -10
- package/src/elements/HawaTooltip.tsx +1 -1
- package/src/styles.css +4 -4
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;
|