@chainberry/ui-components 1.0.32 → 1.0.33
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 +1 -1
- package/dist/index.d.ts +20 -0
- package/dist/index.mjs +11639 -11626
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1111,6 +1111,11 @@ export declare const ICONS: {
|
|
|
1111
1111
|
}][] | readonly (readonly [string, {
|
|
1112
1112
|
readonly [key: string]: string | number;
|
|
1113
1113
|
}])[];
|
|
1114
|
+
company: [string, {
|
|
1115
|
+
[key: string]: string | number;
|
|
1116
|
+
}][] | readonly (readonly [string, {
|
|
1117
|
+
readonly [key: string]: string | number;
|
|
1118
|
+
}])[];
|
|
1114
1119
|
users: [string, {
|
|
1115
1120
|
[key: string]: string | number;
|
|
1116
1121
|
}][] | readonly (readonly [string, {
|
|
@@ -1136,6 +1141,11 @@ export declare const ICONS: {
|
|
|
1136
1141
|
}][] | readonly (readonly [string, {
|
|
1137
1142
|
readonly [key: string]: string | number;
|
|
1138
1143
|
}])[];
|
|
1144
|
+
coins02: [string, {
|
|
1145
|
+
[key: string]: string | number;
|
|
1146
|
+
}][] | readonly (readonly [string, {
|
|
1147
|
+
readonly [key: string]: string | number;
|
|
1148
|
+
}])[];
|
|
1139
1149
|
safe: [string, {
|
|
1140
1150
|
[key: string]: string | number;
|
|
1141
1151
|
}][] | readonly (readonly [string, {
|
|
@@ -1254,6 +1264,11 @@ declare const icons: {
|
|
|
1254
1264
|
}][] | readonly (readonly [string, {
|
|
1255
1265
|
readonly [key: string]: string | number;
|
|
1256
1266
|
}])[];
|
|
1267
|
+
company: [string, {
|
|
1268
|
+
[key: string]: string | number;
|
|
1269
|
+
}][] | readonly (readonly [string, {
|
|
1270
|
+
readonly [key: string]: string | number;
|
|
1271
|
+
}])[];
|
|
1257
1272
|
users: [string, {
|
|
1258
1273
|
[key: string]: string | number;
|
|
1259
1274
|
}][] | readonly (readonly [string, {
|
|
@@ -1279,6 +1294,11 @@ declare const icons: {
|
|
|
1279
1294
|
}][] | readonly (readonly [string, {
|
|
1280
1295
|
readonly [key: string]: string | number;
|
|
1281
1296
|
}])[];
|
|
1297
|
+
coins02: [string, {
|
|
1298
|
+
[key: string]: string | number;
|
|
1299
|
+
}][] | readonly (readonly [string, {
|
|
1300
|
+
readonly [key: string]: string | number;
|
|
1301
|
+
}])[];
|
|
1282
1302
|
safe: [string, {
|
|
1283
1303
|
[key: string]: string | number;
|
|
1284
1304
|
}][] | readonly (readonly [string, {
|