warqadui 0.0.160 → 0.0.162

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.js CHANGED
@@ -694,6 +694,9 @@ select:-webkit-autofill:focus {
694
694
  .mt-4 {
695
695
  margin-top: 1rem;
696
696
  }
697
+ .mt-5 {
698
+ margin-top: 1.25rem;
699
+ }
697
700
  .mt-6 {
698
701
  margin-top: 1.5rem;
699
702
  }
@@ -2952,12 +2955,18 @@ select:-webkit-autofill:focus {
2952
2955
  --tw-ring-opacity: 1;
2953
2956
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
2954
2957
  }
2958
+ .focus\\:ring-offset-0:focus {
2959
+ --tw-ring-offset-width: 0px;
2960
+ }
2955
2961
  .focus\\:ring-offset-1:focus {
2956
2962
  --tw-ring-offset-width: 1px;
2957
2963
  }
2958
2964
  .focus\\:ring-offset-2:focus {
2959
2965
  --tw-ring-offset-width: 2px;
2960
2966
  }
2967
+ .focus\\:ring-offset-transparent:focus {
2968
+ --tw-ring-offset-color: transparent;
2969
+ }
2961
2970
  .active\\:translate-y-0:active {
2962
2971
  --tw-translate-y: 0px;
2963
2972
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
package/dist/styles.mjs CHANGED
@@ -692,6 +692,9 @@ select:-webkit-autofill:focus {
692
692
  .mt-4 {
693
693
  margin-top: 1rem;
694
694
  }
695
+ .mt-5 {
696
+ margin-top: 1.25rem;
697
+ }
695
698
  .mt-6 {
696
699
  margin-top: 1.5rem;
697
700
  }
@@ -2950,12 +2953,18 @@ select:-webkit-autofill:focus {
2950
2953
  --tw-ring-opacity: 1;
2951
2954
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
2952
2955
  }
2956
+ .focus\\:ring-offset-0:focus {
2957
+ --tw-ring-offset-width: 0px;
2958
+ }
2953
2959
  .focus\\:ring-offset-1:focus {
2954
2960
  --tw-ring-offset-width: 1px;
2955
2961
  }
2956
2962
  .focus\\:ring-offset-2:focus {
2957
2963
  --tw-ring-offset-width: 2px;
2958
2964
  }
2965
+ .focus\\:ring-offset-transparent:focus {
2966
+ --tw-ring-offset-color: transparent;
2967
+ }
2959
2968
  .active\\:translate-y-0:active {
2960
2969
  --tw-translate-y: 0px;
2961
2970
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warqadui",
3
- "version": "0.0.160",
3
+ "version": "0.0.162",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -37,6 +37,7 @@
37
37
  "dependencies": {
38
38
  "@hookform/resolvers": "^5.2.2",
39
39
  "clsx": "^2.1.0",
40
+ "countries-list": "^3.3.0",
40
41
  "dayjs": "^1.11.10",
41
42
  "html2canvas-pro": "^2.0.2",
42
43
  "jspdf": "^4.2.0",