Skip to content

Commit

Permalink
Merge branch 'feat/select-validation' into deprecated-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBerliner authored Nov 6, 2024
2 parents 07ebee1 + eebf73a commit 76695a4
Show file tree
Hide file tree
Showing 175 changed files with 403 additions and 992 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-mugs-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-rings-sneeze.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/eight-windows-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-clocks-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-eels-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-mangos-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-pianos-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-pugs-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-tools-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-dolls-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-meals-think.md

This file was deleted.

11 changes: 2 additions & 9 deletions packages/core/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
{
"root": true,
"parserOptions": {
"project": "./tsconfig.lib.json"
"project": "./tsconfig.json"
},
"extends": [
/* "plugin:@typescript-eslint/recommended", */ "plugin:@stencil-community/recommended",
"eslint-config-ix/index.js"
],
"extends": [/* "plugin:@typescript-eslint/recommended", */ "plugin:@stencil-community/recommended", "ix"],
"rules": {
"@stencil-community/async-methods": 0,
"@stencil-community/own-props-must-be-private": 0,
"@stencil-community/own-methods-must-be-private": 0,
"@stencil-community/strict-boolean-conditions": 0,
"@stencil-community/ban-default-true": ["warn"],
"@stencil-community/decorators-style": [
"error",
{ "prop": "inline", "method": "multiline" }
],
"react/jsx-no-bind": 0,
"react/jsx-uses-react": 0,
"react/react-in-jsx-scope": 0,
Expand Down
40 changes: 15 additions & 25 deletions packages/core/component-doc.json
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
"type": "string"
}
],
"optional": true,
"optional": false,
"required": false
},
{
Expand All @@ -604,7 +604,7 @@
"type": "string"
}
],
"optional": true,
"optional": false,
"required": false
},
{
Expand All @@ -625,7 +625,7 @@
"type": "string"
}
],
"optional": true,
"optional": false,
"required": false
},
{
Expand All @@ -651,7 +651,7 @@
"type": "string"
}
],
"optional": true,
"optional": false,
"required": false
}
],
Expand Down Expand Up @@ -1533,13 +1533,7 @@
"styles": [],
"slots": [],
"parts": [],
"listeners": [
{
"event": "click",
"capture": true,
"passive": false
}
]
"listeners": []
},
{
"dirPath": "src/components/card",
Expand Down Expand Up @@ -1942,7 +1936,7 @@
"type": "string"
}
],
"optional": true,
"optional": false,
"required": false
},
{
Expand Down Expand Up @@ -1976,7 +1970,7 @@
"name": "showAllCount",
"type": "number",
"complexType": {
"original": "number",
"original": "number | undefined",
"resolved": "number",
"references": {}
},
Expand All @@ -1990,7 +1984,7 @@
"type": "number"
}
],
"optional": true,
"optional": false,
"required": false
},
{
Expand Down Expand Up @@ -7452,7 +7446,6 @@
"reflectToAttr": false,
"docs": "Display a chevron icon in list items. Defaults to 'false'",
"docsTags": [],
"default": "false",
"values": [
{
"type": "boolean"
Expand Down Expand Up @@ -7550,7 +7543,6 @@
"reflectToAttr": false,
"docs": "Show chevron on right side of the event list item",
"docsTags": [],
"default": "false",
"values": [
{
"type": "boolean"
Expand Down Expand Up @@ -7587,7 +7579,7 @@
"type": "string"
}
],
"optional": true,
"optional": false,
"required": false
},
{
Expand All @@ -7603,7 +7595,6 @@
"reflectToAttr": false,
"docs": "Disable event list item",
"docsTags": [],
"default": "false",
"values": [
{
"type": "boolean"
Expand Down Expand Up @@ -7635,7 +7626,7 @@
"type": "string"
}
],
"optional": true,
"optional": false,
"required": false
},
{
Expand All @@ -7651,7 +7642,6 @@
"reflectToAttr": false,
"docs": "Show event list item as selected",
"docsTags": [],
"default": "false",
"values": [
{
"type": "boolean"
Expand Down Expand Up @@ -11239,7 +11229,7 @@
"type": "string"
}
],
"optional": true,
"optional": false,
"required": false
},
{
Expand Down Expand Up @@ -13694,7 +13684,7 @@
"type": "string"
}
],
"optional": true,
"optional": false,
"required": false
},
{
Expand All @@ -13715,7 +13705,7 @@
"type": "string"
}
],
"optional": true,
"optional": false,
"required": false
}
],
Expand Down Expand Up @@ -14696,7 +14686,7 @@
"type": "string"
}
],
"optional": true,
"optional": false,
"required": false
},
{
Expand Down Expand Up @@ -14739,7 +14729,7 @@
"type": "string"
}
],
"optional": true,
"optional": false,
"required": false
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@playwright/test": "^1.32.1",
"@siemens/ix-icons": "^2.0.0",
"@stencil-community/eslint-plugin": "^0.7.2",
"@stencil-community/eslint-plugin": "^0.7.1",
"@stencil-community/postcss": "^2.2.0",
"@stencil/angular-output-target": "^0.8.3",
"@stencil/react-output-target": "0.5.3",
Expand Down
15 changes: 11 additions & 4 deletions packages/core/scss/components/_checkboxes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,18 @@
/* Base for label styling */
[type='checkbox']:not(:checked),
[type='checkbox']:checked {
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
width: 1px;
max-height: 1px;
max-width: 1px;
min-height: 0px;
min-width: 0px;
overflow: hidden;
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
white-space: nowrap;
appearance: none;
}

[type='checkbox']:not(:checked) + label,
Expand Down
Loading

0 comments on commit 76695a4

Please sign in to comment.