@ornikar/kitt-universal 4.0.0 → 4.3.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 (107) hide show
  1. package/dist/definitions/BaseMessage/BaseMessage.d.ts +16 -0
  2. package/dist/definitions/BaseMessage/BaseMessage.d.ts.map +1 -0
  3. package/dist/definitions/BaseMessage/IconContent.d.ts +10 -0
  4. package/dist/definitions/BaseMessage/IconContent.d.ts.map +1 -0
  5. package/dist/definitions/BaseMessage/helper.d.ts +6 -0
  6. package/dist/definitions/BaseMessage/helper.d.ts.map +1 -0
  7. package/dist/definitions/ListItem/ListItem.d.ts.map +1 -1
  8. package/dist/definitions/Message/Message.d.ts +4 -12
  9. package/dist/definitions/Message/Message.d.ts.map +1 -1
  10. package/dist/definitions/Notification/Notification.d.ts +8 -8
  11. package/dist/definitions/Notification/Notification.d.ts.map +1 -1
  12. package/dist/definitions/Skeleton/Skeleton.d.ts.map +1 -1
  13. package/dist/definitions/Tooltip/Tooltip.d.ts.map +1 -1
  14. package/dist/definitions/Tooltip/TooltipView.d.ts.map +1 -1
  15. package/dist/definitions/forms/InputEmail/InputEmail.d.ts +7 -0
  16. package/dist/definitions/forms/InputEmail/InputEmail.d.ts.map +1 -0
  17. package/dist/definitions/forms/InputText/InputText.d.ts.map +1 -1
  18. package/dist/definitions/forms/InputText/InputTextContainer.d.ts +8 -0
  19. package/dist/definitions/forms/InputText/InputTextContainer.d.ts.map +1 -0
  20. package/dist/definitions/forms/InputText/InputTextContainer.web.d.ts +11 -0
  21. package/dist/definitions/forms/InputText/InputTextContainer.web.d.ts.map +1 -0
  22. package/dist/definitions/index.d.ts +2 -0
  23. package/dist/definitions/index.d.ts.map +1 -1
  24. package/dist/definitions/themes/default.d.ts +22 -101
  25. package/dist/definitions/themes/default.d.ts.map +1 -1
  26. package/dist/definitions/themes/late-ocean/{avatarLateOceanTheme.d.ts → avatar.d.ts} +2 -2
  27. package/dist/definitions/themes/late-ocean/avatar.d.ts.map +1 -0
  28. package/dist/definitions/themes/late-ocean/{buttonLateOceanTheme.d.ts → button.d.ts} +8 -8
  29. package/dist/definitions/themes/late-ocean/button.d.ts.map +1 -0
  30. package/dist/definitions/themes/late-ocean/card.d.ts +13 -0
  31. package/dist/definitions/themes/late-ocean/card.d.ts.map +1 -0
  32. package/dist/definitions/themes/late-ocean/{colorsLateOceanTheme.d.ts → colors.d.ts} +4 -2
  33. package/dist/definitions/themes/late-ocean/colors.d.ts.map +1 -0
  34. package/dist/definitions/themes/late-ocean/feedback.d.ts +11 -0
  35. package/dist/definitions/themes/late-ocean/feedback.d.ts.map +1 -0
  36. package/dist/definitions/themes/late-ocean/forms.d.ts +1 -17
  37. package/dist/definitions/themes/late-ocean/forms.d.ts.map +1 -1
  38. package/dist/definitions/themes/late-ocean/{fullScreenModalLateOceanTheme.d.ts → fullScreenModal.d.ts} +2 -2
  39. package/dist/definitions/themes/late-ocean/fullScreenModal.d.ts.map +1 -0
  40. package/dist/definitions/themes/late-ocean/input.d.ts +9 -4
  41. package/dist/definitions/themes/late-ocean/input.d.ts.map +1 -1
  42. package/dist/definitions/themes/late-ocean/inputField.d.ts +5 -0
  43. package/dist/definitions/themes/late-ocean/inputField.d.ts.map +1 -0
  44. package/dist/definitions/themes/late-ocean/listItem.d.ts +8 -0
  45. package/dist/definitions/themes/late-ocean/listItem.d.ts.map +1 -0
  46. package/dist/definitions/themes/late-ocean/{radioLateOceanTheme.d.ts → radio.d.ts} +6 -5
  47. package/dist/definitions/themes/late-ocean/radio.d.ts.map +1 -0
  48. package/dist/definitions/themes/late-ocean/shadows.d.ts +4 -0
  49. package/dist/definitions/themes/late-ocean/shadows.d.ts.map +1 -0
  50. package/dist/definitions/themes/late-ocean/{skeletonTheme.d.ts → skeleton.d.ts} +2 -2
  51. package/dist/definitions/themes/late-ocean/skeleton.d.ts.map +1 -0
  52. package/dist/definitions/themes/late-ocean/tag.d.ts +18 -0
  53. package/dist/definitions/themes/late-ocean/tag.d.ts.map +1 -0
  54. package/dist/definitions/themes/late-ocean/{typographyLateOceanTheme.d.ts → typography.d.ts} +5 -4
  55. package/dist/definitions/themes/late-ocean/typography.d.ts.map +1 -0
  56. package/dist/definitions/themes/palettes/lateOceanColorPalette.d.ts +1 -0
  57. package/dist/definitions/themes/palettes/lateOceanColorPalette.d.ts.map +1 -1
  58. package/dist/definitions/typography/Typography.d.ts +2 -2
  59. package/dist/definitions/typography/Typography.d.ts.map +1 -1
  60. package/dist/definitions/typography/TypographyEmoji.d.ts.map +1 -1
  61. package/dist/index-browser-all.es.android.js +443 -405
  62. package/dist/index-browser-all.es.android.js.map +1 -1
  63. package/dist/index-browser-all.es.ios.js +443 -405
  64. package/dist/index-browser-all.es.ios.js.map +1 -1
  65. package/dist/index-browser-all.es.js +443 -405
  66. package/dist/index-browser-all.es.js.map +1 -1
  67. package/dist/index-browser-all.es.web.js +492 -426
  68. package/dist/index-browser-all.es.web.js.map +1 -1
  69. package/dist/index-node-14.17.cjs.js +427 -370
  70. package/dist/index-node-14.17.cjs.js.map +1 -1
  71. package/dist/index-node-14.17.cjs.web.css +1 -0
  72. package/dist/index-node-14.17.cjs.web.js +458 -372
  73. package/dist/index-node-14.17.cjs.web.js.map +1 -1
  74. package/dist/linaria-themes-browser-all.es.android.js +122 -108
  75. package/dist/linaria-themes-browser-all.es.android.js.map +1 -1
  76. package/dist/linaria-themes-browser-all.es.ios.js +122 -108
  77. package/dist/linaria-themes-browser-all.es.ios.js.map +1 -1
  78. package/dist/linaria-themes-browser-all.es.js +122 -108
  79. package/dist/linaria-themes-browser-all.es.js.map +1 -1
  80. package/dist/linaria-themes-browser-all.es.web.js +122 -108
  81. package/dist/linaria-themes-browser-all.es.web.js.map +1 -1
  82. package/dist/linaria-themes-node-14.17.cjs.js +122 -108
  83. package/dist/linaria-themes-node-14.17.cjs.js.map +1 -1
  84. package/dist/linaria-themes-node-14.17.cjs.web.js +122 -108
  85. package/dist/linaria-themes-node-14.17.cjs.web.js.map +1 -1
  86. package/dist/styles.css +1 -0
  87. package/dist/tsbuildinfo +1 -1
  88. package/package.json +4 -4
  89. package/dist/definitions/themes/late-ocean/avatarLateOceanTheme.d.ts.map +0 -1
  90. package/dist/definitions/themes/late-ocean/buttonLateOceanTheme.d.ts.map +0 -1
  91. package/dist/definitions/themes/late-ocean/cardLateOceanTheme.d.ts +0 -18
  92. package/dist/definitions/themes/late-ocean/cardLateOceanTheme.d.ts.map +0 -1
  93. package/dist/definitions/themes/late-ocean/colorsLateOceanTheme.d.ts.map +0 -1
  94. package/dist/definitions/themes/late-ocean/feedbackMessageLateOceanTheme.d.ts +0 -9
  95. package/dist/definitions/themes/late-ocean/feedbackMessageLateOceanTheme.d.ts.map +0 -1
  96. package/dist/definitions/themes/late-ocean/fullScreenModalLateOceanTheme.d.ts.map +0 -1
  97. package/dist/definitions/themes/late-ocean/inputFieldLateOceanTheme.d.ts +0 -5
  98. package/dist/definitions/themes/late-ocean/inputFieldLateOceanTheme.d.ts.map +0 -1
  99. package/dist/definitions/themes/late-ocean/listItemLateOceanTheme.d.ts +0 -7
  100. package/dist/definitions/themes/late-ocean/listItemLateOceanTheme.d.ts.map +0 -1
  101. package/dist/definitions/themes/late-ocean/radioLateOceanTheme.d.ts.map +0 -1
  102. package/dist/definitions/themes/late-ocean/shadowsLateOceanTheme.d.ts +0 -4
  103. package/dist/definitions/themes/late-ocean/shadowsLateOceanTheme.d.ts.map +0 -1
  104. package/dist/definitions/themes/late-ocean/skeletonTheme.d.ts.map +0 -1
  105. package/dist/definitions/themes/late-ocean/tagLateOceanTheme.d.ts +0 -41
  106. package/dist/definitions/themes/late-ocean/tagLateOceanTheme.d.ts.map +0 -1
  107. package/dist/definitions/themes/late-ocean/typographyLateOceanTheme.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/kitt-universal",
3
- "version": "4.0.0",
3
+ "version": "4.3.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -46,7 +46,7 @@
46
46
  "@floating-ui/react-dom": "^0.4.2",
47
47
  "@floating-ui/react-native": "^0.4.2",
48
48
  "@linaria/react": "3.0.0-beta.15",
49
- "@ornikar/kitt-icons": "^2.1.2",
49
+ "@ornikar/kitt-icons": "^2.1.3",
50
50
  "@react-native-community/datetimepicker": "^5.1.0",
51
51
  "twemoji-parser": "13.1.0",
52
52
  "type-fest": "^2.0.0"
@@ -78,7 +78,7 @@
78
78
  "devDependencies": {
79
79
  "@babel/core": "7.16.10",
80
80
  "@types/react": "17.0.39",
81
- "@types/styled-components": "5.1.23",
81
+ "@types/styled-components": "5.1.24",
82
82
  "@types/styled-components-react-native": "5.1.3",
83
83
  "@types/twemoji-parser": "13.1.1",
84
84
  "react": "17.0.1",
@@ -91,5 +91,5 @@
91
91
  "react-native-web": "0.17.5",
92
92
  "styled-components": "5.3.3"
93
93
  },
94
- "gitHead": "d7c471415cd98f63944ad8f0518cf76143415f46"
94
+ "gitHead": "79aa67ec2c42dc0d41755f7256c6810211d97bba"
95
95
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"avatarLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/avatarLateOceanTheme.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,kBAAkB;IACjC,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,WAAW;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,kBAAkB,CAAC;IAC5B,KAAK,EAAE,kBAAkB,CAAC;CAC3B;AAED,eAAO,MAAM,MAAM,EAAE,WAQpB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"buttonLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/buttonLateOceanTheme.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,kBAAkB;IAGjC,eAAe,EAAE,MAAM,CAAC;IACxB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,wBAAyB,SAAQ,kBAAkB;IAClE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,0BAA2B,SAAQ,kBAAkB;IACpE,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,WAAW;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE;QACX,QAAQ,EAAE,MAAM,CAAC;QACjB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE;QACL,IAAI,EAAE;YACJ,OAAO,EAAE,MAAM,CAAC;YAChB,KAAK,EAAE,MAAM,CAAC;YACd,MAAM,EAAE,MAAM,CAAC;SAChB,CAAC;QACF,MAAM,EAAE;YACN,KAAK,EAAE,MAAM,CAAC;SACf,CAAC;KACH,CAAC;IACF,cAAc,EAAE;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,UAAU,EAAE;QACV,QAAQ,EAAE,MAAM,CAAC;QACjB,cAAc,EAAE,MAAM,CAAC;KACxB,CAAC;IACF,OAAO,EAAE,kBAAkB,CAAC;IAC5B,OAAO,EAAE,kBAAkB,CAAC;IAC5B,KAAK,EAAE,kBAAkB,CAAC;IAC1B,MAAM,EAAE,wBAAwB,CAAC;IACjC,aAAa,EAAE,wBAAwB,CAAC;IACxC,QAAQ,EAAE,0BAA0B,CAAC;CACtC;AAED,eAAO,MAAM,oBAAoB,EAAE,WAuElC,CAAC"}
@@ -1,18 +0,0 @@
1
- export declare const cardLateOceanTheme: {
2
- borderRadius: string;
3
- borderWidth: string;
4
- padding: string;
5
- primary: {
6
- backgroundColor: string;
7
- borderColor: string;
8
- };
9
- secondary: {
10
- backgroundColor: string;
11
- borderColor: string;
12
- };
13
- subtle: {
14
- backgroundColor: string;
15
- borderColor: string;
16
- };
17
- };
18
- //# sourceMappingURL=cardLateOceanTheme.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cardLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/cardLateOceanTheme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;CAgB9B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"colorsLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/colorsLateOceanTheme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;CAoBhC,CAAC"}
@@ -1,9 +0,0 @@
1
- export declare const feedbackMessageLateOceanTheme: {
2
- backgroundColors: {
3
- success: string;
4
- danger: string;
5
- warning: string;
6
- info: string;
7
- };
8
- };
9
- //# sourceMappingURL=feedbackMessageLateOceanTheme.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"feedbackMessageLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/feedbackMessageLateOceanTheme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B;;;;;;;CAOzC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"fullScreenModalLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/fullScreenModalLateOceanTheme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B;;;;;;CAMzC,CAAC"}
@@ -1,5 +0,0 @@
1
- export declare const inputFieldLateOceanTheme: {
2
- labelContainerPaddingBottom: number;
3
- iconMarginLeft: number;
4
- };
5
- //# sourceMappingURL=inputFieldLateOceanTheme.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"inputFieldLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/inputFieldLateOceanTheme.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB;;;CAGpC,CAAC"}
@@ -1,7 +0,0 @@
1
- export declare const listItemLateOceanTheme: {
2
- padding: string;
3
- borderColor: string;
4
- borderWidth: string;
5
- innerMargin: string;
6
- };
7
- //# sourceMappingURL=listItemLateOceanTheme.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"listItemLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/listItemLateOceanTheme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB;;;;;CAKlC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"radioLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/radioLateOceanTheme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;CAgB/B,CAAC"}
@@ -1,4 +0,0 @@
1
- export declare const shadowsLateOceanTheme: {
2
- medium: string;
3
- };
4
- //# sourceMappingURL=shadowsLateOceanTheme.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"shadowsLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/shadowsLateOceanTheme.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB;;CAEjC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"skeletonTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/skeletonTheme.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,aAAa;IAC5B,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,iBAAiB,EAAE,MAAM,CAAC;CAC3B;AAED,eAAO,MAAM,aAAa,EAAE,aAI3B,CAAC"}
@@ -1,41 +0,0 @@
1
- export declare const tagLateOceanTheme: {
2
- borderRadius: string;
3
- padding: string;
4
- primary: {
5
- fill: {
6
- backgroundColor: string;
7
- borderWidth: string;
8
- borderColor: string;
9
- };
10
- outline: {
11
- backgroundColor: string;
12
- borderWidth: string;
13
- borderColor: string;
14
- };
15
- };
16
- default: {
17
- fill: {
18
- backgroundColor: string;
19
- borderWidth: string;
20
- borderColor: string;
21
- };
22
- outline: {
23
- backgroundColor: string;
24
- borderWidth: string;
25
- borderColor: string;
26
- };
27
- };
28
- danger: {
29
- fill: {
30
- backgroundColor: string;
31
- borderWidth: string;
32
- borderColor: string;
33
- };
34
- outline: {
35
- backgroundColor: string;
36
- borderWidth: string;
37
- borderColor: string;
38
- };
39
- };
40
- };
41
- //# sourceMappingURL=tagLateOceanTheme.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tagLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/tagLateOceanTheme.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuC7B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"typographyLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/typographyLateOceanTheme.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,aAAc,MAAM,wBAAwB,MAAM,KAAG,MACnC,CAAC;AAE9C,MAAM,WAAW,mCAAmC;IAClD,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,oBAAoB;IACnC,YAAY,EAAE,mCAAmC,CAAC;IAClD,aAAa,EAAE,mCAAmC,CAAC;CACpD;AAED,eAAO,MAAM,0BAA0B,yBACf,MAAM,wBACN,MAAM,yBACL,MAAM,KAC5B,oBASD,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0DpC,CAAC"}