@startupjs-ui/mdx 0.1.17 → 0.1.22

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,33 @@
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.22](https://github.com/startupjs/startupjs-ui/compare/v0.1.21...v0.1.22) (2026-03-25)
7
+
8
+ **Note:** Version bump only for package @startupjs-ui/mdx
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.1.21](https://github.com/startupjs/startupjs-ui/compare/v0.1.20...v0.1.21) (2026-03-25)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **core,mdx:** rename remaining .styl files to .cssx.styl ([d239762](https://github.com/startupjs/startupjs-ui/commit/d2397629fe0d6267889a69868678a513b2a7815a))
20
+
21
+
22
+
23
+
24
+
25
+ ## [0.1.19](https://github.com/startupjs/startupjs-ui/compare/v0.1.18...v0.1.19) (2026-03-17)
26
+
27
+ **Note:** Version bump only for package @startupjs-ui/mdx
28
+
29
+
30
+
31
+
32
+
6
33
  ## [0.1.17](https://github.com/startupjs/startupjs-ui/compare/v0.1.16...v0.1.17) (2026-02-12)
7
34
 
8
35
  **Note:** Version bump only for package @startupjs-ui/mdx
@@ -11,7 +11,7 @@ import languagePug from 'refractor/lang/pug.js'
11
11
  import languageMarkdown from 'refractor/lang/markdown.js'
12
12
  import languageJson from 'refractor/lang/json.js'
13
13
  import languageBash from 'refractor/lang/bash.js'
14
- import './index.styl'
14
+ import './index.cssx.styl'
15
15
 
16
16
  const SUB_LANGUAGE_REGEX = /(^|\W)(pug|styl|css)(`\s*\n)([^`]*\s*\n)(`)/
17
17
 
@@ -17,7 +17,7 @@ import { faCode } from '@fortawesome/free-solid-svg-icons/faCode'
17
17
  import { faCopy } from '@fortawesome/free-solid-svg-icons/faCopy'
18
18
  // import _kebabCase from 'lodash/kebabCase'
19
19
  // import _get from 'lodash/get'
20
- import './index.styl'
20
+ import './index.cssx.styl'
21
21
  import Code from '../Code'
22
22
 
23
23
  // const RowComponent = props => pug`Div(...props row)`
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.17",
4
+ "version": "0.1.22",
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.22",
16
+ "@startupjs-ui/br": "^0.1.22",
17
+ "@startupjs-ui/collapse": "^0.1.22",
18
+ "@startupjs-ui/div": "^0.1.22",
19
+ "@startupjs-ui/divider": "^0.1.22",
20
+ "@startupjs-ui/icon": "^0.1.22",
21
+ "@startupjs-ui/link": "^0.1.22",
22
+ "@startupjs-ui/scroll-view": "^0.1.22",
23
+ "@startupjs-ui/span": "^0.1.22",
24
+ "@startupjs-ui/table": "^0.1.22",
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": "902cb7536d017b53dc268cc54e8e54818279744c"
33
+ "gitHead": "3bd18c16f0f203ee3d940bf2e09381edc0034665"
34
34
  }
File without changes