@inntechcorp/it-design 2.0.136 → 2.0.138
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/index.cjs.js +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.esm.js +13 -13
- package/dist/{output-DCvuWNga.css → output-Co64jyKL.css} +29 -29
- package/dist/{output-DjWTgiS1.css → output-DOIezTPH.css} +55 -55
- package/dist/table/index.d.ts +1 -1
- package/dist/types/TableProps.d.ts +1 -0
- package/package.json +1 -1
|
@@ -61,35 +61,6 @@
|
|
|
61
61
|
-webkit-box-shadow: 0 0 0 30px #151d3d inset !important;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
.arrow {
|
|
65
|
-
transition: all 0.25s ease-out;
|
|
66
|
-
margin-left: auto;
|
|
67
|
-
transform: rotate(0deg);
|
|
68
|
-
width: 20px;
|
|
69
|
-
height: 20px;
|
|
70
|
-
fill: rgba(255, 255, 255, 0.6);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.arrowNormal {
|
|
74
|
-
margin-left: auto;
|
|
75
|
-
transform: rotate(-90deg);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.arrowOpen {
|
|
79
|
-
transform: rotate(-180deg);
|
|
80
|
-
fill: #ffffff;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.icon {
|
|
84
|
-
margin-right: 8px;
|
|
85
|
-
height: 22px;
|
|
86
|
-
width: 22px;
|
|
87
|
-
color: rgba(255, 255, 255, 0.6);
|
|
88
|
-
font-size: 22px;
|
|
89
|
-
display: flex;
|
|
90
|
-
align-items: center;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
64
|
.menu {
|
|
94
65
|
background-color: #050A20;
|
|
95
66
|
border-radius: 0 5px 5px 5px;
|
|
@@ -156,6 +127,35 @@
|
|
|
156
127
|
transition: height 150ms ease-out;
|
|
157
128
|
}
|
|
158
129
|
|
|
130
|
+
.arrow {
|
|
131
|
+
transition: all 0.25s ease-out;
|
|
132
|
+
margin-left: auto;
|
|
133
|
+
transform: rotate(0deg);
|
|
134
|
+
width: 20px;
|
|
135
|
+
height: 20px;
|
|
136
|
+
fill: rgba(255, 255, 255, 0.6);
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.arrowNormal {
|
|
140
|
+
margin-left: auto;
|
|
141
|
+
transform: rotate(-90deg);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.arrowOpen {
|
|
145
|
+
transform: rotate(-180deg);
|
|
146
|
+
fill: #ffffff;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.icon {
|
|
150
|
+
margin-right: 8px;
|
|
151
|
+
height: 22px;
|
|
152
|
+
width: 22px;
|
|
153
|
+
color: rgba(255, 255, 255, 0.6);
|
|
154
|
+
font-size: 22px;
|
|
155
|
+
display: flex;
|
|
156
|
+
align-items: center;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
159
|
.option {
|
|
160
160
|
display: flex;
|
|
161
161
|
align-items: center;
|
|
@@ -61,61 +61,6 @@
|
|
|
61
61
|
-webkit-box-shadow: 0 0 0 30px #151d3d inset !important;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
.arrow {
|
|
65
|
-
transition: all 0.25s ease-out;
|
|
66
|
-
margin-left: auto;
|
|
67
|
-
transform: rotate(0deg);
|
|
68
|
-
width: 20px;
|
|
69
|
-
height: 20px;
|
|
70
|
-
fill: rgba(255, 255, 255, 0.6);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.arrowNormal {
|
|
74
|
-
margin-left: auto;
|
|
75
|
-
transform: rotate(-90deg);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.arrowOpen {
|
|
79
|
-
transform: rotate(-180deg);
|
|
80
|
-
fill: #ffffff;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.icon {
|
|
84
|
-
margin-right: 8px;
|
|
85
|
-
height: 22px;
|
|
86
|
-
width: 22px;
|
|
87
|
-
color: rgba(255, 255, 255, 0.6);
|
|
88
|
-
font-size: 22px;
|
|
89
|
-
display: flex;
|
|
90
|
-
align-items: center;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.option {
|
|
94
|
-
display: flex;
|
|
95
|
-
align-items: center;
|
|
96
|
-
cursor: pointer;
|
|
97
|
-
min-width: max-content;
|
|
98
|
-
padding: 10px 30px 10px 15px;
|
|
99
|
-
}
|
|
100
|
-
.option:not(:last-child) {
|
|
101
|
-
margin-bottom: 1px;
|
|
102
|
-
}
|
|
103
|
-
.option:hover {
|
|
104
|
-
background-color: rgba(29, 38, 73, 0.5019607843);
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.selected .single, .selected .option span {
|
|
108
|
-
color: #ffffff;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.single, .option span {
|
|
112
|
-
color: rgba(255, 255, 255, 0.6666666667);
|
|
113
|
-
font-weight: 400;
|
|
114
|
-
font-size: 12px;
|
|
115
|
-
line-height: 12px;
|
|
116
|
-
white-space: nowrap;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
64
|
.menu {
|
|
120
65
|
background-color: #050A20;
|
|
121
66
|
border-radius: 0 5px 5px 5px;
|
|
@@ -182,6 +127,61 @@
|
|
|
182
127
|
transition: height 150ms ease-out;
|
|
183
128
|
}
|
|
184
129
|
|
|
130
|
+
.option {
|
|
131
|
+
display: flex;
|
|
132
|
+
align-items: center;
|
|
133
|
+
cursor: pointer;
|
|
134
|
+
min-width: max-content;
|
|
135
|
+
padding: 10px 30px 10px 15px;
|
|
136
|
+
}
|
|
137
|
+
.option:not(:last-child) {
|
|
138
|
+
margin-bottom: 1px;
|
|
139
|
+
}
|
|
140
|
+
.option:hover {
|
|
141
|
+
background-color: rgba(29, 38, 73, 0.5019607843);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.selected .single, .selected .option span {
|
|
145
|
+
color: #ffffff;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.single, .option span {
|
|
149
|
+
color: rgba(255, 255, 255, 0.6666666667);
|
|
150
|
+
font-weight: 400;
|
|
151
|
+
font-size: 12px;
|
|
152
|
+
line-height: 12px;
|
|
153
|
+
white-space: nowrap;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.arrow {
|
|
157
|
+
transition: all 0.25s ease-out;
|
|
158
|
+
margin-left: auto;
|
|
159
|
+
transform: rotate(0deg);
|
|
160
|
+
width: 20px;
|
|
161
|
+
height: 20px;
|
|
162
|
+
fill: rgba(255, 255, 255, 0.6);
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.arrowNormal {
|
|
166
|
+
margin-left: auto;
|
|
167
|
+
transform: rotate(-90deg);
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.arrowOpen {
|
|
171
|
+
transform: rotate(-180deg);
|
|
172
|
+
fill: #ffffff;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.icon {
|
|
176
|
+
margin-right: 8px;
|
|
177
|
+
height: 22px;
|
|
178
|
+
width: 22px;
|
|
179
|
+
color: rgba(255, 255, 255, 0.6);
|
|
180
|
+
font-size: 22px;
|
|
181
|
+
display: flex;
|
|
182
|
+
align-items: center;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
185
|
.container {
|
|
186
186
|
display: flex;
|
|
187
187
|
align-items: center;
|
package/dist/table/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TableProps } from "../index";
|
|
2
|
-
declare const Table: <T>({ columns, data, size, headless, bordered, dashed, noGaps, overflow }: TableProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
declare const Table: <T>({ columns, data, cellHeight, size, headless, bordered, dashed, noGaps, overflow }: TableProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export default Table;
|