px-react-ui-components 1.1.11 → 1.1.13

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.
@@ -44,7 +44,7 @@
44
44
 
45
45
  @media (max-width: 600px) {
46
46
  .react-confirm-alert-body {
47
- width: 95%; /* Küçük ekranlarda daha fazla boşluk */
47
+ width: 90%; /* Küçük ekranlarda daha fazla boşluk */
48
48
  max-width: 320px; /* Maksimum genişlik daha küçük */
49
49
  }
50
50
  }
@@ -106,12 +106,6 @@
106
106
  }
107
107
  }
108
108
 
109
- .react-confirm-alert-body {
110
- width: 500px;
111
- max-width: 500px !important;
112
- max-height: unset !important;
113
- }
114
-
115
109
  .react-confirm-alert-body > div {
116
110
  max-height: 250px !important;
117
111
  overflow: auto;
@@ -822,7 +822,7 @@ function MyEditor({
822
822
  script: "sub"
823
823
  }, {
824
824
  script: "super"
825
- }], ["image"], ["formula"], [{
825
+ }], ["link", "image"], ["formula"], [{
826
826
  table: tableOptions
827
827
  }, {
828
828
  table: "append-row"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "px-react-ui-components",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "commonjs",