@@ -152,24 +152,12 @@ type ThemeConfig = {
152152};
153153```
154154
155- <<<<<<< HEAD
156155Available skins: ` getMovistarSkin() ` , ` getVivoSkin() ` , ` getVivoEvolutionSkin() ` , ` getO2Skin() ` ,
157- ` getTelefonicaSkin() ` , ` getBlauSkin() ` , and others via ` getSkinByName() ` . The legacy Movistar variant without
158- the ` New ` suffix also exists (` getMovistarSkin() ` ). You can also create a custom skin.
159-
156+ ` getTelefonicaSkin() ` , ` getBlauSkin() ` , and others via ` getSkinByName() ` . You can also create a custom skin.
160157If you need to customize default component colors, radii, or other visual tokens beyond the props exposed by a
161158component, prefer extending a skin over overriding component styles. Built-in palette exports such as
162159` movistarPalette ` , ` o2Palette ` , ` vivoPalette ` , etc. are available for skin authoring, and custom skins may
163160also define their own palette colors from scratch.
164- =======
165- Available skins: ` getMovistarNewSkin() ` , ` getVivoSkin() ` , ` getVivoEvolutionSkin() ` , ` getO2Skin() ` ,
166- ` getTelefonicaSkin() ` , ` getBlauSkin() ` , and others via ` getSkinByName() ` . The legacy Movistar variant without
167- the ` New ` suffix also exists (` getMovistarSkin() ` ); prefer the ` New ` version for new projects. You can also
168- create a custom skin. If you need to customize default component colors, radii, or other visual tokens beyond
169- the props exposed by a component, prefer extending a skin over overriding component styles. Built-in palette
170- exports such as ` movistarNewPalette ` , ` o2Palette ` , ` vivoPalette ` , etc. are available for skin authoring, and
171- custom skins may also define their own palette colors from scratch.
172- >>>>>>> origin/mbertamini/1597-remove-o2new-skin
173161
174162Built-in Link integrations: ` Next12 ` , ` Next13 ` , ` Next14 ` , ` ReactRouter5 ` , ` ReactRouter6 ` .
175163
@@ -299,11 +287,7 @@ All tokens via `skinVars` from `@telefonica/mistica`:
299287
300288- ** Colors** : ` skinVars.colors.* ` (286 tokens for backgrounds, text, borders, controls, status, tags)
301289- ** Raw colors** : ` skinVars.rawColors.* ` (same tokens as RGB values, for use with ` applyAlpha ` )
302- <<<<<<< HEAD
303290- ** Palettes for skin authoring** : built-in palette exports such as ` movistarPalette ` , ` o2Palette ` ,
304- =======
305- - ** Palettes for skin authoring** : built-in palette exports such as ` movistarNewPalette ` , ` o2Palette ` ,
306- >>>>>>> origin/mbertamini/1597-remove-o2new-skin
307291 ` vivoPalette ` , etc. Use these only when creating/extending a ` Skin ` , not for styling app components
308292 directly.
309293- ** Border radii** : ` skinVars.borderRadii.* ` (container, button, input, popup, chip, sheet, avatar, tag, etc.)
0 commit comments