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