Socket
Socket
Sign inDemoInstall

@elvia/elvis-carousel

Package Overview
Dependencies
Maintainers
6
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elvia/elvis-carousel - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

6

CHANGELOG.md
# Elvia Carousel Changelog
## 1.0.8 (07.01.22)
### Patch
- Updated tokens declarations
## 1.0.7 (16.12.21)

@@ -4,0 +10,0 @@

2

dist/react/js/declarations.d.ts
declare module '*.css';
declare module '*.scss';
declare module '@elvia/elvis-colors';
declare module '@elvia/elvis-typography';

@@ -7,3 +7,3 @@ /*

import { getColor } from '@elvia/elvis-colors';
import ElviaTypography from '@elvia/elvis-typography';
import { getTypography } from '@elvia/elvis-typography';
const colors = {

@@ -15,3 +15,3 @@ elviaCharge: getColor('elvia-charge'),

const typography = {
textMd: ElviaTypography['text-md']
textMd: getTypography('text-md')
};

@@ -18,0 +18,0 @@ const mobileMax = '767px';

{
"name": "@elvia/elvis-carousel",
"version": "1.0.7",
"version": "1.0.8",
"description": "",

@@ -13,6 +13,6 @@ "license": "MIT",

"@elvia/elvis-component-wrapper": "^2.1.6",
"@elvia/elvis-colors": "^1.1.0",
"@elvia/elvis-typography": "^1.1.0",
"@elvia/elvis-colors": "^1.2.0",
"@elvia/elvis-typography": "^1.2.0",
"styled-components": "^5.3.3"
}
}
export { default as Carousel } from './dist/react/js/elvia-carousel';

@@ -0,0 +0,0 @@ # Elvia Carousel

declare module '*.css';
declare module '*.scss';
declare module '@elvia/elvis-colors';
declare module '@elvia/elvis-typography';

@@ -0,0 +0,0 @@ import Carousel from './elvia-carousel.tsx';

export { default as Carousel } from './dist/web_component/js/elvia-carousel';

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 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