rbro-tat-uds 1.2.2 → 1.2.3
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 +61 -39
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +45 -23
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -2061,8 +2061,10 @@ const yo = (e) => /* @__PURE__ */ c.createElement("svg", { viewBox: "0 0 24 24",
|
|
2061
2061
|
border: 1px solid ${t.gray_1000_10};
|
2062
2062
|
color: ${t.gray_950};
|
2063
2063
|
|
2064
|
-
|
2065
|
-
|
2064
|
+
@media (hover: hover) {
|
2065
|
+
&:hover {
|
2066
|
+
background-color: ${t.accent_650};
|
2067
|
+
}
|
2066
2068
|
}
|
2067
2069
|
|
2068
2070
|
&:active {
|
@@ -2084,8 +2086,10 @@ const yo = (e) => /* @__PURE__ */ c.createElement("svg", { viewBox: "0 0 24 24",
|
|
2084
2086
|
border: 1px solid ${t.gray_1000_10};
|
2085
2087
|
color: ${t.gray_950};
|
2086
2088
|
|
2087
|
-
|
2088
|
-
|
2089
|
+
@media (hover: hover) {
|
2090
|
+
&:hover {
|
2091
|
+
background-color: ${t.gray_200};
|
2092
|
+
}
|
2089
2093
|
}
|
2090
2094
|
|
2091
2095
|
&:active {
|
@@ -2107,8 +2111,10 @@ const yo = (e) => /* @__PURE__ */ c.createElement("svg", { viewBox: "0 0 24 24",
|
|
2107
2111
|
border: 1px solid ${t.gray_1000_10};
|
2108
2112
|
color: ${t.gray_950};
|
2109
2113
|
|
2110
|
-
|
2111
|
-
|
2114
|
+
@media (hover: hover) {
|
2115
|
+
&:hover {
|
2116
|
+
background-color: ${t.gray_100};
|
2117
|
+
}
|
2112
2118
|
}
|
2113
2119
|
|
2114
2120
|
&:active {
|
@@ -2130,8 +2136,10 @@ const yo = (e) => /* @__PURE__ */ c.createElement("svg", { viewBox: "0 0 24 24",
|
|
2130
2136
|
border: 1px solid transparent;
|
2131
2137
|
color: ${t.info_800};
|
2132
2138
|
|
2133
|
-
|
2134
|
-
|
2139
|
+
@media (hover: hover) {
|
2140
|
+
&:hover {
|
2141
|
+
background-color: ${t.gray_100};
|
2142
|
+
}
|
2135
2143
|
}
|
2136
2144
|
|
2137
2145
|
&:active {
|
@@ -2155,8 +2163,10 @@ const yo = (e) => /* @__PURE__ */ c.createElement("svg", { viewBox: "0 0 24 24",
|
|
2155
2163
|
border: 1px solid ${t.gray_1000_10};
|
2156
2164
|
color: ${t.white};
|
2157
2165
|
|
2158
|
-
|
2159
|
-
|
2166
|
+
@media (hover: hover) {
|
2167
|
+
&:hover {
|
2168
|
+
background-color: ${t.info_600};
|
2169
|
+
}
|
2160
2170
|
}
|
2161
2171
|
|
2162
2172
|
&:active {
|
@@ -2178,8 +2188,10 @@ const yo = (e) => /* @__PURE__ */ c.createElement("svg", { viewBox: "0 0 24 24",
|
|
2178
2188
|
border: 1px solid ${t.gray_1000_10};
|
2179
2189
|
color: ${t.info_800};
|
2180
2190
|
|
2181
|
-
|
2182
|
-
|
2191
|
+
@media (hover: hover) {
|
2192
|
+
&:hover {
|
2193
|
+
background-color: ${t.info_150};
|
2194
|
+
}
|
2183
2195
|
}
|
2184
2196
|
|
2185
2197
|
&:active {
|
@@ -2201,8 +2213,10 @@ const yo = (e) => /* @__PURE__ */ c.createElement("svg", { viewBox: "0 0 24 24",
|
|
2201
2213
|
border: 1px solid ${t.gray_1000_10};
|
2202
2214
|
color: ${t.info_800};
|
2203
2215
|
|
2204
|
-
|
2205
|
-
|
2216
|
+
@media (hover: hover) {
|
2217
|
+
&:hover {
|
2218
|
+
background-color: ${t.gray_100};
|
2219
|
+
}
|
2206
2220
|
}
|
2207
2221
|
|
2208
2222
|
&:active {
|
@@ -2226,8 +2240,10 @@ const yo = (e) => /* @__PURE__ */ c.createElement("svg", { viewBox: "0 0 24 24",
|
|
2226
2240
|
border: 1px solid ${t.gray_1000_10};
|
2227
2241
|
color: ${t.white};
|
2228
2242
|
|
2229
|
-
|
2230
|
-
|
2243
|
+
@media (hover: hover) {
|
2244
|
+
&:hover {
|
2245
|
+
background-color: ${t.danger_600};
|
2246
|
+
}
|
2231
2247
|
}
|
2232
2248
|
|
2233
2249
|
&:active {
|
@@ -2249,8 +2265,10 @@ const yo = (e) => /* @__PURE__ */ c.createElement("svg", { viewBox: "0 0 24 24",
|
|
2249
2265
|
border: 1px solid ${t.gray_1000_10};
|
2250
2266
|
color: ${t.danger_700};
|
2251
2267
|
|
2252
|
-
|
2253
|
-
|
2268
|
+
@media (hover: hover) {
|
2269
|
+
&:hover {
|
2270
|
+
background-color: ${t.danger_200};
|
2271
|
+
}
|
2254
2272
|
}
|
2255
2273
|
|
2256
2274
|
&:active {
|
@@ -2272,8 +2290,10 @@ const yo = (e) => /* @__PURE__ */ c.createElement("svg", { viewBox: "0 0 24 24",
|
|
2272
2290
|
border: 1px solid ${t.gray_1000_10};
|
2273
2291
|
color: ${t.danger_500};
|
2274
2292
|
|
2275
|
-
|
2276
|
-
|
2293
|
+
@media (hover: hover) {
|
2294
|
+
&:hover {
|
2295
|
+
background-color: ${t.gray_60};
|
2296
|
+
}
|
2277
2297
|
}
|
2278
2298
|
|
2279
2299
|
&:active {
|
@@ -2295,9 +2315,11 @@ const yo = (e) => /* @__PURE__ */ c.createElement("svg", { viewBox: "0 0 24 24",
|
|
2295
2315
|
border: 1px solid transparent;
|
2296
2316
|
color: ${t.danger_500};
|
2297
2317
|
|
2298
|
-
|
2299
|
-
|
2300
|
-
|
2318
|
+
@media (hover: hover) {
|
2319
|
+
&:hover {
|
2320
|
+
background-color: ${t.gray_200};
|
2321
|
+
border: 1px solid ${t.gray_1000_10};
|
2322
|
+
}
|
2301
2323
|
}
|
2302
2324
|
|
2303
2325
|
&:active {
|