@orcestr/ui 0.1.0 → 0.1.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/components/AppShell/AppShell.d.ts +11 -0
- package/dist/components/AppShell/AppShell.d.ts.map +1 -1
- package/dist/components/AppShell/AppShell.js +8 -6
- package/dist/components/AppSidebar/AppSidebar.d.ts.map +1 -1
- package/dist/components/AppSidebar/AppSidebar.js +71 -7
- package/dist/components/Collapse/Collapse.d.ts.map +1 -1
- package/dist/components/Collapse/Collapse.js +5 -25
- package/dist/components/CopyButton/CopyButton.d.ts +24 -0
- package/dist/components/CopyButton/CopyButton.d.ts.map +1 -0
- package/dist/components/CopyButton/CopyButton.js +81 -0
- package/dist/components/Drawer/Drawer.d.ts +2 -1
- package/dist/components/Drawer/Drawer.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.js +2 -2
- package/dist/components/Tabs/Tabs.d.ts.map +1 -1
- package/dist/components/Tabs/Tabs.js +15 -4
- package/dist/components/Toast/Toast.d.ts +0 -4
- package/dist/components/Toast/Toast.d.ts.map +1 -1
- package/dist/components/Toast/Toast.js +60 -36
- package/dist/example/CodePreview.d.ts +2 -1
- package/dist/example/CodePreview.d.ts.map +1 -1
- package/dist/example/CodePreview.js +13 -48
- package/dist/example/ExampleActionsSection.d.ts.map +1 -1
- package/dist/example/ExampleActionsSection.js +2 -2
- package/dist/example/ExampleApplicationSection.d.ts.map +1 -1
- package/dist/example/ExampleApplicationSection.js +27 -7
- package/dist/example/ExampleBasicsSections.d.ts +1 -1
- package/dist/example/ExampleBasicsSections.d.ts.map +1 -1
- package/dist/example/ExampleBasicsSections.js +12 -6
- package/dist/example/ExampleOverlaysSection.d.ts.map +1 -1
- package/dist/example/ExampleOverlaysSection.js +15 -28
- package/dist/example/ExampleStateSection.d.ts.map +1 -1
- package/dist/example/ExampleStateSection.js +12 -11
- package/dist/example/ExampleThemePlayground.d.ts +1 -1
- package/dist/example/ExampleThemePlayground.d.ts.map +1 -1
- package/dist/example/ExampleThemePlayground.js +10 -7
- package/dist/example/UiExamplePage.d.ts.map +1 -1
- package/dist/example/UiExamplePage.js +34 -43
- package/dist/example/codeSamples.d.ts +1 -1
- package/dist/example/codeSamples.d.ts.map +1 -1
- package/dist/example/codeSamples.js +171 -69
- package/dist/example/exampleData.d.ts.map +1 -1
- package/dist/example/exampleData.js +3 -9
- package/dist/example/styles.css +79 -119
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/styles/orcestr-ui.css +395 -138
- package/dist/theme/ThemeProvider.d.ts.map +1 -1
- package/dist/theme/ThemeProvider.js +19 -17
- package/dist/theme/defaultTheme.d.ts.map +1 -1
- package/dist/theme/defaultTheme.js +42 -37
- package/dist/theme/themeTypes.d.ts +23 -18
- package/dist/theme/themeTypes.d.ts.map +1 -1
- package/package.json +4 -1
package/dist/example/styles.css
CHANGED
|
@@ -29,6 +29,8 @@ body.oui-ui-document-lock {
|
|
|
29
29
|
|
|
30
30
|
.oui-ui-section {
|
|
31
31
|
container-type: inline-size;
|
|
32
|
+
content-visibility: auto;
|
|
33
|
+
contain-intrinsic-size: auto 560px;
|
|
32
34
|
overflow: hidden;
|
|
33
35
|
padding: 18px;
|
|
34
36
|
}
|
|
@@ -53,15 +55,6 @@ body.oui-ui-document-lock {
|
|
|
53
55
|
min-height: 0;
|
|
54
56
|
}
|
|
55
57
|
|
|
56
|
-
.oui-ui-workspace-main > .oui-app-shell-content-scroll > .oui-scroll-area-viewport {
|
|
57
|
-
scroll-behavior: smooth;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
@media (prefers-reduced-motion: reduce) {
|
|
61
|
-
.oui-ui-workspace-main > .oui-app-shell-content-scroll > .oui-scroll-area-viewport {
|
|
62
|
-
scroll-behavior: auto;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
58
|
.oui-ui-brand {
|
|
66
59
|
display: inline-flex;
|
|
67
60
|
min-width: 0;
|
|
@@ -120,6 +113,10 @@ body.oui-ui-document-lock {
|
|
|
120
113
|
flex: 1 1 auto;
|
|
121
114
|
}
|
|
122
115
|
|
|
116
|
+
.oui-app-shell-header > .oui-ui-brand {
|
|
117
|
+
flex: 1 1 auto;
|
|
118
|
+
}
|
|
119
|
+
|
|
123
120
|
.oui-ui-header-title {
|
|
124
121
|
display: flex;
|
|
125
122
|
min-width: 0;
|
|
@@ -179,52 +176,8 @@ body.oui-ui-document-lock {
|
|
|
179
176
|
padding: 0 9px;
|
|
180
177
|
}
|
|
181
178
|
|
|
182
|
-
.oui-ui-language-
|
|
183
|
-
|
|
184
|
-
min-height: 30px;
|
|
185
|
-
align-items: center;
|
|
186
|
-
gap: 3px;
|
|
187
|
-
border: 0;
|
|
188
|
-
border-radius: var(--oui-radius-sm);
|
|
189
|
-
background: var(--oui-pad-bg);
|
|
190
|
-
padding: 2px;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.oui-ui-language-label {
|
|
194
|
-
padding: 0 6px;
|
|
195
|
-
color: var(--oui-muted);
|
|
196
|
-
font-size: 12px;
|
|
197
|
-
font-weight: 720;
|
|
198
|
-
line-height: 1;
|
|
199
|
-
white-space: nowrap;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.oui-ui-language-option {
|
|
203
|
-
display: inline-flex;
|
|
204
|
-
min-width: 32px;
|
|
205
|
-
min-height: 24px;
|
|
206
|
-
align-items: center;
|
|
207
|
-
justify-content: center;
|
|
208
|
-
border: 0;
|
|
209
|
-
border-radius: 5px;
|
|
210
|
-
background: transparent;
|
|
211
|
-
color: var(--oui-muted);
|
|
212
|
-
cursor: pointer;
|
|
213
|
-
font: inherit;
|
|
214
|
-
font-size: 12px;
|
|
215
|
-
font-weight: 800;
|
|
216
|
-
line-height: 1;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.oui-ui-language-option:hover,
|
|
220
|
-
.oui-ui-language-option:focus-visible {
|
|
221
|
-
color: var(--oui-text);
|
|
222
|
-
outline: none;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
.oui-ui-language-option[data-active=true] {
|
|
226
|
-
background: var(--oui-primary-surface);
|
|
227
|
-
color: var(--oui-primary-text);
|
|
179
|
+
.oui-ui-language-button {
|
|
180
|
+
flex: 0 0 auto;
|
|
228
181
|
}
|
|
229
182
|
|
|
230
183
|
.oui-ui-header-link:hover {
|
|
@@ -424,7 +377,7 @@ body.oui-ui-document-lock {
|
|
|
424
377
|
.oui-ui-app-shell-preview-stage[data-mode=phone] {
|
|
425
378
|
width: min(100%, 410px);
|
|
426
379
|
min-height: 0;
|
|
427
|
-
border-radius:
|
|
380
|
+
border-radius: 14px;
|
|
428
381
|
}
|
|
429
382
|
|
|
430
383
|
.oui-ui-app-shell-preview-stage .oui-app-shell {
|
|
@@ -436,11 +389,20 @@ body.oui-ui-document-lock {
|
|
|
436
389
|
}
|
|
437
390
|
|
|
438
391
|
.oui-ui-app-shell-preview-stage .oui-app-shell-frame {
|
|
439
|
-
height:
|
|
392
|
+
height: 100%;
|
|
440
393
|
max-width: 100%;
|
|
441
394
|
margin: 0;
|
|
442
395
|
}
|
|
443
396
|
|
|
397
|
+
.oui-ui-app-shell-preview-stage .oui-app-shell[data-has-header=true] .oui-app-shell-frame {
|
|
398
|
+
height: 100%;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.oui-ui-app-shell-preview-stage .oui-app-shell[data-sidebar-mode=mobile] .oui-app-shell-frame,
|
|
402
|
+
.oui-ui-app-shell-preview-stage .oui-app-shell[data-sidebar-mode=mobile][data-has-header=true] .oui-app-shell-frame {
|
|
403
|
+
height: 100%;
|
|
404
|
+
}
|
|
405
|
+
|
|
444
406
|
.oui-ui-app-shell-preview-stage[data-mode=phone] .oui-app-shell-frame {
|
|
445
407
|
grid-template-columns: minmax(0, 1fr);
|
|
446
408
|
}
|
|
@@ -450,6 +412,10 @@ body.oui-ui-document-lock {
|
|
|
450
412
|
padding: 8px 12px;
|
|
451
413
|
}
|
|
452
414
|
|
|
415
|
+
.oui-ui-app-shell-preview-stage[data-mode=phone] .oui-app-shell-header {
|
|
416
|
+
padding: 8px 18px 8px 10px;
|
|
417
|
+
}
|
|
418
|
+
|
|
453
419
|
.oui-ui-app-shell-header-main {
|
|
454
420
|
min-width: 0;
|
|
455
421
|
flex: 1 1 auto;
|
|
@@ -495,33 +461,6 @@ body.oui-ui-document-lock {
|
|
|
495
461
|
box-shadow: var(--oui-section-shadow, none);
|
|
496
462
|
}
|
|
497
463
|
|
|
498
|
-
.oui-ui-sidebar-footer-action {
|
|
499
|
-
display: inline-flex;
|
|
500
|
-
width: 100%;
|
|
501
|
-
min-height: 30px;
|
|
502
|
-
align-items: center;
|
|
503
|
-
justify-content: flex-start;
|
|
504
|
-
gap: 8px;
|
|
505
|
-
border: 0;
|
|
506
|
-
border-radius: var(--oui-radius-sm);
|
|
507
|
-
background: transparent;
|
|
508
|
-
color: var(--oui-muted);
|
|
509
|
-
cursor: pointer;
|
|
510
|
-
font: inherit;
|
|
511
|
-
font-size: 12px;
|
|
512
|
-
font-weight: 720;
|
|
513
|
-
line-height: 1;
|
|
514
|
-
padding: 0 8px;
|
|
515
|
-
text-align: left;
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
.oui-ui-sidebar-footer-action:hover,
|
|
519
|
-
.oui-ui-sidebar-footer-action:focus-visible {
|
|
520
|
-
background: var(--oui-pad-hover-bg);
|
|
521
|
-
color: var(--oui-text);
|
|
522
|
-
outline: none;
|
|
523
|
-
}
|
|
524
|
-
|
|
525
464
|
.oui-ui-demo-logo {
|
|
526
465
|
display: inline-flex;
|
|
527
466
|
width: 28px;
|
|
@@ -995,29 +934,6 @@ body.oui-ui-document-lock {
|
|
|
995
934
|
padding: 10px;
|
|
996
935
|
}
|
|
997
936
|
|
|
998
|
-
.oui-ui-state-grid {
|
|
999
|
-
display: grid;
|
|
1000
|
-
grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
|
|
1001
|
-
align-items: start;
|
|
1002
|
-
gap: 8px;
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
.oui-ui-badge-demo {
|
|
1006
|
-
display: flex;
|
|
1007
|
-
min-width: 0;
|
|
1008
|
-
flex-wrap: wrap;
|
|
1009
|
-
align-items: center;
|
|
1010
|
-
gap: 8px;
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
.oui-ui-icon-text-list {
|
|
1014
|
-
display: flex;
|
|
1015
|
-
min-width: 0;
|
|
1016
|
-
flex-wrap: wrap;
|
|
1017
|
-
align-items: center;
|
|
1018
|
-
gap: 10px 16px;
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
937
|
:root[data-oui-theme=dark] .oui-ui-light-only,
|
|
1022
938
|
.oui-root[data-oui-theme=dark] .oui-ui-light-only {
|
|
1023
939
|
display: none;
|
|
@@ -1031,13 +947,17 @@ body.oui-ui-document-lock {
|
|
|
1031
947
|
|
|
1032
948
|
.oui-code-inline-panel {
|
|
1033
949
|
position: relative;
|
|
950
|
+
--oui-code-collapsed-height: 180px;
|
|
951
|
+
--oui-code-expanded-height: calc((var(--oui-code-lines, 9) * 20.15px) + 66px);
|
|
1034
952
|
width: min(52%, 760px);
|
|
1035
953
|
min-width: 0;
|
|
1036
954
|
flex: 1 1 420px;
|
|
1037
955
|
align-self: flex-start;
|
|
956
|
+
height: var(--oui-code-collapsed-height);
|
|
957
|
+
contain: layout paint style;
|
|
1038
958
|
overflow: hidden;
|
|
1039
959
|
border-radius: var(--oui-radius);
|
|
1040
|
-
transition: height
|
|
960
|
+
transition: height 460ms cubic-bezier(0.2, 0, 0.2, 1), padding-bottom 320ms ease;
|
|
1041
961
|
}
|
|
1042
962
|
|
|
1043
963
|
.oui-code-inline-content {
|
|
@@ -1048,18 +968,18 @@ body.oui-ui-document-lock {
|
|
|
1048
968
|
max-height: none;
|
|
1049
969
|
}
|
|
1050
970
|
|
|
1051
|
-
.oui-code-inline-panel
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
overflow-y: hidden;
|
|
971
|
+
.oui-code-inline-panel[data-expanded=true] {
|
|
972
|
+
height: var(--oui-code-expanded-height);
|
|
973
|
+
padding-bottom: 38px;
|
|
1055
974
|
}
|
|
1056
975
|
|
|
1057
|
-
.oui-code-inline-panel[data-
|
|
1058
|
-
|
|
976
|
+
.oui-code-inline-panel[data-collapsible=false] {
|
|
977
|
+
height: auto;
|
|
1059
978
|
}
|
|
1060
979
|
|
|
1061
|
-
.oui-code-inline-panel[data-
|
|
1062
|
-
|
|
980
|
+
.oui-code-inline-panel[data-collapsible=false] .oui-code-inline-toggle,
|
|
981
|
+
.oui-code-inline-panel[data-collapsible=false] .oui-code-inline-fade {
|
|
982
|
+
display: none;
|
|
1063
983
|
}
|
|
1064
984
|
|
|
1065
985
|
.oui-code-inline-fade {
|
|
@@ -1069,8 +989,14 @@ body.oui-ui-document-lock {
|
|
|
1069
989
|
left: 0;
|
|
1070
990
|
z-index: 2;
|
|
1071
991
|
height: 92px;
|
|
992
|
+
opacity: 1;
|
|
1072
993
|
pointer-events: none;
|
|
1073
994
|
background: linear-gradient(to bottom, transparent, var(--oui-bg) 72%);
|
|
995
|
+
transition: opacity 180ms ease;
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
.oui-code-inline-panel[data-expanded=true] .oui-code-inline-fade {
|
|
999
|
+
opacity: 0;
|
|
1074
1000
|
}
|
|
1075
1001
|
|
|
1076
1002
|
.oui-code-inline-toggle {
|
|
@@ -1108,11 +1034,44 @@ body.oui-ui-document-lock {
|
|
|
1108
1034
|
overflow: hidden;
|
|
1109
1035
|
}
|
|
1110
1036
|
|
|
1037
|
+
.oui-code-preview-wrap {
|
|
1038
|
+
position: relative;
|
|
1039
|
+
min-width: 0;
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
.oui-code-preview-copy {
|
|
1043
|
+
position: absolute;
|
|
1044
|
+
top: 8px;
|
|
1045
|
+
right: 8px;
|
|
1046
|
+
z-index: 4;
|
|
1047
|
+
opacity: 0;
|
|
1048
|
+
transform: translateY(-2px);
|
|
1049
|
+
transition: opacity 140ms ease, transform 140ms ease;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.oui-code-preview-wrap:hover .oui-code-preview-copy,
|
|
1053
|
+
.oui-code-preview-wrap:focus-within .oui-code-preview-copy {
|
|
1054
|
+
opacity: 1;
|
|
1055
|
+
transform: translateY(0);
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
.oui-code-preview-scroll-inline {
|
|
1059
|
+
overflow: hidden;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1111
1062
|
.oui-code-preview-scroll .oui-scroll-area-viewport {
|
|
1112
1063
|
max-height: min(62vh, 620px);
|
|
1113
1064
|
overflow: auto;
|
|
1114
1065
|
}
|
|
1115
1066
|
|
|
1067
|
+
.oui-code-preview-scroll-inline .oui-scroll-area-viewport {
|
|
1068
|
+
max-height: none;
|
|
1069
|
+
overflow-x: auto;
|
|
1070
|
+
overflow-y: hidden;
|
|
1071
|
+
overscroll-behavior-x: contain;
|
|
1072
|
+
overscroll-behavior-y: auto;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1116
1075
|
.oui-code-preview {
|
|
1117
1076
|
min-width: max-content;
|
|
1118
1077
|
margin: 0;
|
|
@@ -1128,6 +1087,10 @@ body.oui-ui-document-lock {
|
|
|
1128
1087
|
white-space: pre;
|
|
1129
1088
|
}
|
|
1130
1089
|
|
|
1090
|
+
.oui-code-inline-panel .oui-code-preview {
|
|
1091
|
+
padding-bottom: 42px;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1131
1094
|
.oui-code-line {
|
|
1132
1095
|
display: block;
|
|
1133
1096
|
min-height: 1.55em;
|
|
@@ -1262,9 +1225,6 @@ body.oui-ui-document-lock {
|
|
|
1262
1225
|
flex-direction: column;
|
|
1263
1226
|
gap: 8px;
|
|
1264
1227
|
}
|
|
1265
|
-
.oui-ui-state-grid {
|
|
1266
|
-
grid-template-columns: minmax(0, 1fr);
|
|
1267
|
-
}
|
|
1268
1228
|
.oui-ui-language-label {
|
|
1269
1229
|
display: none;
|
|
1270
1230
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export * from './components/Combobox/Combobox';
|
|
|
14
14
|
export * from './components/CommandPalette/CommandPalette';
|
|
15
15
|
export * from './components/ConfirmDialog/ConfirmDialog';
|
|
16
16
|
export * from './components/ContextMenu/ContextMenu';
|
|
17
|
+
export * from './components/CopyButton/CopyButton';
|
|
17
18
|
export * from './components/DataTable/DataTable';
|
|
18
19
|
export * from './components/DataTable/DataTableStateAdapters';
|
|
19
20
|
export * from './components/DatePicker/DatePicker';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,0BAA0B,CAAC;AACzC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4CAA4C,CAAC;AAC3D,cAAc,0CAA0C,CAAC;AACzD,cAAc,sCAAsC,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,oCAAoC,CAAC;AACnD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,0DAA0D,CAAC;AACzE,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wCAAwC,CAAC;AACvD,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4CAA4C,CAAC;AAC3D,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC;AACnD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,kDAAkD,CAAC;AACjE,cAAc,oCAAoC,CAAC;AACnD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC;AACnD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4CAA4C,CAAC;AAC3D,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,0BAA0B,CAAC;AACzC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4CAA4C,CAAC;AAC3D,cAAc,0CAA0C,CAAC;AACzD,cAAc,sCAAsC,CAAC;AACrD,cAAc,oCAAoC,CAAC;AACnD,cAAc,kCAAkC,CAAC;AACjD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,oCAAoC,CAAC;AACnD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,0DAA0D,CAAC;AACzE,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wCAAwC,CAAC;AACvD,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4CAA4C,CAAC;AAC3D,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC;AACnD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,kDAAkD,CAAC;AACjE,cAAc,oCAAoC,CAAC;AACnD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC;AACnD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4CAA4C,CAAC;AAC3D,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -15,6 +15,7 @@ export * from './components/Combobox/Combobox';
|
|
|
15
15
|
export * from './components/CommandPalette/CommandPalette';
|
|
16
16
|
export * from './components/ConfirmDialog/ConfirmDialog';
|
|
17
17
|
export * from './components/ContextMenu/ContextMenu';
|
|
18
|
+
export * from './components/CopyButton/CopyButton';
|
|
18
19
|
export * from './components/DataTable/DataTable';
|
|
19
20
|
export * from './components/DataTable/DataTableStateAdapters';
|
|
20
21
|
export * from './components/DatePicker/DatePicker';
|