@thecb/components 12.0.6-beta.0 → 12.0.7-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "12.0.6-beta.0",
3
+ "version": "12.0.7-beta.0",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -9,7 +9,9 @@
9
9
  "scripts": {
10
10
  "storybook": "storybook dev -p 6006",
11
11
  "build": "rollup -cm",
12
- "build-storybook": "storybook build"
12
+ "build-storybook": "storybook build",
13
+ "sync": "./scripts/sync-to-project.sh",
14
+ "publish-beta": "./scripts/publish-beta.sh"
13
15
  },
14
16
  "repository": {
15
17
  "type": "git",
@@ -10,6 +10,7 @@ const ForgotPasswordIcon = ({ themeValues }) => {
10
10
  width="100"
11
11
  height="100"
12
12
  viewBox="0 0 100 100"
13
+ aria-hidden="true"
13
14
  >
14
15
  <defs>
15
16
  <path id="prefix__a" d="M0 0h100v100H0z" />
@@ -20,8 +20,8 @@ const NavFooter = ({
20
20
  minWidth="100%"
21
21
  extraStyles={
22
22
  isMobile
23
- ? `overflow: hidden;`
24
- : `height: ${footerMinHeight}; > * { height: 100%; };`
23
+ ? ``
24
+ : `min-height: ${footerMinHeight}; > * { min-height: 100%; };`
25
25
  }
26
26
  {...rest}
27
27
  >
@@ -299,7 +299,7 @@ const PaymentDetails = ({
299
299
  >
300
300
  <Title
301
301
  weight={FONT_WEIGHT_REGULAR}
302
- as="h3"
302
+ as="p"
303
303
  extraStyles={`font-size: 1rem;`}
304
304
  >
305
305
  {agencyDisplayName}
@@ -363,7 +363,7 @@ const PaymentDetails = ({
363
363
  <Title
364
364
  weight={FONT_WEIGHT_SEMIBOLD}
365
365
  as="h2"
366
- extraStyles={`font-size: 1.5rem; line-height: ${
366
+ extraStyles={`font-size: 1.375rem; line-height: ${
367
367
  isMobile ? "2.2857rem" : "2.25rem"
368
368
  };`}
369
369
  id="payment-details-title"
@@ -385,7 +385,7 @@ const PaymentDetails = ({
385
385
  as="h2"
386
386
  weight={FONT_WEIGHT_SEMIBOLD}
387
387
  margin="1rem 0 0 0"
388
- extraStyles={`font-size: 1.5rem; line-height: ${
388
+ extraStyles={`font-size: 1.375rem; line-height: ${
389
389
  isMobile ? "2.2857rem" : "2.25rem"
390
390
  };`}
391
391
  id="payment-details-title"