@entur-partner/common 11.1.3 → 11.2.3
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/ActionBar.d.ts +1 -1
- package/dist/AuditInfo.d.ts +3 -0
- package/dist/Box.d.ts +4 -0
- package/dist/ErrorBoundary.d.ts +0 -1
- package/dist/ExpandableMultiLanguageInput.d.ts +3 -0
- package/dist/FeatureToggle.d.ts +3 -1
- package/dist/FormatCurrencyAmount.d.ts +4 -0
- package/dist/FormatDateTime.d.ts +6 -1
- package/dist/LanguageSelect.d.ts +6 -1
- package/dist/Link.d.ts +4 -0
- package/dist/LinkButton.d.ts +5 -1
- package/dist/MultiLanguageInput.d.ts +2 -2
- package/dist/Stack.d.ts +5 -1
- package/dist/StatusLabel.d.ts +3 -0
- package/dist/Text.d.ts +4 -0
- package/dist/Unbutton.d.ts +3 -0
- package/dist/common.cjs.development.js +45 -2
- package/dist/common.cjs.development.js.map +1 -1
- package/dist/common.cjs.production.min.js +1 -1
- package/dist/common.cjs.production.min.js.map +1 -1
- package/dist/common.esm.js +45 -2
- package/dist/common.esm.js.map +1 -1
- package/dist/styles.css +29 -29
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -2297,10 +2297,6 @@
|
|
|
2297
2297
|
padding: 0;
|
|
2298
2298
|
}/* DO NOT CHANGE!*/
|
|
2299
2299
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2300
|
-
.eps-confirm-modal-content {
|
|
2301
|
-
margin-bottom: 1rem;
|
|
2302
|
-
}/* DO NOT CHANGE!*/
|
|
2303
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2304
2300
|
/* DO NOT CHANGE!*/
|
|
2305
2301
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2306
2302
|
.eps-content {
|
|
@@ -2330,6 +2326,19 @@
|
|
|
2330
2326
|
margin-left: 0.125rem;
|
|
2331
2327
|
}/* DO NOT CHANGE!*/
|
|
2332
2328
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2329
|
+
button.eps-link-button {
|
|
2330
|
+
cursor: pointer;
|
|
2331
|
+
}
|
|
2332
|
+
button.eps-link-button, button.eps-link-button:hover, button.eps-link-button:focus, button.eps-link-button:active:focus, button.eps-link-button:active:hover, button.eps-link-button:active {
|
|
2333
|
+
background: none;
|
|
2334
|
+
background-color: inherit;
|
|
2335
|
+
border: none;
|
|
2336
|
+
padding: 0;
|
|
2337
|
+
}
|
|
2338
|
+
button.eps-link-button:hover {
|
|
2339
|
+
color: #aeb7e2;
|
|
2340
|
+
}/* DO NOT CHANGE!*/
|
|
2341
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2333
2342
|
/* DO NOT CHANGE!*/
|
|
2334
2343
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2335
2344
|
.eps-menu {
|
|
@@ -2348,21 +2357,6 @@
|
|
|
2348
2357
|
}
|
|
2349
2358
|
}/* DO NOT CHANGE!*/
|
|
2350
2359
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2351
|
-
button.eps-link-button {
|
|
2352
|
-
cursor: pointer;
|
|
2353
|
-
}
|
|
2354
|
-
button.eps-link-button, button.eps-link-button:hover, button.eps-link-button:focus, button.eps-link-button:active:focus, button.eps-link-button:active:hover, button.eps-link-button:active {
|
|
2355
|
-
background: none;
|
|
2356
|
-
background-color: inherit;
|
|
2357
|
-
border: none;
|
|
2358
|
-
padding: 0;
|
|
2359
|
-
}
|
|
2360
|
-
button.eps-link-button:hover {
|
|
2361
|
-
color: #aeb7e2;
|
|
2362
|
-
}.multi-language-input:focus {
|
|
2363
|
-
outline: none;
|
|
2364
|
-
}/* DO NOT CHANGE!*/
|
|
2365
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2366
2360
|
.eps-status-label {
|
|
2367
2361
|
display: flex;
|
|
2368
2362
|
align-items: center;
|
|
@@ -2382,16 +2376,6 @@ button.eps-link-button:hover {
|
|
|
2382
2376
|
}
|
|
2383
2377
|
.eps-status-label__bullet.active {
|
|
2384
2378
|
background: #1a8e60;
|
|
2385
|
-
}.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
|
|
2386
|
-
background: none;
|
|
2387
|
-
background-color: inherit;
|
|
2388
|
-
color: inherit;
|
|
2389
|
-
border: none;
|
|
2390
|
-
padding: 0;
|
|
2391
|
-
font: inherit;
|
|
2392
|
-
outline: inherit;
|
|
2393
|
-
height: inherit;
|
|
2394
|
-
min-width: inherit;
|
|
2395
2379
|
}/* DO NOT CHANGE!*/
|
|
2396
2380
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2397
2381
|
/* DO NOT CHANGE!*/
|
|
@@ -2668,6 +2652,22 @@ button.eps-link-button:hover {
|
|
|
2668
2652
|
|
|
2669
2653
|
.eps-font-weight-heading {
|
|
2670
2654
|
font-weight: 1rem;
|
|
2655
|
+
}.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
|
|
2656
|
+
background: none;
|
|
2657
|
+
background-color: inherit;
|
|
2658
|
+
color: inherit;
|
|
2659
|
+
border: none;
|
|
2660
|
+
padding: 0;
|
|
2661
|
+
font: inherit;
|
|
2662
|
+
outline: inherit;
|
|
2663
|
+
height: inherit;
|
|
2664
|
+
min-width: inherit;
|
|
2665
|
+
}.multi-language-input:focus {
|
|
2666
|
+
outline: none;
|
|
2667
|
+
}/* DO NOT CHANGE!*/
|
|
2668
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2669
|
+
.eps-confirm-modal-content {
|
|
2670
|
+
margin-bottom: 1rem;
|
|
2671
2671
|
}:root {
|
|
2672
2672
|
--eps-common: 1;
|
|
2673
2673
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur-partner/common",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.2.3",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/common.esm.js",
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"react-router-dom": ">=6.30.1"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@entur-partner/util": "^1.3.
|
|
39
|
+
"@entur-partner/util": "^1.3.10",
|
|
40
40
|
"classnames": "^2.5.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@entur-partner/permission-client-node": "3.6.2",
|
|
44
|
-
"@entur/tokens": "3.22.
|
|
44
|
+
"@entur/tokens": "3.22.3",
|
|
45
45
|
"identity-obj-proxy": "3.0.0",
|
|
46
|
-
"react-router-dom": "7.13.
|
|
46
|
+
"react-router-dom": "7.13.2"
|
|
47
47
|
},
|
|
48
48
|
"jest": {
|
|
49
49
|
"setupFilesAfterEnv": [
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"reportFile": "jest-sonar-report.xml",
|
|
62
62
|
"indent": 4
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "d1b835704f1e49aadd71e2189a97103b5ab3f620"
|
|
65
65
|
}
|