@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.
- package/dist/components/Button/index.cjs.js +2 -0
- package/dist/components/Button/index.cjs.js.map +1 -0
- package/dist/{Button.js → components/Button/index.es.js} +2 -2
- package/dist/components/Button/index.es.js.map +1 -0
- package/dist/components/Novo/index.cjs.js +2 -0
- package/dist/components/Novo/index.cjs.js.map +1 -0
- package/dist/{Novo.js → components/Novo/index.es.js} +2 -2
- package/dist/components/Novo/index.es.js.map +1 -0
- package/dist/components/Teste/index.cjs.js +2 -0
- package/dist/components/Teste/index.cjs.js.map +1 -0
- package/dist/{Teste.js → components/Teste/index.es.js} +2 -2
- package/dist/components/Teste/index.es.js.map +1 -0
- package/dist/main.cjs.js +2 -0
- package/dist/main.cjs.js.map +1 -0
- package/dist/main.es.js +9 -0
- package/dist/main.es.js.map +1 -0
- package/package.json +7 -6
- package/dist/Button.js.map +0 -1
- package/dist/Novo.js.map +0 -1
- package/dist/Teste.js.map +0 -1
- package/dist/main.js +0 -9
- package/dist/main.js.map +0 -1
- /package/dist/{assets/Button.css → components/Button/styles.css} +0 -0
- /package/dist/{assets/Novo.css → components/Novo/styles.css} +0 -0
- /package/dist/{assets/Teste.css → components/Teste/styles.css} +0 -0
|
@@ -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 './
|
|
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=
|
|
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 @@
|
|
|
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 './
|
|
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=
|
|
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 './
|
|
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=
|
|
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;"}
|
package/dist/main.cjs.js
ADDED
|
@@ -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":""}
|
package/dist/main.es.js
ADDED
|
@@ -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.
|
|
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
|
-
|
|
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",
|
package/dist/Button.js.map
DELETED
|
@@ -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
package/dist/main.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"main.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|