@startupjs-ui/mdx 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/mdx
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/mdx
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
 
@@ -8,7 +8,7 @@ monospace()
8
8
  .root
9
9
  padding 2u
10
10
  background-color $bg
11
- border-radius 1u
11
+ radius(l)
12
12
 
13
13
  .line
14
14
  min-height 2.5u
@@ -63,11 +63,7 @@ $exampleBg = var(--color-bg-main)
63
63
  background-color $codeBg
64
64
  border-width 1px
65
65
  border-color var(--color-border-main)
66
- border-radius .5u
67
-
68
-
69
-
70
-
66
+ radius()
71
67
 
72
68
  .example
73
69
  margin-top 2u
@@ -82,8 +78,6 @@ $exampleBg = var(--color-bg-main)
82
78
  .padding
83
79
  padding 2u
84
80
 
85
-
86
-
87
81
  .code
88
82
  margin-top 2u
89
83
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@startupjs-ui/mdx",
3
3
  "description": "MDX provider with a set of custom components for react-native support and syntax highlighting",
4
- "version": "0.1.16",
4
+ "version": "0.1.19",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -12,16 +12,16 @@
12
12
  "dependencies": {
13
13
  "@fortawesome/free-solid-svg-icons": "^7.1.0",
14
14
  "@mdx-js/react": "^3.0.0",
15
- "@startupjs-ui/alert": "^0.1.16",
16
- "@startupjs-ui/br": "^0.1.16",
17
- "@startupjs-ui/collapse": "^0.1.16",
18
- "@startupjs-ui/div": "^0.1.16",
19
- "@startupjs-ui/divider": "^0.1.16",
20
- "@startupjs-ui/icon": "^0.1.16",
21
- "@startupjs-ui/link": "^0.1.16",
22
- "@startupjs-ui/scroll-view": "^0.1.16",
23
- "@startupjs-ui/span": "^0.1.16",
24
- "@startupjs-ui/table": "^0.1.16",
15
+ "@startupjs-ui/alert": "^0.1.19",
16
+ "@startupjs-ui/br": "^0.1.19",
17
+ "@startupjs-ui/collapse": "^0.1.19",
18
+ "@startupjs-ui/div": "^0.1.19",
19
+ "@startupjs-ui/divider": "^0.1.19",
20
+ "@startupjs-ui/icon": "^0.1.19",
21
+ "@startupjs-ui/link": "^0.1.19",
22
+ "@startupjs-ui/scroll-view": "^0.1.19",
23
+ "@startupjs-ui/span": "^0.1.19",
24
+ "@startupjs-ui/table": "^0.1.19",
25
25
  "refractor": "^3.0.0"
26
26
  },
27
27
  "peerDependencies": {
@@ -30,5 +30,5 @@
30
30
  "react-native": "*",
31
31
  "startupjs": "*"
32
32
  },
33
- "gitHead": "9943aa3566d5d80f5b404473906eb3c0611f9ee5"
33
+ "gitHead": "bfcca786dc363f42a09b6eef4feb7ca8139302fc"
34
34
  }