warqadui 0.0.146 → 0.0.147

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
@@ -2018,6 +2018,9 @@ select:-webkit-autofill:focus {
2018
2018
  .pl-2\\.5 {
2019
2019
  padding-left: 0.625rem;
2020
2020
  }
2021
+ .pl-3 {
2022
+ padding-left: 0.75rem;
2023
+ }
2021
2024
  .pl-6 {
2022
2025
  padding-left: 1.5rem;
2023
2026
  }
@@ -2027,6 +2030,9 @@ select:-webkit-autofill:focus {
2027
2030
  .pr-2\\.5 {
2028
2031
  padding-right: 0.625rem;
2029
2032
  }
2033
+ .pr-3 {
2034
+ padding-right: 0.75rem;
2035
+ }
2030
2036
  .pt-0 {
2031
2037
  padding-top: 0px;
2032
2038
  }
package/dist/styles.mjs CHANGED
@@ -2016,6 +2016,9 @@ select:-webkit-autofill:focus {
2016
2016
  .pl-2\\.5 {
2017
2017
  padding-left: 0.625rem;
2018
2018
  }
2019
+ .pl-3 {
2020
+ padding-left: 0.75rem;
2021
+ }
2019
2022
  .pl-6 {
2020
2023
  padding-left: 1.5rem;
2021
2024
  }
@@ -2025,6 +2028,9 @@ select:-webkit-autofill:focus {
2025
2028
  .pr-2\\.5 {
2026
2029
  padding-right: 0.625rem;
2027
2030
  }
2031
+ .pr-3 {
2032
+ padding-right: 0.75rem;
2033
+ }
2028
2034
  .pt-0 {
2029
2035
  padding-top: 0px;
2030
2036
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warqadui",
3
- "version": "0.0.146",
3
+ "version": "0.0.147",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",