@clickhouse/click-ui 0.8.0 → 0.9.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.
Files changed (96) hide show
  1. package/dist/cjs/click-ui.css +362 -0
  2. package/dist/cjs/components/Assets/Icons/Horizontal-Loading.cjs +13 -49
  3. package/dist/cjs/components/Assets/Icons/Horizontal-Loading.cjs.map +1 -1
  4. package/dist/cjs/components/Assets/Icons/Loaders.css +94 -0
  5. package/dist/cjs/components/Assets/Icons/Loaders.module.css.cjs +13 -0
  6. package/dist/cjs/components/Assets/Icons/Loaders.module.css.cjs.map +1 -0
  7. package/dist/cjs/components/Assets/Icons/Loading-Animated.cjs +8 -12
  8. package/dist/cjs/components/Assets/Icons/Loading-Animated.cjs.map +1 -1
  9. package/dist/cjs/components/Assets/Icons/Loading.cjs +13 -6
  10. package/dist/cjs/components/Assets/Icons/Loading.cjs.map +1 -1
  11. package/dist/cjs/components/DatePicker/DateRangePicker.cjs +12 -2
  12. package/dist/cjs/components/DatePicker/DateRangePicker.cjs.map +1 -1
  13. package/dist/cjs/components/DatePicker/index.cjs +1 -3
  14. package/dist/cjs/components/DatePicker/index.cjs.map +1 -1
  15. package/dist/cjs/components/DatePicker/utils.cjs +3 -0
  16. package/dist/cjs/components/DatePicker/utils.cjs.map +1 -1
  17. package/dist/cjs/components/Grid/Cell.cjs +1 -3
  18. package/dist/cjs/components/Grid/Cell.cjs.map +1 -1
  19. package/dist/cjs/components/Grid/ColumnResizer.cjs +18 -15
  20. package/dist/cjs/components/Grid/ColumnResizer.cjs.map +1 -1
  21. package/dist/cjs/components/Grid/ColumnResizer.css +22 -0
  22. package/dist/cjs/components/Grid/ColumnResizer.module.css.cjs +11 -0
  23. package/dist/cjs/components/Grid/ColumnResizer.module.css.cjs.map +1 -0
  24. package/dist/cjs/components/Grid/Grid.css +34 -0
  25. package/dist/cjs/components/Grid/Grid.module.css.cjs +21 -0
  26. package/dist/cjs/components/Grid/Grid.module.css.cjs.map +1 -0
  27. package/dist/cjs/components/Grid/Header.cjs +22 -43
  28. package/dist/cjs/components/Grid/Header.cjs.map +1 -1
  29. package/dist/cjs/components/Grid/Header.css +44 -0
  30. package/dist/cjs/components/Grid/Header.module.css.cjs +19 -0
  31. package/dist/cjs/components/Grid/Header.module.css.cjs.map +1 -0
  32. package/dist/cjs/components/Grid/RowNumberColumn.cjs +12 -29
  33. package/dist/cjs/components/Grid/RowNumberColumn.cjs.map +1 -1
  34. package/dist/cjs/components/Grid/RowNumberColumn.css +22 -0
  35. package/dist/cjs/components/Grid/RowNumberColumn.module.css.cjs +12 -0
  36. package/dist/cjs/components/Grid/RowNumberColumn.module.css.cjs.map +1 -0
  37. package/dist/cjs/components/Grid/StyledCell.cjs +84 -56
  38. package/dist/cjs/components/Grid/StyledCell.cjs.map +1 -1
  39. package/dist/cjs/components/Grid/StyledCell.css +146 -0
  40. package/dist/cjs/components/Grid/StyledCell.module.css.cjs +47 -0
  41. package/dist/cjs/components/Grid/StyledCell.module.css.cjs.map +1 -0
  42. package/dist/cjs/components/Grid/index.cjs +30 -30
  43. package/dist/cjs/components/Grid/index.cjs.map +1 -1
  44. package/dist/esm/click-ui.css +362 -0
  45. package/dist/esm/components/Assets/Icons/Horizontal-Loading.js +13 -49
  46. package/dist/esm/components/Assets/Icons/Horizontal-Loading.js.map +1 -1
  47. package/dist/esm/components/Assets/Icons/Loaders.css +94 -0
  48. package/dist/esm/components/Assets/Icons/Loaders.module.css.js +8 -0
  49. package/dist/esm/components/Assets/Icons/Loaders.module.css.js.map +1 -0
  50. package/dist/esm/components/Assets/Icons/Loading-Animated.js +9 -13
  51. package/dist/esm/components/Assets/Icons/Loading-Animated.js.map +1 -1
  52. package/dist/esm/components/Assets/Icons/Loading.js +13 -6
  53. package/dist/esm/components/Assets/Icons/Loading.js.map +1 -1
  54. package/dist/esm/components/Assets/Icons/system/IconsLight.js +2 -2
  55. package/dist/esm/components/Assets/Icons/system/IconsLight.js.map +1 -1
  56. package/dist/esm/components/DatePicker/DateRangePicker.js +14 -4
  57. package/dist/esm/components/DatePicker/DateRangePicker.js.map +1 -1
  58. package/dist/esm/components/DatePicker/index.js +2 -4
  59. package/dist/esm/components/DatePicker/index.js.map +1 -1
  60. package/dist/esm/components/DatePicker/utils.js +3 -1
  61. package/dist/esm/components/DatePicker/utils.js.map +1 -1
  62. package/dist/esm/components/Grid/Cell.js +1 -3
  63. package/dist/esm/components/Grid/Cell.js.map +1 -1
  64. package/dist/esm/components/Grid/ColumnResizer.css +22 -0
  65. package/dist/esm/components/Grid/ColumnResizer.js +18 -15
  66. package/dist/esm/components/Grid/ColumnResizer.js.map +1 -1
  67. package/dist/esm/components/Grid/ColumnResizer.module.css.js +7 -0
  68. package/dist/esm/components/Grid/ColumnResizer.module.css.js.map +1 -0
  69. package/dist/esm/components/Grid/Grid.css +34 -0
  70. package/dist/esm/components/Grid/Grid.module.css.js +13 -0
  71. package/dist/esm/components/Grid/Grid.module.css.js.map +1 -0
  72. package/dist/esm/components/Grid/Header.css +44 -0
  73. package/dist/esm/components/Grid/Header.js +22 -43
  74. package/dist/esm/components/Grid/Header.js.map +1 -1
  75. package/dist/esm/components/Grid/Header.module.css.js +13 -0
  76. package/dist/esm/components/Grid/Header.module.css.js.map +1 -0
  77. package/dist/esm/components/Grid/RowNumberColumn.css +22 -0
  78. package/dist/esm/components/Grid/RowNumberColumn.js +12 -29
  79. package/dist/esm/components/Grid/RowNumberColumn.js.map +1 -1
  80. package/dist/esm/components/Grid/RowNumberColumn.module.css.js +8 -0
  81. package/dist/esm/components/Grid/RowNumberColumn.module.css.js.map +1 -0
  82. package/dist/esm/components/Grid/StyledCell.css +146 -0
  83. package/dist/esm/components/Grid/StyledCell.js +84 -56
  84. package/dist/esm/components/Grid/StyledCell.js.map +1 -1
  85. package/dist/esm/components/Grid/StyledCell.module.css.js +32 -0
  86. package/dist/esm/components/Grid/StyledCell.module.css.js.map +1 -0
  87. package/dist/esm/components/Grid/index.js +30 -30
  88. package/dist/esm/components/Grid/index.js.map +1 -1
  89. package/dist/types/components/Assets/Icons/Horizontal-Loading.d.ts +2 -3
  90. package/dist/types/components/Assets/Icons/Loading-Animated.d.ts +2 -3
  91. package/dist/types/components/Assets/Icons/Loading.d.ts +2 -4
  92. package/dist/types/components/DatePicker/DateRangePicker.d.ts +2 -1
  93. package/dist/types/components/DatePicker/utils.d.ts +1 -0
  94. package/dist/types/components/Grid/RowNumberColumn.d.ts +1 -2
  95. package/dist/types/components/Grid/StyledCell.d.ts +10 -5
  96. package/package.json +1 -1
@@ -446,6 +446,100 @@
446
446
  color: var(--click-field-color-label-disabled);
447
447
  font: var(--click-field-typography-label-disabled);
448
448
  }
449
+ .loading__5BGdj {
450
+ transform: scaleX(-1);
451
+ }
452
+
453
+ .loading-animated__hAN7V {
454
+ animation: loaders-spin__bMTqx 1s infinite linear;
455
+ }
456
+
457
+ .horizontal-loading__3ooCL circle {
458
+ animation-duration: 1.5s;
459
+ animation-iteration-count: infinite;
460
+ animation-name: horizontal-loading__3ooCL;
461
+ animation-timing-function: linear;
462
+ }
463
+
464
+ .horizontal-loading__3ooCL circle:nth-child(1) {
465
+ animation-name: loaders-horizontal-circle-1__GJ-tO;
466
+ }
467
+
468
+ .horizontal-loading__3ooCL circle:nth-child(2) {
469
+ animation-name: loaders-horizontal-circle-2__QOcb2;
470
+ }
471
+
472
+ .horizontal-loading__3ooCL circle:nth-child(3) {
473
+ animation-name: loaders-horizontal-circle-3__R51yU;
474
+ }
475
+
476
+ @keyframes loaders-spin__bMTqx {
477
+ from {
478
+ transform: rotate(0deg) scaleX(-1);
479
+ }
480
+
481
+ to {
482
+ transform: rotate(360deg) scaleX(-1);
483
+ }
484
+ }
485
+
486
+ @keyframes loaders-horizontal-circle-1__GJ-tO {
487
+ 0 {
488
+ r: 0;
489
+ }
490
+
491
+ 30% {
492
+ r: 1.5;
493
+ }
494
+
495
+ 60% {
496
+ r: 0;
497
+ }
498
+
499
+ 100% {
500
+ r: 0;
501
+ }
502
+ }
503
+
504
+ @keyframes loaders-horizontal-circle-2__QOcb2 {
505
+ 0 {
506
+ r: 0;
507
+ }
508
+
509
+ 20% {
510
+ r: 0;
511
+ }
512
+
513
+ 40% {
514
+ r: 1.5;
515
+ }
516
+
517
+ 80% {
518
+ r: 0;
519
+ }
520
+
521
+ 100% {
522
+ r: 0;
523
+ }
524
+ }
525
+
526
+ @keyframes loaders-horizontal-circle-3__R51yU {
527
+ 0 {
528
+ r: 0;
529
+ }
530
+
531
+ 40% {
532
+ r: 0;
533
+ }
534
+
535
+ 80% {
536
+ r: 1.5;
537
+ }
538
+
539
+ 100% {
540
+ r: 0;
541
+ }
542
+ }
449
543
  /* Kept at zero specificity via :where() so that modifier classes (e.g.
450
544
  .container_padding_md) and downstream styled-components overrides on a
451
545
  styled(Container) both win without needing a specificity hack — Container is
@@ -3892,6 +3986,274 @@ div:active + .topbadge__E79OZ {
3892
3986
  color: var(--click-dialog-color-description-default);
3893
3987
  font: var(--click-dialog-typography-description-default);
3894
3988
  }
3989
+ .row-number-column__n-aQm {
3990
+ position: sticky;
3991
+ top: var(--row-number-column-top);
3992
+ left: 0;
3993
+ width: var(--row-number-column-width);
3994
+ height: 100%;
3995
+ }
3996
+
3997
+ .row-number-column_scrolled-horizontal__L9fAB {
3998
+ box-shadow: 0 0 0 1px var(--click-grid-header-cell-color-stroke-default);
3999
+ }
4000
+
4001
+ .row-number-column__cell__00w03 {
4002
+ position: absolute;
4003
+ top: var(--row-number-cell-top);
4004
+ left: 0;
4005
+ width: 100%;
4006
+ height: var(--row-number-cell-height);
4007
+ overflow: hidden;
4008
+ white-space: nowrap;
4009
+ text-overflow: ellipsis;
4010
+ }
4011
+ /* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. selectDirect) */
4012
+
4013
+ /*
4014
+ * The original styled-component dispatches background / text colour / border
4015
+ * colour off `$type` (body|header) and `$selectionType`, and toggles individual
4016
+ * borders / a `::before` overlay off boolean flags. Colours are aliased to local
4017
+ * custom properties (set by the type + selection modifiers) so the shared border
4018
+ * / overlay rules can reference them once.
4019
+ */
4020
+
4021
+ .cell__OXAxg {
4022
+ display: block;
4023
+ box-sizing: border-box;
4024
+ width: 100%;
4025
+ padding: var(--cell-space-y) var(--cell-space-x);
4026
+ overflow: hidden;
4027
+ border-top: 1px solid var(--cell-stroke-default);
4028
+ border-left: 1px solid var(--cell-stroke-default);
4029
+ background: var(--cell-background);
4030
+ color: var(--cell-color);
4031
+ font: var(--click-grid-cell-text-default);
4032
+ text-align: left;
4033
+ white-space: nowrap;
4034
+ cursor: default;
4035
+ text-overflow: ellipsis;
4036
+ }
4037
+
4038
+ .cell__OXAxg[data-align='right'] {
4039
+ text-align: right;
4040
+ }
4041
+
4042
+ .cell_type_body__SohuF {
4043
+ --cell-stroke-default: var(--click-grid-body-cell-color-stroke-default);
4044
+ --cell-stroke-select-direct: var(--click-grid-body-cell-color-stroke-selectDirect);
4045
+ --cell-stroke-last: var(--click-grid-body-cell-color-stroke-default);
4046
+ --cell-space-y: var(--click-grid-body-cell-space-y);
4047
+ --cell-space-x: var(--click-grid-body-cell-space-x);
4048
+ --cell-background: var(--click-grid-body-cell-color-background-default);
4049
+ --cell-color: var(--click-grid-body-cell-color-text-default);
4050
+ }
4051
+
4052
+ .cell_type_body__SohuF.cell_selection_indirect__6e6yy {
4053
+ --cell-stroke-last: var(--click-grid-body-cell-color-stroke-selectIndirect);
4054
+ --cell-background: var(--click-grid-body-cell-color-background-selectIndirect);
4055
+ --cell-color: var(--click-grid-body-cell-color-text-selectIndirect);
4056
+ }
4057
+
4058
+ .cell_type_body__SohuF.cell_selection_direct__QEL9m {
4059
+ --cell-stroke-last: var(--click-grid-body-cell-color-stroke-selectDirect);
4060
+ --cell-background: var(--click-grid-body-cell-color-background-selectDirect);
4061
+ --cell-color: var(--click-grid-body-cell-color-text-selectDirect);
4062
+ }
4063
+
4064
+ .cell_type_header__3tsr- {
4065
+ --cell-stroke-default: var(--click-grid-header-cell-color-stroke-default);
4066
+ --cell-stroke-select-direct: var(--click-grid-header-cell-color-stroke-selectDirect);
4067
+ --cell-stroke-last: var(--click-grid-header-cell-color-stroke-default);
4068
+ --cell-space-y: var(--click-grid-header-cell-space-y);
4069
+ --cell-space-x: var(--click-grid-header-cell-space-x);
4070
+ --cell-background: var(--click-grid-header-cell-color-background-default);
4071
+ --cell-color: var(--click-grid-header-cell-color-title-default);
4072
+ }
4073
+
4074
+ .cell_type_header__3tsr-.cell_selection_indirect__6e6yy {
4075
+ --cell-stroke-last: var(--click-grid-header-cell-color-stroke-selectIndirect);
4076
+ --cell-background: var(--click-grid-header-cell-color-background-selectIndirect);
4077
+ --cell-color: var(--click-grid-header-cell-color-title-selectIndirect);
4078
+ }
4079
+
4080
+ .cell_type_header__3tsr-.cell_selection_direct__QEL9m {
4081
+ --cell-stroke-last: var(--click-grid-header-cell-color-stroke-selectDirect);
4082
+ --cell-background: var(--click-grid-header-cell-color-background-selectDirect);
4083
+ --cell-color: var(--click-grid-header-cell-color-title-selectDirect);
4084
+ }
4085
+
4086
+ /* header cell with no border removes top/left edges on the corner cells */
4087
+ .cell_type_header__3tsr-.cell_no-border__9gXDK[data-grid-row='-1'] {
4088
+ border-top: none;
4089
+ }
4090
+
4091
+ .cell_type_header__3tsr-.cell_no-border__9gXDK[data-grid-column='-1'] {
4092
+ border-left: none;
4093
+ }
4094
+
4095
+ /* a focused cell draws its last-edge borders with the select-direct stroke */
4096
+ .cell_focused__cmh-b {
4097
+ box-shadow: inset 0 0 0 1px var(--cell-stroke-select-direct);
4098
+ }
4099
+
4100
+ /*
4101
+ * Focus must win the last-edge stroke colour over any selection state. The
4102
+ * original styled-component resolved the last-row / last-column border colour
4103
+ * inline as `stroke[$isFocused ? 'selectDirect' : $selectionType]`, so focus
4104
+ * always overrode the selection stroke. The `.cell_type_*.cell_selection_*`
4105
+ * rules above set `--cell-stroke-last` at (0,2,0) specificity, so the focus
4106
+ * override is qualified with the type class to match that specificity and,
4107
+ * coming later in source order, take precedence. `.cell_focused` always
4108
+ * co-occurs with a type class.
4109
+ */
4110
+ .cell_type_body__SohuF.cell_focused__cmh-b,
4111
+ .cell_type_header__3tsr-.cell_focused__cmh-b {
4112
+ --cell-stroke-last: var(--cell-stroke-select-direct);
4113
+ }
4114
+
4115
+ /* only the last row/column draw the closing border, colored by focus/selection */
4116
+ .cell_last-row__DoJdk {
4117
+ border-bottom: 1px solid var(--cell-stroke-last);
4118
+ }
4119
+
4120
+ .cell_last-column__LgKM7 {
4121
+ border-right: 1px solid var(--cell-stroke-last);
4122
+ }
4123
+
4124
+ /* rowAutoHeight resets the entire border last, overriding every rule above */
4125
+ .cell_row-auto-height__yzQUR {
4126
+ min-height: auto;
4127
+ overflow-y: auto;
4128
+ border: none;
4129
+ }
4130
+
4131
+ /* selection / focus overlay drawn on top of the cell so adjacent borders meet */
4132
+ .cell__overlay__U9XGO::before {
4133
+ content: '';
4134
+ position: absolute;
4135
+ inset: 0;
4136
+ }
4137
+
4138
+ .cell__overlay_selected_top__OMUJB::before {
4139
+ border-top: 1px solid var(--cell-stroke-select-direct);
4140
+ }
4141
+
4142
+ .cell__overlay_selected_left__MiimG::before {
4143
+ border-left: 1px solid var(--cell-stroke-select-direct);
4144
+ }
4145
+
4146
+ .cell__overlay_selected_bottom__2ra9F::before {
4147
+ border-bottom: 1px solid var(--cell-stroke-select-direct);
4148
+ }
4149
+
4150
+ .cell__overlay_selected_right__Dt-g5::before {
4151
+ border-right: 1px solid var(--cell-stroke-select-direct);
4152
+ }
4153
+
4154
+ .cell__overlay_row-auto-height__teKk1::before {
4155
+ border: none;
4156
+ }
4157
+ /* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. selectDirect) */
4158
+
4159
+ .header__hXzAE {
4160
+ display: flex;
4161
+ position: sticky;
4162
+ top: 0;
4163
+ left: 0;
4164
+ height: var(--header-height);
4165
+ flex-direction: row;
4166
+ }
4167
+
4168
+ .header_scrolled-vertical__mIp2- {
4169
+ box-shadow: 0 0 0 1px var(--click-grid-header-cell-color-stroke-default);
4170
+ }
4171
+
4172
+ .header__scroll-area__Nok8G {
4173
+ position: relative;
4174
+ left: var(--header-scroll-area-left);
4175
+ }
4176
+
4177
+ .header__cell__ZCE9p {
4178
+ display: flex;
4179
+ position: absolute;
4180
+ left: var(--header-cell-left);
4181
+ width: var(--header-cell-width);
4182
+ height: var(--header-cell-height);
4183
+ }
4184
+
4185
+ .header__cell__ZCE9p:hover [data-resize] {
4186
+ background: var(--click-grid-header-cell-color-stroke-selectDirect);
4187
+ }
4188
+
4189
+ /* the sticky "select all" corner extends a header cell (styled(HeaderCellContainer)) */
4190
+ .header__row-column__ceu5w {
4191
+ position: sticky;
4192
+ top: 0;
4193
+ left: 0;
4194
+ width: var(--header-cell-width);
4195
+ text-align: right;
4196
+ }
4197
+
4198
+ .header__row-column_scrolled-horizontal__QZO4p {
4199
+ box-shadow: 0 0 0 1px var(--click-grid-header-cell-color-stroke-default);
4200
+ }
4201
+ /* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. selectDirect) */
4202
+
4203
+ .column-resizer__8f12T {
4204
+ position: absolute;
4205
+ z-index: 1;
4206
+ top: 0;
4207
+ left: calc(100% - 4px);
4208
+ width: 4px;
4209
+ height: var(--column-resizer-height);
4210
+ overflow: auto;
4211
+ cursor: col-resize;
4212
+ }
4213
+
4214
+ .column-resizer__8f12T:hover,
4215
+ .column-resizer__8f12T:active {
4216
+ background: var(--click-grid-header-cell-color-stroke-selectDirect);
4217
+ }
4218
+
4219
+ .column-resizer_pressed__JGAln {
4220
+ position: fixed;
4221
+ height: 100%;
4222
+ }
4223
+ /*
4224
+ * `.grid` is the Grid's outer container. It is rendered as the ContextMenu.Trigger
4225
+ * (the root element the whole grid mounts into), which is why the trigger carries
4226
+ * the grid's own box styling rather than a context-menu-specific class.
4227
+ */
4228
+ .grid__h49fk {
4229
+ width: 100%;
4230
+ height: var(--grid-height, 100%);
4231
+ overflow: hidden;
4232
+ border-radius: var(--grid-radius);
4233
+ background: var(--click-grid-body-cell-color-background-default);
4234
+ outline: none;
4235
+ }
4236
+
4237
+ .grid_bordered__kFqF5 {
4238
+ border: 1px solid var(--click-grid-header-cell-color-stroke-default);
4239
+ }
4240
+
4241
+ /* react-window's inner element that lays out the scrolling cell grid */
4242
+ .grid__inner__IZhj9 {
4243
+ display: flex;
4244
+ flex-direction: column-reverse;
4245
+ /* stylelint-disable-next-line plugin/no-unsupported-browser-features -- the original styled rule used overflow-anchor */
4246
+ overflow-anchor: none;
4247
+ user-select: none;
4248
+ }
4249
+
4250
+ .grid__data__Mn4TK {
4251
+ position: absolute;
4252
+ top: 0;
4253
+ left: 0;
4254
+ margin-top: var(--grid-data-top, 0);
4255
+ margin-left: var(--grid-data-left, 0);
4256
+ }
3895
4257
  /* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. genericMenu) */
3896
4258
 
3897
4259
  .trigger__4-zK2:focus-visible {
@@ -1,58 +1,22 @@
1
+ require("./Loaders.css");
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
5
 
6
+ const jsxRuntime = require('react/jsx-runtime');
7
+ const cva = require('../../../lib/cva.cjs');
5
8
  const DotsHorizontal = require('./Dots-Horizontal.cjs');
6
- const styledComponents = require('styled-components');
9
+ const Loaders_module = require('./Loaders.module.css.cjs');
7
10
 
8
- const animationCircle1 = styledComponents.keyframes`
9
- 0 {
10
- r: 0;
11
- }
12
- 30% {
13
- r: 1.5;
14
- }
15
- 60% {
16
- r: 0;
17
- }
18
- 100% {
19
- r: 0;
20
- }
21
- `;
22
- const animationCircle2 = styledComponents.keyframes`
23
- 0 {
24
- r: 0;
25
- }
26
- 20% {
27
- r: 0;
28
- }
29
- 40% {
30
- r: 1.5;
31
- }
32
- 80% {
33
- r: 0;
34
- }
35
- 100% {
36
- r: 0
37
- }
38
- `;
39
- const animationCircle3 = styledComponents.keyframes`
40
- 0 {
41
- r: 0;
42
- }
43
- 40% {
44
- r: 0;
45
- }
46
- 80% {
47
- r: 1.5;
48
- }
49
- 100% {
50
- r: 0
51
- }
52
- `;
53
- const Horizontal_Loading = styledComponents.styled(DotsHorizontal.default).withConfig({
54
- componentId: "sc-52zndn-0"
55
- })(["circle{animation-name:horizontal-loading;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-name:horizontal-loading;-webkit-animation-duration:1.5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:horizontal-loading;-moz-animation-duration:1.5s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;&:nth-child(1){animation-name:", ";-webkit-animation-name:", ";-moz-animation-name:", ";}&:nth-child(2){animation-name:", ";-webkit-animation-name:", ";-moz-animation-name:", ";}&:nth-child(3){animation-name:", ";-webkit-animation-name:", ";-moz-animation-name:", ";}}"], animationCircle1, animationCircle1, animationCircle1, animationCircle2, animationCircle2, animationCircle2, animationCircle3, animationCircle3, animationCircle3);
11
+ const Horizontal_Loading = ({
12
+ className,
13
+ // `theme` is destructured out so it is not forwarded onto the DOM <svg>: the
14
+ // original wrapped this icon in `styled(Dots_Horizontal)`, which consumed the
15
+ // `theme` prop and never rendered it as an attribute.
16
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
17
+ theme,
18
+ ...props
19
+ }) => /* @__PURE__ */ jsxRuntime.jsx(DotsHorizontal.default, { ...props, className: cva.cn(Loaders_module.default["horizontal-loading"], className) });
56
20
 
57
21
  exports.default = Horizontal_Loading;
58
22
  //# sourceMappingURL=Horizontal-Loading.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Horizontal-Loading.cjs","sources":["../../../../../src/components/Assets/Icons/Horizontal-Loading.tsx"],"sourcesContent":["import Dots_Horizontal from './Dots-Horizontal';\nimport { keyframes, styled } from 'styled-components';\n\nconst animationCircle1 = keyframes`\n 0 {\n r: 0;\n }\n 30% {\n r: 1.5;\n }\n 60% {\n r: 0;\n }\n 100% {\n r: 0;\n }\n`;\nconst animationCircle2 = keyframes`\n 0 {\n r: 0;\n }\n 20% {\n r: 0;\n }\n 40% {\n r: 1.5;\n }\n 80% {\n r: 0;\n }\n 100% {\n r: 0\n }\n`;\nconst animationCircle3 = keyframes`\n 0 {\n r: 0;\n }\n 40% {\n r: 0;\n }\n 80% {\n r: 1.5;\n }\n 100% {\n r: 0\n }\n`;\n\nconst Horizontal_Loading = styled(Dots_Horizontal)`\n circle {\n animation-name: horizontal-loading;\n animation-duration: 1.5s;\n animation-iteration-count: infinite;\n animation-timing-function: linear;\n -webkit-animation-name: horizontal-loading;\n -webkit-animation-duration: 1.5s;\n -webkit-animation-iteration-count: infinite;\n -webkit-animation-timing-function: linear;\n -moz-animation-name: horizontal-loading;\n -moz-animation-duration: 1.5s;\n -moz-animation-iteration-count: infinite;\n -moz-animation-timing-function: linear;\n &:nth-child(1) {\n animation-name: ${animationCircle1};\n -webkit-animation-name: ${animationCircle1};\n -moz-animation-name: ${animationCircle1};\n }\n &:nth-child(2) {\n animation-name: ${animationCircle2};\n -webkit-animation-name: ${animationCircle2};\n -moz-animation-name: ${animationCircle2};\n }\n &:nth-child(3) {\n animation-name: ${animationCircle3};\n -webkit-animation-name: ${animationCircle3};\n -moz-animation-name: ${animationCircle3};\n }\n }\n`;\n\nexport default Horizontal_Loading;\n"],"names":["animationCircle1","keyframes","animationCircle2","animationCircle3","Horizontal_Loading","styled","Dots_Horizontal","withConfig","componentId"],"mappings":";;;;;;;AAGA,MAAMA,gBAAAA,GAAmBC,0BAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA,CAAAA;AAczB,MAAMC,gBAAAA,GAAmBD,0BAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA,CAAAA;AAiBzB,MAAME,gBAAAA,GAAmBF,0BAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA,CAAAA;AAezB,MAAMG,kBAAAA,GAAqBC,uBAAAA,CAAOC,sBAAe,CAAA,CAACC,UAAAA,CAAA;AAAA,EAAAC,WAAAA,EAAA;AAAA,CAAA,CAAA,CAAA,CAAA,qdAAA,EAAA,0BAAA,EAAA,yBAAA,kCAAA,EAAA,0BAAA,EAAA,yBAAA,kCAAA,EAAA,0BAAA,EAAA,yBAAA,KAAA,CAAA,EAe1BR,kBACQA,gBAAAA,EACHA,gBAAAA,EAGLE,kBACQA,gBAAAA,EACHA,gBAAAA,EAGLC,gBAAAA,EACQA,gBAAAA,EACHA,gBAAgB;;;;"}
1
+ {"version":3,"file":"Horizontal-Loading.cjs","sources":["../../../../../src/components/Assets/Icons/Horizontal-Loading.tsx"],"sourcesContent":["import type { SVGAssetProps } from '@/types';\nimport { cn } from '@/lib/cva';\nimport Dots_Horizontal from './Dots-Horizontal';\nimport styles from './Loaders.module.css';\n\nconst Horizontal_Loading = ({\n className,\n // `theme` is destructured out so it is not forwarded onto the DOM <svg>: the\n // original wrapped this icon in `styled(Dots_Horizontal)`, which consumed the\n // `theme` prop and never rendered it as an attribute.\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n theme,\n ...props\n}: SVGAssetProps) => (\n <Dots_Horizontal\n {...props}\n className={cn(styles['horizontal-loading'], className)}\n />\n);\n\nexport default Horizontal_Loading;\n"],"names":["Horizontal_Loading","className","theme","props","jsx","Dots_Horizontal","cn","styles"],"mappings":";;;;;;;;;AAKA,MAAMA,qBAAqBA,CAAC;AAAA,EAC1BC,SAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA,EAKAC,KAAAA;AAAAA,EACA,GAAGC;AACU,CAAA,qBACbC,cAAA,CAACC,sBAAA,EAAA,EACC,GAAIF,KAAAA,EACJ,SAAA,EAAWG,OAAGC,sBAAAA,CAAO,oBAAoB,CAAA,EAAGN,SAAS,CAAA,EAAE;;;;"}
@@ -0,0 +1,94 @@
1
+ .loading__5BGdj {
2
+ transform: scaleX(-1);
3
+ }
4
+
5
+ .loading-animated__hAN7V {
6
+ animation: loaders-spin__bMTqx 1s infinite linear;
7
+ }
8
+
9
+ .horizontal-loading__3ooCL circle {
10
+ animation-duration: 1.5s;
11
+ animation-iteration-count: infinite;
12
+ animation-name: horizontal-loading__3ooCL;
13
+ animation-timing-function: linear;
14
+ }
15
+
16
+ .horizontal-loading__3ooCL circle:nth-child(1) {
17
+ animation-name: loaders-horizontal-circle-1__GJ-tO;
18
+ }
19
+
20
+ .horizontal-loading__3ooCL circle:nth-child(2) {
21
+ animation-name: loaders-horizontal-circle-2__QOcb2;
22
+ }
23
+
24
+ .horizontal-loading__3ooCL circle:nth-child(3) {
25
+ animation-name: loaders-horizontal-circle-3__R51yU;
26
+ }
27
+
28
+ @keyframes loaders-spin__bMTqx {
29
+ from {
30
+ transform: rotate(0deg) scaleX(-1);
31
+ }
32
+
33
+ to {
34
+ transform: rotate(360deg) scaleX(-1);
35
+ }
36
+ }
37
+
38
+ @keyframes loaders-horizontal-circle-1__GJ-tO {
39
+ 0 {
40
+ r: 0;
41
+ }
42
+
43
+ 30% {
44
+ r: 1.5;
45
+ }
46
+
47
+ 60% {
48
+ r: 0;
49
+ }
50
+
51
+ 100% {
52
+ r: 0;
53
+ }
54
+ }
55
+
56
+ @keyframes loaders-horizontal-circle-2__QOcb2 {
57
+ 0 {
58
+ r: 0;
59
+ }
60
+
61
+ 20% {
62
+ r: 0;
63
+ }
64
+
65
+ 40% {
66
+ r: 1.5;
67
+ }
68
+
69
+ 80% {
70
+ r: 0;
71
+ }
72
+
73
+ 100% {
74
+ r: 0;
75
+ }
76
+ }
77
+
78
+ @keyframes loaders-horizontal-circle-3__R51yU {
79
+ 0 {
80
+ r: 0;
81
+ }
82
+
83
+ 40% {
84
+ r: 0;
85
+ }
86
+
87
+ 80% {
88
+ r: 1.5;
89
+ }
90
+
91
+ 100% {
92
+ r: 0;
93
+ }
94
+ }
@@ -0,0 +1,13 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
+
5
+ const loading = "loading__5BGdj";
6
+ const styles = {
7
+ loading: loading,
8
+ "loading-animated": "loading-animated__hAN7V",
9
+ "horizontal-loading": "horizontal-loading__3ooCL"};
10
+
11
+ exports.default = styles;
12
+ exports.loading = loading;
13
+ //# sourceMappingURL=Loaders.module.css.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Loaders.module.css.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
@@ -1,21 +1,17 @@
1
+ require("./Loaders.css");
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
5
 
5
- const styledComponents = require('styled-components');
6
+ const jsxRuntime = require('react/jsx-runtime');
7
+ const cva = require('../../../lib/cva.cjs');
6
8
  const Loading = require('./Loading.cjs');
9
+ const Loaders_module = require('./Loaders.module.css.cjs');
7
10
 
8
- const spin = styledComponents.keyframes`
9
- from {
10
- transform: rotate(0deg) scaleX(-1);
11
- }
12
- to {
13
- transform: rotate(360deg) scaleX(-1);
14
- }
15
- `;
16
- const Loading_Animated = styledComponents.styled(Loading.default).withConfig({
17
- componentId: "sc-1ia82rw-0"
18
- })(["animation:", " 1s infinite linear;"], spin);
11
+ const Loading_Animated = ({
12
+ className,
13
+ ...props
14
+ }) => /* @__PURE__ */ jsxRuntime.jsx(Loading.default, { ...props, className: cva.cn(Loaders_module.default["loading-animated"], className) });
19
15
 
20
16
  exports.default = Loading_Animated;
21
17
  //# sourceMappingURL=Loading-Animated.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Loading-Animated.cjs","sources":["../../../../../src/components/Assets/Icons/Loading-Animated.tsx"],"sourcesContent":["import { keyframes, styled } from 'styled-components';\nimport Loading from './Loading';\n\nconst spin = keyframes`\n from {\n transform: rotate(0deg) scaleX(-1);\n }\n to {\n transform: rotate(360deg) scaleX(-1);\n }\n`;\n\nconst Loading_Animated = styled(Loading)`\n animation: ${spin} 1s infinite linear;\n`;\n\nexport default Loading_Animated;\n"],"names":["spin","keyframes","Loading_Animated","styled","Loading","withConfig","componentId"],"mappings":";;;;;;;AAGA,MAAMA,IAAAA,GAAOC,0BAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA,CAAAA;AASb,MAAMC,gBAAAA,GAAmBC,uBAAAA,CAAOC,eAAO,CAAA,CAACC,UAAAA,CAAA;AAAA,EAAAC,WAAAA,EAAA;AAAA,CAAA,CAAA,CAAA,CAAA,YAAA,EAAA,sBAAA,GACzBN,IAAI;;;;"}
1
+ {"version":3,"file":"Loading-Animated.cjs","sources":["../../../../../src/components/Assets/Icons/Loading-Animated.tsx"],"sourcesContent":["import type { SVGAssetProps } from '@/types';\nimport { cn } from '@/lib/cva';\nimport Loading from './Loading';\nimport styles from './Loaders.module.css';\n\nconst Loading_Animated = ({ className, ...props }: SVGAssetProps) => (\n <Loading\n {...props}\n className={cn(styles['loading-animated'], className)}\n />\n);\n\nexport default Loading_Animated;\n"],"names":["Loading_Animated","className","props","jsx","Loading","cn","styles"],"mappings":";;;;;;;;;AAKA,MAAMA,mBAAmBA,CAAC;AAAA,EAAEC,SAAAA;AAAAA,EAAW,GAAGC;AAAqB,CAAA,qBAC7DC,cAAA,CAACC,eAAA,EAAA,EACC,GAAIF,KAAAA,EACJ,SAAA,EAAWG,OAAGC,sBAAAA,CAAO,kBAAkB,CAAA,EAAGL,SAAS,CAAA,EAAE;;;;"}
@@ -1,19 +1,26 @@
1
+ require("./Loaders.css");
1
2
  'use strict';
2
3
 
3
4
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
5
 
5
6
  const jsxRuntime = require('react/jsx-runtime');
6
- const styledComponents = require('styled-components');
7
+ const cva = require('../../../lib/cva.cjs');
8
+ const Loaders_module = require('./Loaders.module.css.cjs');
7
9
 
8
- const Loading = (props) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, children: [
10
+ const Loading = ({
11
+ className,
12
+ // `theme` is destructured out so it is not forwarded onto the DOM <svg>: the
13
+ // original wrapped this icon in `styled(Loading)`, which consumed the `theme`
14
+ // prop and never rendered it as an attribute.
15
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
16
+ theme,
17
+ ...props
18
+ }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, className: cva.cn(Loaders_module.default.loading, className), children: [
9
19
  /* @__PURE__ */ jsxRuntime.jsx("path", { stroke: "#161517", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.25, d: "M7.625 8.875H4.5V5.75" }),
10
20
  /* @__PURE__ */ jsxRuntime.jsx("path", { stroke: "#161517", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M19.5 12A7.495 7.495 0 0 0 5.188 8.875" }),
11
21
  /* @__PURE__ */ jsxRuntime.jsx("path", { stroke: "#161517", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.25, d: "M16.375 15.125H19.5v3.125" }),
12
22
  /* @__PURE__ */ jsxRuntime.jsx("path", { stroke: "#161517", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4.5 12a7.495 7.495 0 0 0 14.312 3.125" })
13
23
  ] });
14
- const LoadingFlipped = styledComponents.styled(Loading).withConfig({
15
- componentId: "sc-1jt3d9w-0"
16
- })(["transform:scaleX(-1);"]);
17
24
 
18
- exports.default = LoadingFlipped;
25
+ exports.default = Loading;
19
26
  //# sourceMappingURL=Loading.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Loading.cjs","sources":["../../../../../src/components/Assets/Icons/Loading.tsx"],"sourcesContent":["import type { SVGAssetProps } from '@/types';\nimport { styled } from 'styled-components';\n\nconst Loading = (props: SVGAssetProps) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n {...props}\n >\n <path\n stroke=\"#161517\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.25}\n d=\"M7.625 8.875H4.5V5.75\"\n />\n <path\n stroke=\"#161517\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.5}\n d=\"M19.5 12A7.495 7.495 0 0 0 5.188 8.875\"\n />\n <path\n stroke=\"#161517\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.25}\n d=\"M16.375 15.125H19.5v3.125\"\n />\n <path\n stroke=\"#161517\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.5}\n d=\"M4.5 12a7.495 7.495 0 0 0 14.312 3.125\"\n />\n </svg>\n);\n\nconst LoadingFlipped = styled(Loading)`\n transform: scaleX(-1);\n`;\nexport default LoadingFlipped;\n"],"names":["Loading","props","jsxs","jsx","LoadingFlipped","styled","withConfig","componentId"],"mappings":";;;;;;;AAGA,MAAMA,UAAUA,CAACC,KAAAA,qBACfC,eAAA,CAAC,KAAA,EAAA,EACC,OAAM,4BAAA,EACN,KAAA,EAAO,EAAA,EACP,MAAA,EAAQ,IACR,OAAA,EAAQ,WAAA,EACR,IAAA,EAAK,MAAA,EACL,GAAID,KAAAA,EAEJ,QAAA,EAAA;AAAA,kBAAAE,cAAA,CAAC,MAAA,EAAA,EACC,MAAA,EAAO,SAAA,EACP,aAAA,EAAc,OAAA,EACd,gBAAe,OAAA,EACf,WAAA,EAAa,IAAA,EACb,CAAA,EAAE,uBAAA,EAAuB,CAAA;AAAA,kBAE3BA,cAAA,CAAC,MAAA,EAAA,EACC,MAAA,EAAO,SAAA,EACP,aAAA,EAAc,OAAA,EACd,cAAA,EAAe,OAAA,EACf,WAAA,EAAa,GAAA,EACb,CAAA,EAAE,wCAAA,EAAwC,CAAA;AAAA,kBAE5CA,cAAA,CAAC,MAAA,EAAA,EACC,MAAA,EAAO,SAAA,EACP,aAAA,EAAc,OAAA,EACd,cAAA,EAAe,OAAA,EACf,WAAA,EAAa,IAAA,EACb,CAAA,EAAE,2BAAA,EAA2B,CAAA;AAAA,kBAE/BA,cAAA,CAAC,MAAA,EAAA,EACC,MAAA,EAAO,SAAA,EACP,aAAA,EAAc,OAAA,EACd,cAAA,EAAe,OAAA,EACf,WAAA,EAAa,GAAA,EACb,CAAA,EAAE,wCAAA,EAAwC;AAAA,CAAA,EAE9C,CAAA;AAGF,MAAMC,cAAAA,GAAiBC,uBAAAA,CAAOL,OAAO,CAAA,CAACM,UAAAA,CAAA;AAAA,EAAAC,WAAAA,EAAA;AAAA,CAAA,CAAA,CAAA,CAAA,uBAAA,CAAA;;;;"}
1
+ {"version":3,"file":"Loading.cjs","sources":["../../../../../src/components/Assets/Icons/Loading.tsx"],"sourcesContent":["import type { SVGAssetProps } from '@/types';\nimport { cn } from '@/lib/cva';\nimport styles from './Loaders.module.css';\n\nconst Loading = ({\n className,\n // `theme` is destructured out so it is not forwarded onto the DOM <svg>: the\n // original wrapped this icon in `styled(Loading)`, which consumed the `theme`\n // prop and never rendered it as an attribute.\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n theme,\n ...props\n}: SVGAssetProps) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n {...props}\n className={cn(styles.loading, className)}\n >\n <path\n stroke=\"#161517\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.25}\n d=\"M7.625 8.875H4.5V5.75\"\n />\n <path\n stroke=\"#161517\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.5}\n d=\"M19.5 12A7.495 7.495 0 0 0 5.188 8.875\"\n />\n <path\n stroke=\"#161517\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.25}\n d=\"M16.375 15.125H19.5v3.125\"\n />\n <path\n stroke=\"#161517\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.5}\n d=\"M4.5 12a7.495 7.495 0 0 0 14.312 3.125\"\n />\n </svg>\n);\n\nexport default Loading;\n"],"names":["Loading","className","theme","props","cn","styles","loading","jsx"],"mappings":";;;;;;;;AAIA,MAAMA,UAAUA,CAAC;AAAA,EACfC,SAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA,EAKAC,KAAAA;AAAAA,EACA,GAAGC;AACU,CAAA,qCACZ,KAAA,EAAA,EACC,KAAA,EAAM,8BACN,KAAA,EAAO,EAAA,EACP,QAAQ,EAAA,EACR,OAAA,EAAQ,aACR,IAAA,EAAK,MAAA,EACL,GAAIA,KAAAA,EACJ,SAAA,EAAWC,OAAGC,sBAAAA,CAAOC,OAAAA,EAASL,SAAS,CAAA,EAEvC,QAAA,EAAA;AAAA,kBAAAM,cAAA,CAAC,MAAA,EAAA,EACC,MAAA,EAAO,SAAA,EACP,aAAA,EAAc,OAAA,EACd,gBAAe,OAAA,EACf,WAAA,EAAa,IAAA,EACb,CAAA,EAAE,uBAAA,EAAuB,CAAA;AAAA,kBAE3BA,cAAA,CAAC,MAAA,EAAA,EACC,MAAA,EAAO,SAAA,EACP,aAAA,EAAc,OAAA,EACd,cAAA,EAAe,OAAA,EACf,WAAA,EAAa,GAAA,EACb,CAAA,EAAE,wCAAA,EAAwC,CAAA;AAAA,kBAE5CA,cAAA,CAAC,MAAA,EAAA,EACC,MAAA,EAAO,SAAA,EACP,aAAA,EAAc,OAAA,EACd,cAAA,EAAe,OAAA,EACf,WAAA,EAAa,IAAA,EACb,CAAA,EAAE,2BAAA,EAA2B,CAAA;AAAA,kBAE/BA,cAAA,CAAC,MAAA,EAAA,EACC,MAAA,EAAO,SAAA,EACP,aAAA,EAAc,OAAA,EACd,cAAA,EAAe,OAAA,EACf,WAAA,EAAa,GAAA,EACb,CAAA,EAAE,wCAAA,EAAwC;AAAA,CAAA,EAE9C;;;;"}