carriera-intern-components 1.1.156 → 1.1.159

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carriera-intern-components",
3
- "version": "1.1.156",
3
+ "version": "1.1.159",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14"
package/public-api.d.ts CHANGED
@@ -1,6 +1,7 @@
1
- export * from './app/components/input/input.component';
2
- export * from './app/components/drop-zone/drop-zone.component';
3
- export * from './app/components/input/models';
4
1
  export * from './app/utils';
2
+ export * from './app/components/input/models';
5
3
  export * from './app/components/pm/pm.component';
4
+ export * from './app/components/input/input.component';
5
+ export * from './app/components/drop-zone/drop-zone.component';
6
6
  export * from './app/components/input-datetime-picker/cai-input-datetime-picker.component';
7
+ export * from './app/components/input-datetime-picker/components/cai-custom-datetime-pickers/config';
package/src/styles.scss CHANGED
@@ -20,72 +20,3 @@ body {
20
20
  BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
21
21
  "Apple Color Emoji", "Segoe UI Emoji";
22
22
  }
23
-
24
- *,
25
- *::before,
26
- *::after {
27
- box-sizing: border-box;
28
- border-width: 0;
29
- border-style: solid;
30
- border-color: #e5e7eb;
31
- }
32
-
33
- p,
34
- ul,
35
- ol,
36
- dl,
37
- blockquote,
38
- figure,
39
- pre {
40
- margin: 0;
41
- }
42
-
43
- button,
44
- input,
45
- select,
46
- textarea {
47
- font-family: inherit;
48
- font-size: 100%;
49
- line-height: 1.15;
50
- margin: 0;
51
- }
52
-
53
- img,
54
- svg,
55
- video,
56
- canvas,
57
- audio,
58
- iframe,
59
- embed,
60
- object {
61
- display: block;
62
- vertical-align: middle;
63
- max-width: 100%;
64
- height: auto;
65
- }
66
-
67
- /* Remove default list styles on ul, ol */
68
- ul,
69
- ol {
70
- padding-left: 1.5rem;
71
- list-style-position: outside;
72
- }
73
-
74
- /* Link styles */
75
- a {
76
- color: inherit;
77
- text-decoration: inherit;
78
- }
79
-
80
- /* Tables */
81
- table {
82
- border-collapse: collapse;
83
- border-spacing: 0;
84
- }
85
-
86
- /* Remove outline for focus on mouse users, but keep it for keyboard */
87
- :focus:not(:focus-visible) {
88
- outline: none;
89
- }
90
-
91
-