You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -157,6 +158,21 @@ To reorder two columns where column 1 has `size="9" push="3"` and column 2 has `
157
158
</ion-grid>
158
159
```
159
160
161
+
<h4id="version-9x-item-divider">Item Divider</h4>
162
+
163
+
- Component CSS variables have been removed. The component now utilizes the centralized Ionic Theming system. Global updates should be managed via the theme tokens file, while component-specific overrides are handled through localized CSS variables.
164
+
-`--background` is replaced by `IonItemDivider.background` for global styles and `--ion-item-divider-background` for component-specific overrides.
165
+
-`--color` is replaced by `IonItemDivider.color` for global styles and `--ion-item-divider-color` for component-specific overrides.
166
+
-`--padding-top` is replaced by `IonItemDivider.padding.top` for global styles and `--ion-item-divider-padding-top` for component-specific overrides.
167
+
-`--padding-end` is replaced by `IonItemDivider.padding.end` for global styles and `--ion-item-divider-padding-end` for component-specific overrides.
168
+
-`--padding-bottom` is replaced by `IonItemDivider.padding.bottom` for global styles and `--ion-item-divider-padding-bottom` for component-specific overrides.
169
+
-`--padding-start` is replaced by `IonItemDivider.padding.start` for global styles and `--ion-item-divider-padding-start` for component-specific overrides.
170
+
-`--inner-padding-top` is replaced by `IonItemDivider.inner.padding.top` for global styles and `--ion-item-divider-inner-padding-top` for component-specific overrides.
171
+
-`--inner-padding-end` is replaced by `IonItemDivider.inner.padding.end` for global styles and `--ion-item-divider-inner-padding-end` for component-specific overrides.
172
+
-`--inner-padding-bottom` is replaced by `IonItemDivider.inner.padding.bottom` for global styles and `--ion-item-divider-inner-padding-bottom` for component-specific overrides.
173
+
-`--inner-padding-start` is replaced by `IonItemDivider.inner.padding.start` for global styles and `--ion-item-divider-inner-padding-start` for component-specific overrides.
174
+
- Specific theme classes (e.g., `ion-item-divider.md`) are no longer supported. Style modifications based on the active theme must be implemented using theme tokens rather than direct class targeting.
175
+
160
176
<h4id="version-9x-spinner">Spinner</h4>
161
177
162
178
- Component CSS variables have been removed. The component now utilizes the centralized Ionic Theming system. Global updates should be managed via the theme tokens file, while component-specific overrides are handled through localized CSS variables.
0 commit comments