@ornikar/kitt-universal 23.2.3 → 23.2.5

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 (38) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/definitions/ActionCard/ActionCardDisabled.d.ts.map +1 -1
  3. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +55 -0
  4. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
  5. package/dist/index-metro.es.android.js +86 -30
  6. package/dist/index-metro.es.android.js.map +1 -1
  7. package/dist/index-metro.es.ios.js +86 -30
  8. package/dist/index-metro.es.ios.js.map +1 -1
  9. package/dist/index-node-20.10.cjs.js +86 -30
  10. package/dist/index-node-20.10.cjs.js.map +1 -1
  11. package/dist/index-node-20.10.cjs.web.js +86 -30
  12. package/dist/index-node-20.10.cjs.web.js.map +1 -1
  13. package/dist/index-node-20.10.es.mjs +86 -30
  14. package/dist/index-node-20.10.es.mjs.map +1 -1
  15. package/dist/index-node-20.10.es.web.mjs +86 -30
  16. package/dist/index-node-20.10.es.web.mjs.map +1 -1
  17. package/dist/index.es.js +86 -30
  18. package/dist/index.es.js.map +1 -1
  19. package/dist/index.es.web.js +86 -30
  20. package/dist/index.es.web.js.map +1 -1
  21. package/dist/linaria-themes-metro.es.android.js +25 -25
  22. package/dist/linaria-themes-metro.es.android.js.map +1 -1
  23. package/dist/linaria-themes-metro.es.ios.js +25 -25
  24. package/dist/linaria-themes-metro.es.ios.js.map +1 -1
  25. package/dist/linaria-themes-node-20.10.cjs.js +25 -25
  26. package/dist/linaria-themes-node-20.10.cjs.js.map +1 -1
  27. package/dist/linaria-themes-node-20.10.cjs.web.js +25 -25
  28. package/dist/linaria-themes-node-20.10.cjs.web.js.map +1 -1
  29. package/dist/linaria-themes-node-20.10.es.mjs +25 -25
  30. package/dist/linaria-themes-node-20.10.es.mjs.map +1 -1
  31. package/dist/linaria-themes-node-20.10.es.web.mjs +25 -25
  32. package/dist/linaria-themes-node-20.10.es.web.mjs.map +1 -1
  33. package/dist/linaria-themes.es.js +25 -25
  34. package/dist/linaria-themes.es.js.map +1 -1
  35. package/dist/linaria-themes.es.web.js +25 -25
  36. package/dist/linaria-themes.es.web.js.map +1 -1
  37. package/dist/tsbuildinfo +1 -1
  38. package/package.json +5 -5
@@ -235,14 +235,14 @@ const actionCard = {
235
235
  translateY: 0
236
236
  },
237
237
  disabled: {
238
- backgroundColor: lateOceanColorPalette.white,
239
- borderColor: lateOceanColorPalette.black100,
238
+ backgroundColor: lateOceanColorPalette['eggshell.2'],
239
+ borderColor: lateOceanColorPalette['eggshell.3'],
240
240
  borderWidth: 1,
241
241
  shadow: {
242
- color: '',
242
+ color: lateOceanColorPalette['eggshell.3'],
243
243
  offsetX: 0,
244
- offsetY: 0,
245
- opacity: 0,
244
+ offsetY: 4,
245
+ opacity: 1,
246
246
  radius: 0
247
247
  },
248
248
  translateY: 0
@@ -302,14 +302,14 @@ const actionCard = {
302
302
  translateY: 0
303
303
  },
304
304
  disabled: {
305
- backgroundColor: lateOceanColorPalette.white,
306
- borderColor: lateOceanColorPalette.moonPurple,
305
+ backgroundColor: lateOceanColorPalette['eggshell.2'],
306
+ borderColor: lateOceanColorPalette['eggshell.3'],
307
307
  borderWidth: 1,
308
308
  shadow: {
309
- color: '',
309
+ color: lateOceanColorPalette.moonPurple,
310
310
  offsetX: 0,
311
- offsetY: 0,
312
- opacity: 0,
311
+ offsetY: 4,
312
+ opacity: 1,
313
313
  radius: 0
314
314
  },
315
315
  translateY: 0
@@ -369,14 +369,14 @@ const actionCard = {
369
369
  translateY: 0
370
370
  },
371
371
  disabled: {
372
- backgroundColor: lateOceanColorPalette.white,
373
- borderColor: lateOceanColorPalette.lateOcean,
372
+ backgroundColor: lateOceanColorPalette['eggshell.2'],
373
+ borderColor: lateOceanColorPalette['eggshell.3'],
374
374
  borderWidth: 1,
375
375
  shadow: {
376
- color: '',
376
+ color: lateOceanColorPalette.lateOcean,
377
377
  offsetX: 0,
378
- offsetY: 0,
379
- opacity: 0,
378
+ offsetY: 4,
379
+ opacity: 1,
380
380
  radius: 0
381
381
  },
382
382
  translateY: 0
@@ -423,14 +423,14 @@ const actionCard = {
423
423
  translateY: 0
424
424
  },
425
425
  disabled: {
426
- backgroundColor: lateOceanColorPalette.white,
427
- borderColor: lateOceanColorPalette.black100,
426
+ backgroundColor: lateOceanColorPalette['eggshell.2'],
427
+ borderColor: lateOceanColorPalette['eggshell.3'],
428
428
  borderWidth: 1,
429
429
  shadow: {
430
- color: '',
430
+ color: lateOceanColorPalette['eggshell.3'],
431
431
  offsetX: 0,
432
- offsetY: 0,
433
- opacity: 0,
432
+ offsetY: 4,
433
+ opacity: 1,
434
434
  radius: 0
435
435
  },
436
436
  translateY: 0
@@ -490,14 +490,14 @@ const actionCard = {
490
490
  translateY: 0
491
491
  },
492
492
  disabled: {
493
- backgroundColor: lateOceanColorPalette.white,
494
- borderColor: lateOceanColorPalette.black100,
493
+ backgroundColor: lateOceanColorPalette['eggshell.2'],
494
+ borderColor: lateOceanColorPalette['eggshell.3'],
495
495
  borderWidth: 1,
496
496
  shadow: {
497
- color: '',
497
+ color: lateOceanColorPalette['eggshell.3'],
498
498
  offsetX: 0,
499
- offsetY: 0,
500
- opacity: 0,
499
+ offsetY: 4,
500
+ opacity: 1,
501
501
  radius: 0
502
502
  },
503
503
  translateY: 0