@entur/tooltip 5.2.9 → 5.2.10-beta.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.
Files changed (2) hide show
  1. package/dist/styles.css +33 -33
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -1,5 +1,16 @@
1
1
  /* DO NOT CHANGE!*/
2
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
+ /* DO NOT CHANGE!*/
4
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
+ .eds-button-group .eds-button {
6
+ margin-right: 0.75rem;
7
+ margin-bottom: 0.75rem;
8
+ }
9
+
10
+ .eds-button-group .eds-button:only-child {
11
+ margin: 0;
12
+ }
13
+
3
14
  /* DO NOT CHANGE!*/
4
15
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
16
  a.eds-button {
@@ -253,17 +264,6 @@ a.eds-button .eds-icon {
253
264
  border-color: transparent;
254
265
  }
255
266
 
256
- /* DO NOT CHANGE!*/
257
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
258
- .eds-button-group .eds-button {
259
- margin-right: 0.75rem;
260
- margin-bottom: 0.75rem;
261
- }
262
-
263
- .eds-button-group .eds-button:only-child {
264
- margin: 0;
265
- }
266
-
267
267
  /* DO NOT CHANGE!*/
268
268
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
269
269
  .eds-floating-button {
@@ -1127,6 +1127,28 @@ a.eds-button .eds-icon {
1127
1127
  }
1128
1128
  /* DO NOT CHANGE!*/
1129
1129
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1130
+ .eds-popover {
1131
+ background: var(--components-tooltip-popover-standard-fill);
1132
+ box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
1133
+ border-radius: 0.25rem;
1134
+ border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
1135
+ font-family: inherit;
1136
+ z-index: 20;
1137
+ }
1138
+ .eds-contrast .eds-popover {
1139
+ background: var(--components-tooltip-popover-contrast-fill);
1140
+ box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
1141
+ }
1142
+ .eds-popover:focus-visible {
1143
+ outline: 2px solid #181c56;
1144
+ outline-color: var(--basecolors-stroke-focus-standard);
1145
+ outline-offset: 0.125rem;
1146
+ }
1147
+ .eds-contrast .eds-popover:focus-visible {
1148
+ outline-color: var(--basecolors-stroke-focus-contrast);
1149
+ }
1150
+ /* DO NOT CHANGE!*/
1151
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1130
1152
  /* DO NOT CHANGE!*/
1131
1153
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1132
1154
  /* DO NOT CHANGE!*/
@@ -1326,25 +1348,3 @@ a.eds-button .eds-icon {
1326
1348
  :root {
1327
1349
  --eds-tooltip: 1;
1328
1350
  }
1329
- /* DO NOT CHANGE!*/
1330
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1331
- .eds-popover {
1332
- background: var(--components-tooltip-popover-standard-fill);
1333
- box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
1334
- border-radius: 0.25rem;
1335
- border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
1336
- font-family: inherit;
1337
- z-index: 20;
1338
- }
1339
- .eds-contrast .eds-popover {
1340
- background: var(--components-tooltip-popover-contrast-fill);
1341
- box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
1342
- }
1343
- .eds-popover:focus-visible {
1344
- outline: 2px solid #181c56;
1345
- outline-color: var(--basecolors-stroke-focus-standard);
1346
- outline-offset: 0.125rem;
1347
- }
1348
- .eds-contrast .eds-popover:focus-visible {
1349
- outline-color: var(--basecolors-stroke-focus-contrast);
1350
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/tooltip",
3
- "version": "5.2.9",
3
+ "version": "5.2.10-beta.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/tooltip.esm.js",
@@ -27,9 +27,9 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/button": "^3.3.9",
31
- "@entur/icons": "^7.12.0",
32
- "@entur/layout": "^3.1.5",
30
+ "@entur/button": "^3.3.10-beta.0",
31
+ "@entur/icons": "^7.13.0-beta.0",
32
+ "@entur/layout": "^3.1.6-beta.0",
33
33
  "@entur/tokens": "^3.19.1",
34
34
  "@entur/utils": "^0.12.3",
35
35
  "@floating-ui/react": "^0.26.24",
@@ -39,5 +39,5 @@
39
39
  "devDependencies": {
40
40
  "dts-cli": "2.0.5"
41
41
  },
42
- "gitHead": "db5f805386b0e22e938d3d0fbc6d283088502658"
42
+ "gitHead": "395ed0106e0bd13be76da11ee8ae35b3197ab218"
43
43
  }