@powerhousedao/notes-demo-package 1.0.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 (125) hide show
  1. package/LICENSE +661 -0
  2. package/README.md +179 -0
  3. package/dist/document-models/index.d.ts +3 -0
  4. package/dist/document-models/index.d.ts.map +1 -0
  5. package/dist/document-models/index.js +2 -0
  6. package/dist/document-models/notes/gen/actions.d.ts +4 -0
  7. package/dist/document-models/notes/gen/actions.d.ts.map +1 -0
  8. package/dist/document-models/notes/gen/actions.js +1 -0
  9. package/dist/document-models/notes/gen/creators.d.ts +2 -0
  10. package/dist/document-models/notes/gen/creators.d.ts.map +1 -0
  11. package/dist/document-models/notes/gen/creators.js +1 -0
  12. package/dist/document-models/notes/gen/document-model.d.ts +3 -0
  13. package/dist/document-models/notes/gen/document-model.d.ts.map +1 -0
  14. package/dist/document-models/notes/gen/document-model.js +103 -0
  15. package/dist/document-models/notes/gen/index.d.ts +6 -0
  16. package/dist/document-models/notes/gen/index.d.ts.map +1 -0
  17. package/dist/document-models/notes/gen/index.js +5 -0
  18. package/dist/document-models/notes/gen/notes/actions.d.ts +28 -0
  19. package/dist/document-models/notes/gen/notes/actions.d.ts.map +1 -0
  20. package/dist/document-models/notes/gen/notes/actions.js +1 -0
  21. package/dist/document-models/notes/gen/notes/creators.d.ts +9 -0
  22. package/dist/document-models/notes/gen/notes/creators.d.ts.map +1 -0
  23. package/dist/document-models/notes/gen/notes/creators.js +9 -0
  24. package/dist/document-models/notes/gen/notes/error.d.ts +2 -0
  25. package/dist/document-models/notes/gen/notes/error.d.ts.map +1 -0
  26. package/dist/document-models/notes/gen/notes/error.js +1 -0
  27. package/dist/document-models/notes/gen/notes/operations.d.ts +12 -0
  28. package/dist/document-models/notes/gen/notes/operations.d.ts.map +1 -0
  29. package/dist/document-models/notes/gen/notes/operations.js +3 -0
  30. package/dist/document-models/notes/gen/ph-factories.d.ts +23 -0
  31. package/dist/document-models/notes/gen/ph-factories.d.ts.map +1 -0
  32. package/dist/document-models/notes/gen/ph-factories.js +47 -0
  33. package/dist/document-models/notes/gen/reducer.d.ts +5 -0
  34. package/dist/document-models/notes/gen/reducer.d.ts.map +1 -0
  35. package/dist/document-models/notes/gen/reducer.js +37 -0
  36. package/dist/document-models/notes/gen/schema/index.d.ts +3 -0
  37. package/dist/document-models/notes/gen/schema/index.d.ts.map +1 -0
  38. package/dist/document-models/notes/gen/schema/index.js +2 -0
  39. package/dist/document-models/notes/gen/schema/types.d.ts +190 -0
  40. package/dist/document-models/notes/gen/schema/types.d.ts.map +1 -0
  41. package/dist/document-models/notes/gen/schema/types.js +1 -0
  42. package/dist/document-models/notes/gen/schema/zod.d.ts +50 -0
  43. package/dist/document-models/notes/gen/schema/zod.d.ts.map +1 -0
  44. package/dist/document-models/notes/gen/schema/zod.js +76 -0
  45. package/dist/document-models/notes/gen/types.d.ts +13 -0
  46. package/dist/document-models/notes/gen/types.d.ts.map +1 -0
  47. package/dist/document-models/notes/gen/types.js +2 -0
  48. package/dist/document-models/notes/gen/utils.d.ts +12 -0
  49. package/dist/document-models/notes/gen/utils.d.ts.map +1 -0
  50. package/dist/document-models/notes/gen/utils.js +34 -0
  51. package/dist/document-models/notes/index.d.ts +36 -0
  52. package/dist/document-models/notes/index.d.ts.map +1 -0
  53. package/dist/document-models/notes/index.js +22 -0
  54. package/dist/document-models/notes/src/reducers/notes.d.ts +3 -0
  55. package/dist/document-models/notes/src/reducers/notes.d.ts.map +1 -0
  56. package/dist/document-models/notes/src/reducers/notes.js +69 -0
  57. package/dist/document-models/notes/src/tests/document-model.test.d.ts +6 -0
  58. package/dist/document-models/notes/src/tests/document-model.test.d.ts.map +1 -0
  59. package/dist/document-models/notes/src/tests/document-model.test.js +18 -0
  60. package/dist/document-models/notes/src/tests/notes.test.d.ts +6 -0
  61. package/dist/document-models/notes/src/tests/notes.test.d.ts.map +1 -0
  62. package/dist/document-models/notes/src/tests/notes.test.js +32 -0
  63. package/dist/document-models/notes/src/utils.d.ts +2 -0
  64. package/dist/document-models/notes/src/utils.d.ts.map +1 -0
  65. package/dist/document-models/notes/src/utils.js +1 -0
  66. package/dist/editors/hooks/useNotesDocument.d.ts +4 -0
  67. package/dist/editors/hooks/useNotesDocument.d.ts.map +1 -0
  68. package/dist/editors/hooks/useNotesDocument.js +7 -0
  69. package/dist/editors/index.d.ts +3 -0
  70. package/dist/editors/index.d.ts.map +1 -0
  71. package/dist/editors/index.js +2 -0
  72. package/dist/editors/notes-editor/components/NoteList.d.ts +11 -0
  73. package/dist/editors/notes-editor/components/NoteList.d.ts.map +1 -0
  74. package/dist/editors/notes-editor/components/NoteList.js +5 -0
  75. package/dist/editors/notes-editor/components/NoteListItem.d.ts +9 -0
  76. package/dist/editors/notes-editor/components/NoteListItem.d.ts.map +1 -0
  77. package/dist/editors/notes-editor/components/NoteListItem.js +5 -0
  78. package/dist/editors/notes-editor/components/TextNoteEditor.d.ts +13 -0
  79. package/dist/editors/notes-editor/components/TextNoteEditor.d.ts.map +1 -0
  80. package/dist/editors/notes-editor/components/TextNoteEditor.js +29 -0
  81. package/dist/editors/notes-editor/components/TodoNoteEditor.d.ts +13 -0
  82. package/dist/editors/notes-editor/components/TodoNoteEditor.d.ts.map +1 -0
  83. package/dist/editors/notes-editor/components/TodoNoteEditor.js +34 -0
  84. package/dist/editors/notes-editor/editor.d.ts +2 -0
  85. package/dist/editors/notes-editor/editor.d.ts.map +1 -0
  86. package/dist/editors/notes-editor/editor.js +61 -0
  87. package/dist/editors/notes-editor/index.d.ts +3 -0
  88. package/dist/editors/notes-editor/index.d.ts.map +1 -0
  89. package/dist/editors/notes-editor/index.js +9 -0
  90. package/dist/index.d.ts +5 -0
  91. package/dist/index.d.ts.map +1 -0
  92. package/dist/index.js +6 -0
  93. package/dist/powerhouse.manifest.json +27 -0
  94. package/dist/processors/index.d.ts +2 -0
  95. package/dist/processors/index.d.ts.map +1 -0
  96. package/dist/processors/index.js +1 -0
  97. package/dist/style.css +656 -0
  98. package/dist/subgraphs/index.d.ts +3 -0
  99. package/dist/subgraphs/index.d.ts.map +1 -0
  100. package/dist/subgraphs/index.js +2 -0
  101. package/dist/subgraphs/notes/index.d.ts +11 -0
  102. package/dist/subgraphs/notes/index.d.ts.map +1 -0
  103. package/dist/subgraphs/notes/index.js +11 -0
  104. package/dist/subgraphs/notes/resolvers.d.ts +3 -0
  105. package/dist/subgraphs/notes/resolvers.d.ts.map +1 -0
  106. package/dist/subgraphs/notes/resolvers.js +144 -0
  107. package/dist/subgraphs/notes/schema.d.ts +3 -0
  108. package/dist/subgraphs/notes/schema.d.ts.map +1 -0
  109. package/dist/subgraphs/notes/schema.js +80 -0
  110. package/dist/subgraphs/notes copy/index.d.ts +11 -0
  111. package/dist/subgraphs/notes copy/index.d.ts.map +1 -0
  112. package/dist/subgraphs/notes copy/index.js +11 -0
  113. package/dist/subgraphs/notes copy/resolvers.d.ts +3 -0
  114. package/dist/subgraphs/notes copy/resolvers.d.ts.map +1 -0
  115. package/dist/subgraphs/notes copy/resolvers.js +156 -0
  116. package/dist/subgraphs/notes copy/schema.d.ts +3 -0
  117. package/dist/subgraphs/notes copy/schema.d.ts.map +1 -0
  118. package/dist/subgraphs/notes copy/schema.js +80 -0
  119. package/dist/vite.config.d.ts +3 -0
  120. package/dist/vite.config.d.ts.map +1 -0
  121. package/dist/vite.config.js +13 -0
  122. package/dist/vitest.config.d.ts +3 -0
  123. package/dist/vitest.config.d.ts.map +1 -0
  124. package/dist/vitest.config.js +8 -0
  125. package/package.json +118 -0
package/dist/style.css ADDED
@@ -0,0 +1,656 @@
1
+ /*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: "Inter", sans-serif;
7
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
8
+ "Courier New", monospace;
9
+ --color-red-600: hsl(4 81% 74%);
10
+ --color-red-700: hsl(4 81% 69%);
11
+ --color-orange-600: hsl(32 100% 65%);
12
+ --color-orange-700: hsl(32 100% 60%);
13
+ --color-green-100: hsl(134 51% 89%);
14
+ --color-green-500: hsl(136 53% 66%);
15
+ --color-green-600: hsl(136 53% 60%);
16
+ --color-green-700: hsl(136 52% 55%);
17
+ --color-green-800: hsl(136 53% 49%);
18
+ --color-blue-50: oklch(97% 0.014 254.604);
19
+ --color-blue-100: hsl(209 100% 90%);
20
+ --color-blue-500: hsl(209 100% 70%);
21
+ --color-blue-600: hsl(209 100% 65%);
22
+ --color-blue-700: hsl(209 100% 60%);
23
+ --color-blue-800: hsl(209 100% 55%);
24
+ --color-gray-50: hsl(0 0% 99%);
25
+ --color-gray-200: hsl(0 0% 94%);
26
+ --color-gray-300: hsl(210 3% 85%);
27
+ --color-gray-400: hsl(180 2% 78%);
28
+ --color-gray-500: hsl(200 2% 63%);
29
+ --color-gray-700: hsl(189 5% 29%);
30
+ --color-gray-900: hsl(192 5% 21%);
31
+ --color-white: hsl(0 0% 100%);
32
+ --spacing: 0.25rem;
33
+ --container-3xl: 48rem;
34
+ --text-xs: 0.75rem;
35
+ --text-xs--line-height: calc(1 / 0.75);
36
+ --text-sm: 0.875rem;
37
+ --text-sm--line-height: calc(1.25 / 0.875);
38
+ --text-lg: 1.125rem;
39
+ --text-lg--line-height: calc(1.75 / 1.125);
40
+ --font-weight-medium: 500;
41
+ --font-weight-semibold: 600;
42
+ --radius-md: 0.375rem;
43
+ --radius-lg: 0.5rem;
44
+ --default-transition-duration: 150ms;
45
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
46
+ --default-font-family: var(--font-sans);
47
+ --default-mono-font-family: var(--font-mono);
48
+ }
49
+ }
50
+ @layer base {
51
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
52
+ box-sizing: border-box;
53
+ margin: 0;
54
+ padding: 0;
55
+ border: 0 solid;
56
+ }
57
+ html, :host {
58
+ line-height: 1.5;
59
+ -webkit-text-size-adjust: 100%;
60
+ tab-size: 4;
61
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
62
+ font-feature-settings: var(--default-font-feature-settings, normal);
63
+ font-variation-settings: var(--default-font-variation-settings, normal);
64
+ -webkit-tap-highlight-color: transparent;
65
+ }
66
+ hr {
67
+ height: 0;
68
+ color: inherit;
69
+ border-top-width: 1px;
70
+ }
71
+ abbr:where([title]) {
72
+ -webkit-text-decoration: underline dotted;
73
+ text-decoration: underline dotted;
74
+ }
75
+ h1, h2, h3, h4, h5, h6 {
76
+ font-size: inherit;
77
+ font-weight: inherit;
78
+ }
79
+ a {
80
+ color: inherit;
81
+ -webkit-text-decoration: inherit;
82
+ text-decoration: inherit;
83
+ }
84
+ b, strong {
85
+ font-weight: bolder;
86
+ }
87
+ code, kbd, samp, pre {
88
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
89
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
90
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
91
+ font-size: 1em;
92
+ }
93
+ small {
94
+ font-size: 80%;
95
+ }
96
+ sub, sup {
97
+ font-size: 75%;
98
+ line-height: 0;
99
+ position: relative;
100
+ vertical-align: baseline;
101
+ }
102
+ sub {
103
+ bottom: -0.25em;
104
+ }
105
+ sup {
106
+ top: -0.5em;
107
+ }
108
+ table {
109
+ text-indent: 0;
110
+ border-color: inherit;
111
+ border-collapse: collapse;
112
+ }
113
+ :-moz-focusring {
114
+ outline: auto;
115
+ }
116
+ progress {
117
+ vertical-align: baseline;
118
+ }
119
+ summary {
120
+ display: list-item;
121
+ }
122
+ ol, ul, menu {
123
+ list-style: none;
124
+ }
125
+ img, svg, video, canvas, audio, iframe, embed, object {
126
+ display: block;
127
+ vertical-align: middle;
128
+ }
129
+ img, video {
130
+ max-width: 100%;
131
+ height: auto;
132
+ }
133
+ button, input, select, optgroup, textarea, ::file-selector-button {
134
+ font: inherit;
135
+ font-feature-settings: inherit;
136
+ font-variation-settings: inherit;
137
+ letter-spacing: inherit;
138
+ color: inherit;
139
+ border-radius: 0;
140
+ background-color: transparent;
141
+ opacity: 1;
142
+ }
143
+ :where(select:is([multiple], [size])) optgroup {
144
+ font-weight: bolder;
145
+ }
146
+ :where(select:is([multiple], [size])) optgroup option {
147
+ padding-inline-start: 20px;
148
+ }
149
+ ::file-selector-button {
150
+ margin-inline-end: 4px;
151
+ }
152
+ ::placeholder {
153
+ opacity: 1;
154
+ }
155
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
156
+ ::placeholder {
157
+ color: currentcolor;
158
+ @supports (color: color-mix(in lab, red, red)) {
159
+ color: color-mix(in oklab, currentcolor 50%, transparent);
160
+ }
161
+ }
162
+ }
163
+ textarea {
164
+ resize: vertical;
165
+ }
166
+ ::-webkit-search-decoration {
167
+ -webkit-appearance: none;
168
+ }
169
+ ::-webkit-date-and-time-value {
170
+ min-height: 1lh;
171
+ text-align: inherit;
172
+ }
173
+ ::-webkit-datetime-edit {
174
+ display: inline-flex;
175
+ }
176
+ ::-webkit-datetime-edit-fields-wrapper {
177
+ padding: 0;
178
+ }
179
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
180
+ padding-block: 0;
181
+ }
182
+ ::-webkit-calendar-picker-indicator {
183
+ line-height: 1;
184
+ }
185
+ :-moz-ui-invalid {
186
+ box-shadow: none;
187
+ }
188
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
189
+ appearance: button;
190
+ }
191
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
192
+ height: auto;
193
+ }
194
+ [hidden]:where(:not([hidden="until-found"])) {
195
+ display: none !important;
196
+ }
197
+ }
198
+ @layer utilities {
199
+ .visible {
200
+ visibility: visible;
201
+ }
202
+ .absolute {
203
+ position: absolute;
204
+ }
205
+ .fixed {
206
+ position: fixed;
207
+ }
208
+ .mx-auto {
209
+ margin-inline: auto;
210
+ }
211
+ .mt-1 {
212
+ margin-top: calc(var(--spacing) * 1);
213
+ }
214
+ .mt-4 {
215
+ margin-top: calc(var(--spacing) * 4);
216
+ }
217
+ .mt-8 {
218
+ margin-top: calc(var(--spacing) * 8);
219
+ }
220
+ .mb-2 {
221
+ margin-bottom: calc(var(--spacing) * 2);
222
+ }
223
+ .mb-3 {
224
+ margin-bottom: calc(var(--spacing) * 3);
225
+ }
226
+ .block {
227
+ display: block;
228
+ }
229
+ .contents {
230
+ display: contents;
231
+ }
232
+ .flex {
233
+ display: flex;
234
+ }
235
+ .h-6 {
236
+ height: calc(var(--spacing) * 6);
237
+ }
238
+ .h-12 {
239
+ height: calc(var(--spacing) * 12);
240
+ }
241
+ .h-full {
242
+ height: 100%;
243
+ }
244
+ .h-screen {
245
+ height: 100vh;
246
+ }
247
+ .w-6 {
248
+ width: calc(var(--spacing) * 6);
249
+ }
250
+ .w-12 {
251
+ width: calc(var(--spacing) * 12);
252
+ }
253
+ .w-80 {
254
+ width: calc(var(--spacing) * 80);
255
+ }
256
+ .w-full {
257
+ width: 100%;
258
+ }
259
+ .max-w-3xl {
260
+ max-width: var(--container-3xl);
261
+ }
262
+ .flex-1 {
263
+ flex: 1;
264
+ }
265
+ .cursor-pointer {
266
+ cursor: pointer;
267
+ }
268
+ .flex-col {
269
+ flex-direction: column;
270
+ }
271
+ .items-center {
272
+ align-items: center;
273
+ }
274
+ .items-start {
275
+ align-items: flex-start;
276
+ }
277
+ .justify-between {
278
+ justify-content: space-between;
279
+ }
280
+ .justify-center {
281
+ justify-content: center;
282
+ }
283
+ .gap-2 {
284
+ gap: calc(var(--spacing) * 2);
285
+ }
286
+ .gap-3 {
287
+ gap: calc(var(--spacing) * 3);
288
+ }
289
+ .gap-4 {
290
+ gap: calc(var(--spacing) * 4);
291
+ }
292
+ .space-y-2 {
293
+ :where(& > :not(:last-child)) {
294
+ --tw-space-y-reverse: 0;
295
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
296
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
297
+ }
298
+ }
299
+ .space-y-4 {
300
+ :where(& > :not(:last-child)) {
301
+ --tw-space-y-reverse: 0;
302
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
303
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
304
+ }
305
+ }
306
+ .space-y-6 {
307
+ :where(& > :not(:last-child)) {
308
+ --tw-space-y-reverse: 0;
309
+ margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
310
+ margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
311
+ }
312
+ }
313
+ .truncate {
314
+ overflow: hidden;
315
+ text-overflow: ellipsis;
316
+ white-space: nowrap;
317
+ }
318
+ .overflow-hidden {
319
+ overflow: hidden;
320
+ }
321
+ .overflow-y-auto {
322
+ overflow-y: auto;
323
+ }
324
+ .rounded {
325
+ border-radius: 0.25rem;
326
+ }
327
+ .rounded-lg {
328
+ border-radius: var(--radius-lg);
329
+ }
330
+ .rounded-md {
331
+ border-radius: var(--radius-md);
332
+ }
333
+ .border {
334
+ border-style: var(--tw-border-style);
335
+ border-width: 1px;
336
+ }
337
+ .border-r {
338
+ border-right-style: var(--tw-border-style);
339
+ border-right-width: 1px;
340
+ }
341
+ .border-b {
342
+ border-bottom-style: var(--tw-border-style);
343
+ border-bottom-width: 1px;
344
+ }
345
+ .border-blue-500 {
346
+ border-color: var(--color-blue-500);
347
+ }
348
+ .border-gray-200 {
349
+ border-color: var(--color-gray-200);
350
+ }
351
+ .border-gray-300 {
352
+ border-color: var(--color-gray-300);
353
+ }
354
+ .bg-blue-50 {
355
+ background-color: var(--color-blue-50);
356
+ }
357
+ .bg-blue-100 {
358
+ background-color: var(--color-blue-100);
359
+ }
360
+ .bg-blue-600 {
361
+ background-color: var(--color-blue-600);
362
+ }
363
+ .bg-gray-50 {
364
+ background-color: var(--color-gray-50);
365
+ }
366
+ .bg-green-100 {
367
+ background-color: var(--color-green-100);
368
+ }
369
+ .bg-green-600 {
370
+ background-color: var(--color-green-600);
371
+ }
372
+ .bg-orange-600 {
373
+ background-color: var(--color-orange-600);
374
+ }
375
+ .bg-red-600 {
376
+ background-color: var(--color-red-600);
377
+ }
378
+ .bg-white {
379
+ background-color: var(--color-white);
380
+ }
381
+ .p-3 {
382
+ padding: calc(var(--spacing) * 3);
383
+ }
384
+ .p-4 {
385
+ padding: calc(var(--spacing) * 4);
386
+ }
387
+ .p-6 {
388
+ padding: calc(var(--spacing) * 6);
389
+ }
390
+ .px-2 {
391
+ padding-inline: calc(var(--spacing) * 2);
392
+ }
393
+ .px-3 {
394
+ padding-inline: calc(var(--spacing) * 3);
395
+ }
396
+ .px-4 {
397
+ padding-inline: calc(var(--spacing) * 4);
398
+ }
399
+ .px-6 {
400
+ padding-inline: calc(var(--spacing) * 6);
401
+ }
402
+ .py-1 {
403
+ padding-block: calc(var(--spacing) * 1);
404
+ }
405
+ .py-2 {
406
+ padding-block: calc(var(--spacing) * 2);
407
+ }
408
+ .py-3 {
409
+ padding-block: calc(var(--spacing) * 3);
410
+ }
411
+ .py-4 {
412
+ padding-block: calc(var(--spacing) * 4);
413
+ }
414
+ .text-center {
415
+ text-align: center;
416
+ }
417
+ .text-lg {
418
+ font-size: var(--text-lg);
419
+ line-height: var(--tw-leading, var(--text-lg--line-height));
420
+ }
421
+ .text-sm {
422
+ font-size: var(--text-sm);
423
+ line-height: var(--tw-leading, var(--text-sm--line-height));
424
+ }
425
+ .text-xs {
426
+ font-size: var(--text-xs);
427
+ line-height: var(--tw-leading, var(--text-xs--line-height));
428
+ }
429
+ .font-medium {
430
+ --tw-font-weight: var(--font-weight-medium);
431
+ font-weight: var(--font-weight-medium);
432
+ }
433
+ .font-semibold {
434
+ --tw-font-weight: var(--font-weight-semibold);
435
+ font-weight: var(--font-weight-semibold);
436
+ }
437
+ .text-blue-800 {
438
+ color: var(--color-blue-800);
439
+ }
440
+ .text-gray-300 {
441
+ color: var(--color-gray-300);
442
+ }
443
+ .text-gray-400 {
444
+ color: var(--color-gray-400);
445
+ }
446
+ .text-gray-500 {
447
+ color: var(--color-gray-500);
448
+ }
449
+ .text-gray-700 {
450
+ color: var(--color-gray-700);
451
+ }
452
+ .text-gray-900 {
453
+ color: var(--color-gray-900);
454
+ }
455
+ .text-green-600 {
456
+ color: var(--color-green-600);
457
+ }
458
+ .text-green-800 {
459
+ color: var(--color-green-800);
460
+ }
461
+ .text-orange-600 {
462
+ color: var(--color-orange-600);
463
+ }
464
+ .text-white {
465
+ color: var(--color-white);
466
+ }
467
+ .line-through {
468
+ text-decoration-line: line-through;
469
+ }
470
+ .transition-all {
471
+ transition-property: all;
472
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
473
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
474
+ }
475
+ .transition-colors {
476
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
477
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
478
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
479
+ }
480
+ .hover\:bg-blue-700 {
481
+ &:hover {
482
+ @media (hover: hover) {
483
+ background-color: var(--color-blue-700);
484
+ }
485
+ }
486
+ }
487
+ .hover\:bg-green-700 {
488
+ &:hover {
489
+ @media (hover: hover) {
490
+ background-color: var(--color-green-700);
491
+ }
492
+ }
493
+ }
494
+ .hover\:bg-orange-700 {
495
+ &:hover {
496
+ @media (hover: hover) {
497
+ background-color: var(--color-orange-700);
498
+ }
499
+ }
500
+ }
501
+ .hover\:bg-red-700 {
502
+ &:hover {
503
+ @media (hover: hover) {
504
+ background-color: var(--color-red-700);
505
+ }
506
+ }
507
+ }
508
+ .hover\:shadow-md {
509
+ &:hover {
510
+ @media (hover: hover) {
511
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
512
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
513
+ }
514
+ }
515
+ }
516
+ .focus\:border-blue-500 {
517
+ &:focus {
518
+ border-color: var(--color-blue-500);
519
+ }
520
+ }
521
+ .focus\:border-green-500 {
522
+ &:focus {
523
+ border-color: var(--color-green-500);
524
+ }
525
+ }
526
+ .focus\:ring-1 {
527
+ &:focus {
528
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
529
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
530
+ }
531
+ }
532
+ .focus\:ring-2 {
533
+ &:focus {
534
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
535
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
536
+ }
537
+ }
538
+ .focus\:ring-blue-500 {
539
+ &:focus {
540
+ --tw-ring-color: var(--color-blue-500);
541
+ }
542
+ }
543
+ .focus\:ring-green-500 {
544
+ &:focus {
545
+ --tw-ring-color: var(--color-green-500);
546
+ }
547
+ }
548
+ .focus\:outline-none {
549
+ &:focus {
550
+ --tw-outline-style: none;
551
+ outline-style: none;
552
+ }
553
+ }
554
+ }
555
+ @property --tw-space-y-reverse {
556
+ syntax: "*";
557
+ inherits: false;
558
+ initial-value: 0;
559
+ }
560
+ @property --tw-border-style {
561
+ syntax: "*";
562
+ inherits: false;
563
+ initial-value: solid;
564
+ }
565
+ @property --tw-font-weight {
566
+ syntax: "*";
567
+ inherits: false;
568
+ }
569
+ @property --tw-shadow {
570
+ syntax: "*";
571
+ inherits: false;
572
+ initial-value: 0 0 #0000;
573
+ }
574
+ @property --tw-shadow-color {
575
+ syntax: "*";
576
+ inherits: false;
577
+ }
578
+ @property --tw-shadow-alpha {
579
+ syntax: "<percentage>";
580
+ inherits: false;
581
+ initial-value: 100%;
582
+ }
583
+ @property --tw-inset-shadow {
584
+ syntax: "*";
585
+ inherits: false;
586
+ initial-value: 0 0 #0000;
587
+ }
588
+ @property --tw-inset-shadow-color {
589
+ syntax: "*";
590
+ inherits: false;
591
+ }
592
+ @property --tw-inset-shadow-alpha {
593
+ syntax: "<percentage>";
594
+ inherits: false;
595
+ initial-value: 100%;
596
+ }
597
+ @property --tw-ring-color {
598
+ syntax: "*";
599
+ inherits: false;
600
+ }
601
+ @property --tw-ring-shadow {
602
+ syntax: "*";
603
+ inherits: false;
604
+ initial-value: 0 0 #0000;
605
+ }
606
+ @property --tw-inset-ring-color {
607
+ syntax: "*";
608
+ inherits: false;
609
+ }
610
+ @property --tw-inset-ring-shadow {
611
+ syntax: "*";
612
+ inherits: false;
613
+ initial-value: 0 0 #0000;
614
+ }
615
+ @property --tw-ring-inset {
616
+ syntax: "*";
617
+ inherits: false;
618
+ }
619
+ @property --tw-ring-offset-width {
620
+ syntax: "<length>";
621
+ inherits: false;
622
+ initial-value: 0px;
623
+ }
624
+ @property --tw-ring-offset-color {
625
+ syntax: "*";
626
+ inherits: false;
627
+ initial-value: #fff;
628
+ }
629
+ @property --tw-ring-offset-shadow {
630
+ syntax: "*";
631
+ inherits: false;
632
+ initial-value: 0 0 #0000;
633
+ }
634
+ @layer properties {
635
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
636
+ *, ::before, ::after, ::backdrop {
637
+ --tw-space-y-reverse: 0;
638
+ --tw-border-style: solid;
639
+ --tw-font-weight: initial;
640
+ --tw-shadow: 0 0 #0000;
641
+ --tw-shadow-color: initial;
642
+ --tw-shadow-alpha: 100%;
643
+ --tw-inset-shadow: 0 0 #0000;
644
+ --tw-inset-shadow-color: initial;
645
+ --tw-inset-shadow-alpha: 100%;
646
+ --tw-ring-color: initial;
647
+ --tw-ring-shadow: 0 0 #0000;
648
+ --tw-inset-ring-color: initial;
649
+ --tw-inset-ring-shadow: 0 0 #0000;
650
+ --tw-ring-inset: initial;
651
+ --tw-ring-offset-width: 0px;
652
+ --tw-ring-offset-color: #fff;
653
+ --tw-ring-offset-shadow: 0 0 #0000;
654
+ }
655
+ }
656
+ }
@@ -0,0 +1,3 @@
1
+ export {};
2
+ export * as NotesCopySubgraph from "./notes copy/index.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../subgraphs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC;AACV,OAAO,KAAK,iBAAiB,MAAM,uBAAuB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ export * as NotesCopySubgraph from "./notes copy/index.js";
@@ -0,0 +1,11 @@
1
+ import { BaseSubgraph } from "@powerhousedao/reactor-api";
2
+ import type { DocumentNode } from "graphql";
3
+ export declare class NotesSubgraph extends BaseSubgraph {
4
+ name: string;
5
+ typeDefs: DocumentNode;
6
+ resolvers: Record<string, unknown>;
7
+ additionalContextFields: {};
8
+ onSetup(): Promise<void>;
9
+ onDisconnect(): Promise<void>;
10
+ }
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../subgraphs/notes/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAI5C,qBAAa,aAAc,SAAQ,YAAY;IAC7C,IAAI,SAAW;IACf,QAAQ,EAAE,YAAY,CAAU;IAChC,SAAS,0BAAsB;IAC/B,uBAAuB,KAAM;IACvB,OAAO;IACP,YAAY;CACnB"}
@@ -0,0 +1,11 @@
1
+ import { BaseSubgraph } from "@powerhousedao/reactor-api";
2
+ import { schema } from "./schema.js";
3
+ import { getResolvers } from "./resolvers.js";
4
+ export class NotesSubgraph extends BaseSubgraph {
5
+ name = "notes";
6
+ typeDefs = schema;
7
+ resolvers = getResolvers(this);
8
+ additionalContextFields = {};
9
+ async onSetup() { }
10
+ async onDisconnect() { }
11
+ }
@@ -0,0 +1,3 @@
1
+ import type { BaseSubgraph } from "@powerhousedao/reactor-api";
2
+ export declare const getResolvers: (subgraph: BaseSubgraph) => Record<string, unknown>;
3
+ //# sourceMappingURL=resolvers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resolvers.d.ts","sourceRoot":"","sources":["../../../subgraphs/notes/resolvers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAc/D,eAAO,MAAM,YAAY,GACvB,UAAU,YAAY,KACrB,MAAM,CAAC,MAAM,EAAE,OAAO,CA6MxB,CAAC"}