@entur/tooltip 5.3.1-beta-automat.0 → 5.3.2-beta-automat.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/dist/styles.css +2 -0
- package/package.json +7 -7
package/dist/styles.css
CHANGED
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
--basecolors-text-disabled:#6e6f73;
|
|
115
115
|
--basecolors-text-disabledalt:#b6b8ba;
|
|
116
116
|
--basecolors-text-highlight:#ff5959;
|
|
117
|
+
--basecolors-text-highlightalt:#ffbf9e;
|
|
117
118
|
--basecolors-text-light:#ffffff;
|
|
118
119
|
--basecolors-text-subdued:#626493;
|
|
119
120
|
--basecolors-text-subduedalt:#d9dae8;
|
|
@@ -180,6 +181,7 @@
|
|
|
180
181
|
--basecolors-text-disabled:#b6b8ba;
|
|
181
182
|
--basecolors-text-disabledalt:#b6b8ba;
|
|
182
183
|
--basecolors-text-highlight:#ff9494;
|
|
184
|
+
--basecolors-text-highlightalt:#ffbf9e;
|
|
183
185
|
--basecolors-text-light:#e5e5e9;
|
|
184
186
|
--basecolors-text-subdued:#b3b4bd;
|
|
185
187
|
--basecolors-text-subduedalt:#b3b4bd;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/tooltip",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.2-beta-automat.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/tooltip.cjs.js",
|
|
6
6
|
"module": "dist/tooltip.esm.js",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/button": "^
|
|
31
|
-
"@entur/icons": "^8.
|
|
32
|
-
"@entur/layout": "^3.3.
|
|
33
|
-
"@entur/tokens": "^3.
|
|
34
|
-
"@entur/utils": "^0.
|
|
30
|
+
"@entur/button": "^4.0.0-beta-automat.0",
|
|
31
|
+
"@entur/icons": "^8.4.1-beta-automat.0",
|
|
32
|
+
"@entur/layout": "^3.3.2-beta-automat.0",
|
|
33
|
+
"@entur/tokens": "^3.22.0-beta-automat.0",
|
|
34
|
+
"@entur/utils": "^0.13.1",
|
|
35
35
|
"@floating-ui/react": "^0.26.28",
|
|
36
36
|
"@floating-ui/react-dom": "^2.1.6",
|
|
37
37
|
"classnames": "^2.5.1"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"vite": "^7.1.3",
|
|
50
50
|
"vite-plugin-dts": "^4.5.4"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "7d0d14cd6fd5cf4b7ef3c2a3aa7e3536ac51900d"
|
|
53
53
|
}
|