@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
@@ -236,14 +236,14 @@ const actionCard = {
236
236
  translateY: 0
237
237
  },
238
238
  disabled: {
239
- backgroundColor: lateOceanColorPalette.white,
240
- borderColor: lateOceanColorPalette.black100,
239
+ backgroundColor: lateOceanColorPalette['eggshell.2'],
240
+ borderColor: lateOceanColorPalette['eggshell.3'],
241
241
  borderWidth: 1,
242
242
  shadow: {
243
- color: '',
243
+ color: lateOceanColorPalette['eggshell.3'],
244
244
  offsetX: 0,
245
- offsetY: 0,
246
- opacity: 0,
245
+ offsetY: 4,
246
+ opacity: 1,
247
247
  radius: 0
248
248
  },
249
249
  translateY: 0
@@ -303,14 +303,14 @@ const actionCard = {
303
303
  translateY: 0
304
304
  },
305
305
  disabled: {
306
- backgroundColor: lateOceanColorPalette.white,
307
- borderColor: lateOceanColorPalette.moonPurple,
306
+ backgroundColor: lateOceanColorPalette['eggshell.2'],
307
+ borderColor: lateOceanColorPalette['eggshell.3'],
308
308
  borderWidth: 1,
309
309
  shadow: {
310
- color: '',
310
+ color: lateOceanColorPalette.moonPurple,
311
311
  offsetX: 0,
312
- offsetY: 0,
313
- opacity: 0,
312
+ offsetY: 4,
313
+ opacity: 1,
314
314
  radius: 0
315
315
  },
316
316
  translateY: 0
@@ -370,14 +370,14 @@ const actionCard = {
370
370
  translateY: 0
371
371
  },
372
372
  disabled: {
373
- backgroundColor: lateOceanColorPalette.white,
374
- borderColor: lateOceanColorPalette.lateOcean,
373
+ backgroundColor: lateOceanColorPalette['eggshell.2'],
374
+ borderColor: lateOceanColorPalette['eggshell.3'],
375
375
  borderWidth: 1,
376
376
  shadow: {
377
- color: '',
377
+ color: lateOceanColorPalette.lateOcean,
378
378
  offsetX: 0,
379
- offsetY: 0,
380
- opacity: 0,
379
+ offsetY: 4,
380
+ opacity: 1,
381
381
  radius: 0
382
382
  },
383
383
  translateY: 0
@@ -424,14 +424,14 @@ const actionCard = {
424
424
  translateY: 0
425
425
  },
426
426
  disabled: {
427
- backgroundColor: lateOceanColorPalette.white,
428
- borderColor: lateOceanColorPalette.black100,
427
+ backgroundColor: lateOceanColorPalette['eggshell.2'],
428
+ borderColor: lateOceanColorPalette['eggshell.3'],
429
429
  borderWidth: 1,
430
430
  shadow: {
431
- color: '',
431
+ color: lateOceanColorPalette['eggshell.3'],
432
432
  offsetX: 0,
433
- offsetY: 0,
434
- opacity: 0,
433
+ offsetY: 4,
434
+ opacity: 1,
435
435
  radius: 0
436
436
  },
437
437
  translateY: 0
@@ -491,14 +491,14 @@ const actionCard = {
491
491
  translateY: 0
492
492
  },
493
493
  disabled: {
494
- backgroundColor: lateOceanColorPalette.white,
495
- borderColor: lateOceanColorPalette.black100,
494
+ backgroundColor: lateOceanColorPalette['eggshell.2'],
495
+ borderColor: lateOceanColorPalette['eggshell.3'],
496
496
  borderWidth: 1,
497
497
  shadow: {
498
- color: '',
498
+ color: lateOceanColorPalette['eggshell.3'],
499
499
  offsetX: 0,
500
- offsetY: 0,
501
- opacity: 0,
500
+ offsetY: 4,
501
+ opacity: 1,
502
502
  radius: 0
503
503
  },
504
504
  translateY: 0