@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
|
@@ -975,7 +975,7 @@ const webAnimationDuration = '200ms';
|
|
|
975
975
|
const webAnimationTimingFunction = 'ease-in-out';
|
|
976
976
|
const webAnimationProperties = ['border-color', 'background-color'];
|
|
977
977
|
const input = {
|
|
978
|
-
|
|
978
|
+
height: 40,
|
|
979
979
|
color: {
|
|
980
980
|
selection: lateOceanColorPalette['violine.9'],
|
|
981
981
|
placeholder: lateOceanColorPalette['eggshell.9']
|
|
@@ -990,7 +990,7 @@ const input = {
|
|
|
990
990
|
},
|
|
991
991
|
padding: {
|
|
992
992
|
horizontal: 16,
|
|
993
|
-
vertical:
|
|
993
|
+
vertical: 6
|
|
994
994
|
},
|
|
995
995
|
transition: {
|
|
996
996
|
properties: webAnimationProperties,
|
|
@@ -1605,57 +1605,51 @@ const skeleton = {
|
|
|
1605
1605
|
};
|
|
1606
1606
|
|
|
1607
1607
|
const tag = {
|
|
1608
|
-
borderRadius:
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
fill: {
|
|
1614
|
-
backgroundColor: lateOceanColorPalette.moonPurpleLight1,
|
|
1615
|
-
borderWidth: 0,
|
|
1616
|
-
borderColor: colors.transparent
|
|
1617
|
-
},
|
|
1618
|
-
outline: {
|
|
1619
|
-
backgroundColor: colors.transparent,
|
|
1620
|
-
borderWidth: 1,
|
|
1621
|
-
borderColor: colors.primary
|
|
1622
|
-
}
|
|
1608
|
+
borderRadius: 16,
|
|
1609
|
+
icon: {
|
|
1610
|
+
small: 16,
|
|
1611
|
+
medium: 16,
|
|
1612
|
+
large: 20
|
|
1623
1613
|
},
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1614
|
+
withIcon: {
|
|
1615
|
+
small: {
|
|
1616
|
+
paddingLeft: 2,
|
|
1617
|
+
paddingRight: 8,
|
|
1618
|
+
height: 20
|
|
1629
1619
|
},
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
}
|
|
1635
|
-
},
|
|
1636
|
-
danger: {
|
|
1637
|
-
fill: {
|
|
1638
|
-
backgroundColor: colors.danger,
|
|
1639
|
-
borderWidth: 0,
|
|
1640
|
-
borderColor: colors.transparent
|
|
1620
|
+
medium: {
|
|
1621
|
+
paddingLeft: 4,
|
|
1622
|
+
paddingRight: 8,
|
|
1623
|
+
height: 24
|
|
1641
1624
|
},
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1625
|
+
large: {
|
|
1626
|
+
paddingLeft: 6,
|
|
1627
|
+
paddingRight: 8,
|
|
1628
|
+
height: 32
|
|
1646
1629
|
}
|
|
1647
1630
|
},
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1631
|
+
withoutIcon: {
|
|
1632
|
+
small: {
|
|
1633
|
+
paddingLeft: 8,
|
|
1634
|
+
paddingRight: 8,
|
|
1635
|
+
height: 20
|
|
1653
1636
|
},
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1637
|
+
medium: {
|
|
1638
|
+
paddingLeft: 8,
|
|
1639
|
+
paddingRight: 8,
|
|
1640
|
+
height: 22
|
|
1641
|
+
},
|
|
1642
|
+
large: {
|
|
1643
|
+
paddingLeft: 8,
|
|
1644
|
+
paddingRight: 8,
|
|
1645
|
+
height: 28
|
|
1658
1646
|
}
|
|
1647
|
+
},
|
|
1648
|
+
fill: {
|
|
1649
|
+
borderWidth: 0
|
|
1650
|
+
},
|
|
1651
|
+
outline: {
|
|
1652
|
+
borderWidth: 1
|
|
1659
1653
|
}
|
|
1660
1654
|
};
|
|
1661
1655
|
|