@ids-group-ltd/ids-design-system 0.3.0 → 0.4.0

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/README.md CHANGED
@@ -46,8 +46,8 @@ This brings in the default palette, semantic theme, design tokens, fonts, reset
46
46
  Advanced consumers can swap the palette/theme and keep the token layer — global side-effects (fonts, link styles, etc.) become opt-in:
47
47
 
48
48
  ```scss
49
- @use 'themes/default/palette';
50
- @use 'themes/default/theme';
49
+ @use 'themes/light/palette';
50
+ @use 'themes/light/theme';
51
51
  @use 'styles/tokens';
52
52
  @use 'styles/fonts';
53
53
  ```