amotify 0.3.4 → 0.3.6

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/index.d.ts CHANGED
@@ -79,348 +79,342 @@ declare const amotify: {
79
79
  }) => void;
80
80
  useUpdateEffect: (effect: () => void | (() => void), deps: any[]) => void;
81
81
  pageRouter: utils.pageRouter.Methods;
82
- ColorObjects: {
82
+ ColorRecords: {
83
83
  key: utils.Themecolor;
84
- isBrand: boolean;
85
- isAvocado: boolean;
84
+ isBrand?: true | undefined;
85
+ hex: string;
86
86
  }[];
87
87
  SetThemeColorTag: () => void;
88
- DarkmodeColors: {
89
- light: string;
90
- dark: string;
91
- dim: string;
92
- auto(): string;
93
- };
94
88
  ThemeColors: {
95
89
  comun: {
96
90
  alfa(alfa?: number | undefined): string;
97
- isBrand: boolean;
98
- isAvocado: boolean;
91
+ hex: string;
92
+ isBrand?: true | undefined;
99
93
  };
100
94
  leaf: {
101
95
  alfa(alfa?: number | undefined): string;
102
- isBrand: boolean;
103
- isAvocado: boolean;
96
+ hex: string;
97
+ isBrand?: true | undefined;
104
98
  };
105
99
  heart: {
106
100
  alfa(alfa?: number | undefined): string;
107
- isBrand: boolean;
108
- isAvocado: boolean;
101
+ hex: string;
102
+ isBrand?: true | undefined;
109
103
  };
110
104
  droplet: {
111
105
  alfa(alfa?: number | undefined): string;
112
- isBrand: boolean;
113
- isAvocado: boolean;
106
+ hex: string;
107
+ isBrand?: true | undefined;
114
108
  };
115
109
  brick: {
116
110
  alfa(alfa?: number | undefined): string;
117
- isBrand: boolean;
118
- isAvocado: boolean;
111
+ hex: string;
112
+ isBrand?: true | undefined;
119
113
  };
120
114
  flower: {
121
115
  alfa(alfa?: number | undefined): string;
122
- isBrand: boolean;
123
- isAvocado: boolean;
116
+ hex: string;
117
+ isBrand?: true | undefined;
124
118
  };
125
119
  lip: {
126
120
  alfa(alfa?: number | undefined): string;
127
- isBrand: boolean;
128
- isAvocado: boolean;
121
+ hex: string;
122
+ isBrand?: true | undefined;
129
123
  };
130
124
  wine: {
131
125
  alfa(alfa?: number | undefined): string;
132
- isBrand: boolean;
133
- isAvocado: boolean;
126
+ hex: string;
127
+ isBrand?: true | undefined;
134
128
  };
135
129
  theater: {
136
130
  alfa(alfa?: number | undefined): string;
137
- isBrand: boolean;
138
- isAvocado: boolean;
131
+ hex: string;
132
+ isBrand?: true | undefined;
139
133
  };
140
134
  bat: {
141
135
  alfa(alfa?: number | undefined): string;
142
- isBrand: boolean;
143
- isAvocado: boolean;
136
+ hex: string;
137
+ isBrand?: true | undefined;
144
138
  };
145
139
  poizon: {
146
140
  alfa(alfa?: number | undefined): string;
147
- isBrand: boolean;
148
- isAvocado: boolean;
141
+ hex: string;
142
+ isBrand?: true | undefined;
149
143
  };
150
144
  eggplant: {
151
145
  alfa(alfa?: number | undefined): string;
152
- isBrand: boolean;
153
- isAvocado: boolean;
146
+ hex: string;
147
+ isBrand?: true | undefined;
154
148
  };
155
149
  ufo: {
156
150
  alfa(alfa?: number | undefined): string;
157
- isBrand: boolean;
158
- isAvocado: boolean;
151
+ hex: string;
152
+ isBrand?: true | undefined;
159
153
  };
160
154
  alien: {
161
155
  alfa(alfa?: number | undefined): string;
162
- isBrand: boolean;
163
- isAvocado: boolean;
156
+ hex: string;
157
+ isBrand?: true | undefined;
164
158
  };
165
159
  tombstone: {
166
160
  alfa(alfa?: number | undefined): string;
167
- isBrand: boolean;
168
- isAvocado: boolean;
161
+ hex: string;
162
+ isBrand?: true | undefined;
169
163
  };
170
164
  ninja: {
171
165
  alfa(alfa?: number | undefined): string;
172
- isBrand: boolean;
173
- isAvocado: boolean;
166
+ hex: string;
167
+ isBrand?: true | undefined;
174
168
  };
175
169
  moon: {
176
170
  alfa(alfa?: number | undefined): string;
177
- isBrand: boolean;
178
- isAvocado: boolean;
171
+ hex: string;
172
+ isBrand?: true | undefined;
179
173
  };
180
174
  rain: {
181
175
  alfa(alfa?: number | undefined): string;
182
- isBrand: boolean;
183
- isAvocado: boolean;
176
+ hex: string;
177
+ isBrand?: true | undefined;
184
178
  };
185
179
  unicorn: {
186
180
  alfa(alfa?: number | undefined): string;
187
- isBrand: boolean;
188
- isAvocado: boolean;
181
+ hex: string;
182
+ isBrand?: true | undefined;
189
183
  };
190
184
  axe: {
191
185
  alfa(alfa?: number | undefined): string;
192
- isBrand: boolean;
193
- isAvocado: boolean;
186
+ hex: string;
187
+ isBrand?: true | undefined;
194
188
  };
195
189
  gem: {
196
190
  alfa(alfa?: number | undefined): string;
197
- isBrand: boolean;
198
- isAvocado: boolean;
191
+ hex: string;
192
+ isBrand?: true | undefined;
199
193
  };
200
194
  soap: {
201
195
  alfa(alfa?: number | undefined): string;
202
- isBrand: boolean;
203
- isAvocado: boolean;
196
+ hex: string;
197
+ isBrand?: true | undefined;
204
198
  };
205
199
  drizzle: {
206
200
  alfa(alfa?: number | undefined): string;
207
- isBrand: boolean;
208
- isAvocado: boolean;
201
+ hex: string;
202
+ isBrand?: true | undefined;
209
203
  };
210
204
  building: {
211
205
  alfa(alfa?: number | undefined): string;
212
- isBrand: boolean;
213
- isAvocado: boolean;
206
+ hex: string;
207
+ isBrand?: true | undefined;
214
208
  };
215
209
  fish: {
216
210
  alfa(alfa?: number | undefined): string;
217
- isBrand: boolean;
218
- isAvocado: boolean;
211
+ hex: string;
212
+ isBrand?: true | undefined;
219
213
  };
220
214
  icicles: {
221
215
  alfa(alfa?: number | undefined): string;
222
- isBrand: boolean;
223
- isAvocado: boolean;
216
+ hex: string;
217
+ isBrand?: true | undefined;
224
218
  };
225
219
  water: {
226
220
  alfa(alfa?: number | undefined): string;
227
- isBrand: boolean;
228
- isAvocado: boolean;
221
+ hex: string;
222
+ isBrand?: true | undefined;
229
223
  };
230
224
  tree1: {
231
225
  alfa(alfa?: number | undefined): string;
232
- isBrand: boolean;
233
- isAvocado: boolean;
226
+ hex: string;
227
+ isBrand?: true | undefined;
234
228
  };
235
229
  tree2: {
236
230
  alfa(alfa?: number | undefined): string;
237
- isBrand: boolean;
238
- isAvocado: boolean;
231
+ hex: string;
232
+ isBrand?: true | undefined;
239
233
  };
240
234
  tree3: {
241
235
  alfa(alfa?: number | undefined): string;
242
- isBrand: boolean;
243
- isAvocado: boolean;
236
+ hex: string;
237
+ isBrand?: true | undefined;
244
238
  };
245
239
  battery: {
246
240
  alfa(alfa?: number | undefined): string;
247
- isBrand: boolean;
248
- isAvocado: boolean;
241
+ hex: string;
242
+ isBrand?: true | undefined;
249
243
  };
250
244
  seedle: {
251
245
  alfa(alfa?: number | undefined): string;
252
- isBrand: boolean;
253
- isAvocado: boolean;
246
+ hex: string;
247
+ isBrand?: true | undefined;
254
248
  };
255
249
  greenTea: {
256
250
  alfa(alfa?: number | undefined): string;
257
- isBrand: boolean;
258
- isAvocado: boolean;
251
+ hex: string;
252
+ isBrand?: true | undefined;
259
253
  };
260
254
  oak: {
261
255
  alfa(alfa?: number | undefined): string;
262
- isBrand: boolean;
263
- isAvocado: boolean;
256
+ hex: string;
257
+ isBrand?: true | undefined;
264
258
  };
265
259
  salad: {
266
260
  alfa(alfa?: number | undefined): string;
267
- isBrand: boolean;
268
- isAvocado: boolean;
261
+ hex: string;
262
+ isBrand?: true | undefined;
269
263
  };
270
264
  cloudy: {
271
265
  alfa(alfa?: number | undefined): string;
272
- isBrand: boolean;
273
- isAvocado: boolean;
266
+ hex: string;
267
+ isBrand?: true | undefined;
274
268
  };
275
269
  lemon: {
276
270
  alfa(alfa?: number | undefined): string;
277
- isBrand: boolean;
278
- isAvocado: boolean;
271
+ hex: string;
272
+ isBrand?: true | undefined;
279
273
  };
280
274
  angel: {
281
275
  alfa(alfa?: number | undefined): string;
282
- isBrand: boolean;
283
- isAvocado: boolean;
276
+ hex: string;
277
+ isBrand?: true | undefined;
284
278
  };
285
279
  parasol: {
286
280
  alfa(alfa?: number | undefined): string;
287
- isBrand: boolean;
288
- isAvocado: boolean;
281
+ hex: string;
282
+ isBrand?: true | undefined;
289
283
  };
290
284
  pizza: {
291
285
  alfa(alfa?: number | undefined): string;
292
- isBrand: boolean;
293
- isAvocado: boolean;
286
+ hex: string;
287
+ isBrand?: true | undefined;
294
288
  };
295
289
  thunder: {
296
290
  alfa(alfa?: number | undefined): string;
297
- isBrand: boolean;
298
- isAvocado: boolean;
291
+ hex: string;
292
+ isBrand?: true | undefined;
299
293
  };
300
294
  latte: {
301
295
  alfa(alfa?: number | undefined): string;
302
- isBrand: boolean;
303
- isAvocado: boolean;
296
+ hex: string;
297
+ isBrand?: true | undefined;
304
298
  };
305
299
  island: {
306
300
  alfa(alfa?: number | undefined): string;
307
- isBrand: boolean;
308
- isAvocado: boolean;
301
+ hex: string;
302
+ isBrand?: true | undefined;
309
303
  };
310
304
  shovel: {
311
305
  alfa(alfa?: number | undefined): string;
312
- isBrand: boolean;
313
- isAvocado: boolean;
306
+ hex: string;
307
+ isBrand?: true | undefined;
314
308
  };
315
309
  coffee: {
316
310
  alfa(alfa?: number | undefined): string;
317
- isBrand: boolean;
318
- isAvocado: boolean;
311
+ hex: string;
312
+ isBrand?: true | undefined;
319
313
  };
320
314
  carrot: {
321
315
  alfa(alfa?: number | undefined): string;
322
- isBrand: boolean;
323
- isAvocado: boolean;
316
+ hex: string;
317
+ isBrand?: true | undefined;
324
318
  };
325
319
  cactus: {
326
320
  alfa(alfa?: number | undefined): string;
327
- isBrand: boolean;
328
- isAvocado: boolean;
321
+ hex: string;
322
+ isBrand?: true | undefined;
329
323
  };
330
324
  volcano: {
331
325
  alfa(alfa?: number | undefined): string;
332
- isBrand: boolean;
333
- isAvocado: boolean;
326
+ hex: string;
327
+ isBrand?: true | undefined;
334
328
  };
335
329
  choco: {
336
330
  alfa(alfa?: number | undefined): string;
337
- isBrand: boolean;
338
- isAvocado: boolean;
331
+ hex: string;
332
+ isBrand?: true | undefined;
339
333
  };
340
334
  industry: {
341
335
  alfa(alfa?: number | undefined): string;
342
- isBrand: boolean;
343
- isAvocado: boolean;
336
+ hex: string;
337
+ isBrand?: true | undefined;
344
338
  };
345
339
  gun: {
346
340
  alfa(alfa?: number | undefined): string;
347
- isBrand: boolean;
348
- isAvocado: boolean;
341
+ hex: string;
342
+ isBrand?: true | undefined;
349
343
  };
350
344
  galaxy: {
351
345
  alfa(alfa?: number | undefined): string;
352
- isBrand: boolean;
353
- isAvocado: boolean;
346
+ hex: string;
347
+ isBrand?: true | undefined;
354
348
  };
355
349
  line: {
356
350
  alfa(alfa?: number | undefined): string;
357
- isBrand: boolean;
358
- isAvocado: boolean;
351
+ hex: string;
352
+ isBrand?: true | undefined;
359
353
  };
360
354
  twitter: {
361
355
  alfa(alfa?: number | undefined): string;
362
- isBrand: boolean;
363
- isAvocado: boolean;
356
+ hex: string;
357
+ isBrand?: true | undefined;
364
358
  };
365
359
  amazon: {
366
360
  alfa(alfa?: number | undefined): string;
367
- isBrand: boolean;
368
- isAvocado: boolean;
361
+ hex: string;
362
+ isBrand?: true | undefined;
369
363
  };
370
364
  facebook: {
371
365
  alfa(alfa?: number | undefined): string;
372
- isBrand: boolean;
373
- isAvocado: boolean;
366
+ hex: string;
367
+ isBrand?: true | undefined;
374
368
  };
375
369
  android: {
376
370
  alfa(alfa?: number | undefined): string;
377
- isBrand: boolean;
378
- isAvocado: boolean;
371
+ hex: string;
372
+ isBrand?: true | undefined;
379
373
  };
380
374
  slackBlue: {
381
375
  alfa(alfa?: number | undefined): string;
382
- isBrand: boolean;
383
- isAvocado: boolean;
376
+ hex: string;
377
+ isBrand?: true | undefined;
384
378
  };
385
379
  slackGreen: {
386
380
  alfa(alfa?: number | undefined): string;
387
- isBrand: boolean;
388
- isAvocado: boolean;
381
+ hex: string;
382
+ isBrand?: true | undefined;
389
383
  };
390
384
  slackRed: {
391
385
  alfa(alfa?: number | undefined): string;
392
- isBrand: boolean;
393
- isAvocado: boolean;
386
+ hex: string;
387
+ isBrand?: true | undefined;
394
388
  };
395
389
  slackYellow: {
396
390
  alfa(alfa?: number | undefined): string;
397
- isBrand: boolean;
398
- isAvocado: boolean;
391
+ hex: string;
392
+ isBrand?: true | undefined;
399
393
  };
400
394
  slackBase: {
401
395
  alfa(alfa?: number | undefined): string;
402
- isBrand: boolean;
403
- isAvocado: boolean;
396
+ hex: string;
397
+ isBrand?: true | undefined;
404
398
  };
405
399
  googleBlue: {
406
400
  alfa(alfa?: number | undefined): string;
407
- isBrand: boolean;
408
- isAvocado: boolean;
401
+ hex: string;
402
+ isBrand?: true | undefined;
409
403
  };
410
404
  googleGreen: {
411
405
  alfa(alfa?: number | undefined): string;
412
- isBrand: boolean;
413
- isAvocado: boolean;
406
+ hex: string;
407
+ isBrand?: true | undefined;
414
408
  };
415
409
  googleYellow: {
416
410
  alfa(alfa?: number | undefined): string;
417
- isBrand: boolean;
418
- isAvocado: boolean;
411
+ hex: string;
412
+ isBrand?: true | undefined;
419
413
  };
420
414
  googleRed: {
421
415
  alfa(alfa?: number | undefined): string;
422
- isBrand: boolean;
423
- isAvocado: boolean;
416
+ hex: string;
417
+ isBrand?: true | undefined;
424
418
  };
425
419
  };
426
420
  ReadStyleSet: utils.ReadStyleSet<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amotify",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "description": "UI Component for React,NextJS,esbuild",
5
5
  "scripts": {
6
6
  "start": "run-p clean build:*",