@synerise/ds-logic 0.7.0 → 0.7.5

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,17 @@
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
+ ## [0.7.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-logic@0.7.0...@synerise/ds-logic@0.7.1) (2022-07-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **logic:** fixes styles of toggle part of matching component ([36698dd](https://github.com/Synerise/synerise-design/commit/36698dd68e1ab930eebd766dacadefccbda1d82b))
12
+
13
+
14
+
15
+
16
+
6
17
  # [0.7.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-logic@0.6.4...@synerise/ds-logic@0.7.0) (2022-04-05)
7
18
 
8
19
 
@@ -8,7 +8,7 @@ export var MatchingWrapper = styled.div.withConfig({
8
8
  export var Toggle = styled.span.withConfig({
9
9
  displayName: "Matchingstyles__Toggle",
10
10
  componentId: "sc-7z57qz-1"
11
- })(["cursor:pointer;font-size:16px;font-weight:500;line-height:1.25;color:", ";transition:color 0.1s ease-in-out;position:relative;&:after{position:absolute;bottom:-2px;width:100%;content:'';height:1px;left:1px;background-image:linear-gradient( to right,", " 25%,", " 0% );background-position:top;background-size:4px 1px;background-repeat:repeat-x;}&:hover{color:", ";&:after{background-image:linear-gradient( to right,", " 25%,", " 0% );}}"], function (props) {
11
+ })(["cursor:pointer;font-size:16px;font-weight:500;line-height:1.25;color:", ";transition:color 0.1s ease-in-out;position:relative;display:inline-flex;&:after{position:absolute;bottom:-2px;width:100%;content:'';height:1px;left:1px;background-image:linear-gradient( to right,", " 25%,", " 0% );background-position:top;background-size:4px 1px;background-repeat:repeat-x;}&:hover{color:", ";&:after{background-image:linear-gradient( to right,", " 25%,", " 0% );}}"], function (props) {
12
12
  return props.theme.palette["blue-600"];
13
13
  }, function (props) {
14
14
  return props.theme.palette['blue-600'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-logic",
3
- "version": "0.7.0",
3
+ "version": "0.7.5",
4
4
  "description": "Logic UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -40,5 +40,5 @@
40
40
  "@synerise/ds-core": "*",
41
41
  "react": ">=16.9.0 < 17.0.0"
42
42
  },
43
- "gitHead": "5793ce09feb88b36cc8ca1923ddfcb272b889cb0"
43
+ "gitHead": "1ff23a390382403be15699d1963ad8f6c26e5ba6"
44
44
  }