@ornikar/kitt-universal 4.1.0 → 4.3.1

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 (92) hide show
  1. package/dist/definitions/ListItem/ListItem.d.ts.map +1 -1
  2. package/dist/definitions/Tooltip/Tooltip.d.ts.map +1 -1
  3. package/dist/definitions/forms/InputEmail/InputEmail.d.ts +7 -0
  4. package/dist/definitions/forms/InputEmail/InputEmail.d.ts.map +1 -0
  5. package/dist/definitions/forms/InputText/InputText.d.ts.map +1 -1
  6. package/dist/definitions/forms/InputText/InputTextContainer.d.ts +8 -0
  7. package/dist/definitions/forms/InputText/InputTextContainer.d.ts.map +1 -0
  8. package/dist/definitions/forms/InputText/InputTextContainer.web.d.ts +11 -0
  9. package/dist/definitions/forms/InputText/InputTextContainer.web.d.ts.map +1 -0
  10. package/dist/definitions/index.d.ts +2 -0
  11. package/dist/definitions/index.d.ts.map +1 -1
  12. package/dist/definitions/themes/default.d.ts +19 -93
  13. package/dist/definitions/themes/default.d.ts.map +1 -1
  14. package/dist/definitions/themes/late-ocean/{avatarLateOceanTheme.d.ts → avatar.d.ts} +2 -2
  15. package/dist/definitions/themes/late-ocean/avatar.d.ts.map +1 -0
  16. package/dist/definitions/themes/late-ocean/button.d.ts +6 -6
  17. package/dist/definitions/themes/late-ocean/card.d.ts +13 -0
  18. package/dist/definitions/themes/late-ocean/card.d.ts.map +1 -0
  19. package/dist/definitions/themes/late-ocean/{colorsLateOceanTheme.d.ts → colors.d.ts} +2 -2
  20. package/dist/definitions/themes/late-ocean/colors.d.ts.map +1 -0
  21. package/dist/definitions/themes/late-ocean/{feedbackMessage.d.ts → feedback.d.ts} +1 -1
  22. package/dist/definitions/themes/late-ocean/feedback.d.ts.map +1 -0
  23. package/dist/definitions/themes/late-ocean/forms.d.ts +1 -17
  24. package/dist/definitions/themes/late-ocean/forms.d.ts.map +1 -1
  25. package/dist/definitions/themes/late-ocean/{fullScreenModalLateOceanTheme.d.ts → fullScreenModal.d.ts} +2 -2
  26. package/dist/definitions/themes/late-ocean/fullScreenModal.d.ts.map +1 -0
  27. package/dist/definitions/themes/late-ocean/input.d.ts +9 -4
  28. package/dist/definitions/themes/late-ocean/input.d.ts.map +1 -1
  29. package/dist/definitions/themes/late-ocean/inputField.d.ts +5 -0
  30. package/dist/definitions/themes/late-ocean/inputField.d.ts.map +1 -0
  31. package/dist/definitions/themes/late-ocean/listItem.d.ts +8 -0
  32. package/dist/definitions/themes/late-ocean/listItem.d.ts.map +1 -0
  33. package/dist/definitions/themes/late-ocean/{radioLateOceanTheme.d.ts → radio.d.ts} +6 -5
  34. package/dist/definitions/themes/late-ocean/radio.d.ts.map +1 -0
  35. package/dist/definitions/themes/late-ocean/shadows.d.ts +4 -0
  36. package/dist/definitions/themes/late-ocean/shadows.d.ts.map +1 -0
  37. package/dist/definitions/themes/late-ocean/{skeletonTheme.d.ts → skeleton.d.ts} +2 -2
  38. package/dist/definitions/themes/late-ocean/skeleton.d.ts.map +1 -0
  39. package/dist/definitions/themes/late-ocean/tag.d.ts +18 -0
  40. package/dist/definitions/themes/late-ocean/tag.d.ts.map +1 -0
  41. package/dist/definitions/themes/late-ocean/{typographyLateOceanTheme.d.ts → typography.d.ts} +5 -4
  42. package/dist/definitions/themes/late-ocean/typography.d.ts.map +1 -0
  43. package/dist/definitions/themes/palettes/lateOceanColorPalette.d.ts +1 -0
  44. package/dist/definitions/themes/palettes/lateOceanColorPalette.d.ts.map +1 -1
  45. package/dist/definitions/typography/Typography.d.ts +2 -2
  46. package/dist/definitions/typography/Typography.d.ts.map +1 -1
  47. package/dist/definitions/typography/TypographyEmoji.d.ts.map +1 -1
  48. package/dist/index-browser-all.es.android.js +274 -262
  49. package/dist/index-browser-all.es.android.js.map +1 -1
  50. package/dist/index-browser-all.es.ios.js +274 -262
  51. package/dist/index-browser-all.es.ios.js.map +1 -1
  52. package/dist/index-browser-all.es.js +274 -262
  53. package/dist/index-browser-all.es.js.map +1 -1
  54. package/dist/index-browser-all.es.web.js +313 -275
  55. package/dist/index-browser-all.es.web.js.map +1 -1
  56. package/dist/index-node-14.17.cjs.js +248 -237
  57. package/dist/index-node-14.17.cjs.js.map +1 -1
  58. package/dist/index-node-14.17.cjs.web.css +1 -0
  59. package/dist/index-node-14.17.cjs.web.js +279 -239
  60. package/dist/index-node-14.17.cjs.web.js.map +1 -1
  61. package/dist/linaria-themes-browser-all.es.android.js +105 -99
  62. package/dist/linaria-themes-browser-all.es.android.js.map +1 -1
  63. package/dist/linaria-themes-browser-all.es.ios.js +105 -99
  64. package/dist/linaria-themes-browser-all.es.ios.js.map +1 -1
  65. package/dist/linaria-themes-browser-all.es.js +105 -99
  66. package/dist/linaria-themes-browser-all.es.js.map +1 -1
  67. package/dist/linaria-themes-browser-all.es.web.js +105 -99
  68. package/dist/linaria-themes-browser-all.es.web.js.map +1 -1
  69. package/dist/linaria-themes-node-14.17.cjs.js +105 -99
  70. package/dist/linaria-themes-node-14.17.cjs.js.map +1 -1
  71. package/dist/linaria-themes-node-14.17.cjs.web.js +105 -99
  72. package/dist/linaria-themes-node-14.17.cjs.web.js.map +1 -1
  73. package/dist/styles.css +1 -0
  74. package/dist/tsbuildinfo +1 -1
  75. package/package.json +3 -3
  76. package/dist/definitions/themes/late-ocean/avatarLateOceanTheme.d.ts.map +0 -1
  77. package/dist/definitions/themes/late-ocean/cardLateOceanTheme.d.ts +0 -18
  78. package/dist/definitions/themes/late-ocean/cardLateOceanTheme.d.ts.map +0 -1
  79. package/dist/definitions/themes/late-ocean/colorsLateOceanTheme.d.ts.map +0 -1
  80. package/dist/definitions/themes/late-ocean/feedbackMessage.d.ts.map +0 -1
  81. package/dist/definitions/themes/late-ocean/fullScreenModalLateOceanTheme.d.ts.map +0 -1
  82. package/dist/definitions/themes/late-ocean/inputFieldLateOceanTheme.d.ts +0 -5
  83. package/dist/definitions/themes/late-ocean/inputFieldLateOceanTheme.d.ts.map +0 -1
  84. package/dist/definitions/themes/late-ocean/listItemLateOceanTheme.d.ts +0 -7
  85. package/dist/definitions/themes/late-ocean/listItemLateOceanTheme.d.ts.map +0 -1
  86. package/dist/definitions/themes/late-ocean/radioLateOceanTheme.d.ts.map +0 -1
  87. package/dist/definitions/themes/late-ocean/shadowsLateOceanTheme.d.ts +0 -4
  88. package/dist/definitions/themes/late-ocean/shadowsLateOceanTheme.d.ts.map +0 -1
  89. package/dist/definitions/themes/late-ocean/skeletonTheme.d.ts.map +0 -1
  90. package/dist/definitions/themes/late-ocean/tagLateOceanTheme.d.ts +0 -41
  91. package/dist/definitions/themes/late-ocean/tagLateOceanTheme.d.ts.map +0 -1
  92. 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.1.0",
3
+ "version": "4.3.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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": "c3760b130293f2d1ffaa7f3b86c2f0b8413259fe"
94
+ "gitHead": "c24cc72f7f38946ecabc7cfa61f2c8cb9c6cd152"
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,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;;;;;;;;;;;;;;;;;;;;;;CAsBhC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"feedbackMessage.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/feedbackMessage.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,2BAA2B;IAC1C,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,2BAA2B,CAAC;IACpC,IAAI,EAAE,2BAA2B,CAAC;IAClC,OAAO,EAAE,2BAA2B,CAAC;IACrC,OAAO,EAAE,2BAA2B,CAAC;CACtC;AAED,eAAO,MAAM,eAAe,EAAE,oBAa7B,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"}