@inntechcorp/it-design 2.0.109 → 2.0.111
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/helpers/datetime/FormatDate.d.ts +2 -0
- package/dist/helpers/datetime/FormatDateTime.d.ts +2 -0
- package/dist/helpers/datetime/FormatSimpleDate.d.ts +2 -0
- package/dist/helpers/datetime/FormatSimpleDateTime.d.ts +2 -0
- package/dist/helpers/datetime/FormatTime.d.ts +2 -0
- package/dist/helpers/index.d.ts +5 -0
- package/dist/index.cjs.js +123 -117
- package/dist/index.d.ts +11 -1
- package/dist/index.esm.js +123 -117
- package/dist/{output-Co64jyKL.css → output-DOIezTPH.css} +26 -26
- package/dist/{output-DCvuWNga.css → output-DjWTgiS1.css} +26 -26
- package/dist/utils/GetSizeBySizeSlug.d.ts +1 -1
- package/package.json +1 -1
|
@@ -127,6 +127,32 @@
|
|
|
127
127
|
transition: height 150ms ease-out;
|
|
128
128
|
}
|
|
129
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
|
+
|
|
130
156
|
.arrow {
|
|
131
157
|
transition: all 0.25s ease-out;
|
|
132
158
|
margin-left: auto;
|
|
@@ -156,32 +182,6 @@
|
|
|
156
182
|
align-items: center;
|
|
157
183
|
}
|
|
158
184
|
|
|
159
|
-
.option {
|
|
160
|
-
display: flex;
|
|
161
|
-
align-items: center;
|
|
162
|
-
cursor: pointer;
|
|
163
|
-
min-width: max-content;
|
|
164
|
-
padding: 10px 30px 10px 15px;
|
|
165
|
-
}
|
|
166
|
-
.option:not(:last-child) {
|
|
167
|
-
margin-bottom: 1px;
|
|
168
|
-
}
|
|
169
|
-
.option:hover {
|
|
170
|
-
background-color: rgba(29, 38, 73, 0.5019607843);
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.selected .single, .selected .option span {
|
|
174
|
-
color: #ffffff;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.single, .option span {
|
|
178
|
-
color: rgba(255, 255, 255, 0.6666666667);
|
|
179
|
-
font-weight: 400;
|
|
180
|
-
font-size: 12px;
|
|
181
|
-
line-height: 12px;
|
|
182
|
-
white-space: nowrap;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
185
|
.container {
|
|
186
186
|
display: flex;
|
|
187
187
|
align-items: center;
|
|
@@ -90,6 +90,32 @@
|
|
|
90
90
|
align-items: center;
|
|
91
91
|
}
|
|
92
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
|
+
|
|
93
119
|
.menu {
|
|
94
120
|
background-color: #050A20;
|
|
95
121
|
border-radius: 0 5px 5px 5px;
|
|
@@ -156,32 +182,6 @@
|
|
|
156
182
|
transition: height 150ms ease-out;
|
|
157
183
|
}
|
|
158
184
|
|
|
159
|
-
.option {
|
|
160
|
-
display: flex;
|
|
161
|
-
align-items: center;
|
|
162
|
-
cursor: pointer;
|
|
163
|
-
min-width: max-content;
|
|
164
|
-
padding: 10px 30px 10px 15px;
|
|
165
|
-
}
|
|
166
|
-
.option:not(:last-child) {
|
|
167
|
-
margin-bottom: 1px;
|
|
168
|
-
}
|
|
169
|
-
.option:hover {
|
|
170
|
-
background-color: rgba(29, 38, 73, 0.5019607843);
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.selected .single, .selected .option span {
|
|
174
|
-
color: #ffffff;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.single, .option span {
|
|
178
|
-
color: rgba(255, 255, 255, 0.6666666667);
|
|
179
|
-
font-weight: 400;
|
|
180
|
-
font-size: 12px;
|
|
181
|
-
line-height: 12px;
|
|
182
|
-
white-space: nowrap;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
185
|
.container {
|
|
186
186
|
display: flex;
|
|
187
187
|
align-items: center;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ITDSizeSlug } from "../index";
|
|
2
|
-
export default function GetSizeBySizeSlug(size: ITDSizeSlug): "
|
|
2
|
+
export default function GetSizeBySizeSlug(size: ITDSizeSlug): "small" | "medium" | "large" | "x-small" | "default" | "x-large" | "df";
|