Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@viamrobotics/prime-core

Package Overview
Dependencies
Maintainers
0
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@viamrobotics/prime-core - npm Package Compare versions

Comparing version 0.0.163 to 0.0.164

8

dist/__tests__/toggle-button.spec.js

@@ -49,11 +49,11 @@ import { describe, it, expect, vi } from 'vitest';

});
it('Renders the legend correctly', () => {
it('Renders the label correctly', () => {
render(ToggleButtons, common);
expect(screen.getByText('Test toggle buttons')).toBeVisible();
});
it('Renders the legend correctly when disabled', () => {
it('Renders the label correctly when disabled', () => {
render(ToggleButtons, { ...common, disabled: true });
const legend = screen.getByText('Test toggle buttons');
expect(legend).toHaveClass('text-disabled-dark cursor-not-allowed');
const label = screen.getByText('Test toggle buttons');
expect(label).toHaveClass('text-disabled-dark cursor-not-allowed');
});
});

@@ -17,3 +17,3 @@ import { SvelteComponent } from "svelte";

slots: {
label: {};
legend: {};
};

@@ -20,0 +20,0 @@ };

{
"name": "@viamrobotics/prime-core",
"version": "0.0.163",
"version": "0.0.164",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

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