@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
@@ -239,14 +239,14 @@ const actionCard = {
239
239
  translateY: 0
240
240
  },
241
241
  disabled: {
242
- backgroundColor: lateOceanColorPalette.white,
243
- borderColor: lateOceanColorPalette.black100,
242
+ backgroundColor: lateOceanColorPalette['eggshell.2'],
243
+ borderColor: lateOceanColorPalette['eggshell.3'],
244
244
  borderWidth: 1,
245
245
  shadow: {
246
- color: '',
246
+ color: lateOceanColorPalette['eggshell.3'],
247
247
  offsetX: 0,
248
- offsetY: 0,
249
- opacity: 0,
248
+ offsetY: 4,
249
+ opacity: 1,
250
250
  radius: 0
251
251
  },
252
252
  translateY: 0
@@ -306,14 +306,14 @@ const actionCard = {
306
306
  translateY: 0
307
307
  },
308
308
  disabled: {
309
- backgroundColor: lateOceanColorPalette.white,
310
- borderColor: lateOceanColorPalette.moonPurple,
309
+ backgroundColor: lateOceanColorPalette['eggshell.2'],
310
+ borderColor: lateOceanColorPalette['eggshell.3'],
311
311
  borderWidth: 1,
312
312
  shadow: {
313
- color: '',
313
+ color: lateOceanColorPalette.moonPurple,
314
314
  offsetX: 0,
315
- offsetY: 0,
316
- opacity: 0,
315
+ offsetY: 4,
316
+ opacity: 1,
317
317
  radius: 0
318
318
  },
319
319
  translateY: 0
@@ -373,14 +373,14 @@ const actionCard = {
373
373
  translateY: 0
374
374
  },
375
375
  disabled: {
376
- backgroundColor: lateOceanColorPalette.white,
377
- borderColor: lateOceanColorPalette.lateOcean,
376
+ backgroundColor: lateOceanColorPalette['eggshell.2'],
377
+ borderColor: lateOceanColorPalette['eggshell.3'],
378
378
  borderWidth: 1,
379
379
  shadow: {
380
- color: '',
380
+ color: lateOceanColorPalette.lateOcean,
381
381
  offsetX: 0,
382
- offsetY: 0,
383
- opacity: 0,
382
+ offsetY: 4,
383
+ opacity: 1,
384
384
  radius: 0
385
385
  },
386
386
  translateY: 0
@@ -427,14 +427,14 @@ const actionCard = {
427
427
  translateY: 0
428
428
  },
429
429
  disabled: {
430
- backgroundColor: lateOceanColorPalette.white,
431
- borderColor: lateOceanColorPalette.black100,
430
+ backgroundColor: lateOceanColorPalette['eggshell.2'],
431
+ borderColor: lateOceanColorPalette['eggshell.3'],
432
432
  borderWidth: 1,
433
433
  shadow: {
434
- color: '',
434
+ color: lateOceanColorPalette['eggshell.3'],
435
435
  offsetX: 0,
436
- offsetY: 0,
437
- opacity: 0,
436
+ offsetY: 4,
437
+ opacity: 1,
438
438
  radius: 0
439
439
  },
440
440
  translateY: 0
@@ -494,14 +494,14 @@ const actionCard = {
494
494
  translateY: 0
495
495
  },
496
496
  disabled: {
497
- backgroundColor: lateOceanColorPalette.white,
498
- borderColor: lateOceanColorPalette.black100,
497
+ backgroundColor: lateOceanColorPalette['eggshell.2'],
498
+ borderColor: lateOceanColorPalette['eggshell.3'],
499
499
  borderWidth: 1,
500
500
  shadow: {
501
- color: '',
501
+ color: lateOceanColorPalette['eggshell.3'],
502
502
  offsetX: 0,
503
- offsetY: 0,
504
- opacity: 0,
503
+ offsetY: 4,
504
+ opacity: 1,
505
505
  radius: 0
506
506
  },
507
507
  translateY: 0