@rdlabo/ionic-theme-md3 0.0.6 → 0.0.7

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.
@@ -1 +1 @@
1
- ion-toolbar.md:not(.ios26-disabled)>ion-back-button[slot=start]{margin-inline-start:4px}ion-toolbar.md:not(.ios26-disabled)>ion-back-button[slot=end]{margin-inline-end:4px}ion-buttons.md ion-button.md:not(.ios26-disabled).button-default{--color: initial;--background: transparent;--background-activated: transparent;--background-focused: transparent;--background-hover: transparent}ion-buttons.md ion-button.md:not(.ios26-disabled).button-default.button-has-icon-only{--padding-top: 12px;--padding-end: 12px;--padding-bottom: 12px;--padding-start: 12px;--border-radius: 50%;margin:0;width:3rem;height:3rem}
1
+ ion-buttons.md ion-button.md:not(.ios26-disabled).button-default{--color: initial;--background: transparent;--background-activated: transparent;--background-focused: transparent;--background-hover: transparent}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdlabo/ionic-theme-md3",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Material Design 3 Theme for Ionic Framework",
5
5
  "files": [
6
6
  "dist",
@@ -1,18 +1,3 @@
1
- ion-toolbar.md:not(.ios26-disabled) {
2
- /**
3
- * This will add margin-inline to the ion-button
4
- * for ion-buttons are removed due to collapse.
5
- */
6
- & > ion-back-button {
7
- &[slot='start'] {
8
- margin-inline-start: 4px;
9
- }
10
- &[slot='end'] {
11
- margin-inline-end: 4px;
12
- }
13
- }
14
- }
15
-
16
1
  ion-buttons.md {
17
2
  /**
18
3
  * ion-buttons.ios26-disabled > ion-button.button-default is for ios26 structure.
@@ -25,17 +10,5 @@ ion-buttons.md {
25
10
  --background-activated: transparent;
26
11
  --background-focused: transparent;
27
12
  --background-hover: transparent;
28
-
29
- // copy .button-has-icon-only.button-clear
30
- &.button-has-icon-only {
31
- --padding-top: 12px;
32
- --padding-end: 12px;
33
- --padding-bottom: 12px;
34
- --padding-start: 12px;
35
- --border-radius: 50%;
36
- margin: 0;
37
- width: 3rem;
38
- height: 3rem;
39
- }
40
13
  }
41
14
  }