@6thbridge/hexa 0.0.81 → 0.0.83

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/output.css CHANGED
@@ -758,10 +758,6 @@ video {
758
758
  bottom: 0px;
759
759
  }
760
760
 
761
- .bottom-5{
762
- bottom: 1.25rem;
763
- }
764
-
765
761
  .left-0{
766
762
  left: 0px;
767
763
  }
@@ -987,6 +983,10 @@ video {
987
983
  margin-top: 2rem;
988
984
  }
989
985
 
986
+ .mt-auto{
987
+ margin-top: auto;
988
+ }
989
+
990
990
  .box-border{
991
991
  box-sizing: border-box;
992
992
  }
@@ -1096,6 +1096,10 @@ video {
1096
1096
  height: 1.75rem;
1097
1097
  }
1098
1098
 
1099
+ .h-\[100dvh\]{
1100
+ height: 100dvh;
1101
+ }
1102
+
1099
1103
  .h-\[2\.5rem\]{
1100
1104
  height: 2.5rem;
1101
1105
  }
@@ -1145,6 +1149,10 @@ video {
1145
1149
  max-height: 12rem;
1146
1150
  }
1147
1151
 
1152
+ .max-h-\[100dvh\]{
1153
+ max-height: 100dvh;
1154
+ }
1155
+
1148
1156
  .max-h-\[225px\]{
1149
1157
  max-height: 225px;
1150
1158
  }
@@ -1161,12 +1169,8 @@ video {
1161
1169
  max-height: 95%;
1162
1170
  }
1163
1171
 
1164
- .max-h-\[calc\(100vh-200px\)\]{
1165
- max-height: calc(100vh - 200px);
1166
- }
1167
-
1168
- .max-h-screen{
1169
- max-height: 100vh;
1172
+ .min-h-0{
1173
+ min-height: 0px;
1170
1174
  }
1171
1175
 
1172
1176
  .min-h-\[80px\]{
@@ -2372,6 +2376,10 @@ video {
2372
2376
  padding-bottom: 0.5rem;
2373
2377
  }
2374
2378
 
2379
+ .pb-5{
2380
+ padding-bottom: 1.25rem;
2381
+ }
2382
+
2375
2383
  .pl-0{
2376
2384
  padding-left: 0px;
2377
2385
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.81",
3
+ "version": "0.0.83",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {