@apolitical/component-library 0.0.4-beta.2 → 0.0.4-beta.4

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/index.css ADDED
@@ -0,0 +1 @@
1
+ ._container_a7v7k_1 h1{color:#4f43ba}
package/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),n={};function o(r){return e.jsx("div",{className:n.container,children:e.jsx("h1",{children:"Component library demo!"})})}exports.Demo=o;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),n="_container_a7v7k_1",o={container:n};function t(r){return e.jsx("div",{className:o.container,children:e.jsx("h1",{children:"Component library demo!"})})}exports.Demo=t;
package/index.mjs CHANGED
@@ -1,8 +1,10 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- const r = {};
3
- function t(e) {
4
- return /* @__PURE__ */ o("div", { className: r.container, children: /* @__PURE__ */ o("h1", { children: "Component library demo!" }) });
1
+ import { jsx as n } from "react/jsx-runtime";
2
+ const o = "_container_a7v7k_1", r = {
3
+ container: o
4
+ };
5
+ function c(e) {
6
+ return /* @__PURE__ */ n("div", { className: r.container, children: /* @__PURE__ */ n("h1", { children: "Component library demo!" }) });
5
7
  }
6
8
  export {
7
- t as Demo
9
+ c as Demo
8
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "0.0.4-beta.2",
3
+ "version": "0.0.4-beta.4",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
package/style.css DELETED
@@ -1 +0,0 @@
1
- h1{color:#4f43ba}