@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
|
@@ -1452,7 +1452,7 @@ StoryTitle.Level4 = StoryTitleLevel4;
|
|
|
1452
1452
|
const StyledSection = /*#__PURE__*/styled__default.View.withConfig({
|
|
1453
1453
|
displayName: "Section__StyledSection",
|
|
1454
1454
|
componentId: "kitt-universal__sc-x4z1s-0"
|
|
1455
|
-
})(["margin-bottom:
|
|
1455
|
+
})(["margin-bottom:32px;"]);
|
|
1456
1456
|
function Section({
|
|
1457
1457
|
title,
|
|
1458
1458
|
className,
|
|
@@ -1464,7 +1464,7 @@ function Section({
|
|
|
1464
1464
|
const StyledSubSection = /*#__PURE__*/styled__default.View.withConfig({
|
|
1465
1465
|
displayName: "Section__StyledSubSection",
|
|
1466
1466
|
componentId: "kitt-universal__sc-x4z1s-1"
|
|
1467
|
-
})(["margin-bottom:
|
|
1467
|
+
})(["margin-bottom:16px;"]);
|
|
1468
1468
|
|
|
1469
1469
|
function SubSection({
|
|
1470
1470
|
title,
|
|
@@ -1478,7 +1478,7 @@ function SubSection({
|
|
|
1478
1478
|
const StyledDemoSection = /*#__PURE__*/styled__default.View.withConfig({
|
|
1479
1479
|
displayName: "Section__StyledDemoSection",
|
|
1480
1480
|
componentId: "kitt-universal__sc-x4z1s-2"
|
|
1481
|
-
})(["margin-bottom:
|
|
1481
|
+
})(["margin-bottom:64px;"]);
|
|
1482
1482
|
|
|
1483
1483
|
function DemoSection({
|
|
1484
1484
|
children
|
|
@@ -1491,10 +1491,12 @@ function DemoSection({
|
|
|
1491
1491
|
Section.SubSection = SubSection;
|
|
1492
1492
|
Section.DemoSection = DemoSection;
|
|
1493
1493
|
|
|
1494
|
+
const storyPadding = 16;
|
|
1495
|
+
|
|
1494
1496
|
const StoryContainer = /*#__PURE__*/styled__default.ScrollView.withConfig({
|
|
1495
1497
|
displayName: "Story__StoryContainer",
|
|
1496
1498
|
componentId: "kitt-universal__sc-1kwdg2p-0"
|
|
1497
|
-
})(["padding:
|
|
1499
|
+
})(["padding:", "px;"], storyPadding);
|
|
1498
1500
|
function Story({
|
|
1499
1501
|
title,
|
|
1500
1502
|
contentContainerStyle,
|
|
@@ -1518,15 +1520,15 @@ const SmallScreenRow = /*#__PURE__*/styled__default.View.withConfig({
|
|
|
1518
1520
|
const SmallScreenCol = /*#__PURE__*/styled__default.View.withConfig({
|
|
1519
1521
|
displayName: "StoryGrid__SmallScreenCol",
|
|
1520
1522
|
componentId: "kitt-universal__sc-4z5new-1"
|
|
1521
|
-
})(["padding:
|
|
1523
|
+
})(["padding:8px 0 16px;"]);
|
|
1522
1524
|
const FlexRow = /*#__PURE__*/styled__default.View.withConfig({
|
|
1523
1525
|
displayName: "StoryGrid__FlexRow",
|
|
1524
1526
|
componentId: "kitt-universal__sc-4z5new-2"
|
|
1525
|
-
})(["flex-direction:row;margin:0 -
|
|
1527
|
+
})(["flex-direction:row;margin:0 -4px 16px;"]);
|
|
1526
1528
|
const FlexCol = /*#__PURE__*/styled__default.View.withConfig({
|
|
1527
1529
|
displayName: "StoryGrid__FlexCol",
|
|
1528
1530
|
componentId: "kitt-universal__sc-4z5new-3"
|
|
1529
|
-
})(["flex-grow:1;flex-basis:0;margin:0
|
|
1531
|
+
})(["flex-grow:1;flex-basis:0;margin:0 8px;"]);
|
|
1530
1532
|
|
|
1531
1533
|
function StoryGridRow({
|
|
1532
1534
|
children,
|