@ornikar/kitt-universal 23.2.7 → 23.4.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 (58) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/definitions/BottomSheet/useStaticBottomSheet.d.ts +3 -3
  3. package/dist/definitions/BottomSheet/useStaticBottomSheet.d.ts.map +1 -1
  4. package/dist/definitions/Tag/Tag.d.ts +10 -6
  5. package/dist/definitions/Tag/Tag.d.ts.map +1 -1
  6. package/dist/definitions/forms/DocumentPicker/DocumentPicker.d.ts +15 -0
  7. package/dist/definitions/forms/DocumentPicker/DocumentPicker.d.ts.map +1 -0
  8. package/dist/definitions/forms/FilePicker/BottomSheetActions/BottomSheetActions.d.ts +13 -0
  9. package/dist/definitions/forms/FilePicker/BottomSheetActions/BottomSheetActions.d.ts.map +1 -0
  10. package/dist/definitions/forms/FilePicker/BottomSheetActions/BottomSheetActionsItem.d.ts +7 -0
  11. package/dist/definitions/forms/FilePicker/BottomSheetActions/BottomSheetActionsItem.d.ts.map +1 -0
  12. package/dist/definitions/forms/FilePicker/FilePicker.d.ts +17 -0
  13. package/dist/definitions/forms/FilePicker/FilePicker.d.ts.map +1 -0
  14. package/dist/definitions/forms/FilePicker/FilePicker.web.d.ts +4 -0
  15. package/dist/definitions/forms/FilePicker/FilePicker.web.d.ts.map +1 -0
  16. package/dist/definitions/forms/ImagePicker/ImagePicker.d.ts +15 -0
  17. package/dist/definitions/forms/ImagePicker/ImagePicker.d.ts.map +1 -0
  18. package/dist/definitions/index.d.ts +7 -2
  19. package/dist/definitions/index.d.ts.map +1 -1
  20. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +43 -78
  21. package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
  22. package/dist/definitions/themes/late-ocean/tag.d.ts +22 -14
  23. package/dist/definitions/themes/late-ocean/tag.d.ts.map +1 -1
  24. package/dist/index-metro.es.android.js +463 -319
  25. package/dist/index-metro.es.android.js.map +1 -1
  26. package/dist/index-metro.es.ios.js +463 -319
  27. package/dist/index-metro.es.ios.js.map +1 -1
  28. package/dist/index-node-20.10.cjs.js +383 -238
  29. package/dist/index-node-20.10.cjs.js.map +1 -1
  30. package/dist/index-node-20.10.cjs.web.js +214 -155
  31. package/dist/index-node-20.10.cjs.web.js.map +1 -1
  32. package/dist/index-node-20.10.es.mjs +383 -241
  33. package/dist/index-node-20.10.es.mjs.map +1 -1
  34. package/dist/index-node-20.10.es.web.mjs +212 -156
  35. package/dist/index-node-20.10.es.web.mjs.map +1 -1
  36. package/dist/index.es.js +496 -314
  37. package/dist/index.es.js.map +1 -1
  38. package/dist/index.es.web.js +257 -157
  39. package/dist/index.es.web.js.map +1 -1
  40. package/dist/linaria-themes-metro.es.android.js +38 -44
  41. package/dist/linaria-themes-metro.es.android.js.map +1 -1
  42. package/dist/linaria-themes-metro.es.ios.js +38 -44
  43. package/dist/linaria-themes-metro.es.ios.js.map +1 -1
  44. package/dist/linaria-themes-node-20.10.cjs.js +38 -44
  45. package/dist/linaria-themes-node-20.10.cjs.js.map +1 -1
  46. package/dist/linaria-themes-node-20.10.cjs.web.js +38 -44
  47. package/dist/linaria-themes-node-20.10.cjs.web.js.map +1 -1
  48. package/dist/linaria-themes-node-20.10.es.mjs +38 -44
  49. package/dist/linaria-themes-node-20.10.es.mjs.map +1 -1
  50. package/dist/linaria-themes-node-20.10.es.web.mjs +38 -44
  51. package/dist/linaria-themes-node-20.10.es.web.mjs.map +1 -1
  52. package/dist/linaria-themes.es.js +38 -44
  53. package/dist/linaria-themes.es.js.map +1 -1
  54. package/dist/linaria-themes.es.web.js +38 -44
  55. package/dist/linaria-themes.es.web.js.map +1 -1
  56. package/dist/tsbuildinfo +1 -1
  57. package/package.json +5 -2
  58. package/translations/fr-FR.json +2 -0
@@ -1618,57 +1618,51 @@ var skeleton = {
1618
1618
  };
1619
1619
 
1620
1620
  var tag = {
1621
- borderRadius: 10,
1622
- padding: '2px 12px',
1623
- verticalPadding: 2,
1624
- horizontalPadding: 12,
1625
- primary: {
1626
- fill: {
1627
- backgroundColor: lateOceanColorPalette.moonPurpleLight1,
1628
- borderWidth: 0,
1629
- borderColor: colors.transparent
1630
- },
1631
- outline: {
1632
- backgroundColor: colors.transparent,
1633
- borderWidth: 1,
1634
- borderColor: colors.primary
1635
- }
1621
+ borderRadius: 16,
1622
+ icon: {
1623
+ small: 16,
1624
+ medium: 16,
1625
+ large: 20
1636
1626
  },
1637
- "default": {
1638
- fill: {
1639
- backgroundColor: lateOceanColorPalette.black50,
1640
- borderWidth: 0,
1641
- borderColor: colors.transparent
1627
+ withIcon: {
1628
+ small: {
1629
+ paddingLeft: 2,
1630
+ paddingRight: 8,
1631
+ height: 20
1642
1632
  },
1643
- outline: {
1644
- backgroundColor: colors.transparent,
1645
- borderWidth: 1,
1646
- borderColor: colors.black
1647
- }
1648
- },
1649
- danger: {
1650
- fill: {
1651
- backgroundColor: colors.danger,
1652
- borderWidth: 0,
1653
- borderColor: colors.transparent
1633
+ medium: {
1634
+ paddingLeft: 4,
1635
+ paddingRight: 8,
1636
+ height: 24
1654
1637
  },
1655
- outline: {
1656
- backgroundColor: colors.transparent,
1657
- borderWidth: 1,
1658
- borderColor: colors.danger
1638
+ large: {
1639
+ paddingLeft: 6,
1640
+ paddingRight: 8,
1641
+ height: 32
1659
1642
  }
1660
1643
  },
1661
- warn: {
1662
- fill: {
1663
- backgroundColor: colors.warning,
1664
- borderWidth: 0,
1665
- borderColor: colors.transparent
1644
+ withoutIcon: {
1645
+ small: {
1646
+ paddingLeft: 8,
1647
+ paddingRight: 8,
1648
+ height: 20
1666
1649
  },
1667
- outline: {
1668
- backgroundColor: colors.transparent,
1669
- borderWidth: 1,
1670
- borderColor: colors.warning
1650
+ medium: {
1651
+ paddingLeft: 8,
1652
+ paddingRight: 8,
1653
+ height: 22
1654
+ },
1655
+ large: {
1656
+ paddingLeft: 8,
1657
+ paddingRight: 8,
1658
+ height: 28
1671
1659
  }
1660
+ },
1661
+ fill: {
1662
+ borderWidth: 0
1663
+ },
1664
+ outline: {
1665
+ borderWidth: 1
1672
1666
  }
1673
1667
  };
1674
1668