@driveflux/beam 1.11.16 → 2.0.1
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/badge/Badge.js +1 -1
- package/dist/base-styles.css +265 -96
- package/dist/command/command.js +2 -2
- package/dist/datepicker/DatePicker.d.ts +2 -2
- package/dist/datepicker/DatePicker.d.ts.map +1 -1
- package/dist/datepicker/DatePicker.js.map +1 -1
- package/dist/drawer/index.js +1 -1
- package/dist/dropdown/Dropdown.js +4 -4
- package/dist/field-wrapper/FieldWrapper.js.map +1 -1
- package/dist/icons/IconCancel.d.ts.map +1 -1
- package/dist/icons/IconCancel.js +20 -13
- package/dist/icons/IconCollapseAll.js +1 -1
- package/dist/icons/IconDot.js.map +1 -1
- package/dist/input-select/InputSelect.js +2 -2
- package/dist/input-select/InputSelect.js.map +1 -1
- package/dist/input-select/InputSelect.stories.d.ts.map +1 -1
- package/dist/popover/popover.js +1 -1
- package/dist/search-input-select/SearchInputSelect.js +3 -3
- package/dist/select/Select.js +4 -4
- package/dist/select/Select.stories.d.ts.map +1 -1
- package/dist/styles.css +2801 -3286
- package/dist/table/Table.js +1 -1
- package/dist/tabs/Tabs.js +1 -1
- package/package.json +56 -51
- package/dist/datepicker/calendar.css +0 -145
- package/dist/datepicker/root-calendar.css +0 -155
- package/dist/icons/IconCollapseAll.js.map +0 -1
- package/dist/icons/IconDownload.d.ts +0 -8
- package/dist/icons/IconDownload.d.ts.map +0 -1
- package/dist/icons/IconDownload.js +0 -82
- package/dist/icons/IconDownload.js.map +0 -1
- package/dist/icons/IconExpandAll.js.map +0 -1
- package/dist/icons/IconReport.js.map +0 -1
- package/dist/root.css +0 -24
package/dist/table/Table.js
CHANGED
|
@@ -95,7 +95,7 @@ var TableFooter = /*#__PURE__*/ React.forwardRef(function(_param, ref) {
|
|
|
95
95
|
]);
|
|
96
96
|
return /*#__PURE__*/ _jsx("tfoot", _object_spread({
|
|
97
97
|
ref: ref,
|
|
98
|
-
className: cn('border-t bg-zinc-100/50 font-medium [&>tr]:
|
|
98
|
+
className: cn('border-t bg-zinc-100/50 font-medium last:[&>tr]:border-b-0 dark:bg-zinc-800/50', className)
|
|
99
99
|
}, props));
|
|
100
100
|
});
|
|
101
101
|
TableFooter.displayName = 'TableFooter';
|
package/dist/tabs/Tabs.js
CHANGED
|
@@ -134,7 +134,7 @@ var TabsContent = /*#__PURE__*/ React.forwardRef(function(_param, ref) {
|
|
|
134
134
|
]);
|
|
135
135
|
return /*#__PURE__*/ _jsx(TabsPrimitive.Content, _object_spread({
|
|
136
136
|
ref: ref,
|
|
137
|
-
className: cn('mt-2 ring-offset-white focus-visible:outline-
|
|
137
|
+
className: cn('mt-2 ring-offset-white focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-zinc-950 focus-visible:ring-offset-2 dark:ring-offset-zinc-950 dark:focus-visible:ring-zinc-300', className)
|
|
138
138
|
}, props));
|
|
139
139
|
});
|
|
140
140
|
TabsContent.displayName = TabsPrimitive.Content.displayName;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@driveflux/beam",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./accordion": {
|
|
@@ -196,78 +196,83 @@
|
|
|
196
196
|
"dist"
|
|
197
197
|
],
|
|
198
198
|
"dependencies": {
|
|
199
|
-
"@radix-ui/react-accordion": "^1.2.
|
|
200
|
-
"@radix-ui/react-checkbox": "^1.1
|
|
201
|
-
"@radix-ui/react-dialog": "^1.1.
|
|
202
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
203
|
-
"@radix-ui/react-popover": "^1.1.
|
|
204
|
-
"@radix-ui/react-progress": "^1.1.
|
|
205
|
-
"@radix-ui/react-scroll-area": "^1.2.
|
|
206
|
-
"@radix-ui/react-select": "^2.
|
|
207
|
-
"@radix-ui/react-slider": "^1.
|
|
208
|
-
"@radix-ui/react-slot": "^1.
|
|
209
|
-
"@radix-ui/react-tabs": "^1.1.
|
|
210
|
-
"@radix-ui/react-toast": "^1.2.
|
|
211
|
-
"@radix-ui/react-tooltip": "^1.
|
|
199
|
+
"@radix-ui/react-accordion": "^1.2.10",
|
|
200
|
+
"@radix-ui/react-checkbox": "^1.3.1",
|
|
201
|
+
"@radix-ui/react-dialog": "^1.1.13",
|
|
202
|
+
"@radix-ui/react-dropdown-menu": "^2.1.14",
|
|
203
|
+
"@radix-ui/react-popover": "^1.1.13",
|
|
204
|
+
"@radix-ui/react-progress": "^1.1.6",
|
|
205
|
+
"@radix-ui/react-scroll-area": "^1.2.8",
|
|
206
|
+
"@radix-ui/react-select": "^2.2.4",
|
|
207
|
+
"@radix-ui/react-slider": "^1.3.4",
|
|
208
|
+
"@radix-ui/react-slot": "^1.2.2",
|
|
209
|
+
"@radix-ui/react-tabs": "^1.1.11",
|
|
210
|
+
"@radix-ui/react-toast": "^1.2.13",
|
|
211
|
+
"@radix-ui/react-tooltip": "^1.2.6",
|
|
212
212
|
"@react-input/mask": "^2.0.4",
|
|
213
|
-
"
|
|
214
|
-
"class-variance-authority": "^0.7.
|
|
213
|
+
"@types/react-dom-factories": "^1.0.5",
|
|
214
|
+
"class-variance-authority": "^0.7.1",
|
|
215
215
|
"clsx": "^2.1.1",
|
|
216
216
|
"cmdk": "^1.0.0",
|
|
217
|
-
"date-fns": "^
|
|
218
|
-
"embla-carousel-react": "^8.
|
|
219
|
-
"embla-carousel-wheel-gestures": "^8.0.
|
|
220
|
-
"lucide-react": "^0.
|
|
217
|
+
"date-fns": "^4.1.0",
|
|
218
|
+
"embla-carousel-react": "^8.6.0",
|
|
219
|
+
"embla-carousel-wheel-gestures": "^8.0.2",
|
|
220
|
+
"lucide-react": "^0.508.0",
|
|
221
221
|
"next-themes": "^0.3.0",
|
|
222
222
|
"react-calendar": "^5.1.0",
|
|
223
|
-
"sonner": "^
|
|
224
|
-
"tailwind-merge": "^2.
|
|
223
|
+
"sonner": "^2.0.3",
|
|
224
|
+
"tailwind-merge": "^3.2.0",
|
|
225
225
|
"tailwindcss-animate": "^1.0.7",
|
|
226
|
-
"vaul": "^1.1.
|
|
227
|
-
"vite": "^
|
|
226
|
+
"vaul": "^1.1.2",
|
|
227
|
+
"vite": "^6.3.5"
|
|
228
228
|
},
|
|
229
229
|
"devDependencies": {
|
|
230
|
-
"@chromatic-com/storybook": "^3.2.
|
|
231
|
-
"@driveflux/fab": "
|
|
232
|
-
"@driveflux/time": "
|
|
233
|
-
"@driveflux/tsconfig": "
|
|
234
|
-
"@storybook/addon-essentials": "^8.
|
|
235
|
-
"@storybook/addon-interactions": "^8.
|
|
236
|
-
"@storybook/addon-links": "^8.
|
|
237
|
-
"@storybook/addon-onboarding": "^8.
|
|
238
|
-
"@storybook/addon-webpack5-compiler-swc": "^
|
|
239
|
-
"@storybook/blocks": "^8.
|
|
240
|
-
"@storybook/experimental-nextjs-vite": "^8.
|
|
241
|
-
"@storybook/react": "^8.
|
|
242
|
-
"@storybook/react-vite": "^8.
|
|
243
|
-
"@storybook/test": "^8.
|
|
244
|
-
"@swc/cli": "0.
|
|
245
|
-
"@swc/core": "1.
|
|
246
|
-
"@
|
|
247
|
-
"@
|
|
248
|
-
"@types/
|
|
230
|
+
"@chromatic-com/storybook": "^3.2.6",
|
|
231
|
+
"@driveflux/fab": "3.0.0",
|
|
232
|
+
"@driveflux/time": "5.0.0",
|
|
233
|
+
"@driveflux/tsconfig": "2.0.0",
|
|
234
|
+
"@storybook/addon-essentials": "^8.6.12",
|
|
235
|
+
"@storybook/addon-interactions": "^8.6.12",
|
|
236
|
+
"@storybook/addon-links": "^8.6.12",
|
|
237
|
+
"@storybook/addon-onboarding": "^8.6.12",
|
|
238
|
+
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
|
|
239
|
+
"@storybook/blocks": "^8.6.12",
|
|
240
|
+
"@storybook/experimental-nextjs-vite": "^8.6.12",
|
|
241
|
+
"@storybook/react": "^8.6.12",
|
|
242
|
+
"@storybook/react-vite": "^8.6.12",
|
|
243
|
+
"@storybook/test": "^8.6.12",
|
|
244
|
+
"@swc/cli": "0.7.5",
|
|
245
|
+
"@swc/core": "1.11.24",
|
|
246
|
+
"@tailwindcss/cli": "^4.1.5",
|
|
247
|
+
"@tailwindcss/postcss": "^4.1.5",
|
|
248
|
+
"@types/lodash": "^4.17.16",
|
|
249
|
+
"@types/node": "^22.15.16",
|
|
250
|
+
"@types/react": "^19.1.3",
|
|
249
251
|
"del-cli": "^6.0.0",
|
|
250
|
-
"
|
|
251
|
-
"react": "
|
|
252
|
-
"
|
|
253
|
-
"
|
|
254
|
-
"
|
|
255
|
-
"typescript": "^5.6.3"
|
|
252
|
+
"react": "19.1.0",
|
|
253
|
+
"react-dom": "19.1.0",
|
|
254
|
+
"storybook": "^8.6.12",
|
|
255
|
+
"tailwindcss": "^4.1.5",
|
|
256
|
+
"typescript": "^5.8.3"
|
|
256
257
|
},
|
|
257
258
|
"eslintConfig": {
|
|
258
259
|
"extends": [
|
|
259
260
|
"plugin:storybook/recommended"
|
|
260
261
|
]
|
|
261
262
|
},
|
|
263
|
+
"peerDependencies": {
|
|
264
|
+
"react": "19.1.0",
|
|
265
|
+
"react-dom": "19.1.0"
|
|
266
|
+
},
|
|
262
267
|
"scripts": {
|
|
263
268
|
"build": "pnpm tailwind && fab && pnpm format",
|
|
264
269
|
"clean": "fab clean",
|
|
265
|
-
"tailwind": "tailwindcss -i ./src/base-styles.css -o ./src/styles.css",
|
|
270
|
+
"tailwind": "pnpx @tailwindcss/cli -i ./src/base-styles.css -o ./src/styles.css",
|
|
266
271
|
"tailwind:watch": "pnpm tailwind --watch",
|
|
267
272
|
"storybook": "tailwind && storybook dev -p 6006",
|
|
268
273
|
"build-storybook": "storybook build",
|
|
269
274
|
"down": "pnpx shadcn-ui@latest add",
|
|
270
|
-
"build:js": "pnpm tailwind && fab -t esm pnpm format",
|
|
275
|
+
"build:js": "pnpm tailwind && fab -t esm && pnpm format",
|
|
271
276
|
"build:types": "fab -t types",
|
|
272
277
|
"type-check": "tsc --noEmit",
|
|
273
278
|
"check": "biome check --write ./src",
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
@import "./root-calendar.css";
|
|
2
|
-
|
|
3
|
-
.react-calendar {
|
|
4
|
-
font-family: "Gotham-Light", sans-serif;
|
|
5
|
-
color: var(--primary4);
|
|
6
|
-
text-transform: uppercase;
|
|
7
|
-
|
|
8
|
-
display: flex;
|
|
9
|
-
flex-direction: column;
|
|
10
|
-
row-gap: 8px;
|
|
11
|
-
|
|
12
|
-
width: 100%;
|
|
13
|
-
|
|
14
|
-
border: none;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
/* ======================= top navigation start ======================= */
|
|
18
|
-
.react-calendar__navigation {
|
|
19
|
-
margin-bottom: 16px;
|
|
20
|
-
padding-bottom: 16px;
|
|
21
|
-
border-bottom: 1px solid var(--primary1) !important;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.react-calendar__navigation button {
|
|
25
|
-
display: flex;
|
|
26
|
-
align-items: center;
|
|
27
|
-
justify-content: center;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.react-calendar__navigation button:enabled:hover {
|
|
31
|
-
background-color: var(--primary1);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.react-calendar__navigation button:disabled {
|
|
35
|
-
background-color: transparent;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.react-calendar__navigation button:disabled path {
|
|
39
|
-
fill: var(--primary2);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.react-calendar__navigation__label {
|
|
43
|
-
font-family: "Gotham", sans-serif;
|
|
44
|
-
font-size: 14px;
|
|
45
|
-
font-weight: 700;
|
|
46
|
-
letter-spacing: 0.5px;
|
|
47
|
-
text-transform: uppercase;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
/* ======================= top navigation end ======================= */
|
|
51
|
-
|
|
52
|
-
/* ========================= calendar start ========================= */
|
|
53
|
-
.react-calendar__month-view__days,
|
|
54
|
-
.react-calendar__year-view__months,
|
|
55
|
-
.react-calendar__decade-view__years,
|
|
56
|
-
.react-calendar__century-view__decades {
|
|
57
|
-
border-top: 1px solid var(--primary1);
|
|
58
|
-
border-left: 1px solid var(--primary1);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.react-calendar__month-view__weekdays {
|
|
62
|
-
margin-bottom: 4px;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.react-calendar__month-view__weekdays__weekday {
|
|
66
|
-
display: flex;
|
|
67
|
-
justify-content: center;
|
|
68
|
-
font-weight: 700;
|
|
69
|
-
font-family: "Gotham", sans-serif;
|
|
70
|
-
color: var(--primary3);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.react-calendar__month-view__weekdays__weekday abbr {
|
|
74
|
-
text-decoration: none;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.react-calendar__tile {
|
|
78
|
-
letter-spacing: 1px;
|
|
79
|
-
font-size: 12px;
|
|
80
|
-
text-transform: uppercase;
|
|
81
|
-
border-right: 1px solid var(--primary1) !important;
|
|
82
|
-
border-bottom: 1px solid var(--primary1) !important;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.react-calendar__tile:enabled:hover {
|
|
86
|
-
background: var(--primary1);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
/* today's date - default state */
|
|
90
|
-
.react-calendar__tile--now {
|
|
91
|
-
background: transparent;
|
|
92
|
-
color: var(--primary4);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
/* today's date - hover */
|
|
96
|
-
.react-calendar__tile--now:enabled:hover,
|
|
97
|
-
.react-calendar__tile--now:enabled:focus {
|
|
98
|
-
background: var(--primary1);
|
|
99
|
-
color: var(--primary4);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.react-calendar__month-view__days__day--neighboringMonth {
|
|
103
|
-
color: var(--primary2);
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
/* weekends */
|
|
107
|
-
.react-calendar__month-view__days__day--weekend {
|
|
108
|
-
color: var(--accent);
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
/* range tiles before selected */
|
|
112
|
-
.react-calendar--selectRange .react-calendar__tile--hover {
|
|
113
|
-
background-color: var(--primary2);
|
|
114
|
-
color: var(--primary4);
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
/* range tiles after selected */
|
|
118
|
-
.react-calendar__tile--active,
|
|
119
|
-
.react-calendar__tile--active:enabled:focus,
|
|
120
|
-
.react-calendar__tile--active:enabled:hover {
|
|
121
|
-
background: var(--primary1);
|
|
122
|
-
color: black;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
/** applicable to single date or range **/
|
|
126
|
-
/* first and last range tiles selected */
|
|
127
|
-
.react-calendar__tile--rangeStart,
|
|
128
|
-
.react-calendar__tile--rangeStart:enabled:focus,
|
|
129
|
-
.react-calendar__tile--rangeStart:enabled:hover,
|
|
130
|
-
.react-calendar__tile--rangeEnd,
|
|
131
|
-
.react-calendar__tile--rangeEnd:enabled:focus,
|
|
132
|
-
.react-calendar__tile--rangeEnd:enabled:hover {
|
|
133
|
-
background: var(--primary4);
|
|
134
|
-
color: white;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
/* month and year tiles where active */
|
|
138
|
-
.react-calendar__tile--hasActive,
|
|
139
|
-
.react-calendar__tile--hasActive:enabled:focus,
|
|
140
|
-
.react-calendar__tile--hasActive:enabled:hover {
|
|
141
|
-
background: var(--primary4);
|
|
142
|
-
color: white;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
/* ========================= calendar end ========================= */
|
|
@@ -1,155 +0,0 @@
|
|
|
1
|
-
.react-calendar {
|
|
2
|
-
width: 350px;
|
|
3
|
-
max-width: 100%;
|
|
4
|
-
background: white;
|
|
5
|
-
border: 1px solid #a0a096;
|
|
6
|
-
font-family: 'Arial', 'Helvetica', sans-serif;
|
|
7
|
-
line-height: 1.125em;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.react-calendar--doubleView {
|
|
11
|
-
width: 700px;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.react-calendar--doubleView .react-calendar__viewContainer {
|
|
15
|
-
display: flex;
|
|
16
|
-
margin: -0.5em;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.react-calendar--doubleView .react-calendar__viewContainer > * {
|
|
20
|
-
width: 50%;
|
|
21
|
-
margin: 0.5em;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.react-calendar,
|
|
25
|
-
.react-calendar *,
|
|
26
|
-
.react-calendar *:before,
|
|
27
|
-
.react-calendar *:after {
|
|
28
|
-
-moz-box-sizing: border-box;
|
|
29
|
-
-webkit-box-sizing: border-box;
|
|
30
|
-
box-sizing: border-box;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.react-calendar button {
|
|
34
|
-
margin: 0;
|
|
35
|
-
border: 0;
|
|
36
|
-
outline: none;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.react-calendar button:enabled:hover {
|
|
40
|
-
cursor: pointer;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.react-calendar__navigation {
|
|
44
|
-
display: flex;
|
|
45
|
-
height: 44px;
|
|
46
|
-
margin-bottom: 1em;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.react-calendar__navigation button {
|
|
50
|
-
min-width: 44px;
|
|
51
|
-
background: none;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.react-calendar__navigation button:disabled {
|
|
55
|
-
background-color: #f0f0f0;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.react-calendar__navigation button:enabled:hover,
|
|
59
|
-
.react-calendar__navigation button:enabled:focus {
|
|
60
|
-
background-color: #e6e6e6;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.react-calendar__month-view__weekdays {
|
|
64
|
-
text-align: center;
|
|
65
|
-
text-transform: uppercase;
|
|
66
|
-
font: inherit;
|
|
67
|
-
font-size: 0.75em;
|
|
68
|
-
font-weight: bold;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.react-calendar__month-view__weekdays__weekday {
|
|
72
|
-
padding: 0.5em;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.react-calendar__month-view__weekNumbers .react-calendar__tile {
|
|
76
|
-
display: flex;
|
|
77
|
-
align-items: center;
|
|
78
|
-
justify-content: center;
|
|
79
|
-
font: inherit;
|
|
80
|
-
font-size: 0.75em;
|
|
81
|
-
font-weight: bold;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.react-calendar__month-view__days__day--weekend {
|
|
85
|
-
color: #d10000;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.react-calendar__month-view__days__day--neighboringMonth,
|
|
89
|
-
.react-calendar__decade-view__years__year--neighboringDecade,
|
|
90
|
-
.react-calendar__century-view__decades__decade--neighboringCentury {
|
|
91
|
-
color: #757575;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.react-calendar__year-view .react-calendar__tile,
|
|
95
|
-
.react-calendar__decade-view .react-calendar__tile,
|
|
96
|
-
.react-calendar__century-view .react-calendar__tile {
|
|
97
|
-
padding: 2em 0.5em;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.react-calendar__tile {
|
|
101
|
-
max-width: 100%;
|
|
102
|
-
padding: 10px 6.6667px;
|
|
103
|
-
background: none;
|
|
104
|
-
text-align: center;
|
|
105
|
-
font: inherit;
|
|
106
|
-
font-size: 0.833em;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.react-calendar__tile:disabled {
|
|
110
|
-
background-color: #f0f0f0;
|
|
111
|
-
color: #ababab;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.react-calendar__month-view__days__day--neighboringMonth:disabled,
|
|
115
|
-
.react-calendar__decade-view__years__year--neighboringDecade:disabled,
|
|
116
|
-
.react-calendar__century-view__decades__decade--neighboringCentury:disabled {
|
|
117
|
-
color: #cdcdcd;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.react-calendar__tile:enabled:hover,
|
|
121
|
-
.react-calendar__tile:enabled:focus {
|
|
122
|
-
background-color: #e6e6e6;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.react-calendar__tile--now {
|
|
126
|
-
background: #ffff76;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.react-calendar__tile--now:enabled:hover,
|
|
130
|
-
.react-calendar__tile--now:enabled:focus {
|
|
131
|
-
background: #ffffa9;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.react-calendar__tile--hasActive {
|
|
135
|
-
background: #76baff;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.react-calendar__tile--hasActive:enabled:hover,
|
|
139
|
-
.react-calendar__tile--hasActive:enabled:focus {
|
|
140
|
-
background: #a9d4ff;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.react-calendar__tile--active {
|
|
144
|
-
background: #006edc;
|
|
145
|
-
color: white;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.react-calendar__tile--active:enabled:hover,
|
|
149
|
-
.react-calendar__tile--active:enabled:focus {
|
|
150
|
-
background: #1087ff;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.react-calendar--selectRange .react-calendar__tile--hover {
|
|
154
|
-
background-color: #e6e6e6;
|
|
155
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconCollapseAll.js","sourceRoot":"","sources":["../../src/icons/IconCollapseAll.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,IAAI,EAAkB,MAAM,QAAQ,CAAA;AAE7C,MAAM,QAAQ,GAAG;IAChB,OAAO,EAAE,CACR,8BACC,eACC,EAAE,EAAC,iBAAiB,EACpB,KAAK,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5B,SAAS,EAAC,gBAAgB,EAC1B,CAAC,EAAC,GAAG,EACL,CAAC,EAAC,GAAG,EACL,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,YAEX,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,cAAc,GAAG,GAC7C,EACP,YAAG,IAAI,EAAC,uBAAuB,YAC9B,eACC,CAAC,EAAC,+KAA+K,EACjL,IAAI,EAAC,cAAc,GAClB,GACC,IACF,CACH;CACD,CAAA;AAED,MAAM,eAAe,GAAmC,CAAC,EACxD,OAAO,GAAG,WAAW,EACrB,OAAO,GAAG,SAAS,EACnB,GAAG,KAAK,EACR,EAAE,EAAE,CAAC,KAAC,IAAI,IAAC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,CAAC,OAAO,CAAC,KAAM,KAAK,GAAI,CAAA;AAEvE,eAAe,eAAe,CAAA"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { FC } from 'react';
|
|
2
|
-
import { type IconProps } from './Icon';
|
|
3
|
-
declare const variants: {
|
|
4
|
-
default: import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
};
|
|
6
|
-
declare const IconDownload: FC<IconProps<typeof variants>>;
|
|
7
|
-
export default IconDownload;
|
|
8
|
-
//# sourceMappingURL=IconDownload.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconDownload.d.ts","sourceRoot":"","sources":["../../src/icons/IconDownload.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAC/B,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAA;AAE7C,QAAA,MAAM,QAAQ;;CAUb,CAAA;AAED,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,SAAS,CAAC,OAAO,QAAQ,CAAC,CAIsB,CAAA;AAEvE,eAAe,YAAY,CAAA"}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
function _define_property(obj, key, value) {
|
|
2
|
-
if (key in obj) {
|
|
3
|
-
Object.defineProperty(obj, key, {
|
|
4
|
-
value: value,
|
|
5
|
-
enumerable: true,
|
|
6
|
-
configurable: true,
|
|
7
|
-
writable: true
|
|
8
|
-
});
|
|
9
|
-
} else {
|
|
10
|
-
obj[key] = value;
|
|
11
|
-
}
|
|
12
|
-
return obj;
|
|
13
|
-
}
|
|
14
|
-
function _object_spread(target) {
|
|
15
|
-
for(var i = 1; i < arguments.length; i++){
|
|
16
|
-
var source = arguments[i] != null ? arguments[i] : {};
|
|
17
|
-
var ownKeys = Object.keys(source);
|
|
18
|
-
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
19
|
-
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
20
|
-
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
21
|
-
}));
|
|
22
|
-
}
|
|
23
|
-
ownKeys.forEach(function(key) {
|
|
24
|
-
_define_property(target, key, source[key]);
|
|
25
|
-
});
|
|
26
|
-
}
|
|
27
|
-
return target;
|
|
28
|
-
}
|
|
29
|
-
function _object_without_properties(source, excluded) {
|
|
30
|
-
if (source == null) return {};
|
|
31
|
-
var target = _object_without_properties_loose(source, excluded);
|
|
32
|
-
var key, i;
|
|
33
|
-
if (Object.getOwnPropertySymbols) {
|
|
34
|
-
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
35
|
-
for(i = 0; i < sourceSymbolKeys.length; i++){
|
|
36
|
-
key = sourceSymbolKeys[i];
|
|
37
|
-
if (excluded.indexOf(key) >= 0) continue;
|
|
38
|
-
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
39
|
-
target[key] = source[key];
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
return target;
|
|
43
|
-
}
|
|
44
|
-
function _object_without_properties_loose(source, excluded) {
|
|
45
|
-
if (source == null) return {};
|
|
46
|
-
var target = {};
|
|
47
|
-
var sourceKeys = Object.keys(source);
|
|
48
|
-
var key, i;
|
|
49
|
-
for(i = 0; i < sourceKeys.length; i++){
|
|
50
|
-
key = sourceKeys[i];
|
|
51
|
-
if (excluded.indexOf(key) >= 0) continue;
|
|
52
|
-
target[key] = source[key];
|
|
53
|
-
}
|
|
54
|
-
return target;
|
|
55
|
-
}
|
|
56
|
-
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
57
|
-
import { Icon } from './Icon';
|
|
58
|
-
var variants = {
|
|
59
|
-
default: /*#__PURE__*/ _jsxs(_Fragment, {
|
|
60
|
-
children: [
|
|
61
|
-
/*#__PURE__*/ _jsx("path", {
|
|
62
|
-
d: "M11.8484 9.26797L7.99844 13.168L4.14844 9.26797L4.84844 8.56797L7.49844 11.218V2.66797H8.49844V11.218L11.1484 8.56797L11.8484 9.26797Z",
|
|
63
|
-
fill: "currentColor"
|
|
64
|
-
}),
|
|
65
|
-
/*#__PURE__*/ _jsx("path", {
|
|
66
|
-
d: "M12.5 13.668H3.5V14.668H12.5V13.668Z",
|
|
67
|
-
fill: "currentColor"
|
|
68
|
-
})
|
|
69
|
-
]
|
|
70
|
-
})
|
|
71
|
-
};
|
|
72
|
-
var IconDownload = function(_param) {
|
|
73
|
-
var _param_viewBox = _param.viewBox, viewBox = _param_viewBox === void 0 ? '0 0 16 16' : _param_viewBox, _param_variant = _param.variant, variant = _param_variant === void 0 ? 'default' : _param_variant, props = _object_without_properties(_param, [
|
|
74
|
-
"viewBox",
|
|
75
|
-
"variant"
|
|
76
|
-
]);
|
|
77
|
-
return /*#__PURE__*/ _jsx(Icon, _object_spread({
|
|
78
|
-
viewBox: viewBox,
|
|
79
|
-
element: variants[variant]
|
|
80
|
-
}, props));
|
|
81
|
-
};
|
|
82
|
-
export default IconDownload;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconDownload.js","sourceRoot":"","sources":["../../src/icons/IconDownload.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,IAAI,EAAkB,MAAM,QAAQ,CAAA;AAE7C,MAAM,QAAQ,GAAG;IAChB,OAAO,EAAE,CACR,8BACC,eACC,CAAC,EAAC,wIAAwI,EAC1I,IAAI,EAAC,cAAc,GAClB,EACF,eAAM,CAAC,EAAC,sCAAsC,EAAC,IAAI,EAAC,cAAc,GAAG,IACnE,CACH;CACD,CAAA;AAED,MAAM,YAAY,GAAmC,CAAC,EACrD,OAAO,GAAG,WAAW,EACrB,OAAO,GAAG,SAAS,EACnB,GAAG,KAAK,EACR,EAAE,EAAE,CAAC,KAAC,IAAI,IAAC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,CAAC,OAAO,CAAC,KAAM,KAAK,GAAI,CAAA;AAEvE,eAAe,YAAY,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconExpandAll.js","sourceRoot":"","sources":["../../src/icons/IconExpandAll.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,IAAI,EAAkB,MAAM,QAAQ,CAAA;AAE7C,MAAM,QAAQ,GAAG;IAChB,OAAO,EAAE,CACR,8BACC,eACC,EAAE,EAAC,iBAAiB,EACpB,KAAK,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5B,SAAS,EAAC,gBAAgB,EAC1B,CAAC,EAAC,GAAG,EACL,CAAC,EAAC,GAAG,EACL,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,YAEX,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,cAAc,GAAG,GAC7C,EACP,YAAG,IAAI,EAAC,uBAAuB,YAC9B,eACC,CAAC,EAAC,2KAA2K,EAC7K,IAAI,EAAC,cAAc,GAClB,GACC,IACF,CACH;CACD,CAAA;AAED,MAAM,aAAa,GAAmC,CAAC,EACtD,OAAO,GAAG,WAAW,EACrB,OAAO,GAAG,SAAS,EACnB,GAAG,KAAK,EACR,EAAE,EAAE,CAAC,KAAC,IAAI,IAAC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,CAAC,OAAO,CAAC,KAAM,KAAK,GAAI,CAAA;AAEvE,eAAe,aAAa,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconReport.js","sourceRoot":"","sources":["../../src/icons/IconReport.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,IAAI,EAAkB,MAAM,QAAQ,CAAA;AAE7C,MAAM,QAAQ,GAAG;IAChB,MAAM,EAAE,CACP,4BACC,eACC,CAAC,EAAC,kXACmL,EACrL,IAAI,EAAC,cAAc,GAClB,GACA,CACH;IACD,OAAO,EAAE,CACR,8BACC,eACC,CAAC,EAAC,6PACwF,EAC1F,IAAI,EAAC,cAAc,GAClB,EACF,eAAM,CAAC,EAAC,iCAAiC,EAAC,IAAI,EAAC,cAAc,GAAG,EAChE,eACC,CAAC,EAAC,wJAAwJ,EAC1J,IAAI,EAAC,cAAc,GAClB,IACA,CACH;CACD,CAAA;AACD,MAAM,UAAU,GAAmC,CAAC,EACnD,OAAO,GAAG,WAAW,EACrB,OAAO,GAAG,SAAS,EACnB,GAAG,KAAK,EACR,EAAE,EAAE,CAAC,KAAC,IAAI,IAAC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,CAAC,OAAO,CAAC,KAAM,KAAK,GAAI,CAAA;AAEvE,eAAe,UAAU,CAAA"}
|
package/dist/root.css
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/* copy of dump/assets/global.css */
|
|
2
|
-
:root {
|
|
3
|
-
--primary1: #efeff0;
|
|
4
|
-
--primary2: #cacaca;
|
|
5
|
-
--primary3: #585858;
|
|
6
|
-
--primary4: #191919;
|
|
7
|
-
--primary: #000000;
|
|
8
|
-
--accent4: #e55867;
|
|
9
|
-
--accent: #e24657;
|
|
10
|
-
--links: #50c8e8;
|
|
11
|
-
--alert: #e24657;
|
|
12
|
-
--warning: #f4b25c;
|
|
13
|
-
--success4: #4fd9c2;
|
|
14
|
-
--success: #3bd5bc;
|
|
15
|
-
--black: #000000;
|
|
16
|
-
--white: #fff;
|
|
17
|
-
--whiteHover: #e6e6e6;
|
|
18
|
-
--placeholder: #f4f4f4;
|
|
19
|
-
|
|
20
|
-
--primaryBold: "Gotham-Bold";
|
|
21
|
-
--primaryNormal: "Gotham-Book";
|
|
22
|
-
--primaryMedium: "Gotham-Medium";
|
|
23
|
-
--primaryBlack: "Gotham-Black";
|
|
24
|
-
}
|