design-system-silkhaus 4.0.0-beta.color-names.2 → 4.0.0-beta.color-names.3

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.
@@ -827,11 +827,12 @@ exports.default = {
827
827
  secondaryDark: 'var(--text-secondary-dark)',
828
828
  textTertiaryDark: 'var(--text-tertiary-dark)',
829
829
  textSecondaryPlusDark: 'var(--text-secondary-plus-dark)',
830
- textPrimaryDark: 'var(--text-primary-dark)',
830
+ textPrimaryInverse: 'var(--text-primary-inverse)',
831
831
  },
832
832
  Background: {
833
833
  primary: 'var(--background-primary)',
834
834
  secondary: 'var(--background-secondary)',
835
+ primaryInverse: 'var(--background-primary-inverse)',
835
836
  accentEggplant: {
836
837
  100: 'var(--accent-eggplant-100)', //deprecated
837
838
  50: 'var(--accent-eggplant-50)', //deprecated
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "design-system-silkhaus",
3
3
  "private": false,
4
- "version": "4.0.0-beta.color-names.2",
4
+ "version": "4.0.0-beta.color-names.3",
5
5
  "description": "Design system for Silkhaus built with Typescript, React and Tailwind",
6
6
  "author": "silkhaus",
7
7
  "license": "MIT",