@ornikar/kitt-universal 23.2.5 → 23.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.
- package/CHANGELOG.md +26 -0
- package/dist/definitions/Tag/Tag.d.ts +10 -6
- package/dist/definitions/Tag/Tag.d.ts.map +1 -1
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +46 -81
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/input.d.ts +1 -1
- package/dist/definitions/themes/late-ocean/input.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/tag.d.ts +22 -14
- package/dist/definitions/themes/late-ocean/tag.d.ts.map +1 -1
- package/dist/definitions/typography/Typography.d.ts +11 -11
- package/dist/index-metro.es.android.js +157 -160
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +157 -160
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-20.10.cjs.js +157 -160
- package/dist/index-node-20.10.cjs.js.map +1 -1
- package/dist/index-node-20.10.cjs.web.js +157 -160
- package/dist/index-node-20.10.cjs.web.js.map +1 -1
- package/dist/index-node-20.10.es.mjs +157 -160
- package/dist/index-node-20.10.es.mjs.map +1 -1
- package/dist/index-node-20.10.es.web.mjs +157 -160
- package/dist/index-node-20.10.es.web.mjs.map +1 -1
- package/dist/index.es.js +158 -161
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +158 -161
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes-metro.es.android.js +40 -46
- package/dist/linaria-themes-metro.es.android.js.map +1 -1
- package/dist/linaria-themes-metro.es.ios.js +40 -46
- package/dist/linaria-themes-metro.es.ios.js.map +1 -1
- package/dist/linaria-themes-node-20.10.cjs.js +40 -46
- package/dist/linaria-themes-node-20.10.cjs.js.map +1 -1
- package/dist/linaria-themes-node-20.10.cjs.web.js +40 -46
- package/dist/linaria-themes-node-20.10.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-20.10.es.mjs +40 -46
- package/dist/linaria-themes-node-20.10.es.mjs.map +1 -1
- package/dist/linaria-themes-node-20.10.es.web.mjs +40 -46
- package/dist/linaria-themes-node-20.10.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +40 -46
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +40 -46
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -972,7 +972,7 @@ const webAnimationDuration = '200ms';
|
|
|
972
972
|
const webAnimationTimingFunction = 'ease-in-out';
|
|
973
973
|
const webAnimationProperties = ['border-color', 'background-color'];
|
|
974
974
|
const input = {
|
|
975
|
-
|
|
975
|
+
height: 40,
|
|
976
976
|
color: {
|
|
977
977
|
selection: lateOceanColorPalette['violine.9'],
|
|
978
978
|
placeholder: lateOceanColorPalette['eggshell.9']
|
|
@@ -987,7 +987,7 @@ const input = {
|
|
|
987
987
|
},
|
|
988
988
|
padding: {
|
|
989
989
|
horizontal: 16,
|
|
990
|
-
vertical:
|
|
990
|
+
vertical: 6
|
|
991
991
|
},
|
|
992
992
|
transition: {
|
|
993
993
|
properties: webAnimationProperties,
|
|
@@ -1602,57 +1602,51 @@ const skeleton = {
|
|
|
1602
1602
|
};
|
|
1603
1603
|
|
|
1604
1604
|
const tag = {
|
|
1605
|
-
borderRadius:
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
fill: {
|
|
1611
|
-
backgroundColor: lateOceanColorPalette.moonPurpleLight1,
|
|
1612
|
-
borderWidth: 0,
|
|
1613
|
-
borderColor: colors.transparent
|
|
1614
|
-
},
|
|
1615
|
-
outline: {
|
|
1616
|
-
backgroundColor: colors.transparent,
|
|
1617
|
-
borderWidth: 1,
|
|
1618
|
-
borderColor: colors.primary
|
|
1619
|
-
}
|
|
1605
|
+
borderRadius: 16,
|
|
1606
|
+
icon: {
|
|
1607
|
+
small: 16,
|
|
1608
|
+
medium: 16,
|
|
1609
|
+
large: 20
|
|
1620
1610
|
},
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1611
|
+
withIcon: {
|
|
1612
|
+
small: {
|
|
1613
|
+
paddingLeft: 2,
|
|
1614
|
+
paddingRight: 8,
|
|
1615
|
+
height: 20
|
|
1626
1616
|
},
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
}
|
|
1632
|
-
},
|
|
1633
|
-
danger: {
|
|
1634
|
-
fill: {
|
|
1635
|
-
backgroundColor: colors.danger,
|
|
1636
|
-
borderWidth: 0,
|
|
1637
|
-
borderColor: colors.transparent
|
|
1617
|
+
medium: {
|
|
1618
|
+
paddingLeft: 4,
|
|
1619
|
+
paddingRight: 8,
|
|
1620
|
+
height: 24
|
|
1638
1621
|
},
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1622
|
+
large: {
|
|
1623
|
+
paddingLeft: 6,
|
|
1624
|
+
paddingRight: 8,
|
|
1625
|
+
height: 32
|
|
1643
1626
|
}
|
|
1644
1627
|
},
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1628
|
+
withoutIcon: {
|
|
1629
|
+
small: {
|
|
1630
|
+
paddingLeft: 8,
|
|
1631
|
+
paddingRight: 8,
|
|
1632
|
+
height: 20
|
|
1650
1633
|
},
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1634
|
+
medium: {
|
|
1635
|
+
paddingLeft: 8,
|
|
1636
|
+
paddingRight: 8,
|
|
1637
|
+
height: 22
|
|
1638
|
+
},
|
|
1639
|
+
large: {
|
|
1640
|
+
paddingLeft: 8,
|
|
1641
|
+
paddingRight: 8,
|
|
1642
|
+
height: 28
|
|
1655
1643
|
}
|
|
1644
|
+
},
|
|
1645
|
+
fill: {
|
|
1646
|
+
borderWidth: 0
|
|
1647
|
+
},
|
|
1648
|
+
outline: {
|
|
1649
|
+
borderWidth: 1
|
|
1656
1650
|
}
|
|
1657
1651
|
};
|
|
1658
1652
|
|