contentoh-components-library 21.1.64 → 21.1.65

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.
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0 10C0 4.48578 4.48578 0 10 0C15.5142 0 20 4.48578 20 10C20 15.5142 15.5142 20 10 20C4.48578 20 0 15.5142 0 10ZM9.65054 13.2973L15.0673 7.88074C15.393 7.55481 15.393 7.02823 15.0673 6.70245C14.7413 6.37653 14.2148 6.37653 13.889 6.70245L9.0614 11.5299L6.94226 9.41074C6.61633 9.08481 6.08975 9.08481 5.76398 9.41074C5.43805 9.73651 5.43805 10.2632 5.76398 10.589L8.47226 13.2973C8.63477 13.4598 8.84808 13.5416 9.0614 13.5416C9.27472 13.5416 9.48804 13.4598 9.65054 13.2973Z" fill="#71DE56"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <line x1="6.72461" y1="10" x2="14.7246" y2="10" stroke="#E33AA9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <line x1="10.7246" y1="6" x2="10.7246" y2="14" stroke="#E33AA9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <rect x="1.22461" y="0.5" width="19.2749" height="19" rx="9.5" stroke="#D4D1D7"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <line x1="0.707107" y1="1" x2="16" y2="16.2929" stroke="#E33AA9" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <line x1="16" y1="1.70711" x2="1.70711" y2="16" stroke="#E33AA9" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="73" height="73" viewBox="0 0 73 73" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.1666 18.2497H6.08325V60.833C6.08325 64.1788 8.82075 66.9163 12.1666 66.9163H54.7499V60.833H12.1666V18.2497ZM60.8332 6.08301H24.3333C20.9874 6.08301 18.2499 8.82051 18.2499 12.1663V48.6663C18.2499 52.0122 20.9874 54.7497 24.3333 54.7497H60.8332C64.1791 54.7497 66.9166 52.0122 66.9166 48.6663V12.1663C66.9166 8.82051 64.1791 6.08301 60.8332 6.08301ZM57.7916 33.458H45.6249V45.6247H39.5416V33.458H27.3749V27.3747H39.5416V15.208H45.6249V27.3747H57.7916V33.458Z" fill="#817393"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM15 11H5V9H15V11Z" fill="#817393"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="22" height="15" viewBox="0 0 22 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11 0C6 0 1.73 3.11 0 7.5C1.73 11.89 6 15 11 15C16 15 20.27 11.89 22 7.5C20.27 3.11 16 0 11 0ZM11 12.5C8.24 12.5 6 10.26 6 7.5C6 4.74 8.24 2.5 11 2.5C13.76 2.5 16 4.74 16 7.5C16 10.26 13.76 12.5 11 12.5ZM11 4.5C9.34 4.5 8 5.84 8 7.5C8 9.16 9.34 10.5 11 10.5C12.66 10.5 14 9.16 14 7.5C14 5.84 12.66 4.5 11 4.5Z" fill="#D4D1D7"/>
3
+ </svg>
@@ -28,7 +28,7 @@ var Children = function Children(step, setStep, versions, selectedVersions, _onC
28
28
  case "version-options":
29
29
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_styles.VersionOptions, {
30
30
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("img", {
31
- src: createVersion,
31
+ src: _createVersion.default,
32
32
  alt: "create version icon"
33
33
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_ScreenHeader.ScreenHeader, {
34
34
  fontFamily: _variables.FontFamily.Raleway_500,
@@ -12,6 +12,7 @@ body.sb-main-padded.sb-show-main {
12
12
  padding: 0;
13
13
  height: 100vh;
14
14
  overflow: hidden;
15
+ position: relative;
15
16
  }
16
17
 
17
18
  .sb-main-padded.sb-show-main #root {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.1.64",
3
+ "version": "21.1.65",
4
4
  "dependencies": {
5
5
  "@aws-amplify/auth": "^4.5.3",
6
6
  "@aws-amplify/datastore": "^3.11.0",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "scripts": {
36
36
  "start": "start-storybook -p 6006",
37
- "build": "cross-env BABEL_ENV=production babel src -d dist",
37
+ "build": "cross-env BABEL_ENV=production babel src -d dist && cp -a src/assets dist/ && cp -a src/global-files/*.css dist/global-files",
38
38
  "chromatic": "npx chromatic --project-token=d7bb0c8ba831",
39
39
  "release": "auto shipit --base-branch=main"
40
40
  },
@@ -2,7 +2,7 @@ import { GlobalColors, FontFamily } from "../../../global-files/variables";
2
2
  import { Button } from "../../atoms/GeneralButton";
3
3
  import { ScreenHeader } from "../../atoms/ScreenHeader";
4
4
  import { VersionOptions, EmptyVersion, CreateVersion } from "./styles";
5
- import createVersion from "../../../assets/images/versionSelector/createVersion.svg";
5
+ import createVersionImg from "../../../assets/images/versionSelector/createVersion.svg";
6
6
  import genericModalWarning from "../../../assets/images/genericModal/genericModalWarning.svg";
7
7
  import { VersionSelect } from "../../atoms/Select/VersionSelect";
8
8
 
@@ -18,7 +18,7 @@ export const Children = (
18
18
  case "version-options":
19
19
  return (
20
20
  <VersionOptions>
21
- <img src={createVersion} alt="create version icon" />
21
+ <img src={createVersionImg} alt="create version icon" />
22
22
  <ScreenHeader
23
23
  fontFamily={FontFamily.Raleway_500}
24
24
  headerType={"product-name-header"}