@npm_leadtech/legal-lib-components 7.23.1 → 7.23.2

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.
@@ -155,5 +155,9 @@ export const DropdownInputStyled = styled.div `
155
155
  background: var(--primary-main-light-5);
156
156
  }
157
157
  }
158
+
159
+ .dropdown_input__link--all {
160
+ font-weight: 700;
161
+ }
158
162
  }
159
163
  `;
@@ -156,5 +156,9 @@ export const DropdownInputStyled = styled.div`
156
156
  background: var(--primary-main-light-5);
157
157
  }
158
158
  }
159
+
160
+ .dropdown_input__link--all {
161
+ font-weight: 700;
162
+ }
159
163
  }
160
164
  `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.23.1",
3
+ "version": "7.23.2",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",