@alfalab/core-components-bottom-sheet
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ 'use strict'; | ||
require('./tslib.es6-c03fa1a2.js'); | ||
require('./tslib.es6-86a36c7d.js'); | ||
require('react'); | ||
@@ -18,3 +18,3 @@ require('classnames'); | ||
require('./components/backer/Component.js'); | ||
var components_header_Component = require('./component-90672837.js'); | ||
var components_header_Component = require('./component-781ae88d.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-c03fa1a2.js'); | ||
var tslib_es6 = require('../../tslib.es6-86a36c7d.js'); | ||
var React = require('react'); | ||
@@ -17,3 +17,3 @@ var cn = require('classnames'); | ||
var styles = {"backer":"bottom-sheet__backer_1dfmr","button":"bottom-sheet__button_1dfmr"}; | ||
var styles = {"backer":"bottom-sheet__backer_1uutm","button":"bottom-sheet__button_1uutm"}; | ||
require('./index.css') | ||
@@ -20,0 +20,0 @@ |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var tslib_es6 = require('../../tslib.es6-c03fa1a2.js'); | ||
var tslib_es6 = require('../../tslib.es6-86a36c7d.js'); | ||
var React = require('react'); | ||
@@ -18,3 +18,3 @@ var cn = require('classnames'); | ||
var styles = {"closer":"bottom-sheet__closer_2fz5k","button":"bottom-sheet__button_2fz5k"}; | ||
var styles = {"closer":"bottom-sheet__closer_602ln","button":"bottom-sheet__button_602ln"}; | ||
require('./index.css') | ||
@@ -21,0 +21,0 @@ |
@@ -14,3 +14,3 @@ 'use strict'; | ||
var styles = {"footer":"bottom-sheet__footer_1opm0","sticky":"bottom-sheet__sticky_1opm0","highlighted":"bottom-sheet__highlighted_1opm0"}; | ||
var styles = {"footer":"bottom-sheet__footer_x0z3h","sticky":"bottom-sheet__sticky_x0z3h","highlighted":"bottom-sheet__highlighted_x0z3h"}; | ||
require('./index.css') | ||
@@ -17,0 +17,0 @@ |
@@ -5,3 +5,3 @@ 'use strict'; | ||
require('../../tslib.es6-c03fa1a2.js'); | ||
require('../../tslib.es6-86a36c7d.js'); | ||
require('react'); | ||
@@ -18,3 +18,3 @@ require('classnames'); | ||
require('../backer/Component.js'); | ||
var components_header_Component = require('../../component-90672837.js'); | ||
var components_header_Component = require('../../component-781ae88d.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-c03fa1a2.js'); | ||
var tslib_es6 = require('../../tslib.es6-86a36c7d.js'); | ||
var React = require('react'); | ||
@@ -8,0 +8,0 @@ var coreComponentsBackdrop = require('@alfalab/core-components-backdrop'); |
@@ -19,3 +19,3 @@ 'use strict'; | ||
require('./components/backer/Component.js'); | ||
var components_header_Component = require('./component-c65ae511.js'); | ||
var components_header_Component = require('./component-486b5783.js'); | ||
require('./components/header/index.module.css'); | ||
@@ -22,0 +22,0 @@ require('./components/footer/index.module.css'); |
@@ -19,3 +19,3 @@ 'use strict'; | ||
require('../backer/Component.js'); | ||
var components_header_Component = require('../../component-c65ae511.js'); | ||
var components_header_Component = require('../../component-486b5783.js'); | ||
require('./index.module.css'); | ||
@@ -22,0 +22,0 @@ require('../footer/index.module.css'); |
@@ -1,1 +0,1 @@ | ||
export * from "./component-c65ae511"; | ||
export * from "./component-486b5783"; |
@@ -19,3 +19,3 @@ 'use strict'; | ||
require('./components/backer/Component.js'); | ||
var components_header_Component = require('./component-c65ae511.js'); | ||
var components_header_Component = require('./component-486b5783.js'); | ||
require('./components/header/index.module.css'); | ||
@@ -22,0 +22,0 @@ require('./components/footer/index.module.css'); |
@@ -1,2 +0,2 @@ | ||
import './tslib.es6-5b0f031b.js'; | ||
import './tslib.es6-4793cff0.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-19d1d5d1.js'; | ||
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-4ca72d9c.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-5b0f031b.js'; | ||
import { a as __rest, _ as __assign } from '../../tslib.es6-4793cff0.js'; | ||
import React from 'react'; | ||
@@ -7,3 +7,3 @@ import cn from 'classnames'; | ||
var styles = {"backer":"bottom-sheet__backer_1dfmr","button":"bottom-sheet__button_1dfmr"}; | ||
var styles = {"backer":"bottom-sheet__backer_1uutm","button":"bottom-sheet__button_1uutm"}; | ||
require('./index.css') | ||
@@ -10,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { a as __rest, _ as __assign } from '../../tslib.es6-5b0f031b.js'; | ||
import { a as __rest, _ as __assign } from '../../tslib.es6-4793cff0.js'; | ||
import React, { useContext, useCallback } from 'react'; | ||
@@ -8,3 +8,3 @@ import cn from 'classnames'; | ||
var styles = {"closer":"bottom-sheet__closer_2fz5k","button":"bottom-sheet__button_2fz5k"}; | ||
var styles = {"closer":"bottom-sheet__closer_602ln","button":"bottom-sheet__button_602ln"}; | ||
require('./index.css') | ||
@@ -11,0 +11,0 @@ |
@@ -5,3 +5,3 @@ import React, { useContext, useEffect } from 'react'; | ||
var styles = {"footer":"bottom-sheet__footer_1opm0","sticky":"bottom-sheet__sticky_1opm0","highlighted":"bottom-sheet__highlighted_1opm0"}; | ||
var styles = {"footer":"bottom-sheet__footer_x0z3h","sticky":"bottom-sheet__sticky_x0z3h","highlighted":"bottom-sheet__highlighted_x0z3h"}; | ||
require('./index.css') | ||
@@ -8,0 +8,0 @@ |
@@ -1,2 +0,2 @@ | ||
import '../../tslib.es6-5b0f031b.js'; | ||
import '../../tslib.es6-4793cff0.js'; | ||
import 'react'; | ||
@@ -13,5 +13,5 @@ import 'classnames'; | ||
import '../backer/Component.js'; | ||
export { a as Header } from '../../component-19d1d5d1.js'; | ||
export { a as Header } from '../../component-4ca72d9c.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-5b0f031b.js'; | ||
import { a as __rest, _ as __assign } from '../../tslib.es6-4793cff0.js'; | ||
import React from 'react'; | ||
@@ -3,0 +3,0 @@ import { Backdrop } from '@alfalab/core-components-backdrop/esm'; |
@@ -1,1 +0,1 @@ | ||
export * from "./component-19d1d5d1"; | ||
export * from "./component-4ca72d9c"; |
@@ -1,2 +0,2 @@ | ||
import './tslib.es6-5b0f031b.js'; | ||
import './tslib.es6-4793cff0.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-19d1d5d1.js'; | ||
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-4ca72d9c.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-90672837"; | ||
export * from "./component-781ae88d"; |
@@ -5,3 +5,3 @@ 'use strict'; | ||
require('./tslib.es6-c03fa1a2.js'); | ||
require('./tslib.es6-86a36c7d.js'); | ||
require('react'); | ||
@@ -18,3 +18,3 @@ require('classnames'); | ||
require('./components/backer/Component.js'); | ||
var components_header_Component = require('./component-90672837.js'); | ||
var components_header_Component = require('./component-781ae88d.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-5e4ff82e.js'; | ||
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-d444787d.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_1dfmr","button":"bottom-sheet__button_1dfmr"}; | ||
var styles = {"backer":"bottom-sheet__backer_1uutm","button":"bottom-sheet__button_1uutm"}; | ||
require('./index.css') | ||
@@ -9,0 +9,0 @@ |
@@ -7,3 +7,3 @@ import React, { useContext, useCallback } from 'react'; | ||
var styles = {"closer":"bottom-sheet__closer_2fz5k","button":"bottom-sheet__button_2fz5k"}; | ||
var styles = {"closer":"bottom-sheet__closer_602ln","button":"bottom-sheet__button_602ln"}; | ||
require('./index.css') | ||
@@ -10,0 +10,0 @@ |
@@ -5,3 +5,3 @@ import React, { useContext, useEffect } from 'react'; | ||
var styles = {"footer":"bottom-sheet__footer_1opm0","sticky":"bottom-sheet__sticky_1opm0","highlighted":"bottom-sheet__highlighted_1opm0"}; | ||
var styles = {"footer":"bottom-sheet__footer_x0z3h","sticky":"bottom-sheet__sticky_x0z3h","highlighted":"bottom-sheet__highlighted_x0z3h"}; | ||
require('./index.css') | ||
@@ -8,0 +8,0 @@ |
@@ -12,5 +12,5 @@ import 'react'; | ||
import '../backer/Component.js'; | ||
export { a as Header } from '../../component-5e4ff82e.js'; | ||
export { a as Header } from '../../component-d444787d.js'; | ||
import '../footer/Component.js'; | ||
import '@alfalab/core-components-backdrop/modern'; | ||
import '../swipeable-backdrop/Component.js'; |
@@ -1,1 +0,1 @@ | ||
export * from "./component-5e4ff82e"; | ||
export * from "./component-d444787d"; |
@@ -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-5e4ff82e.js'; | ||
export { B as BottomSheet, C as CLOSE_OFFSET, H as HEADER_OFFSET } from './component-d444787d.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": "4.8.1", | ||
"version": "4.9.0", | ||
"description": "Bottom sheet mobile component", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
165423
-1.77%4052
-1.72%3
50%