New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@alfalab/core-components-bottom-sheet

Package Overview
Dependencies
Maintainers
18
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alfalab/core-components-bottom-sheet - npm Package Compare versions

Comparing version

to
5.1.1

component-bf3773e9.d.ts

4

component.js

@@ -5,3 +5,3 @@ 'use strict';

require('./tslib.es6-3daf937e.js');
require('./tslib.es6-38c4779a.js');
require('react');

@@ -18,3 +18,3 @@ require('classnames');

require('./components/backer/Component.js');
var components_header_Component = require('./component-cbe12111.js');
var components_header_Component = require('./component-bf3773e9.js');
require('./components/footer/Component.js');

@@ -21,0 +21,0 @@ require('@alfalab/core-components-backdrop');

@@ -5,3 +5,3 @@ 'use strict';

var tslib_es6 = require('../../tslib.es6-3daf937e.js');
var tslib_es6 = require('../../tslib.es6-38c4779a.js');
var React = require('react');

@@ -17,3 +17,3 @@ var cn = require('classnames');

var styles = {"backer":"bottom-sheet__backer_1l0uk","button":"bottom-sheet__button_1l0uk"};
var styles = {"backer":"bottom-sheet__backer_1pupw","button":"bottom-sheet__button_1pupw"};
require('./index.css')

@@ -20,0 +20,0 @@

@@ -5,3 +5,3 @@ 'use strict';

var tslib_es6 = require('../../tslib.es6-3daf937e.js');
var tslib_es6 = require('../../tslib.es6-38c4779a.js');
var React = require('react');

@@ -18,3 +18,3 @@ var cn = require('classnames');

var styles = {"closer":"bottom-sheet__closer_1j8lq","button":"bottom-sheet__button_1j8lq"};
var styles = {"closer":"bottom-sheet__closer_1kj8z","button":"bottom-sheet__button_1kj8z"};
require('./index.css')

@@ -21,0 +21,0 @@

@@ -14,3 +14,3 @@ 'use strict';

var styles = {"footer":"bottom-sheet__footer_yzy5t","sticky":"bottom-sheet__sticky_yzy5t","highlighted":"bottom-sheet__highlighted_yzy5t"};
var styles = {"footer":"bottom-sheet__footer_u62tm","sticky":"bottom-sheet__sticky_u62tm","highlighted":"bottom-sheet__highlighted_u62tm"};
require('./index.css')

@@ -17,0 +17,0 @@

@@ -5,3 +5,3 @@ 'use strict';

require('../../tslib.es6-3daf937e.js');
require('../../tslib.es6-38c4779a.js');
require('react');

@@ -18,3 +18,3 @@ require('classnames');

require('../backer/Component.js');
var components_header_Component = require('../../component-cbe12111.js');
var components_header_Component = require('../../component-bf3773e9.js');
require('../footer/Component.js');

@@ -21,0 +21,0 @@ require('@alfalab/core-components-backdrop');

@@ -5,3 +5,3 @@ 'use strict';

var tslib_es6 = require('../../tslib.es6-3daf937e.js');
var tslib_es6 = require('../../tslib.es6-38c4779a.js');
var React = require('react');

@@ -8,0 +8,0 @@ var coreComponentsBackdrop = require('@alfalab/core-components-backdrop');

@@ -1,2 +0,2 @@

import './tslib.es6-9d9d9e4d.js';
import './tslib.es6-03861b93.js';
import 'react';

@@ -13,5 +13,5 @@ import 'classnames';

import './components/backer/Component.js';
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-4aeb3b38.js';
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-9d7c0b94.js';
import './components/footer/Component.js';
import '@alfalab/core-components-backdrop/esm';
import './components/swipeable-backdrop/Component.js';

@@ -1,2 +0,2 @@

import { a as __rest, _ as __assign } from '../../tslib.es6-9d9d9e4d.js';
import { a as __rest, _ as __assign } from '../../tslib.es6-03861b93.js';
import React from 'react';

@@ -7,3 +7,3 @@ import cn from 'classnames';

var styles = {"backer":"bottom-sheet__backer_1l0uk","button":"bottom-sheet__button_1l0uk"};
var styles = {"backer":"bottom-sheet__backer_1pupw","button":"bottom-sheet__button_1pupw"};
require('./index.css')

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

@@ -1,2 +0,2 @@

import { a as __rest, _ as __assign } from '../../tslib.es6-9d9d9e4d.js';
import { a as __rest, _ as __assign } from '../../tslib.es6-03861b93.js';
import React, { useContext, useCallback } from 'react';

@@ -8,3 +8,3 @@ import cn from 'classnames';

var styles = {"closer":"bottom-sheet__closer_1j8lq","button":"bottom-sheet__button_1j8lq"};
var styles = {"closer":"bottom-sheet__closer_1kj8z","button":"bottom-sheet__button_1kj8z"};
require('./index.css')

@@ -11,0 +11,0 @@

@@ -5,3 +5,3 @@ import React, { useContext, useEffect } from 'react';

var styles = {"footer":"bottom-sheet__footer_yzy5t","sticky":"bottom-sheet__sticky_yzy5t","highlighted":"bottom-sheet__highlighted_yzy5t"};
var styles = {"footer":"bottom-sheet__footer_u62tm","sticky":"bottom-sheet__sticky_u62tm","highlighted":"bottom-sheet__highlighted_u62tm"};
require('./index.css')

@@ -8,0 +8,0 @@

@@ -1,2 +0,2 @@

import '../../tslib.es6-9d9d9e4d.js';
import '../../tslib.es6-03861b93.js';
import 'react';

@@ -13,5 +13,5 @@ import 'classnames';

import '../backer/Component.js';
export { a as Header } from '../../component-4aeb3b38.js';
export { a as Header } from '../../component-9d7c0b94.js';
import '../footer/Component.js';
import '@alfalab/core-components-backdrop/esm';
import '../swipeable-backdrop/Component.js';

@@ -1,2 +0,2 @@

import { a as __rest, _ as __assign } from '../../tslib.es6-9d9d9e4d.js';
import { a as __rest, _ as __assign } from '../../tslib.es6-03861b93.js';
import React from 'react';

@@ -3,0 +3,0 @@ import { Backdrop } from '@alfalab/core-components-backdrop/esm';

@@ -1,1 +0,1 @@

export * from "./component-4aeb3b38";
export * from "./component-9d7c0b94";

@@ -1,2 +0,2 @@

import './tslib.es6-9d9d9e4d.js';
import './tslib.es6-03861b93.js';
import 'react';

@@ -13,5 +13,5 @@ import 'classnames';

import './components/backer/Component.js';
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-4aeb3b38.js';
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-9d7c0b94.js';
import './components/footer/Component.js';
import '@alfalab/core-components-backdrop/esm';
import './components/swipeable-backdrop/Component.js';

@@ -1,1 +0,1 @@

export * from "./component-cbe12111";
export * from "./component-bf3773e9";

@@ -5,3 +5,3 @@ 'use strict';

require('./tslib.es6-3daf937e.js');
require('./tslib.es6-38c4779a.js');
require('react');

@@ -18,3 +18,3 @@ require('classnames');

require('./components/backer/Component.js');
var components_header_Component = require('./component-cbe12111.js');
var components_header_Component = require('./component-bf3773e9.js');
require('./components/footer/Component.js');

@@ -21,0 +21,0 @@ require('@alfalab/core-components-backdrop');

@@ -12,5 +12,5 @@ import 'react';

import './components/backer/Component.js';
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-687c1371.js';
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-938f9ad1.js';
import './components/footer/Component.js';
import '@alfalab/core-components-backdrop/modern';
import './components/swipeable-backdrop/Component.js';

@@ -6,3 +6,3 @@ import React from 'react';

var styles = {"backer":"bottom-sheet__backer_1l0uk","button":"bottom-sheet__button_1l0uk"};
var styles = {"backer":"bottom-sheet__backer_1pupw","button":"bottom-sheet__button_1pupw"};
require('./index.css')

@@ -9,0 +9,0 @@

@@ -7,3 +7,3 @@ import React, { useContext, useCallback } from 'react';

var styles = {"closer":"bottom-sheet__closer_1j8lq","button":"bottom-sheet__button_1j8lq"};
var styles = {"closer":"bottom-sheet__closer_1kj8z","button":"bottom-sheet__button_1kj8z"};
require('./index.css')

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

@@ -5,3 +5,3 @@ import React, { useContext, useEffect } from 'react';

var styles = {"footer":"bottom-sheet__footer_yzy5t","sticky":"bottom-sheet__sticky_yzy5t","highlighted":"bottom-sheet__highlighted_yzy5t"};
var styles = {"footer":"bottom-sheet__footer_u62tm","sticky":"bottom-sheet__sticky_u62tm","highlighted":"bottom-sheet__highlighted_u62tm"};
require('./index.css')

@@ -8,0 +8,0 @@

@@ -12,5 +12,5 @@ import 'react';

import '../backer/Component.js';
export { a as Header } from '../../component-687c1371.js';
export { a as Header } from '../../component-938f9ad1.js';
import '../footer/Component.js';
import '@alfalab/core-components-backdrop/modern';
import '../swipeable-backdrop/Component.js';

@@ -1,1 +0,1 @@

export * from "./component-687c1371";
export * from "./component-938f9ad1";

@@ -12,5 +12,5 @@ import 'react';

import './components/backer/Component.js';
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-687c1371.js';
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-938f9ad1.js';
import './components/footer/Component.js';
import '@alfalab/core-components-backdrop/modern';
import './components/swipeable-backdrop/Component.js';
{
"name": "@alfalab/core-components-bottom-sheet",
"version": "5.1.0",
"version": "5.1.1",
"description": "Bottom sheet mobile component",

@@ -23,3 +23,3 @@ "keywords": [],

"@alfalab/core-components-base-modal": "^5.0.1",
"@alfalab/core-components-icon-button": "^5.0.2",
"@alfalab/core-components-icon-button": "^5.0.3",
"@alfalab/core-components-typography": "^3.0.2",

@@ -26,0 +26,0 @@ "classnames": "^2.3.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet