pge-front-common 6.0.4 → 6.0.5

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.
Files changed (2) hide show
  1. package/lib/variables.css +23 -23
  2. package/package.json +1 -1
package/lib/variables.css CHANGED
@@ -1,16 +1,16 @@
1
1
  :root {
2
- --color-primary: #005a92;
3
- --color-hover: #005a92;
4
- --color-icon: #4a4a4b;
5
- --color-success: #198754;
6
- --color-warning: #cb8700;
7
- --color-alert: #cb0a0a;
8
- --color-information: #1a95b0;
9
- --color-border: #d9d9d9;
10
- --color-light-grey: #c3c3c3;
11
- --color-grey: #a0a0a0;
12
- --color-base-white: #ffffff;
13
- --color-base-black: #303030;
2
+ --color-primary-pge-commom: #005a92;
3
+ --color-hover-pge-commom: #005a92;
4
+ --color-icon-pge-commom: #4a4a4b;
5
+ --color-success-pge-commom: #198754;
6
+ --color-warning-pge-commom: #cb8700;
7
+ --color-alert-pge-commom: #cb0a0a;
8
+ --color-information-pge-commom: #1a95b0;
9
+ --color-border-pge-commom: #d9d9d9;
10
+ --color-light-grey-pge-commom: #c3c3c3;
11
+ --color-grey-pge-commom: #a0a0a0;
12
+ --color-base-white-pge-commom: #ffffff;
13
+ --color-base-black-pge-commom: #303030;
14
14
  }
15
15
 
16
16
  /* src/styles/button.css */
@@ -29,9 +29,9 @@
29
29
  .button.primary {
30
30
  width: fit-content;
31
31
  height: fit-content;
32
- border: 1px solid var(--color-primary);
33
- background: var(--color-primary);
34
- color: var(--color-base-white);
32
+ border: 1px solid var(--color-primary-pge-commom);
33
+ background: var(--color-primary-pge-commom);
34
+ color: var(--color-base-white-pge-commom);
35
35
  font-weight: 700;
36
36
  }
37
37
 
@@ -43,9 +43,9 @@
43
43
  .button.secondary {
44
44
  width: fit-content;
45
45
  height: fit-content;
46
- border: 1px solid var(--color-primary);
46
+ border: 1px solid var(--color-primary-pge-commom);
47
47
  background: transparent;
48
- color: var(--color-primary);
48
+ color: var(--color-primary-pge-commom);
49
49
  font-weight: 700;
50
50
  }
51
51
 
@@ -82,12 +82,12 @@
82
82
  cursor: pointer;
83
83
  width: 100%;
84
84
  border-radius: 8px;
85
- border: 1px solid #cfcfcffc;
86
85
  font-size: 14px;
87
86
  font-weight: 700;
88
87
  line-height: 21px;
89
88
  text-align: left;
90
89
  border: 1px solid #cfcfcffc;
90
+ transition: all 100ms;
91
91
  }
92
92
 
93
93
  .inputWrapper.hasError {
@@ -95,11 +95,11 @@
95
95
  outline-color: #cb0a0a60;
96
96
  }
97
97
 
98
- .inputWrapper:focus,
99
- .inputWrapper:focus-visible,
100
- .inputWrapper:focus-within {
101
- border: 1px solid #1a95b0;
102
- outline: solid #0091ea80 1.5px;
98
+ .inputWrapper:focus {
99
+ outline: 0 none;
100
+ outline-offset: 0;
101
+ box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
102
+ border-color: #007bff;
103
103
  }
104
104
 
105
105
  .inputContent {
package/package.json CHANGED
@@ -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": "6.0.4",
46
+ "version": "6.0.5",
47
47
  "description": "",
48
48
  "keywords": [],
49
49
  "author": "sturmer cesar",