@entur/form 5.4.6 → 5.4.7

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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.4.7](https://bitbucket.org/enturas/design-system/compare/@entur/form@5.4.6...@entur/form@5.4.7) (2022-10-20)
7
+
8
+ **Note:** Version bump only for package @entur/form
9
+
6
10
  ## [5.4.6](https://bitbucket.org/enturas/design-system/compare/@entur/form@5.4.5...@entur/form@5.4.6) (2022-10-20)
7
11
 
8
12
  **Note:** Version bump only for package @entur/form
package/dist/styles.css CHANGED
@@ -2,15 +2,6 @@
2
2
  --eds-form: 1;
3
3
  }/* DO NOT CHANGE!*/
4
4
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
- .eds-fieldset {
6
- margin: 0;
7
- padding: 0;
8
- border: 0;
9
- }
10
- .eds-fieldset .eds-legend {
11
- margin: 0 0 0.5rem;
12
- }/* DO NOT CHANGE!*/
13
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
14
5
  .eds-feedback-text {
15
6
  display: flex;
16
7
  align-items: center;
@@ -456,46 +447,13 @@
456
447
  margin-left: 0;
457
448
  }/* DO NOT CHANGE!*/
458
449
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
459
- textarea.eds-form-control.eds-textarea {
460
- min-height: 7.75rem;
461
- resize: vertical;
462
- line-height: 1.5rem;
463
- }/* DO NOT CHANGE!*/
464
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
465
- .eds-textfield__clear-button {
466
- background: none;
467
- border: none;
468
- border-radius: 50%;
469
- color: inherit;
470
- cursor: pointer;
471
- display: flex;
472
- font: inherit;
473
- font-size: 1rem;
474
- line-height: 1rem;
475
- padding: 0.5rem;
476
- margin-right: -0.75rem;
477
- }
478
- .eds-textfield__clear-button-wrapper {
479
- display: flex;
480
- align-items: center;
481
- }
482
- .eds-textfield__clear-button:hover {
483
- background: #f3f3f3;
484
- }
485
- .eds-textfield__clear-button:focus {
486
- outline: none;
487
- box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
488
- }
489
-
490
- .eds-textfield__divider {
491
- content: "";
492
- display: block;
493
- background-color: #e9e9e9;
494
- height: 1.5rem;
495
- width: 1px;
450
+ .eds-fieldset {
451
+ margin: 0;
452
+ padding: 0;
453
+ border: 0;
496
454
  }
497
- .eds-contrast .eds-form-control-wrapper--disabled .eds-textfield__divider {
498
- background-color: #8285a8;
455
+ .eds-fieldset .eds-legend {
456
+ margin: 0 0 0.5rem;
499
457
  }/* DO NOT CHANGE!*/
500
458
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
501
459
  .eds-form-component--radio__container {
@@ -967,6 +925,48 @@ textarea.eds-form-control.eds-textarea {
967
925
  margin-left: 1rem;
968
926
  }/* DO NOT CHANGE!*/
969
927
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
928
+ textarea.eds-form-control.eds-textarea {
929
+ min-height: 7.75rem;
930
+ resize: vertical;
931
+ line-height: 1.5rem;
932
+ }/* DO NOT CHANGE!*/
933
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
934
+ .eds-textfield__clear-button {
935
+ background: none;
936
+ border: none;
937
+ border-radius: 50%;
938
+ color: inherit;
939
+ cursor: pointer;
940
+ display: flex;
941
+ font: inherit;
942
+ font-size: 1rem;
943
+ line-height: 1rem;
944
+ padding: 0.5rem;
945
+ margin-right: -0.75rem;
946
+ }
947
+ .eds-textfield__clear-button-wrapper {
948
+ display: flex;
949
+ align-items: center;
950
+ }
951
+ .eds-textfield__clear-button:hover {
952
+ background: #f3f3f3;
953
+ }
954
+ .eds-textfield__clear-button:focus {
955
+ outline: none;
956
+ box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
957
+ }
958
+
959
+ .eds-textfield__divider {
960
+ content: "";
961
+ display: block;
962
+ background-color: #e9e9e9;
963
+ height: 1.5rem;
964
+ width: 1px;
965
+ }
966
+ .eds-contrast .eds-form-control-wrapper--disabled .eds-textfield__divider {
967
+ background-color: #8285a8;
968
+ }/* DO NOT CHANGE!*/
969
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
970
970
  .eds-segmented-control {
971
971
  margin-top: 0.25rem;
972
972
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/form",
3
- "version": "5.4.6",
3
+ "version": "5.4.7",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/form.esm.js",
@@ -27,12 +27,12 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/icons": "^5.1.0",
30
+ "@entur/icons": "^5.1.1",
31
31
  "@entur/tokens": "^3.4.1",
32
- "@entur/tooltip": "^2.5.18",
32
+ "@entur/tooltip": "^2.5.19",
33
33
  "@entur/typography": "^1.7.0",
34
34
  "@entur/utils": "^0.4.5",
35
35
  "classnames": "^2.3.1"
36
36
  },
37
- "gitHead": "9d0450ea38d34dffbd45ab0b65eb9f02f499392b"
37
+ "gitHead": "77a4311927a9215106a9aae13c6e92e5f0f7f614"
38
38
  }