Changeset 250472 for blocksy/2.0.79/static/js/options.js
- Timestamp:
- 11/28/2024 05:33:40 PM (12 months ago)
- Location:
- blocksy/2.0.79
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from blocksy/2.0.78)
-
static/js/options.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blocksy/2.0.79/static/js/options.js
r243433 r250472 68 68 export { default as DateTimePicker } from './options/options/date-time-picker' 69 69 70 export { Transition, animated } from 'react-spring /renderprops'70 export { Transition, animated } from 'react-spring' 71 71 export { default as bezierEasing } from 'bezier-easing' 72 72 export { default as usePopoverMaker } from './options/helpers/usePopoverMaker' … … 76 76 // gutenberg blocks 77 77 export { default as ColorsPanel } from './editor/components/ColorsPanel' 78 79 export * as syncHelpers from 'customizer-sync-helpers' 78 80 79 81 export { … … 92 94 } 93 95 } 96 97 export const mountFlexy = (sliderEl, args) => { 98 return import('./frontend/flexy') 99 }
Note: See TracChangeset
for help on using the changeset viewer.