Skip to content

Commit

Permalink
build(deps): updates to ember-css-transitions@^4.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed Oct 2, 2024
1 parent a910222 commit dd3574e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion addon/components/paper-menu/content/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Component from '@ember/component';
import template from './template';

import { action, computed } from '@ember/object';
import { nextTick } from 'ember-css-transitions/utils/transition-utils';
import { nextTick } from 'ember-css-transitions/modifiers/css-transition';

import { tagName, layout } from '@ember-decorators/component';

Expand Down
2 changes: 1 addition & 1 deletion addon/components/paper-ripple/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { tagName, layout } from '@ember-decorators/component';
import { bind, later, cancel } from '@ember/runloop';
import { computed, action } from '@ember/object';
import { supportsPassiveEventListeners } from 'ember-paper/utils/browser-features';
import { nextTick } from 'ember-css-transitions/utils/transition-utils';
import { nextTick } from 'ember-css-transitions/modifiers/css-transition';

const DURATION = 400;

Expand Down
2 changes: 1 addition & 1 deletion addon/components/paper-select/ebd-content/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { tagName, layout } from '@ember-decorators/component';
import { computed, action } from '@ember/object';

import { next, scheduleOnce } from '@ember/runloop';
import { nextTick } from 'ember-css-transitions/utils/transition-utils';
import { nextTick } from 'ember-css-transitions/modifiers/css-transition';

import { ESCAPE, LEFT_ARROW, UP_ARROW, RIGHT_ARROW, DOWN_ARROW, ENTER } from 'ember-paper/utils/key-constants';

Expand Down
2 changes: 1 addition & 1 deletion addon/components/paper-tooltip-inner.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import Component from '@ember/component';
import { computed } from '@ember/object';
import { schedule } from '@ember/runloop';
import { nextTick } from 'ember-css-transitions/utils/transition-utils';
import { nextTick } from 'ember-css-transitions/modifiers/css-transition';
import calculateTooltipPosition from 'ember-paper/utils/calculate-tooltip-position';

export default Component.extend({
Expand Down
2 changes: 1 addition & 1 deletion addon/mixins/translate3d-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Mixin from '@ember/object/mixin';
import { htmlSafe } from '@ember/template';
import { computed } from '@ember/object';
import { schedule, later } from '@ember/runloop';
import { nextTick, computeTimeout } from 'ember-css-transitions/utils/transition-utils';
import { nextTick, computeTimeout } from 'ember-css-transitions/modifiers/css-transition';

import { getOwner } from '@ember/application';

Expand Down
12 changes: 7 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ember-cli-polyfill-importer": "^0.0.4",
"ember-cli-sass": "^11.0.1",
"ember-composability-tools": "^1.3.0",
"ember-css-transitions": "github:matthewhartstonge/ember-css-transitions#dist",
"ember-css-transitions": "^4.4.0",
"ember-decorators": "^6.1.1",
"ember-get-config": "^1.0.2",
"ember-maybe-in-element": "^2.0.3",
Expand Down

0 comments on commit dd3574e

Please sign in to comment.