@gobolt/genesis 0.1.0 → 0.1.1

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.
Files changed (34) hide show
  1. package/README.md +1 -1
  2. package/dist/components/Avatar/__tests__/Avatar.test.js +1 -1
  3. package/dist/components/Badge/__tests__/Badge.test.js +1 -1
  4. package/dist/components/Breadcrumb/__tests__/Breadcrumb.test.js +1 -1
  5. package/dist/components/Button/__tests__/Button.test.js +1 -1
  6. package/dist/components/Card/__tests__/Card.test.js +1 -1
  7. package/dist/components/Checkbox/__tests__/Checkbox.test.js +1 -1
  8. package/dist/components/Dashboard/__tests__/Dashboard.test.js +1 -1
  9. package/dist/components/DatePicker/__tests__/DatePicker.test.js +1 -1
  10. package/dist/components/DateRangePicker/__tests__/DateRangePicker.test.js +1 -1
  11. package/dist/components/ErrorBoundary/__tests__/ErrorBoundary.test.js +1 -1
  12. package/dist/components/Form/__tests__/form.test.js +1 -1
  13. package/dist/components/Input/__tests__/Input.test.js +1 -1
  14. package/dist/components/Layout/__tests__/Layout.test.js +1 -1
  15. package/dist/components/Message/__tests__/Message.test.js +1 -1
  16. package/dist/components/Notification/NotificationBadge/__tests__/NotificationBadge.test.js +1 -1
  17. package/dist/components/Notification/__tests__/Notification.test.js +1 -1
  18. package/dist/components/Popover/__tests__/Popover.test.js +1 -1
  19. package/dist/components/Progress/__tests__/Progress.test.js +1 -1
  20. package/dist/components/Radio/__tests__/RadioGroup.test.js +1 -1
  21. package/dist/components/Row/__tests__/Row.test.js +1 -1
  22. package/dist/components/SegmentedControls/__tests__/SegmentedControls.test.js +1 -1
  23. package/dist/components/Select/__tests__/Select.test.js +1 -1
  24. package/dist/components/Shapes/__tests__/Shapes.test.js +1 -1
  25. package/dist/components/Switch/__tests__/Switch.test.js +1 -1
  26. package/dist/components/Table/__tests__/Table.test.js +1 -1
  27. package/dist/components/Tabs/__tests__/Tabs.test.js +1 -1
  28. package/dist/components/Tile/__tests__/Tile.test.js +1 -1
  29. package/dist/components/Toast/__tests__/Toast.test.js +1 -1
  30. package/dist/components/Tooltip/__tests__/Tooltip.test.js +1 -1
  31. package/dist/components/Typography/__tests__/Typography.test.js +1 -1
  32. package/dist/{setup-CUbCc8fQ.js → setup-BjIR5S0o.js} +2457 -2432
  33. package/dist/test/setup.js +1 -1
  34. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <div style="display: flex; justify-content: center; width: 100%; position: relative; height: 200px">
2
2
  <div style="display: flex; position: absolute; bottom: 0; left: 40%">
3
- <img src="./public/genesis-conveyor-mark.svg" width="150">
3
+ <img src="./genesis-conveyor-mark.svg" width="150">
4
4
  </div>
5
5
  </div>
6
6
 
@@ -1,5 +1,5 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import { a as s } from "../../../setup-CUbCc8fQ.js";
2
+ import { a as s } from "../../../setup-BjIR5S0o.js";
3
3
  import i from "../Avatar.js";
4
4
  describe("<Avatar />", () => {
5
5
  let t;
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as n, a as s } from "../../../setup-CUbCc8fQ.js";
2
+ import { s as n, a as s } from "../../../setup-BjIR5S0o.js";
3
3
  import a from "../Badge.js";
4
4
  describe("<Badge />", () => {
5
5
  let e;
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { s, a as c } from "../../../setup-CUbCc8fQ.js";
2
+ import { s, a as c } from "../../../setup-BjIR5S0o.js";
3
3
  import m from "../Breadcrumb.js";
4
4
  const n = [
5
5
  { title: "Home", href: "/" },
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { v as r, s as n, a as i } from "../../../setup-CUbCc8fQ.js";
2
+ import { v as r, s as n, a as i } from "../../../setup-BjIR5S0o.js";
3
3
  import m from "../Button.js";
4
4
  describe("<Button />", () => {
5
5
  let e;
@@ -1,5 +1,5 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { a as c } from "../../../setup-CUbCc8fQ.js";
2
+ import { a as c } from "../../../setup-BjIR5S0o.js";
3
3
  import d from "../Card.js";
4
4
  describe("<Card />", () => {
5
5
  let e;
@@ -1,5 +1,5 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import { d as a, i as o, a as t, s, g as r } from "../../../setup-CUbCc8fQ.js";
2
+ import { d as a, i as o, a as t, s, g as r } from "../../../setup-BjIR5S0o.js";
3
3
  import d from "../Checkbox.js";
4
4
  a("Checkbox", () => {
5
5
  o("renders checkbox component", () => {
@@ -1,5 +1,5 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import { a as n } from "../../../setup-CUbCc8fQ.js";
2
+ import { a as n } from "../../../setup-BjIR5S0o.js";
3
3
  import a from "../Dashboard.js";
4
4
  describe("<DashboardProps />", () => {
5
5
  let t;
@@ -1,5 +1,5 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { a as i } from "../../../setup-CUbCc8fQ.js";
2
+ import { a as i } from "../../../setup-BjIR5S0o.js";
3
3
  import { d as a } from "../../../index-BeGv28kJ.js";
4
4
  import n from "../DatePicker.js";
5
5
  describe("<DatePicker />", () => {
@@ -1,5 +1,5 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { a } from "../../../setup-CUbCc8fQ.js";
2
+ import { a } from "../../../setup-BjIR5S0o.js";
3
3
  import { d as t } from "../../../index-BeGv28kJ.js";
4
4
  import i from "../DateRangePicker.js";
5
5
  describe("<DatePicker />", () => {
@@ -1,5 +1,5 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { a as c } from "../../../setup-CUbCc8fQ.js";
2
+ import { a as c } from "../../../setup-BjIR5S0o.js";
3
3
  import s from "../ErrorBoundary.js";
4
4
  const d = () => {
5
5
  throw new Error("Test error");
@@ -1,5 +1,5 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import { v as e, s as m, a as t } from "../../../setup-CUbCc8fQ.js";
2
+ import { v as e, s as m, a as t } from "../../../setup-BjIR5S0o.js";
3
3
  import { F as i } from "../../../Typography-CoZ5qD-t.js";
4
4
  describe("<Form />", () => {
5
5
  let o;
@@ -1,5 +1,5 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { d as r, i as o, a as s, s as n, g as a } from "../../../setup-CUbCc8fQ.js";
2
+ import { d as r, i as o, a as s, s as n, g as a } from "../../../setup-BjIR5S0o.js";
3
3
  import i from "../Input.js";
4
4
  import { STATE as c } from "../../../constants/index.js";
5
5
  r("Input Component", () => {
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { a as n } from "../../../setup-CUbCc8fQ.js";
2
+ import { a as n } from "../../../setup-BjIR5S0o.js";
3
3
  import c from "../Layout.js";
4
4
  describe("<Layout />", () => {
5
5
  let o;
@@ -1,5 +1,5 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import { v as r, f as a, a as i } from "../../../setup-CUbCc8fQ.js";
2
+ import { v as r, f as a, a as i } from "../../../setup-BjIR5S0o.js";
3
3
  import m from "../Message.js";
4
4
  import { STATE as s } from "../../../constants/index.js";
5
5
  describe("<Message />", () => {
@@ -1,7 +1,7 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import n from "../NotificationBadge.js";
3
3
  import { BADGE as a, STATE as d } from "../../../../constants/index.js";
4
- import { a as i } from "../../../../setup-CUbCc8fQ.js";
4
+ import { a as i } from "../../../../setup-BjIR5S0o.js";
5
5
  describe("<NotificationBadge />", () => {
6
6
  let e;
7
7
  beforeEach(() => {
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s, a as i } from "../../../setup-CUbCc8fQ.js";
2
+ import { s, a as i } from "../../../setup-BjIR5S0o.js";
3
3
  import n from "../Notification.js";
4
4
  describe("<Notification />", () => {
5
5
  let e;
@@ -1,5 +1,5 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import { f as i, a as r } from "../../../setup-CUbCc8fQ.js";
2
+ import { f as i, a as r } from "../../../setup-BjIR5S0o.js";
3
3
  import { H as s } from "../../../index-BRUI9igj.js";
4
4
  import p from "../Popover.js";
5
5
  describe.skip("<Popover />", () => {
@@ -1,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { s as o, a as n } from "../../../setup-CUbCc8fQ.js";
2
+ import { s as o, a as n } from "../../../setup-BjIR5S0o.js";
3
3
  import c from "../Progress.js";
4
4
  describe.skip("<Progress />", () => {
5
5
  let e;
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { v as n, f as r, a as d } from "../../../setup-CUbCc8fQ.js";
2
+ import { v as n, f as r, a as d } from "../../../setup-BjIR5S0o.js";
3
3
  import l from "../RadioGroup.js";
4
4
  describe("<RadioGroup />", () => {
5
5
  const t = {
@@ -1,5 +1,5 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { s as t, a as s } from "../../../setup-CUbCc8fQ.js";
2
+ import { s as t, a as s } from "../../../setup-BjIR5S0o.js";
3
3
  import a from "../Row.js";
4
4
  describe("<Row />", () => {
5
5
  let e;
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { a as r } from "../../../setup-CUbCc8fQ.js";
2
+ import { a as r } from "../../../setup-BjIR5S0o.js";
3
3
  import p from "../SegmentedControls.js";
4
4
  describe("<SegmentedControls />", () => {
5
5
  let t;
@@ -1,6 +1,6 @@
1
1
  var ci = (e, t) => () => (t || e((t = { exports: {} }).exports, t), t.exports);
2
2
  import { jsx as Zn } from "react/jsx-runtime";
3
- import { b as Ha, e as Ko, h as fi, l as pi, p as mi, d as bi, c as vi, i as ea, a as ta, s as ra, g as Ie, v as hi, w as yi } from "../../../setup-CUbCc8fQ.js";
3
+ import { b as Ha, e as Ko, h as fi, l as pi, p as mi, d as bi, c as vi, i as ea, a as ta, s as ra, g as Ie, v as hi, w as yi } from "../../../setup-BjIR5S0o.js";
4
4
  import na from "../Select.js";
5
5
  import { TYPE as gi, STATE as Ei } from "../../../constants/index.js";
6
6
  var FE = ci((sC, ye) => {
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { a as c } from "../../../setup-CUbCc8fQ.js";
2
+ import { a as c } from "../../../setup-BjIR5S0o.js";
3
3
  import r from "../Shapes.js";
4
4
  describe("<Shapes />", () => {
5
5
  const n = (e) => c(/* @__PURE__ */ o(r, { variant: e }));
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { f as n, a as o } from "../../../setup-CUbCc8fQ.js";
2
+ import { f as n, a as o } from "../../../setup-BjIR5S0o.js";
3
3
  import h from "../Switch.js";
4
4
  describe("<Switch />", () => {
5
5
  let c;
@@ -1,5 +1,5 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import { a as l } from "../../../setup-CUbCc8fQ.js";
2
+ import { a as l } from "../../../setup-BjIR5S0o.js";
3
3
  import p from "../Table.js";
4
4
  import { mockDataSource as r, mockColumns as c } from "../__mocks__/table-mocks.js";
5
5
  describe("<Table />", () => {
@@ -1,5 +1,5 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { f as s, a as b } from "../../../setup-CUbCc8fQ.js";
2
+ import { f as s, a as b } from "../../../setup-BjIR5S0o.js";
3
3
  import l from "../Tabs.js";
4
4
  describe("<Tabs />", () => {
5
5
  const o = vi.fn(), a = {
@@ -1,5 +1,5 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { a as c } from "../../../setup-CUbCc8fQ.js";
2
+ import { a as c } from "../../../setup-BjIR5S0o.js";
3
3
  import a from "../Tile.js";
4
4
  describe("<Tile />", () => {
5
5
  let t;
@@ -1,5 +1,5 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { v as m, a as n } from "../../../setup-CUbCc8fQ.js";
2
+ import { v as m, a as n } from "../../../setup-BjIR5S0o.js";
3
3
  import { T as a } from "../../../Typography-CoZ5qD-t.js";
4
4
  describe("<Toast />", () => {
5
5
  let e;
@@ -1,5 +1,5 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { a as r } from "../../../setup-CUbCc8fQ.js";
2
+ import { a as r } from "../../../setup-BjIR5S0o.js";
3
3
  import i from "../Tooltip.js";
4
4
  describe("<Tooltip />", () => {
5
5
  let t;
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { d as a, i, c, a as p, g as m, s as n } from "../../../setup-CUbCc8fQ.js";
2
+ import { d as a, i, c, a as p, g as m, s as n } from "../../../setup-BjIR5S0o.js";
3
3
  import { a as y } from "../../../Typography-CoZ5qD-t.js";
4
4
  import { TYPE as d, TYPOGRAPHY_VARIANT as f } from "../../../constants/index.js";
5
5
  a("Typography", () => {