Skip to content

Commit

Permalink
Merge branch 'main' into solution-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
renemennab committed Jun 26, 2024
2 parents ad68062 + 73dde63 commit bb9a3cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@markdoc/markdoc": "0.4.0",
"@markdoc/next.js": "0.2.2",
"@open-draft/until": "2.1.0",
"@pluralsh/design-system": "3.48.0",
"@pluralsh/design-system": "3.49.0",
"@react-types/shared": "3.22.0",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-virtual": "3.0.1",
Expand Down
6 changes: 3 additions & 3 deletions src/components/HubspotForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const HubspotFormSC = styled.div(({ theme: _ }) => ({
marginTop: _.spacing.xsmall,
display: 'block',
},
'.hs-fieldtype-text': {
'.hs-fieldtype-text, .hs-fieldtype-select, .hs-fieldtype-phonenumber': {
marginBottom: _.spacing.small,
},
'.hs-fieldtype-text:first-child': {
Expand Down Expand Up @@ -71,7 +71,7 @@ const HubspotFormSC = styled.div(({ theme: _ }) => ({
color: _.colors['text-error'],
},
},
'input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], input:-webkit-autofill':
'input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], input[type="number"], input:-webkit-autofill, select':
{
height: 48,
width: '100% !important',
Expand All @@ -88,7 +88,7 @@ const HubspotFormSC = styled.div(({ theme: _ }) => ({
backgroundColor: 'rgba(255, 255, 255, 0.05) !important',
padding: _.spacing.medium,
},
'input, textarea': {
'input, textarea, select': {
marginTop: _.spacing.xsmall,
paddingLeft: _.spacing.medium,
paddingRight: _.spacing.medium,
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4276,9 +4276,9 @@ __metadata:
languageName: node
linkType: hard

"@pluralsh/design-system@npm:3.48.0":
version: 3.48.0
resolution: "@pluralsh/design-system@npm:3.48.0"
"@pluralsh/design-system@npm:3.49.0":
version: 3.49.0
resolution: "@pluralsh/design-system@npm:3.49.0"
dependencies:
"@floating-ui/react-dom-interactions": 0.13.3
"@loomhq/loom-embed": 1.5.0
Expand Down Expand Up @@ -4326,7 +4326,7 @@ __metadata:
react-dom: ">=18.3.1"
react-transition-group: ">=4.4.5"
styled-components: ">=5.3.11"
checksum: 8ac5f2d4e53880b8ce3de75b36f09352596f3d2e8ed5679eb9a7985798a14d65f0b713bcc869be16378222d684ec9f9c62babbfe48009632b4faddf484c0080c
checksum: 17b233f9eb16f2a94c2b5197d3ac12ee529fa65c298b092d43f4aec21bc3749cdf03953d9421bfb737fe728cb1993e5d1467b12f4d0373f0382be29a8770d123
languageName: node
linkType: hard

Expand Down Expand Up @@ -13750,7 +13750,7 @@ __metadata:
"@markdoc/next.js": 0.2.2
"@next/bundle-analyzer": 13.4.12
"@open-draft/until": 2.1.0
"@pluralsh/design-system": 3.48.0
"@pluralsh/design-system": 3.49.0
"@pluralsh/eslint-config-typescript": 2.5.183
"@pluralsh/stylelint-config": 2.0.10
"@radix-ui/react-slot": 1.0.2
Expand Down

0 comments on commit bb9a3cc

Please sign in to comment.