@entur/typography 2.1.6 → 2.1.8

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.
Files changed (2) hide show
  1. package/dist/styles.css +9 -3
  2. package/package.json +6 -6
package/dist/styles.css CHANGED
@@ -6,6 +6,8 @@
6
6
  --basecolors-frame-default:#ffffff;
7
7
  --basecolors-frame-elevated:#ffffff;
8
8
  --basecolors-frame-elevatedalt:#f6f6f9;
9
+ --basecolors-frame-highlight:#ff5959;
10
+ --basecolors-frame-highlightalt:#ffbf9e;
9
11
  --basecolors-frame-subdued:#d9dae8;
10
12
  --basecolors-frame-tint:#f6f6f9;
11
13
  --basecolors-shape-accent:#181c56;
@@ -53,6 +55,7 @@
53
55
  --basecolors-stroke-focus-contrast:#aeb7e2;
54
56
  --basecolors-stroke-focus-standard:#181c56;
55
57
  --basecolors-stroke-highlight:#ff5959;
58
+ --basecolors-stroke-highlight2:#ffbf9e;
56
59
  --basecolors-stroke-light:#ffffff;
57
60
  --basecolors-stroke-subdued:#8284ab;
58
61
  --basecolors-stroke-subduedalt:#e3e6e8;
@@ -73,6 +76,8 @@
73
76
  --basecolors-frame-default:#08091c;
74
77
  --basecolors-frame-elevated:rgba(229, 229, 233, 0.1490196078);
75
78
  --basecolors-frame-elevatedalt:#464755;
79
+ --basecolors-frame-highlight:#ff5959;
80
+ --basecolors-frame-highlightalt:#ffbf9e;
76
81
  --basecolors-frame-subdued:#2d2e3e;
77
82
  --basecolors-frame-tint:#141527;
78
83
  --basecolors-shape-accent:#e5e5e9;
@@ -90,7 +95,7 @@
90
95
  --basecolors-shape-funicular-default:#b898e5;
91
96
  --basecolors-shape-helicopter-contrast:#f2b8e5;
92
97
  --basecolors-shape-helicopter-default:#f2b8e5;
93
- --basecolors-shape-highlight:#ff9494;
98
+ --basecolors-shape-highlight:#ff5959;
94
99
  --basecolors-shape-light:#e5e5e9;
95
100
  --basecolors-shape-mask:#2d2e3e;
96
101
  --basecolors-shape-maskalt:#393a49;
@@ -119,14 +124,15 @@
119
124
  --basecolors-stroke-disabled:#e3e6e8;
120
125
  --basecolors-stroke-focus-contrast:#aeb7e2;
121
126
  --basecolors-stroke-focus-standard:#aeb7e2;
122
- --basecolors-stroke-highlight:#ff9494;
127
+ --basecolors-stroke-highlight:#ff5959;
128
+ --basecolors-stroke-highlight2:#ffbf9e;
123
129
  --basecolors-stroke-light:#b3b4bd;
124
130
  --basecolors-stroke-subdued:#81828f;
125
131
  --basecolors-stroke-subduedalt:#949699;
126
132
  --basecolors-text-accent:#e5e5e9;
127
133
  --basecolors-text-disabled:#b6b8ba;
128
134
  --basecolors-text-disabledalt:#b6b8ba;
129
- --basecolors-text-highlight:#ff9494;
135
+ --basecolors-text-highlight:#ff5959;
130
136
  --basecolors-text-highlightalt:#ffbf9e;
131
137
  --basecolors-text-light:#e5e5e9;
132
138
  --basecolors-text-subdued:#b3b4bd;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/typography",
3
- "version": "2.1.6",
3
+ "version": "2.1.8",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "main": "./dist/typography.cjs.js",
6
6
  "module": "./dist/typography.esm.js",
@@ -58,9 +58,9 @@
58
58
  "react-dom": ">=16.8.0"
59
59
  },
60
60
  "dependencies": {
61
- "@entur/icons": "^8.4.5",
62
- "@entur/tokens": "^3.22.4",
63
- "@entur/utils": "^0.13.3",
61
+ "@entur/icons": "^9.0.0",
62
+ "@entur/tokens": "^3.23.0",
63
+ "@entur/utils": "^0.13.5",
64
64
  "classnames": "^2.5.1",
65
65
  "modern-normalize": "^3.0.1"
66
66
  },
@@ -76,8 +76,8 @@
76
76
  "jest-environment-jsdom": "^29.0.0",
77
77
  "ts-jest": "^29.0.0",
78
78
  "typescript": "^5.9.2",
79
- "vite": "^7.1.3",
79
+ "vite": "^7.3.2",
80
80
  "vite-plugin-dts": "^4.5.4"
81
81
  },
82
- "gitHead": "f103a7b4fef3dc0ce47ce4b0e06a8d4062ba1cc5"
82
+ "gitHead": "0ef451821dd20ee28be7c62496acfddc4e56645d"
83
83
  }