@ornikar/kitt-universal 1.3.0 → 1.4.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/dist/definitions/story-components/Story.d.ts.map +1 -1
- package/dist/definitions/story-components/theme.d.ts +2 -0
- package/dist/definitions/story-components/theme.d.ts.map +1 -0
- package/dist/index-browser-all.es.android.js +9 -7
- package/dist/index-browser-all.es.android.js.map +1 -1
- package/dist/index-browser-all.es.ios.js +9 -7
- package/dist/index-browser-all.es.ios.js.map +1 -1
- package/dist/index-browser-all.es.js +9 -7
- package/dist/index-browser-all.es.js.map +1 -1
- package/dist/index-browser-all.es.web.js +9 -7
- package/dist/index-browser-all.es.web.js.map +1 -1
- package/dist/index-node-14.17.cjs.js +9 -7
- package/dist/index-node-14.17.cjs.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1567,7 +1567,7 @@ var _excluded$2 = ["title", "className", "children"],
|
|
|
1567
1567
|
var StyledSection = /*#__PURE__*/styled.View.withConfig({
|
|
1568
1568
|
displayName: "Section__StyledSection",
|
|
1569
1569
|
componentId: "kitt-universal__sc-x4z1s-0"
|
|
1570
|
-
})(["margin-bottom:
|
|
1570
|
+
})(["margin-bottom:32px;"]);
|
|
1571
1571
|
function Section(_ref) {
|
|
1572
1572
|
var title = _ref.title;
|
|
1573
1573
|
_ref.className;
|
|
@@ -1579,7 +1579,7 @@ function Section(_ref) {
|
|
|
1579
1579
|
var StyledSubSection = /*#__PURE__*/styled.View.withConfig({
|
|
1580
1580
|
displayName: "Section__StyledSubSection",
|
|
1581
1581
|
componentId: "kitt-universal__sc-x4z1s-1"
|
|
1582
|
-
})(["margin-bottom:
|
|
1582
|
+
})(["margin-bottom:16px;"]);
|
|
1583
1583
|
|
|
1584
1584
|
function SubSection(_ref2) {
|
|
1585
1585
|
var title = _ref2.title;
|
|
@@ -1593,7 +1593,7 @@ function SubSection(_ref2) {
|
|
|
1593
1593
|
var StyledDemoSection = /*#__PURE__*/styled.View.withConfig({
|
|
1594
1594
|
displayName: "Section__StyledDemoSection",
|
|
1595
1595
|
componentId: "kitt-universal__sc-x4z1s-2"
|
|
1596
|
-
})(["margin-bottom:
|
|
1596
|
+
})(["margin-bottom:64px;"]);
|
|
1597
1597
|
|
|
1598
1598
|
function DemoSection(_ref3) {
|
|
1599
1599
|
var children = _ref3.children;
|
|
@@ -1605,10 +1605,12 @@ function DemoSection(_ref3) {
|
|
|
1605
1605
|
Section.SubSection = SubSection;
|
|
1606
1606
|
Section.DemoSection = DemoSection;
|
|
1607
1607
|
|
|
1608
|
+
var storyPadding = 16;
|
|
1609
|
+
|
|
1608
1610
|
var StoryContainer = /*#__PURE__*/styled.ScrollView.withConfig({
|
|
1609
1611
|
displayName: "Story__StoryContainer",
|
|
1610
1612
|
componentId: "kitt-universal__sc-1kwdg2p-0"
|
|
1611
|
-
})(["padding:
|
|
1613
|
+
})(["padding:", "px;"], storyPadding);
|
|
1612
1614
|
function Story(_ref) {
|
|
1613
1615
|
var title = _ref.title,
|
|
1614
1616
|
contentContainerStyle = _ref.contentContainerStyle,
|
|
@@ -1631,15 +1633,15 @@ var SmallScreenRow = /*#__PURE__*/styled.View.withConfig({
|
|
|
1631
1633
|
var SmallScreenCol = /*#__PURE__*/styled.View.withConfig({
|
|
1632
1634
|
displayName: "StoryGrid__SmallScreenCol",
|
|
1633
1635
|
componentId: "kitt-universal__sc-4z5new-1"
|
|
1634
|
-
})(["padding:
|
|
1636
|
+
})(["padding:8px 0 16px;"]);
|
|
1635
1637
|
var FlexRow = /*#__PURE__*/styled.View.withConfig({
|
|
1636
1638
|
displayName: "StoryGrid__FlexRow",
|
|
1637
1639
|
componentId: "kitt-universal__sc-4z5new-2"
|
|
1638
|
-
})(["flex-direction:row;margin:0 -
|
|
1640
|
+
})(["flex-direction:row;margin:0 -4px 16px;"]);
|
|
1639
1641
|
var FlexCol = /*#__PURE__*/styled.View.withConfig({
|
|
1640
1642
|
displayName: "StoryGrid__FlexCol",
|
|
1641
1643
|
componentId: "kitt-universal__sc-4z5new-3"
|
|
1642
|
-
})(["flex-grow:1;flex-basis:0;margin:0
|
|
1644
|
+
})(["flex-grow:1;flex-basis:0;margin:0 8px;"]);
|
|
1643
1645
|
|
|
1644
1646
|
function StoryGridRow(_ref) {
|
|
1645
1647
|
var children = _ref.children,
|