@consumidor-positivo/aurora 0.0.7 → 0.0.9

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,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('./styles.css');const t=require("react/jsx-runtime");exports.Button=function(){return t.jsx("div",{className:"button",children:"My Button Test"})};
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":["../../../lib/components/Button/index.tsx"],"sourcesContent":["import './styles.scss'\n\nexport function Button() {\n return <div className=\"button\">My Button Test</div>\n}\n"],"names":["jsx","className","children"],"mappings":"oIAEO,WACGA,OAAAA,EAAAA,IAAA,MAAA,CAAIC,UAAU,SAASC,SAAc,kBAC/C"}
@@ -1,8 +1,8 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
- import './assets/Button.css';function Button() {
2
+ import './styles.css';function Button() {
3
3
  return /* @__PURE__ */ jsx("div", { className: "button", children: "My Button Test" });
4
4
  }
5
5
  export {
6
6
  Button
7
7
  };
8
- //# sourceMappingURL=Button.js.map
8
+ //# sourceMappingURL=index.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.es.js","sources":["../../../lib/components/Button/index.tsx"],"sourcesContent":["import './styles.scss'\n\nexport function Button() {\n return <div className=\"button\">My Button Test</div>\n}\n"],"names":[],"mappings":";AAEO,SAAS,SAAS;AACvB,SAAQ,oBAAA,OAAA,EAAI,WAAU,UAAS,UAAc,iBAAA,CAAA;AAC/C;"}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('./styles.css');const e=require("react/jsx-runtime");exports.Novo=function(){return e.jsx("div",{className:"novo",children:"Novo"})};
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":["../../../lib/components/Novo/index.tsx"],"sourcesContent":["import './styles.scss'\n\nexport function Novo() {\n return <div className=\"novo\">Novo</div>\n}\n"],"names":["jsx","className","children"],"mappings":"kIAEO,WACGA,OAAAA,EAAAA,IAAA,MAAA,CAAIC,UAAU,OAAOC,SAAI,QACnC"}
@@ -1,8 +1,8 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
- import './assets/Novo.css';function Novo() {
2
+ import './styles.css';function Novo() {
3
3
  return /* @__PURE__ */ jsx("div", { className: "novo", children: "Novo" });
4
4
  }
5
5
  export {
6
6
  Novo
7
7
  };
8
- //# sourceMappingURL=Novo.js.map
8
+ //# sourceMappingURL=index.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.es.js","sources":["../../../lib/components/Novo/index.tsx"],"sourcesContent":["import './styles.scss'\n\nexport function Novo() {\n return <div className=\"novo\">Novo</div>\n}\n"],"names":[],"mappings":";AAEO,SAAS,OAAO;AACrB,SAAQ,oBAAA,OAAA,EAAI,WAAU,QAAO,UAAI,OAAA,CAAA;AACnC;"}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('./styles.css');const e=require("react/jsx-runtime"),t="_teste_102vh_11";exports.Teste=function(){return e.jsx("div",{className:t,children:"My Button Test"})};
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":["../../../lib/components/Teste/index.tsx"],"sourcesContent":["import styles from './styles.module.scss'\n\nexport function Teste() {\n return <div className={styles.teste}>My Button Test</div>\n}\n"],"names":["jsx","className","styles","children"],"mappings":"uJAEO,WACGA,OAAAA,EAAAA,IAAA,MAAA,CAAIC,UAAWC,EAAcC,SAAc,kBACrD"}
@@ -1,5 +1,5 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
- import './assets/Teste.css';const teste = "_teste_102vh_11";
2
+ import './styles.css';const teste = "_teste_102vh_11";
3
3
  const styles = {
4
4
  teste
5
5
  };
@@ -9,4 +9,4 @@ function Teste() {
9
9
  export {
10
10
  Teste
11
11
  };
12
- //# sourceMappingURL=Teste.js.map
12
+ //# sourceMappingURL=index.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.es.js","sources":["../../../lib/components/Teste/index.tsx"],"sourcesContent":["import styles from './styles.module.scss'\n\nexport function Teste() {\n return <div className={styles.teste}>My Button Test</div>\n}\n"],"names":[],"mappings":";;;;;AAEO,SAAS,QAAQ;AACtB,SAAQ,oBAAA,OAAA,EAAI,WAAW,OAAO,OAAO,UAAc,iBAAA,CAAA;AACrD;"}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./components/Button/index.cjs.js"),o=require("./components/Teste/index.cjs.js"),t=require("./components/Novo/index.cjs.js");exports.Button=e.Button,exports.Teste=o.Teste,exports.Novo=t.Novo;
2
+ //# sourceMappingURL=main.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"main.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import { Button } from "./components/Button/index.es.js";
2
+ import { Teste } from "./components/Teste/index.es.js";
3
+ import { Novo } from "./components/Novo/index.es.js";
4
+ export {
5
+ Button,
6
+ Novo,
7
+ Teste
8
+ };
9
+ //# sourceMappingURL=main.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"main.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "@consumidor-positivo/aurora",
3
3
  "private": false,
4
- "version": "0.0.7",
4
+ "version": "0.0.9",
5
5
  "type": "module",
6
- "main": "./dist/main.js",
7
- "modules": "./dist/main.js",
6
+ "main": "./dist/main.cjs.js",
7
+ "modules": "./dist/main.es.js",
8
8
  "types": "./dist/main.d.ts",
9
- "files": [
10
- "dist"
11
- ],
9
+ "files": ["dist"],
10
+ "exports": {
11
+ "./package.json": "./package.json"
12
+ },
12
13
  "scripts": {
13
14
  "dev": "vite",
14
15
  "build": "tsc && vite build",
@@ -1 +0,0 @@
1
- {"version":3,"file":"Button.js","sources":["../lib/components/Button/index.tsx"],"sourcesContent":["import './styles.scss'\n\nexport function Button() {\n return <div className=\"button\">My Button Test</div>\n}\n"],"names":[],"mappings":";AAEO,SAAS,SAAS;AACvB,SAAQ,oBAAA,OAAA,EAAI,WAAU,UAAS,UAAc,iBAAA,CAAA;AAC/C;"}
package/dist/Novo.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"Novo.js","sources":["../lib/components/Novo/index.tsx"],"sourcesContent":["import './styles.scss'\n\nexport function Novo() {\n return <div className=\"novo\">Novo</div>\n}\n"],"names":[],"mappings":";AAEO,SAAS,OAAO;AACrB,SAAQ,oBAAA,OAAA,EAAI,WAAU,QAAO,UAAI,OAAA,CAAA;AACnC;"}
package/dist/Teste.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"Teste.js","sources":["../lib/components/Teste/index.tsx"],"sourcesContent":["import styles from './styles.module.scss'\n\nexport function Teste() {\n return <div className={styles.teste}>My Button Test</div>\n}\n"],"names":[],"mappings":";;;;;AAEO,SAAS,QAAQ;AACtB,SAAQ,oBAAA,OAAA,EAAI,WAAW,OAAO,OAAO,UAAc,iBAAA,CAAA;AACrD;"}
package/dist/main.js DELETED
@@ -1,9 +0,0 @@
1
- import { Button } from "./Button.js";
2
- import { Teste } from "./Teste.js";
3
- import { Novo } from "./Novo.js";
4
- export {
5
- Button,
6
- Novo,
7
- Teste
8
- };
9
- //# sourceMappingURL=main.js.map
package/dist/main.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"main.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}