Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Jun 20, 2023
1 parent c172190 commit b09403b
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,38 @@
/* #region dist/components.cjs */
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const JobSummary = require("./JobSummary.chunk.cjs");
exports.JobSummary = JobSummary.JobSummary;
const jsxRuntime = require("react/jsx-runtime");
const braidDesignSystem = require("braid-design-system");
const JobSummary = ({ title, isNew }) => /* @__PURE__ */ jsxRuntime.jsx(braidDesignSystem.Card, { children: /* @__PURE__ */ jsxRuntime.jsxs(braidDesignSystem.Stack, { space: "gutter", children: [
/* @__PURE__ */ jsxRuntime.jsxs(braidDesignSystem.Columns, { space: "gutter", children: [
/* @__PURE__ */ jsxRuntime.jsx(braidDesignSystem.Column, { children: /* @__PURE__ */ jsxRuntime.jsxs(braidDesignSystem.Stack, { space: "small", children: [
isNew && /* @__PURE__ */ jsxRuntime.jsx(braidDesignSystem.Badge, { tone: "positive", children: "New" }),
/* @__PURE__ */ jsxRuntime.jsx(braidDesignSystem.Heading, { level: "3", children: title }),
/* @__PURE__ */ jsxRuntime.jsxs(braidDesignSystem.Inline, { space: "small", children: [
/* @__PURE__ */ jsxRuntime.jsx(braidDesignSystem.Text, { tone: "secondary", children: "Braid Design Pty Ltd" }),
/* @__PURE__ */ jsxRuntime.jsx(braidDesignSystem.Rating, { rating: 4.5 })
] })
] }) }),
/* @__PURE__ */ jsxRuntime.jsx(braidDesignSystem.Column, { width: "content", children: /* @__PURE__ */ jsxRuntime.jsx(braidDesignSystem.IconBookmark, {}) })
] }),
/* @__PURE__ */ jsxRuntime.jsxs(braidDesignSystem.Stack, { space: "small", children: [
/* @__PURE__ */ jsxRuntime.jsxs(braidDesignSystem.Text, { size: "small", tone: "secondary", children: [
/* @__PURE__ */ jsxRuntime.jsx(braidDesignSystem.IconLocation, {}),
" Melbourne"
] }),
/* @__PURE__ */ jsxRuntime.jsxs(braidDesignSystem.Text, { size: "small", tone: "secondary", children: [
/* @__PURE__ */ jsxRuntime.jsx(braidDesignSystem.IconTag, {}),
" Information Technology"
] }),
/* @__PURE__ */ jsxRuntime.jsxs(braidDesignSystem.Text, { size: "small", tone: "secondary", children: [
/* @__PURE__ */ jsxRuntime.jsx(braidDesignSystem.IconMoney, {}),
" 150k+"
] })
] }),
/* @__PURE__ */ jsxRuntime.jsx(braidDesignSystem.Text, { children: "Long description of card details providing more information." }),
/* @__PURE__ */ jsxRuntime.jsx(braidDesignSystem.Text, { size: "xsmall", tone: "secondary", children: "2d ago" })
] }) });
exports.JobSummary = JobSummary;
/* #endregion */


Expand All @@ -12,7 +42,37 @@ export { JobSummary } from './apac.chunk.js';


/* #region dist/components.mjs */
import { JobSummary } from "./JobSummary.chunk.mjs";
import { jsx, jsxs } from "react/jsx-runtime";
import { Card, Stack, Columns, Column, Badge, Heading, Inline, Text, Rating, IconBookmark, IconLocation, IconTag, IconMoney } from "braid-design-system";
const JobSummary = ({ title, isNew }) => /* @__PURE__ */ jsx(Card, { children: /* @__PURE__ */ jsxs(Stack, { space: "gutter", children: [
/* @__PURE__ */ jsxs(Columns, { space: "gutter", children: [
/* @__PURE__ */ jsx(Column, { children: /* @__PURE__ */ jsxs(Stack, { space: "small", children: [
isNew && /* @__PURE__ */ jsx(Badge, { tone: "positive", children: "New" }),
/* @__PURE__ */ jsx(Heading, { level: "3", children: title }),
/* @__PURE__ */ jsxs(Inline, { space: "small", children: [
/* @__PURE__ */ jsx(Text, { tone: "secondary", children: "Braid Design Pty Ltd" }),
/* @__PURE__ */ jsx(Rating, { rating: 4.5 })
] })
] }) }),
/* @__PURE__ */ jsx(Column, { width: "content", children: /* @__PURE__ */ jsx(IconBookmark, {}) })
] }),
/* @__PURE__ */ jsxs(Stack, { space: "small", children: [
/* @__PURE__ */ jsxs(Text, { size: "small", tone: "secondary", children: [
/* @__PURE__ */ jsx(IconLocation, {}),
" Melbourne"
] }),
/* @__PURE__ */ jsxs(Text, { size: "small", tone: "secondary", children: [
/* @__PURE__ */ jsx(IconTag, {}),
" Information Technology"
] }),
/* @__PURE__ */ jsxs(Text, { size: "small", tone: "secondary", children: [
/* @__PURE__ */ jsx(IconMoney, {}),
" 150k+"
] })
] }),
/* @__PURE__ */ jsx(Text, { children: "Long description of card details providing more information." }),
/* @__PURE__ */ jsx(Text, { size: "xsmall", tone: "secondary", children: "2d ago" })
] }) });
export {
JobSummary
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* #region dist/index.cjs */
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const JobSummary = require("./JobSummary.chunk.cjs");
const components = require("./components.cjs");
const add = (a, b) => a + b;
exports.JobSummary = JobSummary.JobSummary;
exports.JobSummary = components.JobSummary;
exports.add = add;
/* #endregion */

Expand All @@ -14,7 +14,7 @@ export { JobSummary, add } from './apac.chunk.js';


/* #region dist/index.mjs */
import { JobSummary } from "./JobSummary.chunk.mjs";
import { JobSummary } from "./components.mjs";
const add = (a, b) => a + b;
export {
JobSummary,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const styles_lib_breakpoints_cjs = require("./styles/lib/breakpoints.cjs");
const Box = require("./Box.chunk.cjs");
const Box = () => null;
exports.breakpointNames = styles_lib_breakpoints_cjs.breakpointNames;
exports.breakpoints = styles_lib_breakpoints_cjs.breakpoints;
exports.Box = Box.Box;
exports.Box = Box;
/* #endregion */


Expand All @@ -16,7 +16,7 @@ export { Box, Breakpoint, breakpointNames, breakpoints } from './index.js';

/* #region dist/css-more.mjs */
import { breakpointNames, breakpoints } from "./styles/lib/breakpoints.mjs";
import { Box } from "./Box.chunk.mjs";
const Box = () => null;
export {
Box,
breakpointNames,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* #region dist/css.cjs */
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const Box = require("./Box.chunk.cjs");
exports.Box = Box.Box;
const cssMore = require("./css-more.cjs");
exports.Box = cssMore.Box;
/* #endregion */


Expand All @@ -12,7 +12,7 @@ export { Box } from './index.js';


/* #region dist/css.mjs */
import { Box } from "./Box.chunk.mjs";
import { Box } from "./css-more.mjs";
export {
Box
};
Expand Down

0 comments on commit b09403b

Please sign in to comment.