@entur/form 5.4.5 → 5.4.6-alpha.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/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.6-alpha.0](https://bitbucket.org/enturas/design-system/compare/@entur/form@5.4.5...@entur/form@5.4.6-alpha.0) (2022-10-20)
7
+
8
+ **Note:** Version bump only for package @entur/form
9
+
6
10
  ## [5.4.5](https://bitbucket.org/enturas/design-system/compare/@entur/form@5.4.4...@entur/form@5.4.5) (2022-10-12)
7
11
 
8
12
  **Note:** Version bump only for package @entur/form
package/dist/styles.css CHANGED
@@ -967,6 +967,16 @@ textarea.eds-form-control.eds-textarea {
967
967
  margin-left: 0;
968
968
  }/* DO NOT CHANGE!*/
969
969
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
970
+ .eds-segmented-control {
971
+ margin-top: 0.25rem;
972
+ display: flex;
973
+ background: #d1d4e3;
974
+ border-radius: 0.25rem;
975
+ }
976
+ .eds-contrast .eds-segmented-control {
977
+ background: #393d79;
978
+ }/* DO NOT CHANGE!*/
979
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
970
980
  .eds-segmented-choice {
971
981
  display: block;
972
982
  flex: 1 1 0px;
@@ -1034,14 +1044,4 @@ textarea.eds-form-control.eds-textarea {
1034
1044
  }
1035
1045
  .eds-contrast .eds-segmented-choice:hover input:checked + .eds-base-segmented {
1036
1046
  --background-color: #d1d4e3;
1037
- }/* DO NOT CHANGE!*/
1038
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1039
- .eds-segmented-control {
1040
- margin-top: 0.25rem;
1041
- display: flex;
1042
- background: #d1d4e3;
1043
- border-radius: 0.25rem;
1044
- }
1045
- .eds-contrast .eds-segmented-control {
1046
- background: #393d79;
1047
1047
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/form",
3
- "version": "5.4.5",
3
+ "version": "5.4.6-alpha.0",
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.0.0",
30
+ "@entur/icons": "^5.0.1-alpha.0",
31
31
  "@entur/tokens": "^3.4.1",
32
- "@entur/tooltip": "^2.5.17",
33
- "@entur/typography": "^1.7.0",
34
- "@entur/utils": "^0.4.5",
32
+ "@entur/tooltip": "^2.5.18-alpha.0",
33
+ "@entur/typography": "^1.7.1-alpha.0",
34
+ "@entur/utils": "^0.4.6-alpha.0",
35
35
  "classnames": "^2.3.1"
36
36
  },
37
- "gitHead": "e6da59550f3ace8e356155d60ce72d480aa17d51"
37
+ "gitHead": "497df350c3af082f714f461c7089a1fec1b4f8c9"
38
38
  }