pb-sxp-ui 1.16.2 → 1.16.4

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.
Files changed (2) hide show
  1. package/dist/index.css +5 -5
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -953,8 +953,8 @@ a:active {
953
953
  }
954
954
  .index-module_gridContainer__eEG-d {
955
955
  display: grid;
956
- grid-template-columns: repeat(3, 1fr);
957
- gap: 8px;
956
+ grid-template-columns: repeat(2, 1fr);
957
+ gap: 15px;
958
958
  width: 100%;
959
959
  }
960
960
  .index-module_gridItem__KrJP6 {
@@ -991,7 +991,7 @@ a:active {
991
991
  color: white;
992
992
  border-radius: 10px;
993
993
  overflow: hidden;
994
- margin: 1px;
994
+ margin: 2px;
995
995
  -webkit-box-sizing: border-box;
996
996
  box-sizing: border-box;
997
997
  width: 100%;
@@ -1021,8 +1021,8 @@ a:active {
1021
1021
  .index-module_gridItem__KrJP6::after {
1022
1022
  content: '';
1023
1023
  position: absolute;
1024
- inset: 1px;
1025
- border-radius: 8px;
1024
+ inset: 2px;
1025
+ border-radius: 10px;
1026
1026
  background-color: transparent;
1027
1027
  }
1028
1028
  @-webkit-keyframes index-module_rotate__5zJec {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pb-sxp-ui",
3
- "version": "1.16.2",
3
+ "version": "1.16.4",
4
4
  "description": "React enterprise-class UI components",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",