@aziziaziz/react-components 1.0.8 → 1.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.
|
@@ -13,12 +13,13 @@
|
|
|
13
13
|
outline: none;
|
|
14
14
|
border-radius: 8px;
|
|
15
15
|
transition: var(--transTime);
|
|
16
|
-
padding: 10px 15px;
|
|
17
|
-
height: 45px;
|
|
18
16
|
cursor: pointer;
|
|
19
17
|
display: grid;
|
|
20
18
|
grid-template-columns: 1fr auto;
|
|
21
19
|
align-items: center;
|
|
20
|
+
font-size: 14px;
|
|
21
|
+
padding: 0 10px;
|
|
22
|
+
height: 35px;
|
|
22
23
|
}
|
|
23
24
|
.valueContainer {
|
|
24
25
|
display: grid;
|
package/dist/index.js
CHANGED
|
@@ -149,7 +149,7 @@ var Button_default = Button;
|
|
|
149
149
|
|
|
150
150
|
// src/components/datePicker/DatePicker.tsx
|
|
151
151
|
var import_react4 = require("react");
|
|
152
|
-
var import_DatePicker = require("./DatePicker-
|
|
152
|
+
var import_DatePicker = require("./DatePicker-VFLOM4OH.css");
|
|
153
153
|
|
|
154
154
|
// src/components/icon/Icon.tsx
|
|
155
155
|
var import_Icon = require("./Icon-DCSTRBMX.css");
|
package/dist/index.mjs
CHANGED
|
@@ -118,7 +118,7 @@ var Button_default = Button;
|
|
|
118
118
|
|
|
119
119
|
// src/components/datePicker/DatePicker.tsx
|
|
120
120
|
import { useEffect as useEffect3, useRef, useState as useState2 } from "react";
|
|
121
|
-
import "./DatePicker-
|
|
121
|
+
import "./DatePicker-VFLOM4OH.css";
|
|
122
122
|
|
|
123
123
|
// src/components/icon/Icon.tsx
|
|
124
124
|
import "./Icon-DCSTRBMX.css";
|
package/package.json
CHANGED
|
@@ -13,12 +13,13 @@
|
|
|
13
13
|
outline: none;
|
|
14
14
|
border-radius: 8px;
|
|
15
15
|
transition: var(--transTime);
|
|
16
|
-
padding: 10px 15px;
|
|
17
|
-
height: 45px;
|
|
18
16
|
cursor: pointer;
|
|
19
17
|
display: grid;
|
|
20
18
|
grid-template-columns: 1fr auto;
|
|
21
19
|
align-items: center;
|
|
20
|
+
font-size: 14px;
|
|
21
|
+
padding: 0 10px;
|
|
22
|
+
height: 35px;
|
|
22
23
|
}
|
|
23
24
|
.valueContainer {
|
|
24
25
|
display: grid;
|