@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
|
@@ -1555,7 +1555,7 @@ var _excluded$2 = ["title", "className", "children"],
|
|
|
1555
1555
|
var StyledSection = /*#__PURE__*/styled.View.withConfig({
|
|
1556
1556
|
displayName: "Section__StyledSection",
|
|
1557
1557
|
componentId: "kitt-universal__sc-x4z1s-0"
|
|
1558
|
-
})(["margin-bottom:
|
|
1558
|
+
})(["margin-bottom:32px;"]);
|
|
1559
1559
|
function Section(_ref) {
|
|
1560
1560
|
var title = _ref.title;
|
|
1561
1561
|
_ref.className;
|
|
@@ -1567,7 +1567,7 @@ function Section(_ref) {
|
|
|
1567
1567
|
var StyledSubSection = /*#__PURE__*/styled.View.withConfig({
|
|
1568
1568
|
displayName: "Section__StyledSubSection",
|
|
1569
1569
|
componentId: "kitt-universal__sc-x4z1s-1"
|
|
1570
|
-
})(["margin-bottom:
|
|
1570
|
+
})(["margin-bottom:16px;"]);
|
|
1571
1571
|
|
|
1572
1572
|
function SubSection(_ref2) {
|
|
1573
1573
|
var title = _ref2.title;
|
|
@@ -1581,7 +1581,7 @@ function SubSection(_ref2) {
|
|
|
1581
1581
|
var StyledDemoSection = /*#__PURE__*/styled.View.withConfig({
|
|
1582
1582
|
displayName: "Section__StyledDemoSection",
|
|
1583
1583
|
componentId: "kitt-universal__sc-x4z1s-2"
|
|
1584
|
-
})(["margin-bottom:
|
|
1584
|
+
})(["margin-bottom:64px;"]);
|
|
1585
1585
|
|
|
1586
1586
|
function DemoSection(_ref3) {
|
|
1587
1587
|
var children = _ref3.children;
|
|
@@ -1593,10 +1593,12 @@ function DemoSection(_ref3) {
|
|
|
1593
1593
|
Section.SubSection = SubSection;
|
|
1594
1594
|
Section.DemoSection = DemoSection;
|
|
1595
1595
|
|
|
1596
|
+
var storyPadding = 16;
|
|
1597
|
+
|
|
1596
1598
|
var StoryContainer = /*#__PURE__*/styled.ScrollView.withConfig({
|
|
1597
1599
|
displayName: "Story__StoryContainer",
|
|
1598
1600
|
componentId: "kitt-universal__sc-1kwdg2p-0"
|
|
1599
|
-
})(["padding:
|
|
1601
|
+
})(["padding:", "px;"], storyPadding);
|
|
1600
1602
|
function Story(_ref) {
|
|
1601
1603
|
var title = _ref.title,
|
|
1602
1604
|
contentContainerStyle = _ref.contentContainerStyle,
|
|
@@ -1619,15 +1621,15 @@ var SmallScreenRow = /*#__PURE__*/styled.View.withConfig({
|
|
|
1619
1621
|
var SmallScreenCol = /*#__PURE__*/styled.View.withConfig({
|
|
1620
1622
|
displayName: "StoryGrid__SmallScreenCol",
|
|
1621
1623
|
componentId: "kitt-universal__sc-4z5new-1"
|
|
1622
|
-
})(["padding:
|
|
1624
|
+
})(["padding:8px 0 16px;"]);
|
|
1623
1625
|
var FlexRow = /*#__PURE__*/styled.View.withConfig({
|
|
1624
1626
|
displayName: "StoryGrid__FlexRow",
|
|
1625
1627
|
componentId: "kitt-universal__sc-4z5new-2"
|
|
1626
|
-
})(["flex-direction:row;margin:0 -
|
|
1628
|
+
})(["flex-direction:row;margin:0 -4px 16px;"]);
|
|
1627
1629
|
var FlexCol = /*#__PURE__*/styled.View.withConfig({
|
|
1628
1630
|
displayName: "StoryGrid__FlexCol",
|
|
1629
1631
|
componentId: "kitt-universal__sc-4z5new-3"
|
|
1630
|
-
})(["flex-grow:1;flex-basis:0;margin:0
|
|
1632
|
+
})(["flex-grow:1;flex-basis:0;margin:0 8px;"]);
|
|
1631
1633
|
|
|
1632
1634
|
function StoryGridRow(_ref) {
|
|
1633
1635
|
var children = _ref.children,
|