@gusarov-studio/rubik-ui 3.11.1 → 3.13.0
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/CloseButton/CloseButton.d.ts +8 -0
- package/dist/CloseButton/constants/index.d.ts +3 -0
- package/dist/CloseButton/constants/sizeMapper.d.ts +10 -0
- package/dist/CloseButton/constants/strokeWidthMapper.d.ts +10 -0
- package/dist/CloseButton/index.d.ts +1 -0
- package/dist/Icon/glyphs/Clock01.d.ts +4 -0
- package/dist/Icon/glyphs/Clock02.d.ts +4 -0
- package/dist/Icon/glyphs/Clock03.d.ts +4 -0
- package/dist/Icon/glyphs/Clock04.d.ts +4 -0
- package/dist/Icon/glyphs/Clock05.d.ts +4 -0
- package/dist/Icon/glyphs/Clock06.d.ts +4 -0
- package/dist/Icon/glyphs/Clock07.d.ts +4 -0
- package/dist/Icon/glyphs/Clock08.d.ts +4 -0
- package/dist/Icon/glyphs/Clock09.d.ts +4 -0
- package/dist/Icon/glyphs/Clock10.d.ts +4 -0
- package/dist/Icon/glyphs/Clock11.d.ts +4 -0
- package/dist/Icon/glyphs/Clock12.d.ts +4 -0
- package/dist/Icon/glyphs/ClockAlert.d.ts +4 -0
- package/dist/Icon/glyphs/ClockArrowDown.d.ts +4 -0
- package/dist/Icon/glyphs/ClockArrowUp.d.ts +4 -0
- package/dist/Icon/glyphs/Diamond.d.ts +4 -0
- package/dist/Icon/glyphs/DiamondMinus.d.ts +4 -0
- package/dist/Icon/glyphs/DiamondPercent.d.ts +4 -0
- package/dist/Icon/glyphs/DiamondPlus.d.ts +4 -0
- package/dist/Icon/glyphs/Gem.d.ts +4 -0
- package/dist/Icon/glyphs/History.d.ts +4 -0
- package/dist/Icon/glyphs/Hourglass.d.ts +4 -0
- package/dist/Icon/glyphs/Timer.d.ts +4 -0
- package/dist/Icon/glyphs/TimerOff.d.ts +4 -0
- package/dist/Icon/glyphs/TimerReset.d.ts +4 -0
- package/dist/Icon/glyphs/Watch.d.ts +4 -0
- package/dist/Icon/glyphs/index.d.ts +27 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.declarations.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "./CloseButton.scss";
|
|
3
|
+
interface CloseButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
4
|
+
size?: "22" | "24" | "28" | "32" | "36" | "40" | "44";
|
|
5
|
+
variant?: "secondary";
|
|
6
|
+
}
|
|
7
|
+
declare const CloseButton: React.ForwardRefExoticComponent<CloseButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
8
|
+
export { CloseButton, type CloseButtonProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./CloseButton";
|
|
@@ -251,6 +251,22 @@ export declare const glyphs: {
|
|
|
251
251
|
"clipboard-plus": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
252
252
|
"clipboard-x": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
253
253
|
clipboard: import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
254
|
+
clock: import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
255
|
+
"clock-01": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
256
|
+
"clock-02": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
257
|
+
"clock-03": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
258
|
+
"clock-04": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
259
|
+
"clock-05": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
260
|
+
"clock-06": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
261
|
+
"clock-07": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
262
|
+
"clock-08": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
263
|
+
"clock-09": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
264
|
+
"clock-10": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
265
|
+
"clock-11": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
266
|
+
"clock-12": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
267
|
+
"clock-alert": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
268
|
+
"clock-arrow-down": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
269
|
+
"clock-arrow-up": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
254
270
|
"clock-check": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
255
271
|
"clock-fast-forward": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
256
272
|
"clock-plus": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -258,7 +274,6 @@ export declare const glyphs: {
|
|
|
258
274
|
"clock-rewind": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
259
275
|
"clock-snooze": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
260
276
|
"clock-stopwatch": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
261
|
-
clock: import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
262
277
|
"cloud-01": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
263
278
|
"cloud-02": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
264
279
|
"cloud-03": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -389,6 +404,10 @@ export declare const glyphs: {
|
|
|
389
404
|
"dataflow-02": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
390
405
|
"dataflow-03": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
391
406
|
"dataflow-04": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
407
|
+
diamond: import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
408
|
+
"diamond-minus": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
409
|
+
"diamond-percent": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
410
|
+
"diamond-plus": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
392
411
|
delete: import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
393
412
|
"diamond-01": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
394
413
|
"diamond-02": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -537,6 +556,7 @@ export declare const glyphs: {
|
|
|
537
556
|
framer: import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
538
557
|
"gaming-pad-01": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
539
558
|
"gaming-pad-02": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
559
|
+
gem: import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
540
560
|
"gift-01": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
541
561
|
"gift-02": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
542
562
|
"git-branch-01": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -591,6 +611,7 @@ export declare const glyphs: {
|
|
|
591
611
|
"help-square": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
592
612
|
"hexagon-01": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
593
613
|
"hexagon-02": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
614
|
+
history: import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
594
615
|
"home-01": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
595
616
|
"home-02": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
596
617
|
"home-03": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -601,6 +622,7 @@ export declare const glyphs: {
|
|
|
601
622
|
"horizontal-bar-chart-01": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
602
623
|
"horizontal-bar-chart-02": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
603
624
|
"horizontal-bar-chart-03": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
625
|
+
hourglass: import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
604
626
|
"hourglass-01": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
605
627
|
"hourglass-02": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
606
628
|
"hourglass-03": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1064,6 +1086,9 @@ export declare const glyphs: {
|
|
|
1064
1086
|
"thumbs-up": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
1065
1087
|
"ticket-01": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
1066
1088
|
"ticket-02": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
1089
|
+
timer: import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
1090
|
+
"timer-off": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
1091
|
+
"Timer-reset": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
1067
1092
|
"toggle-01-left": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
1068
1093
|
"toggle-01-right": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
1069
1094
|
"toggle-02-left": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1164,6 +1189,7 @@ export declare const glyphs: {
|
|
|
1164
1189
|
"wallet-03": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
1165
1190
|
"wallet-04": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
1166
1191
|
"wallet-05": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
1192
|
+
watch: import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
1167
1193
|
"watch-circle": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
1168
1194
|
"watch-square": import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
1169
1195
|
waves: import("react").ForwardRefExoticComponent<import("../types").GlyphProps & import("react").RefAttributes<SVGSVGElement>>;
|
package/dist/index.d.ts
CHANGED