@ornikar/kitt-universal 29.1.0 → 29.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 +20 -0
- package/dist/definitions/Skeleton/SkeletonContent.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +18 -16
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +18 -16
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +18 -16
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.css +0 -3
- package/dist/index-node-22.17.cjs.web.js +189 -40
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +18 -16
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.css +0 -3
- package/dist/index-node-22.17.es.web.mjs +190 -42
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +18 -16
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +187 -41
- package/dist/index.es.web.js.map +1 -1
- package/dist/styles.css +0 -3
- package/dist/tsbuildinfo +1 -1
- package/package.json +3 -3
- package/dist/definitions/PageLoader/PageLoader.web.d.ts +0 -3
- package/dist/definitions/PageLoader/PageLoader.web.d.ts.map +0 -1
- package/dist/definitions/Skeleton/SkeletonContent.web.d.ts +0 -7
- package/dist/definitions/Skeleton/SkeletonContent.web.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,26 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [29.3.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@29.2.0...@ornikar/kitt-universal@29.3.0) (2025-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add lightbulb icon from phosphor OSE-20552 ([#2726](https://github.com/ornikar/kitt/issues/2726)) ([3d831b3](https://github.com/ornikar/kitt/commit/3d831b3ba8da5302a29347bdf9b9ef9e229ab140))
|
|
12
|
+
* kill linaria from skeletonContent OSE-18325 ([#2721](https://github.com/ornikar/kitt/issues/2721)) ([e9ad1c0](https://github.com/ornikar/kitt/commit/e9ad1c06173753b6e50c05e75ed050b3899ba6c2))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## [29.2.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@29.1.0...@ornikar/kitt-universal@29.2.0) (2025-10-16)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* add map-pin-area icon OSE-19915 ([#2723](https://github.com/ornikar/kitt/issues/2723)) ([23ec232](https://github.com/ornikar/kitt/commit/23ec2320bc64dd3b14c046f3a0ee55197ee5f7ec))
|
|
22
|
+
* init kitt 2 package [no issue] ([#2709](https://github.com/ornikar/kitt/issues/2709)) ([ffe4260](https://github.com/ornikar/kitt/commit/ffe42601333d6623c9ce80553824b3471937a0b7))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
6
26
|
## [29.1.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@29.0.0...@ornikar/kitt-universal@29.1.0) (2025-10-14)
|
|
7
27
|
|
|
8
28
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SkeletonContent.d.ts","sourceRoot":"","sources":["../../../src/Skeleton/SkeletonContent.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAcvC,UAAU,aAAa;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACf;
|
|
1
|
+
{"version":3,"file":"SkeletonContent.d.ts","sourceRoot":"","sources":["../../../src/Skeleton/SkeletonContent.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAcvC,UAAU,aAAa;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,wBAAgB,eAAe,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,EAAE,aAAa,GAAG,SAAS,CAyC9E"}
|
|
@@ -11777,7 +11777,7 @@ function AnimatedLoaderCircle({
|
|
|
11777
11777
|
return {
|
|
11778
11778
|
strokeDashoffset: circlePerimeter - circlePerimeter * progress.value
|
|
11779
11779
|
};
|
|
11780
|
-
});
|
|
11780
|
+
}, [progress, circlePerimeter]);
|
|
11781
11781
|
return /*#__PURE__*/jsx(AnimatedCircle, {
|
|
11782
11782
|
"transform-origin": "center center",
|
|
11783
11783
|
strokeWidth: strokeWidth,
|
|
@@ -11848,7 +11848,7 @@ function AnimatedFillCircleContainer({
|
|
|
11848
11848
|
rotate: `${360 * progress.value}deg`
|
|
11849
11849
|
}]
|
|
11850
11850
|
};
|
|
11851
|
-
});
|
|
11851
|
+
}, [progress]);
|
|
11852
11852
|
return /*#__PURE__*/jsx(Animated.View, {
|
|
11853
11853
|
style: [StyleSheet.absoluteFill, rotationStyles],
|
|
11854
11854
|
children: children
|
|
@@ -12195,7 +12195,6 @@ function SegmentedProgressBar({
|
|
|
12195
12195
|
});
|
|
12196
12196
|
}
|
|
12197
12197
|
|
|
12198
|
-
const AnimatedLinearGradient = Animated.createAnimatedComponent(LinearGradient);
|
|
12199
12198
|
function SkeletonContent({
|
|
12200
12199
|
isLoading,
|
|
12201
12200
|
width
|
|
@@ -12216,24 +12215,27 @@ function SkeletonContent({
|
|
|
12216
12215
|
translateX: interpolate(sharedX.value, [0, 1], [-width, width])
|
|
12217
12216
|
}]
|
|
12218
12217
|
};
|
|
12219
|
-
});
|
|
12218
|
+
}, [sharedX, width]);
|
|
12220
12219
|
return /*#__PURE__*/jsx(View, {
|
|
12221
12220
|
height: "100%",
|
|
12222
12221
|
width: "100%",
|
|
12223
12222
|
backgroundColor: "kitt.skeleton.backgroundColor",
|
|
12224
12223
|
borderColor: "kitt.skeleton.flareColor",
|
|
12225
|
-
children: /*#__PURE__*/jsx(
|
|
12226
|
-
|
|
12227
|
-
|
|
12228
|
-
|
|
12229
|
-
|
|
12230
|
-
|
|
12231
|
-
|
|
12232
|
-
|
|
12233
|
-
|
|
12234
|
-
|
|
12235
|
-
|
|
12236
|
-
|
|
12224
|
+
children: /*#__PURE__*/jsx(Animated.View, {
|
|
12225
|
+
style: [StyleSheet.absoluteFill, linearGradientStyle],
|
|
12226
|
+
children: /*#__PURE__*/jsx(LinearGradient, {
|
|
12227
|
+
colors: [theme.kitt.skeleton.backgroundColor, theme.kitt.skeleton.flareColor, theme.kitt.skeleton.backgroundColor],
|
|
12228
|
+
locations: [0.1, 0.5, 0.9],
|
|
12229
|
+
start: {
|
|
12230
|
+
x: 0,
|
|
12231
|
+
y: 0
|
|
12232
|
+
},
|
|
12233
|
+
end: {
|
|
12234
|
+
x: 1,
|
|
12235
|
+
y: 0
|
|
12236
|
+
},
|
|
12237
|
+
style: StyleSheet.absoluteFill
|
|
12238
|
+
})
|
|
12237
12239
|
})
|
|
12238
12240
|
});
|
|
12239
12241
|
}
|