plutonium 0.16.1 → 0.16.3
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.
- checksums.yaml +4 -4
- data/app/assets/plutonium.js +362 -486
- data/app/assets/plutonium.js.map +4 -4
- data/app/assets/plutonium.min.js +44 -44
- data/app/assets/plutonium.min.js.map +4 -4
- data/lib/generators/pu/core/assets/assets_generator.rb +1 -1
- data/lib/plutonium/version.rb +1 -1
- data/package-lock.json +18 -5
- data/package.json +3 -2
- metadata +2 -2
@@ -29,7 +29,7 @@ module Pu
|
|
29
29
|
end
|
30
30
|
|
31
31
|
def install_dependencies
|
32
|
-
run "yarn add @radioactive-labs/plutonium flowbite @tailwindcss/forms @tailwindcss/typography flowbite-typography postcss-cli cssnano"
|
32
|
+
run "yarn add @radioactive-labs/plutonium flowbite @tailwindcss/forms @tailwindcss/typography flowbite-typography postcss-cli cssnano marked"
|
33
33
|
end
|
34
34
|
|
35
35
|
def configure_application
|
data/lib/plutonium/version.rb
CHANGED
data/package-lock.json
CHANGED
@@ -13,7 +13,8 @@
|
|
13
13
|
"@hotwired/turbo": "^8.0.4",
|
14
14
|
"dompurify": "^3.2.2",
|
15
15
|
"flowbite": "^2.3.0",
|
16
|
-
"lodash.debounce": "^4.0.8"
|
16
|
+
"lodash.debounce": "^4.0.8",
|
17
|
+
"marked": "^15.0.3"
|
17
18
|
},
|
18
19
|
"devDependencies": {
|
19
20
|
"@tailwindcss/forms": "^0.5.7",
|
@@ -4514,10 +4515,9 @@
|
|
4514
4515
|
"license": "MIT"
|
4515
4516
|
},
|
4516
4517
|
"node_modules/marked": {
|
4517
|
-
"version": "
|
4518
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-
|
4519
|
-
"integrity": "sha512-
|
4520
|
-
"dev": true,
|
4518
|
+
"version": "15.0.3",
|
4519
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.3.tgz",
|
4520
|
+
"integrity": "sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg==",
|
4521
4521
|
"license": "MIT",
|
4522
4522
|
"bin": {
|
4523
4523
|
"marked": "bin/marked.js"
|
@@ -4600,6 +4600,19 @@
|
|
4600
4600
|
"dev": true,
|
4601
4601
|
"license": "(MPL-2.0 OR Apache-2.0)"
|
4602
4602
|
},
|
4603
|
+
"node_modules/mermaid/node_modules/marked": {
|
4604
|
+
"version": "13.0.3",
|
4605
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz",
|
4606
|
+
"integrity": "sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==",
|
4607
|
+
"dev": true,
|
4608
|
+
"license": "MIT",
|
4609
|
+
"bin": {
|
4610
|
+
"marked": "bin/marked.js"
|
4611
|
+
},
|
4612
|
+
"engines": {
|
4613
|
+
"node": ">= 18"
|
4614
|
+
}
|
4615
|
+
},
|
4603
4616
|
"node_modules/micromark-util-character": {
|
4604
4617
|
"version": "2.1.0",
|
4605
4618
|
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz",
|
data/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@radioactive-labs/plutonium",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.17",
|
4
4
|
"description": "Core assets for the Plutonium gem",
|
5
5
|
"type": "module",
|
6
6
|
"main": "src/js/core.js",
|
@@ -22,7 +22,8 @@
|
|
22
22
|
"@hotwired/turbo": "^8.0.4",
|
23
23
|
"dompurify": "^3.2.2",
|
24
24
|
"flowbite": "^2.3.0",
|
25
|
-
"lodash.debounce": "^4.0.8"
|
25
|
+
"lodash.debounce": "^4.0.8",
|
26
|
+
"marked": "^15.0.3"
|
26
27
|
},
|
27
28
|
"devDependencies": {
|
28
29
|
"@tailwindcss/forms": "^0.5.7",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: plutonium
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.16.
|
4
|
+
version: 0.16.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefan Froelich
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: zeitwerk
|