Socket
Socket
Sign inDemoInstall

@ark-ui/solid

Package Overview
Dependencies
Maintainers
2
Versions
490
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ark-ui/solid - npm Package Compare versions

Comparing version 3.6.0 to 3.6.1

2

dist/source/components/select/select-hidden-select.jsx

@@ -16,5 +16,5 @@ import { mergeProps } from '@zag-js/solid';

<Index each={select().collection.items}>
{(option) => <option value={option().value}>{option().label}</option>}
{(item) => (<option value={select().collection.getItemValue(item) ?? ''} disabled={select().collection.getItemDisabled(item)}/>)}
</Index>
</ark.select>);
};
export { Highlight, type HighlightProps } from './highlight';
export { useHighlight, type UseHighlightProps } from './use-highlight';
export { useHighlight, type UseHighlightProps, type HighlightChunk } from './use-highlight';
{
"name": "@ark-ui/solid",
"version": "3.6.0",
"version": "3.6.1",
"description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc