File tree Expand file tree Collapse file tree 5 files changed +7
-15
lines changed Expand file tree Collapse file tree 5 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 11import 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
94const 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 }
Original file line number Diff line number Diff line change 66 FunnelPage ,
77 Heading ,
88 HeadingElement ,
9- Typeface ,
109} from '@influxdata/clockface'
1110import { useHistory } from 'react-router-dom'
1211import 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 >
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments