@infonomic/uikit 3.1.0 → 3.3.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/README.md +172 -5
- package/dist/components/{input → forms}/@types/checkbox.d.ts.map +1 -1
- package/dist/components/{input → forms}/@types/input.d.ts.map +1 -1
- package/dist/components/forms/calendar.d.ts.map +1 -0
- package/dist/components/forms/calendar.module.js +45 -0
- package/dist/components/{calendar → forms}/calendar_module.css +44 -44
- package/dist/components/{input → forms}/checkbox-group.d.ts.map +1 -1
- package/dist/components/{input → forms}/checkbox.d.ts.map +1 -1
- package/dist/components/forms/checkbox.module.js +25 -0
- package/dist/components/{input → forms}/checkbox_module.css +29 -29
- package/dist/components/{input → forms}/error-text.d.ts.map +1 -1
- package/dist/components/{input → forms}/error-text.module.js +1 -1
- package/dist/components/{input → forms}/error-text_module.css +2 -2
- package/dist/components/{input → forms}/errors.d.ts.map +1 -1
- package/dist/components/{input → forms}/help-text.d.ts.map +1 -1
- package/dist/components/{input → forms}/help-text.module.js +1 -1
- package/dist/components/{input → forms}/help-text_module.css +1 -1
- package/dist/components/{input → forms}/input-adornment.d.ts.map +1 -1
- package/dist/components/{input → forms}/input-adornment.module.js +3 -3
- package/dist/components/{input → forms}/input-adornment_module.css +3 -3
- package/dist/components/{input → forms}/input.d.ts.map +1 -1
- package/dist/components/forms/input.module.js +27 -0
- package/dist/components/{input → forms}/input_module.css +35 -35
- package/dist/components/{input → forms}/label.d.ts.map +1 -1
- package/dist/components/{input → forms}/label.module.js +2 -2
- package/dist/components/{input → forms}/label_module.css +4 -4
- package/dist/components/{input → forms}/radio-group.d.ts.map +1 -1
- package/dist/components/forms/radio-group.module.js +20 -0
- package/dist/components/{input → forms}/radio-group_module.css +23 -23
- package/dist/components/{input → forms}/select.d.ts.map +1 -1
- package/dist/components/forms/select.module.js +13 -0
- package/dist/components/{input → forms}/select_module.css +8 -8
- package/dist/components/{input → forms}/text-area.d.ts.map +1 -1
- package/dist/components/{input → forms}/text-area.module.js +2 -2
- package/dist/components/{input → forms}/text-area_module.css +1 -1
- package/dist/components/{input → forms}/utils.d.ts.map +1 -1
- package/dist/icons/activity-icon.js +1 -1
- package/dist/icons/calendar-icon.js +1 -1
- package/dist/icons/check-icon.js +1 -1
- package/dist/icons/chevron-down-icon.js +1 -1
- package/dist/icons/chevron-left-double-icon.js +1 -1
- package/dist/icons/chevron-left-icon.js +1 -1
- package/dist/icons/chevron-right-double-icon.js +1 -1
- package/dist/icons/chevron-right-icon.js +1 -1
- package/dist/icons/chevrons-up-down.js +1 -1
- package/dist/icons/dashboard-icon.js +1 -1
- package/dist/icons/document-icon.js +1 -1
- package/dist/icons/download-icon.js +1 -1
- package/dist/icons/edit-icon.js +1 -1
- package/dist/icons/ellipsis-icon.js +1 -1
- package/dist/icons/email-icon.js +1 -1
- package/dist/icons/github-icon.js +1 -1
- package/dist/icons/globe-icon.js +1 -1
- package/dist/icons/gripper-vertical-icon.js +1 -1
- package/dist/icons/history-icon.js +1 -1
- package/dist/icons/home-icon.js +1 -1
- package/dist/icons/light-icon.js +1 -1
- package/dist/icons/moon-icon.js +1 -1
- package/dist/icons/plus-icon.js +1 -1
- package/dist/icons/refresh-icon.js +1 -1
- package/dist/icons/return-icon.js +1 -1
- package/dist/icons/roles-icon.js +1 -1
- package/dist/icons/search-icon.js +1 -1
- package/dist/icons/settings-gear-icon.js +1 -1
- package/dist/icons/settings-sliders-icon.js +1 -1
- package/dist/icons/sign-out-icon.js +1 -1
- package/dist/icons/stopwatch-icon.js +1 -1
- package/dist/icons/user-icon.js +1 -1
- package/dist/icons/users-icon.js +1 -1
- package/dist/icons/wallet-icon.js +1 -1
- package/dist/react.d.ts +13 -13
- package/dist/react.d.ts.map +1 -1
- package/dist/react.js +13 -13
- package/dist/widgets/datepicker/datepicker.d.ts +1 -1
- package/dist/widgets/datepicker/datepicker.d.ts.map +1 -1
- package/dist/widgets/datepicker/datepicker.js +3 -2
- package/dist/widgets/search/search.d.ts +1 -1
- package/dist/widgets/search/search.d.ts.map +1 -1
- package/dist/widgets/search/search.js +2 -1
- package/package.json +1 -1
- package/src/astro.d.ts +5 -5
- package/src/astro.js +5 -5
- package/src/components/{calendar → forms}/calendar.stories.tsx +1 -1
- package/src/components/{input → forms}/checkbox.stories.tsx +1 -1
- package/src/components/{input → forms}/input.stories.tsx +1 -1
- package/src/components/{input → forms}/radio-group.stories.tsx +2 -2
- package/src/components/{input → forms}/select.stories.tsx +1 -1
- package/src/components/{input → forms}/text-area.stories.tsx +1 -1
- package/src/components/{input → forms}/utils.ts +2 -2
- package/src/icons/activity-icon.tsx +1 -1
- package/src/icons/calendar-icon.tsx +1 -1
- package/src/icons/check-icon.tsx +1 -1
- package/src/icons/chevron-down-icon.tsx +1 -1
- package/src/icons/chevron-left-double-icon.tsx +1 -1
- package/src/icons/chevron-left-icon.tsx +1 -1
- package/src/icons/chevron-right-double-icon.tsx +1 -1
- package/src/icons/chevron-right-icon.tsx +1 -1
- package/src/icons/chevrons-up-down.tsx +1 -1
- package/src/icons/close-icon.astro +1 -1
- package/src/icons/dashboard-icon.tsx +1 -1
- package/src/icons/document-icon.tsx +1 -1
- package/src/icons/download-icon.tsx +1 -1
- package/src/icons/edit-icon.tsx +1 -1
- package/src/icons/ellipsis-icon.tsx +1 -1
- package/src/icons/email-icon.tsx +1 -1
- package/src/icons/github-icon.tsx +1 -1
- package/src/icons/globe-icon.tsx +1 -1
- package/src/icons/gripper-vertical-icon.tsx +1 -1
- package/src/icons/history-icon.tsx +1 -1
- package/src/icons/home-icon.tsx +1 -1
- package/src/icons/light-icon.astro +1 -1
- package/src/icons/light-icon.tsx +1 -1
- package/src/icons/moon-icon.astro +1 -1
- package/src/icons/moon-icon.tsx +1 -1
- package/src/icons/plus-icon.tsx +1 -1
- package/src/icons/refresh-icon.tsx +1 -1
- package/src/icons/return-icon.tsx +1 -1
- package/src/icons/roles-icon.tsx +1 -1
- package/src/icons/search-icon.astro +1 -1
- package/src/icons/search-icon.tsx +1 -1
- package/src/icons/settings-gear-icon.tsx +1 -1
- package/src/icons/settings-sliders-icon.tsx +1 -1
- package/src/icons/sign-out-icon.tsx +1 -1
- package/src/icons/stopwatch-icon.tsx +1 -1
- package/src/icons/user-icon.tsx +1 -1
- package/src/icons/users-icon.tsx +1 -1
- package/src/icons/wallet-icon.tsx +1 -1
- package/src/react.ts +13 -13
- package/src/widgets/datepicker/datepicker.tsx +4 -3
- package/src/widgets/search/search.tsx +3 -2
- package/dist/components/calendar/calendar.d.ts.map +0 -1
- package/dist/components/calendar/calendar.module.js +0 -45
- package/dist/components/input/checkbox.module.js +0 -25
- package/dist/components/input/index.d.ts +0 -9
- package/dist/components/input/index.d.ts.map +0 -1
- package/dist/components/input/input.module.js +0 -27
- package/dist/components/input/radio-group.module.js +0 -20
- package/dist/components/input/select.module.js +0 -13
- /package/dist/components/{input → forms}/@types/checkbox.d.ts +0 -0
- /package/dist/components/{input → forms}/@types/checkbox.js +0 -0
- /package/dist/components/{input → forms}/@types/input.d.ts +0 -0
- /package/dist/components/{input → forms}/@types/input.js +0 -0
- /package/dist/components/{calendar → forms}/calendar.d.ts +0 -0
- /package/dist/components/{calendar → forms}/calendar.js +0 -0
- /package/dist/components/{input → forms}/checkbox-group.d.ts +0 -0
- /package/dist/components/{input → forms}/checkbox-group.js +0 -0
- /package/dist/components/{input → forms}/checkbox.d.ts +0 -0
- /package/dist/components/{input → forms}/checkbox.js +0 -0
- /package/dist/components/{input → forms}/error-text.d.ts +0 -0
- /package/dist/components/{input → forms}/error-text.js +0 -0
- /package/dist/components/{input → forms}/errors.d.ts +0 -0
- /package/dist/components/{input → forms}/errors.js +0 -0
- /package/dist/components/{input → forms}/help-text.d.ts +0 -0
- /package/dist/components/{input → forms}/help-text.js +0 -0
- /package/dist/components/{input → forms}/index.js +0 -0
- /package/dist/components/{input → forms}/input-adornment.d.ts +0 -0
- /package/dist/components/{input → forms}/input-adornment.js +0 -0
- /package/dist/components/{input → forms}/input.d.ts +0 -0
- /package/dist/components/{input → forms}/input.js +0 -0
- /package/dist/components/{input → forms}/label.d.ts +0 -0
- /package/dist/components/{input → forms}/label.js +0 -0
- /package/dist/components/{input → forms}/radio-group.d.ts +0 -0
- /package/dist/components/{input → forms}/radio-group.js +0 -0
- /package/dist/components/{input → forms}/select.d.ts +0 -0
- /package/dist/components/{input → forms}/select.js +0 -0
- /package/dist/components/{input → forms}/text-area.d.ts +0 -0
- /package/dist/components/{input → forms}/text-area.js +0 -0
- /package/dist/components/{input → forms}/utils.d.ts +0 -0
- /package/dist/components/{input → forms}/utils.js +0 -0
- /package/src/components/{input → forms}/@types/checkbox.ts +0 -0
- /package/src/components/{input → forms}/@types/input.ts +0 -0
- /package/src/components/{calendar → forms}/calendar.module.css +0 -0
- /package/src/components/{calendar → forms}/calendar.tsx +0 -0
- /package/src/components/{input → forms}/checkbox-group.tsx +0 -0
- /package/src/components/{input → forms}/checkbox.module.css +0 -0
- /package/src/components/{input → forms}/checkbox.tsx +0 -0
- /package/src/components/{input → forms}/error-text.astro +0 -0
- /package/src/components/{input → forms}/error-text.module.css +0 -0
- /package/src/components/{input → forms}/error-text.tsx +0 -0
- /package/src/components/{input → forms}/errors.tsx +0 -0
- /package/src/components/{input → forms}/help-text.astro +0 -0
- /package/src/components/{input → forms}/help-text.module.css +0 -0
- /package/src/components/{input → forms}/help-text.tsx +0 -0
- /package/src/components/{input → forms}/index.tsx +0 -0
- /package/src/components/{input → forms}/input-adornment.astro +0 -0
- /package/src/components/{input → forms}/input-adornment.module.css +0 -0
- /package/src/components/{input → forms}/input-adornment.tsx +0 -0
- /package/src/components/{input → forms}/input.astro +0 -0
- /package/src/components/{input → forms}/input.module.css +0 -0
- /package/src/components/{input → forms}/input.tsx +0 -0
- /package/src/components/{input → forms}/label.astro +0 -0
- /package/src/components/{input → forms}/label.module.css +0 -0
- /package/src/components/{input → forms}/label.tsx +0 -0
- /package/src/components/{input → forms}/radio-group.module.css +0 -0
- /package/src/components/{input → forms}/radio-group.tsx +0 -0
- /package/src/components/{input → forms}/select.module.css +0 -0
- /package/src/components/{input → forms}/select.tsx +0 -0
- /package/src/components/{input → forms}/text-area.module.css +0 -0
- /package/src/components/{input → forms}/text-area.tsx +0 -0
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
@layer infonomic-base, infonomic-utilities, infonomic-theme, infonomic-typography;
|
|
2
2
|
|
|
3
3
|
@layer infonomic-components {
|
|
4
|
-
.column-
|
|
4
|
+
.column-yYhDJG {
|
|
5
5
|
gap: var(--gap-2);
|
|
6
6
|
flex-direction: column;
|
|
7
7
|
display: flex;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.row-
|
|
10
|
+
.row-zmaQmt {
|
|
11
11
|
gap: var(--gap-2);
|
|
12
12
|
flex-direction: row;
|
|
13
13
|
display: flex;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.item-container-
|
|
16
|
+
.item-container-R6Abj5 {
|
|
17
17
|
align-items: center;
|
|
18
18
|
gap: var(--gap-2);
|
|
19
19
|
display: flex;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.item-
|
|
22
|
+
.item-InB91q {
|
|
23
23
|
all: unset;
|
|
24
24
|
border-radius: var(--border-radius-full);
|
|
25
25
|
border: 2px solid var(--radio-border);
|
|
@@ -28,30 +28,30 @@
|
|
|
28
28
|
transition: all var(--transition-normal);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
.item-
|
|
31
|
+
.item-InB91q[data-state="checked"] {
|
|
32
32
|
--ring-offset-color: var(--background);
|
|
33
33
|
--ring-offset-shadow: var(--ring-inset) 0 0 0 var(--ring-offset-width) var(--ring-offset-color);
|
|
34
34
|
--ring-shadow: var(--ring-inset) 0 0 0 calc(1px + var(--ring-offset-width)) var(--ring-color);
|
|
35
35
|
box-shadow: var(--ring-offset-shadow), var(--ring-shadow), var(--shadow, 0 0 #0000);
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.item-
|
|
38
|
+
.item-InB91q:disabled, .item-InB91q[disabled] {
|
|
39
39
|
pointer-events: none;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
.indicator-
|
|
42
|
+
.indicator-PDcgDz[data-state="checked"] {
|
|
43
43
|
opacity: 1;
|
|
44
|
-
animation: .3s cubic-bezier(.25, 1.5, .5, 1) forwards radioIn-
|
|
44
|
+
animation: .3s cubic-bezier(.25, 1.5, .5, 1) forwards radioIn-lODICv;
|
|
45
45
|
transform: scale(1);
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.indicator-
|
|
48
|
+
.indicator-PDcgDz[data-state="unchecked"] {
|
|
49
49
|
opacity: 0;
|
|
50
|
-
animation: .2s ease-in radioOut-
|
|
50
|
+
animation: .2s ease-in radioOut-Z3CBtX;
|
|
51
51
|
transform: scale(.8);
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.indicator-
|
|
54
|
+
.indicator-PDcgDz {
|
|
55
55
|
justify-content: center;
|
|
56
56
|
align-items: center;
|
|
57
57
|
width: 100%;
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
position: relative;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.indicator-
|
|
63
|
+
.indicator-PDcgDz:after {
|
|
64
64
|
content: "";
|
|
65
65
|
background-color: var(--radio-indicator-color);
|
|
66
66
|
border-radius: 50%;
|
|
@@ -69,54 +69,54 @@
|
|
|
69
69
|
display: block;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.label-
|
|
72
|
+
.label-ZlWPop {
|
|
73
73
|
color: var(--foreground);
|
|
74
74
|
padding-left: var(--spacing-2);
|
|
75
75
|
font-size: 15px;
|
|
76
76
|
line-height: 1;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.row-
|
|
79
|
+
.row-zmaQmt .label-ZlWPop {
|
|
80
80
|
padding-left: 0;
|
|
81
81
|
padding-right: var(--spacing-4);
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
.primary-
|
|
84
|
+
.primary-NHWfNk {
|
|
85
85
|
--radio-border: var(--fill-primary-strong);
|
|
86
86
|
--radio-indicator-color: var(--fill-primary-strong);
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
.secondary-
|
|
89
|
+
.secondary-cWGzzg {
|
|
90
90
|
--radio-border: var(--fill-secondary-strong);
|
|
91
91
|
--radio-indicator-color: var(--fill-secondary-strong);
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
.noeffect-
|
|
94
|
+
.noeffect-A8U5ZU {
|
|
95
95
|
--radio-border: var(--fill-noeffect-strong);
|
|
96
96
|
--radio-indicator-color: var(--fill-noeffect-strong);
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
.success-
|
|
99
|
+
.success-q3DXNe {
|
|
100
100
|
--radio-border: var(--fill-success-strong);
|
|
101
101
|
--radio-indicator-color: var(--fill-success-strong);
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.info-
|
|
104
|
+
.info-VlQwQn {
|
|
105
105
|
--radio-border: var(--fill-info-strong);
|
|
106
106
|
--radio-indicator-color: var(--fill-info-strong);
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.warning-
|
|
109
|
+
.warning-mURb_m {
|
|
110
110
|
--radio-border: var(--fill-warning-strong);
|
|
111
111
|
--radio-indicator-color: var(--fill-warning-strong);
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
.danger-
|
|
114
|
+
.danger-OJLXV7 {
|
|
115
115
|
--radio-border: var(--fill-danger-strong);
|
|
116
116
|
--radio-indicator-color: var(--fill-danger-strong);
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
@keyframes radioIn-
|
|
119
|
+
@keyframes radioIn-lODICv {
|
|
120
120
|
0% {
|
|
121
121
|
opacity: 0;
|
|
122
122
|
transform: scale(.8);
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
@keyframes radioOut-
|
|
139
|
+
@keyframes radioOut-Z3CBtX {
|
|
140
140
|
from {
|
|
141
141
|
opacity: 1;
|
|
142
142
|
transform: scale(1);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../src/components/
|
|
1
|
+
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../src/components/forms/select.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,UAAU,CAAA;AACpD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAA;AACrD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAA;AACjD,OAAO,KAAK,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAM/D,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,KAAK,WAAW,GAAG,wBAAwB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,GAAG;IACzE,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,IAAI,CAAC,EAAE,IAAI,CAAA;IACX,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,cAAc,GAAG,QAAQ,CAAA;IACpC,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,wBAAgB,MAAM,CAAC,EACrB,EAAE,EACF,QAAQ,EACR,WAAW,EACX,aAAa,EACb,MAAM,EACN,OAAO,EACP,IAAI,EACJ,QAAQ,EACR,kBAAkB,EAClB,SAAS,EACT,SAAS,EACT,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,WAAW,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAyCjC;AAED,eAAO,MAAM,UAAU;2DAKpB,eAAe,CAAC,eAAe,GAAG;QACnC,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAA;KACjD;;CAaA,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import "./select_module.css";
|
|
2
|
+
const select_module = {
|
|
3
|
+
content: "content-Dr272c",
|
|
4
|
+
viewport: "viewport-avysx0",
|
|
5
|
+
group: "group-MyzEdB",
|
|
6
|
+
"scroll-button": "scroll-button-JaxK2W",
|
|
7
|
+
scrollButton: "scroll-button-JaxK2W",
|
|
8
|
+
"select-item": "select-item-HiANA0",
|
|
9
|
+
selectItem: "select-item-HiANA0",
|
|
10
|
+
"select-item-indicator": "select-item-indicator-nXFGV7",
|
|
11
|
+
selectItemIndicator: "select-item-indicator-nXFGV7"
|
|
12
|
+
};
|
|
13
|
+
export { select_module as default };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@layer infonomic-base, infonomic-utilities, infonomic-theme, infonomic-typography;
|
|
2
2
|
|
|
3
3
|
@layer infonomic-components {
|
|
4
|
-
.content-
|
|
4
|
+
.content-Dr272c {
|
|
5
5
|
z-index: 50;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.viewport-
|
|
8
|
+
.viewport-avysx0 {
|
|
9
9
|
z-index: 50;
|
|
10
10
|
border: 1px solid var(--surface-panel-border);
|
|
11
11
|
box-shadow: var(--shadow-md);
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
padding: 6px;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.group-
|
|
18
|
+
.group-MyzEdB {
|
|
19
19
|
z-index: 50;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.scroll-button-
|
|
22
|
+
.scroll-button-JaxK2W {
|
|
23
23
|
color: var(--surface-item-text);
|
|
24
24
|
border: 1px solid var(--surface-panel-border);
|
|
25
25
|
box-shadow: var(--shadow-md);
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
display: flex;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.select-item-
|
|
34
|
+
.select-item-HiANA0 {
|
|
35
35
|
-webkit-user-select: none;
|
|
36
36
|
user-select: none;
|
|
37
37
|
color: var(--surface-item-text);
|
|
@@ -47,18 +47,18 @@
|
|
|
47
47
|
position: relative;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
.select-item-
|
|
50
|
+
.select-item-HiANA0[data-disabled] {
|
|
51
51
|
color: var(--surface-item-text-disabled);
|
|
52
52
|
pointer-events: none;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.select-item-
|
|
55
|
+
.select-item-HiANA0[data-highlighted] {
|
|
56
56
|
background-color: var(--surface-item-hover);
|
|
57
57
|
color: var(--surface-item-text-hover);
|
|
58
58
|
outline: none;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
.select-item-indicator-
|
|
61
|
+
.select-item-indicator-nXFGV7 {
|
|
62
62
|
justify-content: center;
|
|
63
63
|
align-items: center;
|
|
64
64
|
width: 25px;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-area.d.ts","sourceRoot":"","sources":["../../../src/components/
|
|
1
|
+
{"version":3,"file":"text-area.d.ts","sourceRoot":"","sources":["../../../src/components/forms/text-area.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAEnC,OAAO,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAOxD,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,sBAAsB,CAAC,mBAAmB,CAAC;IACtF,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,GAAG,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,mBAAmB,GAAG,IAAI,CAAC,GAAG,KAAK,CAAC,SAAS,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAA;CAClG;AAED,eAAO,MAAM,QAAQ,GAAqB,sIAgBvC,aAAa,KAAG,KAAK,CAAC,GAAG,CAAC,OAqC5B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/forms/utils.ts"],"names":[],"mappings":"AAIA,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,YAAY,EAAE,GAAG,EAAE,YAAY,EAAE,GAAG,GAAG,OAAO,CAErF;AAED,wBAAgB,YAAY,CAC1B,IAAI,EAAE,MAAM,EACZ,YAAY,EAAE,GAAG,EACjB,YAAY,EAAE,GAAG,GAChB,MAAM,GAAG,SAAS,CAQpB"}
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const ActivityIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('activity-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const CalendarIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-
|
|
6
|
+
const applied = classnames(icons_module["fill-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('calendar-icon', className),
|
|
9
9
|
...rest,
|
package/dist/icons/check-icon.js
CHANGED
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const CheckIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-
|
|
6
|
+
const applied = classnames(icons_module["fill-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('check-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const ChevronDownIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-
|
|
6
|
+
const applied = classnames(icons_module["fill-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('chevron-down-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const ChevronLeftDoubleIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-
|
|
6
|
+
const applied = classnames(icons_module["fill-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('chevron-left-double-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const ChevronLeftIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-
|
|
6
|
+
const applied = classnames(icons_module["fill-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('chevron-left-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const ChevronRightDoubleIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-
|
|
6
|
+
const applied = classnames(icons_module["fill-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('chevron-right-double-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const ChevronRightIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-
|
|
6
|
+
const applied = classnames(icons_module["fill-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('chevron-right-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const ChevronsUpDown = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('chevrons-up-down', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const DashboardIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('dashboard-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const DocumentIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('document-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const DownloadIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-
|
|
6
|
+
const applied = classnames(icons_module["fill-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('download-icon', className),
|
|
9
9
|
...rest,
|
package/dist/icons/edit-icon.js
CHANGED
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const EditIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('edit-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const EllipsisIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('ellipsis-icon', className),
|
|
9
9
|
...rest,
|
package/dist/icons/email-icon.js
CHANGED
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const EmailIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('email-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const GithubIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-
|
|
6
|
+
const applied = classnames(icons_module["fill-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('github-icon', className),
|
|
9
9
|
...rest,
|
package/dist/icons/globe-icon.js
CHANGED
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const GlobeIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-
|
|
6
|
+
const applied = classnames(icons_module["fill-current"], icons_module["stroke-none"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('globe-icon flex items-center justify-center', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const GripperVerticalIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('gripper-vertical-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const HistoryIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('history-icon', className),
|
|
9
9
|
...rest,
|
package/dist/icons/home-icon.js
CHANGED
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const HomeIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('home-icon', className),
|
|
9
9
|
...rest,
|
package/dist/icons/light-icon.js
CHANGED
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const LightIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-
|
|
6
|
+
const applied = classnames(icons_module["fill-current"], icons_module["stroke-none"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('light-icon', className),
|
|
9
9
|
...rest,
|
package/dist/icons/moon-icon.js
CHANGED
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const MoonIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('moon-icon', className),
|
|
9
9
|
...rest,
|
package/dist/icons/plus-icon.js
CHANGED
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const PlusIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('plus-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const RefreshIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('refresh-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const ReturnIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('return-icon', className),
|
|
9
9
|
...rest,
|
package/dist/icons/roles-icon.js
CHANGED
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const RolesIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('roles-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const SearchIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-
|
|
6
|
+
const applied = classnames(icons_module["fill-current"], icons_module["stroke-none"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('search-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const SettingsGearIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('settings-gear-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const SettingsSlidersIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('settings-sliders-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const SignOutIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('sign-out-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const StopwatchIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-
|
|
6
|
+
const applied = classnames(icons_module["fill-current"], icons_module["stroke-none"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('stopwatch-icon', className),
|
|
9
9
|
...rest,
|
package/dist/icons/user-icon.js
CHANGED
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const UserIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('user-icon', className),
|
|
9
9
|
...rest,
|
package/dist/icons/users-icon.js
CHANGED
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const UsersIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-none"], icons_module["stroke-
|
|
6
|
+
const applied = classnames(icons_module["fill-none"], icons_module["stroke-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('users-icon', className),
|
|
9
9
|
...rest,
|
|
@@ -3,7 +3,7 @@ import classnames from "classnames";
|
|
|
3
3
|
import { IconElement } from "./icon-element.js";
|
|
4
4
|
import icons_module from "./icons.module.js";
|
|
5
5
|
const WalletIcon = ({ className, svgClassName, ...rest })=>{
|
|
6
|
-
const applied = classnames(icons_module["fill-
|
|
6
|
+
const applied = classnames(icons_module["fill-current"], svgClassName);
|
|
7
7
|
return /*#__PURE__*/ jsx(IconElement, {
|
|
8
8
|
className: classnames('wallet-icon', className),
|
|
9
9
|
...rest,
|