@startupjs-ui/carousel 0.1.16 → 0.1.19

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 CHANGED
@@ -3,6 +3,22 @@
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
+ ## [0.1.19](https://github.com/startupjs/startupjs-ui/compare/v0.1.18...v0.1.19) (2026-03-17)
7
+
8
+ **Note:** Version bump only for package @startupjs-ui/carousel
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.1.17](https://github.com/startupjs/startupjs-ui/compare/v0.1.16...v0.1.17) (2026-02-12)
15
+
16
+ **Note:** Version bump only for package @startupjs-ui/carousel
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.1.16](https://github.com/startupjs/startupjs-ui/compare/v0.1.15...v0.1.16) (2026-02-10)
7
23
 
8
24
  **Note:** Version bump only for package @startupjs-ui/carousel
package/index.cssx.styl CHANGED
@@ -18,7 +18,7 @@
18
18
  position absolute
19
19
  user-select none
20
20
  z-index 999
21
- border-radius 1u
21
+ radius()
22
22
  padding .5u
23
23
 
24
24
  &.vertical
@@ -57,9 +57,9 @@
57
57
 
58
58
  .dot
59
59
  height 1u
60
- width 2u
60
+ width 1u
61
61
  background-color var(--color-bg-main-subtle)
62
- border-radius .3u
62
+ radius(circle)
63
63
  margin 0 .4u
64
64
  cursor pointer
65
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startupjs-ui/carousel",
3
- "version": "0.1.16",
3
+ "version": "0.1.19",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -8,14 +8,14 @@
8
8
  "types": "index.d.ts",
9
9
  "type": "module",
10
10
  "dependencies": {
11
- "@startupjs-ui/core": "^0.1.11",
12
- "@startupjs-ui/div": "^0.1.16",
13
- "@startupjs-ui/icon": "^0.1.16"
11
+ "@startupjs-ui/core": "^0.1.19",
12
+ "@startupjs-ui/div": "^0.1.19",
13
+ "@startupjs-ui/icon": "^0.1.19"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "react": "*",
17
17
  "react-native": "*",
18
18
  "startupjs": "*"
19
19
  },
20
- "gitHead": "9943aa3566d5d80f5b404473906eb3c0611f9ee5"
20
+ "gitHead": "bfcca786dc363f42a09b6eef4feb7ca8139302fc"
21
21
  }