@cas-smartdesign/radio-button-group 4.0.2 → 4.0.3
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/dist/docs/doc.mjs +1 -2
- package/package.json +6 -6
- package/readme.md +0 -2
package/dist/docs/doc.mjs
CHANGED
|
@@ -520,8 +520,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`),O=d,_=g),y===void 0&&(
|
|
|
520
520
|
</ul>
|
|
521
521
|
</li>
|
|
522
522
|
</ul>
|
|
523
|
-
|
|
524
|
-
`;document.querySelector("#markdown-container").innerHTML=Ql;Kl(Object.assign({"./examples/1_declarative/index.ts":Vs,"./examples/2_disabled/index.ts":Js,"./examples/3_long_text/index.ts":er,"./examples/4_validation/index.ts":lr,"./examples/5_segmented_button/index.ts":fr}));export{Ft as e};
|
|
523
|
+
`,Yl=document.querySelector("#markdown-container");Yl.innerHTML=Ql;Kl(Object.assign({"./examples/1_declarative/index.ts":Vs,"./examples/2_disabled/index.ts":Js,"./examples/3_long_text/index.ts":er,"./examples/4_validation/index.ts":lr,"./examples/5_segmented_button/index.ts":fr}),document.querySelector(".markdown-body"));export{Ft as e};
|
|
525
524
|
function __vite__mapDeps(indexes) {
|
|
526
525
|
if (!__vite__mapDeps.viteFileDeps) {
|
|
527
526
|
__vite__mapDeps.viteFileDeps = []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cas-smartdesign/radio-button-group",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
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",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"types": "dist/radio-button-group.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"lit": "^2.8.0",
|
|
11
|
-
"@cas-smartdesign/field-validation-message": "^5.0.
|
|
12
|
-
"@cas-smartdesign/styles": "^3.6.
|
|
11
|
+
"@cas-smartdesign/field-validation-message": "^5.0.2",
|
|
12
|
+
"@cas-smartdesign/styles": "^3.6.2"
|
|
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.
|
|
24
|
-
"@cas-smartdesign/
|
|
25
|
-
"@cas-smartdesign/
|
|
23
|
+
"@cas-smartdesign/button": "^5.0.2",
|
|
24
|
+
"@cas-smartdesign/element-preview": "^0.2.2",
|
|
25
|
+
"@cas-smartdesign/license-generator": "^1.6.3"
|
|
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
|