Skip to content

Commit

Permalink
Clockface/spinners (#12025)
Browse files Browse the repository at this point in the history
* Bump Clockface Version

* Remove Local Components

* Update Imports

* update tests & snapshots
  • Loading branch information
mavarius authored Feb 20, 2019
1 parent b821b25 commit 3955000
Show file tree
Hide file tree
Showing 42 changed files with 64 additions and 491 deletions.
6 changes: 3 additions & 3 deletions ui/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 ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"webpack": "^4.29.0"
},
"dependencies": {
"@influxdata/clockface": "0.0.4",
"@influxdata/clockface": "0.0.5",
"@influxdata/influx": "^0.2.11",
"@influxdata/react-custom-scrollbars": "4.3.8",
"axios": "^0.18.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/Setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {notify as notifyAction} from 'src/shared/actions/notifications'

// Components
import {ErrorHandling} from 'src/shared/decorators/errors'
import {SpinnerContainer, TechnoSpinner} from 'src/clockface'
import {SpinnerContainer, TechnoSpinner} from '@influxdata/clockface'

// Utils
import {isOnboardingURL} from 'src/onboarding/utils'
Expand Down
2 changes: 1 addition & 1 deletion ui/src/Signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {client} from 'src/utils/api'

// Components
import {ErrorHandling} from 'src/shared/decorators/errors'
import {SpinnerContainer, TechnoSpinner} from 'src/clockface'
import {SpinnerContainer, TechnoSpinner} from '@influxdata/clockface'

// Actions
import {notify as notifyAction} from 'src/shared/actions/notifications'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ exports[`ConfirmationButton interaction shows the tooltip when clicked 1`] = `
shape="none"
size="sm"
status="default"
testID="button"
text="I am a dangerous button!"
type="button"
>
<button
className="button button-sm button-danger active"
data-testid="button"
disabled={false}
onClick={[Function]}
tabIndex={0}
Expand Down
79 changes: 0 additions & 79 deletions ui/src/clockface/components/spinners/SparkleSpinner.scss

This file was deleted.

229 changes: 0 additions & 229 deletions ui/src/clockface/components/spinners/SparkleSpinner.tsx

This file was deleted.

9 changes: 0 additions & 9 deletions ui/src/clockface/components/spinners/SpinnerContainer.scss

This file was deleted.

Loading

0 comments on commit 3955000

Please sign in to comment.