Skip to content

Commit

Permalink
Merge branch 'develop' into 5413-hinweis-ausrichtung-von-kol-button-m…
Browse files Browse the repository at this point in the history
…it-icon

Signed-off-by: Stefan Dietz <sdvg@users.noreply.github.com>
  • Loading branch information
sdvg authored Oct 30, 2023
2 parents 1d542e2 + 58abfbc commit 885b00b
Show file tree
Hide file tree
Showing 20 changed files with 481 additions and 498 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
"update": "pnpm ncu:patch && pnpm ncu:minor && pnpm ncu:major"
},
"devDependencies": {
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@types/node": "ts5.1",
"cross-env": "7.0.3",
"depcheck": "1.4.7",
"husky": "8.0.3",
"lerna": "7.4.1",
"lerna": "7.4.2",
"license-report": "6.5.0",
"lint-staged": "14.0.1",
"lint-staged": "15.0.2",
"npm-check-updates": "16.14.6",
"npm-run-all": "4.1.5",
"pnpm": "8.9.2",
"pnpm": "8.10.0",
"prettier": "3.0.3",
"rimraf": "3.0.2",
"ts-node": "10.9.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/angular/v16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
"import": "./dist/index.js"
},
"devDependencies": {
"@angular/compiler": "16.2.10",
"@angular/compiler-cli": "16.2.10",
"@angular/core": "16.2.10",
"@angular/compiler": "16.2.11",
"@angular/compiler-cli": "16.2.11",
"@angular/core": "16.2.11",
"@public-ui/components": "2.0.0-rc.5",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/minimist": "1.2.4",
"@types/node": "ts5.1",
"@types/normalize-package-data": "2.4.3",
"@types/react": "18.2.31",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/minimist": "1.2.4",
"@types/node": "ts5.1",
"@types/normalize-package-data": "2.4.3",
"solid-js": "1.8.3",
"solid-js": "1.8.4",
"typescript": "5.2.2",
"unbuild": "1.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"markdown-it": "13.0.2"
},
"devDependencies": {
"@stencil/angular-output-target": "0.8.2",
"@stencil/angular-output-target": "0.8.3",
"@stencil/core": "4.6.0",
"@stencil/postcss": "2.1.0",
"@stencil/react-output-target": "0.5.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/components/src/components/badge/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ Die zusätzliche Ausgabe eines **Icon** gewährleistet, dass der Nutzer auch hie

## Properties

| Property | Attribute | Description | Type | Default |
| --------------------- | --------------- | ------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| `_color` | `_color` | Defines the backgroundColor and foregroundColor. | `string \| undefined \| { backgroundColor: string; foregroundColor: Stringified<CharacteristicColors>; }` | `'#000'` |
| `_icons` | `_icons` | Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`). | `KoliBriHorizontalIcons & KoliBriVerticalIcons \| string \| undefined` | `undefined` |
| `_label` _(required)_ | `_label` | Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). | `string` | `undefined` |
| `_smartButton` | `_smart-button` | Allows to add a button with an arbitrary action within the element (\_hide-label only). | `string \| undefined \| { _label: string; } & { _tabIndex?: number \| undefined; _value?: Stringified<StencilUnknown>; _role?: AlternativeButtonLinkRolePropType \| undefined; _ariaControls?: string \| undefined; _ariaExpanded?: boolean \| undefined; _ariaSelected?: boolean \| undefined; _on?: ButtonCallbacksPropType<StencilUnknown> \| undefined; _type?: ButtonTypePropType \| undefined; _variant?: ButtonVariantPropType \| undefined; _customClass?: string \| undefined; _disabled?: boolean \| undefined; _hideLabel?: boolean \| undefined; _icons?: IconsPropType \| undefined; _id?: string \| undefined; _name?: string \| undefined; _syncValueBySelector?: string \| undefined; _tooltipAlign?: AlignPropType \| undefined; _accessKey?: string \| undefined; }` | `undefined` |
| Property | Attribute | Description | Type | Default |
| --------------------- | --------------- | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| `_color` | `_color` | Defines the backgroundColor and foregroundColor. | `string \| undefined \| { backgroundColor: string; foregroundColor: Stringified<CharacteristicColors>; }` | `'#000'` |
| `_icons` | `_icons` | Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`). | `KoliBriHorizontalIcons & KoliBriVerticalIcons \| string \| undefined` | `undefined` |
| `_label` _(required)_ | `_label` | Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). | `string` | `undefined` |
| `_smartButton` | `_smart-button` | Allows to add a button with an arbitrary action within the element (\_hide-label only). | `string \| undefined \| { _label: string; } & { _tabIndex?: number \| undefined; _value?: Stringified<StencilUnknown>; _role?: AlternativeButtonLinkRolePropType \| undefined; _ariaControls?: string \| undefined; _ariaExpanded?: boolean \| undefined; _ariaSelected?: boolean \| undefined; _on?: ButtonCallbacksPropType<StencilUnknown> \| undefined; _type?: "button" \| "reset" \| "submit" \| undefined; _variant?: "primary" \| "secondary" \| "normal" \| "tertiary" \| "danger" \| "ghost" \| "custom" \| undefined; _customClass?: string \| undefined; _disabled?: boolean \| undefined; _hideLabel?: boolean \| undefined; _icons?: IconsPropType \| undefined; _id?: string \| undefined; _name?: string \| undefined; _syncValueBySelector?: string \| undefined; _tooltipAlign?: AlignPropType \| undefined; _accessKey?: string \| undefined; }` | `undefined` |

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/button/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Probleme mit Disabled-Status

- [kol-nav](../nav)
- [kol-table](../table)
- [kol-toast-container](../toast-container)
- [kol-toast-container](../toaster)

### Depends on

Expand Down
Loading

0 comments on commit 885b00b

Please sign in to comment.