@entur/tooltip 5.2.0-beta.0 → 5.2.1-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 +31 -31
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -1,16 +1,27 @@
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;
3
+ .eds-popover {
4
+ background: var(--components-tooltip-popover-standard-fill);
5
+ box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
6
+ border-radius: 0.25rem;
7
+ border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
8
+ font-family: inherit;
9
+ z-index: 20;
8
10
  }
9
-
10
- .eds-button-group .eds-button:only-child {
11
- margin: 0;
11
+ .eds-contrast .eds-popover {
12
+ background: var(--components-tooltip-popover-contrast-fill);
13
+ box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
14
+ }
15
+ .eds-popover:focus-visible {
16
+ outline: 2px solid #181c56;
17
+ outline-color: var(--basecolors-stroke-focus-standard);
18
+ outline-offset: 0.125rem;
19
+ }
20
+ .eds-contrast .eds-popover:focus-visible {
21
+ outline-color: var(--basecolors-stroke-focus-contrast);
12
22
  }
13
-
23
+ /* DO NOT CHANGE!*/
24
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
14
25
  /* DO NOT CHANGE!*/
15
26
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
16
27
  a.eds-button {
@@ -265,6 +276,17 @@ a.eds-button--size-large {
265
276
  border-color: transparent;
266
277
  }
267
278
 
279
+ /* DO NOT CHANGE!*/
280
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
281
+ .eds-button-group .eds-button {
282
+ margin-right: 0.75rem;
283
+ margin-bottom: 0.75rem;
284
+ }
285
+
286
+ .eds-button-group .eds-button:only-child {
287
+ margin: 0;
288
+ }
289
+
268
290
  /* DO NOT CHANGE!*/
269
291
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
270
292
  .eds-floating-button {
@@ -1126,28 +1148,6 @@ a.eds-button--size-large {
1126
1148
  }
1127
1149
  /* DO NOT CHANGE!*/
1128
1150
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1129
- .eds-popover {
1130
- background: var(--components-tooltip-popover-standard-fill);
1131
- box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
1132
- border-radius: 0.25rem;
1133
- border: 0.0625rem solid var(--components-tooltip-popover-standard-border);
1134
- font-family: inherit;
1135
- z-index: 20;
1136
- }
1137
- .eds-contrast .eds-popover {
1138
- background: var(--components-tooltip-popover-contrast-fill);
1139
- box-shadow: 0 0.0625rem 0.1875rem rgb(57, 61, 121);
1140
- }
1141
- .eds-popover:focus-visible {
1142
- outline: 2px solid #181c56;
1143
- outline-color: var(--basecolors-stroke-focus-standard);
1144
- outline-offset: 0.125rem;
1145
- }
1146
- .eds-contrast .eds-popover:focus-visible {
1147
- outline-color: var(--basecolors-stroke-focus-contrast);
1148
- }
1149
- /* DO NOT CHANGE!*/
1150
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1151
1151
  /* DO NOT CHANGE!*/
1152
1152
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1153
1153
  /* DO NOT CHANGE!*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/tooltip",
3
- "version": "5.2.0-beta.0",
3
+ "version": "5.2.1-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.0-beta.0",
31
- "@entur/icons": "^7.6.0",
32
- "@entur/layout": "^2.4.0-beta.0",
30
+ "@entur/button": "^3.3.1-beta.0",
31
+ "@entur/icons": "^7.7.0-beta.0",
32
+ "@entur/layout": "^2.4.1-beta.0",
33
33
  "@entur/tokens": "^3.17.5",
34
34
  "@entur/utils": "^0.12.2",
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": "6ee621529704e08c9814cda206da98c37a9f0689"
42
+ "gitHead": "e65150a6a9f9e2beb4a8bbecc06b9237119fe55e"
43
43
  }