@ikatec/nebula-tokens 1.5.0-beta.1 → 1.5.0-beta.2

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/dist/index.mjs CHANGED
@@ -445,7 +445,7 @@ var typography = {
445
445
  default: {
446
446
  color: "var(--typography-link-default-color)",
447
447
  hover: "var(--typography-link-default-hover-color)",
448
- active: "var(--typography-link--default-active-color:)",
448
+ active: "var(--typography-link-default-active-color)",
449
449
  disabled: "var(--typography-link-default-disabled-color)"
450
450
  },
451
451
  external: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikatec/nebula-tokens",
3
- "version": "1.5.0-beta.1",
3
+ "version": "1.5.0-beta.2",
4
4
  "description": "Design tokens",
5
5
  "publishConfig": {
6
6
  "access": "public"