@cas-smartdesign/radio-button-group 4.0.2 → 4.1.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/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@cas-smartdesign/radio-button-group",
3
- "version": "4.0.2",
3
+ "version": "4.1.0",
4
4
  "description": "Radio button and radio button group elements with SmartDesign look & feel",
5
5
  "main": "dist/radio-button-group-with-externals.js",
6
6
  "module": "dist/radio-button-group.mjs",
7
7
  "license": "SEE LICENSE IN LICENSE",
8
8
  "types": "dist/radio-button-group.d.ts",
9
9
  "dependencies": {
10
- "lit": "^2.8.0",
11
- "@cas-smartdesign/field-validation-message": "^5.0.1",
12
- "@cas-smartdesign/styles": "^3.6.1"
10
+ "lit": "^3.3.1",
11
+ "@cas-smartdesign/styles": "^3.7.0",
12
+ "@cas-smartdesign/field-validation-message": "^5.1.0"
13
13
  },
14
14
  "files": [
15
15
  "dist",
@@ -20,9 +20,9 @@
20
20
  "access": "public"
21
21
  },
22
22
  "devDependencies": {
23
- "@cas-smartdesign/button": "^5.0.1",
24
- "@cas-smartdesign/license-generator": "^1.6.2",
25
- "@cas-smartdesign/element-preview": "^0.2.1"
23
+ "@cas-smartdesign/element-preview": "^0.3.0",
24
+ "@cas-smartdesign/license-generator": "^1.7.0",
25
+ "@cas-smartdesign/button": "^5.1.0"
26
26
  },
27
27
  "scripts": {
28
28
  "version": "pnpm version",
package/readme.md CHANGED
@@ -64,5 +64,3 @@ The element could show validation messages via an `sd-field-validation-message`
64
64
  - Defines the color of the circle which is only visible when the button is focused
65
65
  - `--sd-radio-button-unchecked-color`
66
66
  - Defines the color of the outer circle and the inner circle when the button is unchecked
67
-
68
- ## Examples