pge-front-common 4.0.3 → 4.0.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/lib/index.esm.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +2 -2
package/lib/index.esm.js
CHANGED
|
@@ -86,7 +86,7 @@ function styleInject(css, ref) {
|
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
var css_248z = "/* src/styles/button.css */\r\n.button {\r\n all: unset;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n gap: 4px;\r\n cursor: pointer;\r\n}\r\n\r\n.button.primary {\r\n width: fit-content;\r\n height: fit-content;\r\n
|
|
89
|
+
var css_248z = "/* src/styles/button.css */\r\n.button {\r\n all: unset;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n gap: 4px;\r\n cursor: pointer;\r\n padding: 12px 16px;\r\n border-radius: 8px;\r\n}\r\n\r\n.button.primary {\r\n width: fit-content;\r\n height: fit-content;\r\n border: 1px solid var(--color-primary);\r\n background: var(--color-primary);\r\n color: var(--color-base-white);\r\n font-weight: 700;\r\n}\r\n\r\n.button.secondary {\r\n width: fit-content;\r\n height: fit-content;\r\n border: 1px solid var(--color-primary);\r\n background: transparent;\r\n color: var(--color-primary);\r\n font-weight: 700;\r\n}\r\n\r\n.button:disabled {\r\n cursor: not-allowed;\r\n}\r\n";
|
|
90
90
|
styleInject(css_248z);
|
|
91
91
|
|
|
92
92
|
function Button(_a) {
|
package/lib/index.js
CHANGED
|
@@ -106,7 +106,7 @@ function styleInject(css, ref) {
|
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
var css_248z = "/* src/styles/button.css */\r\n.button {\r\n all: unset;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n gap: 4px;\r\n cursor: pointer;\r\n}\r\n\r\n.button.primary {\r\n width: fit-content;\r\n height: fit-content;\r\n
|
|
109
|
+
var css_248z = "/* src/styles/button.css */\r\n.button {\r\n all: unset;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n gap: 4px;\r\n cursor: pointer;\r\n padding: 12px 16px;\r\n border-radius: 8px;\r\n}\r\n\r\n.button.primary {\r\n width: fit-content;\r\n height: fit-content;\r\n border: 1px solid var(--color-primary);\r\n background: var(--color-primary);\r\n color: var(--color-base-white);\r\n font-weight: 700;\r\n}\r\n\r\n.button.secondary {\r\n width: fit-content;\r\n height: fit-content;\r\n border: 1px solid var(--color-primary);\r\n background: transparent;\r\n color: var(--color-primary);\r\n font-weight: 700;\r\n}\r\n\r\n.button:disabled {\r\n cursor: not-allowed;\r\n}\r\n";
|
|
110
110
|
styleInject(css_248z);
|
|
111
111
|
|
|
112
112
|
function Button(_a) {
|
package/package.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"rollup": "^4.18.0",
|
|
24
24
|
"rollup-plugin-dts": "^6.1.1",
|
|
25
25
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
26
|
-
"rollup-plugin-postcss": "^4.0.
|
|
26
|
+
"rollup-plugin-postcss": "^4.0.4",
|
|
27
27
|
"storybook": "^8.1.11",
|
|
28
28
|
"typescript": "^5.5.2"
|
|
29
29
|
},
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"module": "lib/index.esm.js",
|
|
44
44
|
"types": "lib/index.d.ts",
|
|
45
45
|
"name": "pge-front-common",
|
|
46
|
-
"version": "4.0.
|
|
46
|
+
"version": "4.0.4",
|
|
47
47
|
"description": "",
|
|
48
48
|
"keywords": [],
|
|
49
49
|
"author": "sturmer cesar",
|