Skip to content

Commit 012af87

Browse files
feat: upgrade clockface from 3.12.0 => 4.0.1 (#4568)
1 parent 44dda76 commit 012af87

File tree

5 files changed

+7
-15
lines changed

5 files changed

+7
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
},
164164
"dependencies": {
165165
"@docsearch/react": "^3.0.0-alpha.37",
166-
"@influxdata/clockface": "^3.12.0",
166+
"@influxdata/clockface": "^4.0.1",
167167
"@influxdata/flux-lsp-browser": "0.8.8",
168168
"@influxdata/giraffe": "^2.25.0",
169169
"@influxdata/influxdb-templates": "0.9.0",

src/me/components/PinnedItems.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const PinnedItems: FC = () => {
104104
>
105105
<ResourceCard.Meta>
106106
<Heading
107-
type={Typeface.IBMPlexMono}
107+
type={Typeface.RobotoMono}
108108
element={HeadingElement.H5}
109109
testID="pinneditems--type"
110110
>

src/onboarding/components/HelperText.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
import React, {FC} from 'react'
2-
import {
3-
FontWeight,
4-
Heading,
5-
HeadingElement,
6-
Typeface,
7-
} from '@influxdata/clockface'
2+
import {FontWeight, Heading, HeadingElement} from '@influxdata/clockface'
83

94
const HelperText: FC = ({children}) => (
105
<Heading
116
element={HeadingElement.H6}
12-
type={Typeface.Rubik}
137
weight={FontWeight.Regular}
148
className="helper-link-text"
159
selectable={true}

src/onboarding/containers/LoginPage.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
FunnelPage,
77
Heading,
88
HeadingElement,
9-
Typeface,
109
} from '@influxdata/clockface'
1110
import {useHistory} from 'react-router-dom'
1211
import Notifications from 'src/shared/components/notifications/Notifications'
@@ -61,7 +60,6 @@ export const LoginPage: FC = () => {
6160
<FunnelPage enableGraphic={true} logo={<CloudLogoWithCubo />}>
6261
<Heading
6362
element={HeadingElement.H1}
64-
type={Typeface.Rubik}
6563
weight={FontWeight.Regular}
6664
className="cf-funnel-page--title"
6765
>

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,10 +1437,10 @@
14371437
gud "^1.0.0"
14381438
warning "^4.0.3"
14391439

1440-
"@influxdata/clockface@^3.12.0":
1441-
version "3.12.0"
1442-
resolved "https://registry.yarnpkg.com/@influxdata/clockface/-/clockface-3.12.0.tgz#707715f935e81c65e18f59409af48602fe731a9f"
1443-
integrity sha512-p2n0QkHeDINhK2ryt2YRuBbmE7LU5I9swyV/VH4m9s20gG3gQ+JubrPhCNWdC007Lw//0UnYtCJlA5qPAOJ5dw==
1440+
"@influxdata/clockface@^4.0.1":
1441+
version "4.0.1"
1442+
resolved "https://registry.yarnpkg.com/@influxdata/clockface/-/clockface-4.0.1.tgz#fe9175301b3c7914bf2165e15f0a904572aadeff"
1443+
integrity sha512-c4tFxs1/9zR3kc7/Y77mZdo6NsThznfYz+q6O64PqOykqDClgpfCzbpVmG+Tfm06Je4jF4Om3Ssek3cC6lYodw==
14441444

14451445
"@influxdata/flux-lsp-browser@0.8.8":
14461446
version "0.8.8"

0 commit comments

Comments
 (0)