@gobolt/genesis 0.1.1 → 0.1.2
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/README.md +1 -1
- package/dist/components/Avatar/__tests__/Avatar.test.js +1 -1
- package/dist/components/Badge/__tests__/Badge.test.js +1 -1
- package/dist/components/Breadcrumb/__tests__/Breadcrumb.test.js +1 -1
- package/dist/components/Button/__tests__/Button.test.js +1 -1
- package/dist/components/Card/__tests__/Card.test.js +1 -1
- package/dist/components/Checkbox/__tests__/Checkbox.test.js +1 -1
- package/dist/components/Dashboard/__tests__/Dashboard.test.js +1 -1
- package/dist/components/DatePicker/__tests__/DatePicker.test.js +1 -1
- package/dist/components/DateRangePicker/__tests__/DateRangePicker.test.js +1 -1
- package/dist/components/ErrorBoundary/__tests__/ErrorBoundary.test.js +1 -1
- package/dist/components/Form/__tests__/form.test.js +1 -1
- package/dist/components/Input/__tests__/Input.test.js +1 -1
- package/dist/components/Layout/__tests__/Layout.test.js +1 -1
- package/dist/components/Message/__tests__/Message.test.js +1 -1
- package/dist/components/Notification/NotificationBadge/__tests__/NotificationBadge.test.js +1 -1
- package/dist/components/Notification/__tests__/Notification.test.js +1 -1
- package/dist/components/Popover/__tests__/Popover.test.js +1 -1
- package/dist/components/Progress/__tests__/Progress.test.js +1 -1
- package/dist/components/Radio/__tests__/RadioGroup.test.js +1 -1
- package/dist/components/Row/__tests__/Row.test.js +1 -1
- package/dist/components/SegmentedControls/__tests__/SegmentedControls.test.js +1 -1
- package/dist/components/Select/__tests__/Select.test.js +1 -1
- package/dist/components/Shapes/__tests__/Shapes.test.js +1 -1
- package/dist/components/Switch/__tests__/Switch.test.js +1 -1
- package/dist/components/Table/__tests__/Table.test.js +1 -1
- package/dist/components/Tabs/__tests__/Tabs.test.js +1 -1
- package/dist/components/Tile/__tests__/Tile.test.js +1 -1
- package/dist/components/Toast/__tests__/Toast.test.js +1 -1
- package/dist/components/Tooltip/__tests__/Tooltip.test.js +1 -1
- package/dist/components/Typography/__tests__/Typography.test.js +1 -1
- package/dist/{setup-BjIR5S0o.js → setup-DwHFLWUb.js} +3093 -3111
- package/dist/test/setup.js +1 -1
- 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="
|
|
3
|
+
<img src="https://storage.googleapis.com/labs-media/images/genesis-conveyor-mark.svg" width="150">
|
|
4
4
|
</div>
|
|
5
5
|
</div>
|
|
6
6
|
|
|
@@ -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-
|
|
2
|
+
import { d as a, i as o, a as t, s, g as r } from "../../../setup-DwHFLWUb.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 r } from "react/jsx-runtime";
|
|
2
|
-
import { a as i } from "../../../setup-
|
|
2
|
+
import { a as i } from "../../../setup-DwHFLWUb.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-
|
|
2
|
+
import { a } from "../../../setup-DwHFLWUb.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 s } from "react/jsx-runtime";
|
|
2
|
-
import { v as e, s as m, a as t } from "../../../setup-
|
|
2
|
+
import { v as e, s as m, a as t } from "../../../setup-DwHFLWUb.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-
|
|
2
|
+
import { d as r, i as o, a as s, s as n, g as a } from "../../../setup-DwHFLWUb.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 c } from "react/jsx-runtime";
|
|
2
|
-
import { v as r, f as a, a as i } from "../../../setup-
|
|
2
|
+
import { v as r, f as a, a as i } from "../../../setup-DwHFLWUb.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-
|
|
4
|
+
import { a as i } from "../../../../setup-DwHFLWUb.js";
|
|
5
5
|
describe("<NotificationBadge />", () => {
|
|
6
6
|
let e;
|
|
7
7
|
beforeEach(() => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import { f as i, a as r } from "../../../setup-
|
|
2
|
+
import { f as i, a as r } from "../../../setup-DwHFLWUb.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 i } from "react/jsx-runtime";
|
|
2
|
-
import { v as n, f as r, a as d } from "../../../setup-
|
|
2
|
+
import { v as n, f as r, a as d } from "../../../setup-DwHFLWUb.js";
|
|
3
3
|
import l from "../RadioGroup.js";
|
|
4
4
|
describe("<RadioGroup />", () => {
|
|
5
5
|
const 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-
|
|
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-DwHFLWUb.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-
|
|
2
|
+
import { a as c } from "../../../setup-DwHFLWUb.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 s } from "react/jsx-runtime";
|
|
2
|
-
import { a as l } from "../../../setup-
|
|
2
|
+
import { a as l } from "../../../setup-DwHFLWUb.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 r } from "react/jsx-runtime";
|
|
2
|
-
import { v as m, a as n } from "../../../setup-
|
|
2
|
+
import { v as m, a as n } from "../../../setup-DwHFLWUb.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 o } from "react/jsx-runtime";
|
|
2
|
-
import { d as a, i, c, a as p, g as m, s as n } from "../../../setup-
|
|
2
|
+
import { d as a, i, c, a as p, g as m, s as n } from "../../../setup-DwHFLWUb.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", () => {
|