hds-web 1.35.3 → 1.35.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.35.3",
3
+ "version": "1.35.5",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -2859,6 +2859,11 @@ select{
2859
2859
  border-radius: 0.75rem;
2860
2860
  }
2861
2861
 
2862
+ .rounded-b-2xl{
2863
+ border-bottom-right-radius: 1rem;
2864
+ border-bottom-left-radius: 1rem;
2865
+ }
2866
+
2862
2867
  .rounded-b-3xl{
2863
2868
  border-bottom-right-radius: 1.5rem;
2864
2869
  border-bottom-left-radius: 1.5rem;
@@ -2899,6 +2904,11 @@ select{
2899
2904
  border-bottom-right-radius: 0.75rem;
2900
2905
  }
2901
2906
 
2907
+ .rounded-t-2xl{
2908
+ border-top-left-radius: 1rem;
2909
+ border-top-right-radius: 1rem;
2910
+ }
2911
+
2902
2912
  .rounded-t-3xl{
2903
2913
  border-top-left-radius: 1.5rem;
2904
2914
  border-top-right-radius: 1.5rem;
@@ -2909,16 +2919,6 @@ select{
2909
2919
  border-top-right-radius: 0.375rem;
2910
2920
  }
2911
2921
 
2912
- .rounded-t-2xl{
2913
- border-top-left-radius: 1rem;
2914
- border-top-right-radius: 1rem;
2915
- }
2916
-
2917
- .rounded-b-2xl{
2918
- border-bottom-right-radius: 1rem;
2919
- border-bottom-left-radius: 1rem;
2920
- }
2921
-
2922
2922
  .rounded-tl-2xl{
2923
2923
  border-top-left-radius: 1rem;
2924
2924
  }