@mingto/mt-ui 1.1.49 → 1.1.50

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/style.css +3 -3
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -2585,14 +2585,14 @@
2585
2585
  .mt-button--normal {
2586
2586
  --mt-button-padding: 8px 15px;
2587
2587
  --mt-button-border-radius: 4px;
2588
- --button-icon-span-gap: 6px;
2588
+ --mt-button-icon-span-gap: 6px;
2589
2589
  --mt-button-font-size: 14px;
2590
2590
  }
2591
2591
  .mt-button--small {
2592
2592
  --mt-button-padding: 5px 11px;
2593
2593
  --mt-button-border-radius: 3px;
2594
2594
  --mt-button-font-size: 12px;
2595
- --button-icon-span-gap: 4px;
2595
+ --mt-button-icon-span-gap: 4px;
2596
2596
  }
2597
2597
  .mt-button--small.is-circle {
2598
2598
  --mt-button-padding: 5px;
@@ -2601,7 +2601,7 @@
2601
2601
  --mt-button-padding: 13px 28px;
2602
2602
  --mt-button-font-size: 16px;
2603
2603
  --mt-button-border-radius: 4px;
2604
- --button-icon-span-gap: 8px;
2604
+ --mt-button-icon-span-gap: 8px;
2605
2605
  }
2606
2606
  .mt-button--large.is-circle {
2607
2607
  --mt-button-padding: 14px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mingto/mt-ui",
3
3
  "type": "module",
4
- "version": "1.1.49",
4
+ "version": "1.1.50",
5
5
  "description": "UI组件库",
6
6
  "publishConfig": {
7
7
  "access": "public"