@difizen/libro-core 0.2.24 → 0.2.26

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/es/index.less CHANGED
@@ -641,7 +641,7 @@
641
641
  width: 44px;
642
642
  height: 44px;
643
643
 
644
- button {
644
+ .ant-btn.ant-btn-icon-only {
645
645
  width: 44px;
646
646
  height: 44px;
647
647
  background-color: var(--mana-color-bg-container);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-core",
3
- "version": "0.2.24",
3
+ "version": "0.2.26",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro",
@@ -34,10 +34,10 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@ant-design/icons": "^5.1.0",
37
- "@difizen/libro-code-editor": "^0.2.24",
38
- "@difizen/libro-common": "^0.2.24",
39
- "@difizen/libro-shared-model": "^0.2.24",
40
- "@difizen/libro-virtualized": "^0.2.24",
37
+ "@difizen/libro-code-editor": "^0.2.26",
38
+ "@difizen/libro-common": "^0.2.26",
39
+ "@difizen/libro-shared-model": "^0.2.26",
40
+ "@difizen/libro-virtualized": "^0.2.26",
41
41
  "@difizen/mana-app": "latest",
42
42
  "@difizen/mana-l10n": "latest",
43
43
  "@difizen/mana-react": "latest",
package/src/index.less CHANGED
@@ -641,7 +641,7 @@
641
641
  width: 44px;
642
642
  height: 44px;
643
643
 
644
- button {
644
+ .ant-btn.ant-btn-icon-only {
645
645
  width: 44px;
646
646
  height: 44px;
647
647
  background-color: var(--mana-color-bg-container);