Filip

Results 11 issues of Filip

**Is your feature request related to a problem? Please describe.** ESLint's default JavaScript parser cannot natively read in TypeScript-specific syntax and its rules don't natively have access to TypeScript's type...

## 🐛 Bug Report All the links in the UI are not accessible. ## Useful informations I recommend switching to for links, as most accessibility is achieved out of the...

bug

There's something wrong with the MigrationManifest typings. The way it requires to define a migration is as follows: ``` export const migrations = { 0: (state: PersistedState) => { return...

Currently there is some unfilled side space in width of half gutter. My mitigation is to set negative margins of this width on the parent container to get this space...

enhancement
Good Fix Proposed

Will fix #39 and #43.

**Scale Version** 3.0.0.beta.56 / 3.0.0.beta.108 **Framework and version** @telekom/scale-components-react **Current Behavior** Dismissing a `ScaleTag `in a `ScaleModal` leads to the modal closing itself. It happens especially when the modal visibility...

bug
docs

**Describe the feature request** At the moment, only ScaleNavSegment elements in menuSector take the active prop: ```

feature

**Describe the feature request** Currently, the AppShell and AppHeader don't have types defined for following props: ``` @Prop() mainNavigation?: any = []; @Prop() iconNavigation?: any = []; @Prop() userNavigation?: any...

feature

Feature request: Combobox component from [HeadlessUI](https://headlessui.com/react/combobox) I can't find it in the source code. If it's there under a different name, let me know and feel free to close the...

I created a new button group component that uses `@radix-ui/react-radio-group` but looks like the tabs list + triggers components: ![image](https://github.com/shadcn/ui/assets/16118391/c6439ff7-3042-4a5f-9b66-508238565498) Check it out at: `http://localhost:3001/docs/components/button-group` or `http://localhost:3001/sink` I use it...