ariadne_view_components 0.0.57-x64-mingw-ucrt → 0.0.58-x64-mingw-ucrt
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -0
- data/app/assets/builds/ariadne_view_components.css +0 -9
- data/app/assets/javascripts/ariadne_view_components.js +2 -2
- data/app/assets/javascripts/ariadne_view_components.js.map +1 -1
- data/app/components/ariadne/ariadne.js +0 -2
- data/app/components/ariadne/ariadne.ts +0 -2
- data/lib/ariadne/view_components/version.rb +1 -1
- data/static/audited_at.json +0 -2
- data/static/constants.json +0 -11
- data/static/statuses.json +0 -2
- metadata +2 -10
- data/app/assets/javascripts/components/ariadne/rich_text_area_component/rich-text-area-component.d.ts +0 -6
- data/app/components/ariadne/comment_component/comment_component.html.erb +0 -37
- data/app/components/ariadne/comment_component.rb +0 -71
- data/app/components/ariadne/rich_text_area_component/rich-text-area-component.d.ts +0 -6
- data/app/components/ariadne/rich_text_area_component/rich-text-area-component.js +0 -38
- data/app/components/ariadne/rich_text_area_component/rich-text-area-component.ts +0 -47
- data/app/components/ariadne/rich_text_area_component/rich_text_area_component.html.erb +0 -6
- data/app/components/ariadne/rich_text_area_component.rb +0 -35
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e03c7cae414e82545813048277c93893f8b95e6bfe014da940635111f3d469f7
|
4
|
+
data.tar.gz: 6c1e13714adcfa1013d437b50cc307868cd04bed7843c9842b2b8485f8515368
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 382d8a08d95289bd23d6103e2935b677446c60534d8c72e0e21bfa37c98ef0190fc85ab98179ea14827b06f868228f2bf8a013aa91d9a9188624c79f7dfdd9ad
|
7
|
+
data.tar.gz: 731d7f477172a695b84b3d34c9fc411f3cbb8d7db4638d210864de15e303a25769298c21e8fcee4802a4c0e9df62c80b6783ca1f4e9417a7c9cbaec784df9f0b
|
data/CHANGELOG.md
CHANGED
@@ -1112,10 +1112,6 @@ select {
|
|
1112
1112
|
align-items: baseline;
|
1113
1113
|
}
|
1114
1114
|
|
1115
|
-
.ariadne-justify-end {
|
1116
|
-
justify-content: flex-end;
|
1117
|
-
}
|
1118
|
-
|
1119
1115
|
.ariadne-justify-center {
|
1120
1116
|
justify-content: center;
|
1121
1117
|
}
|
@@ -1405,11 +1401,6 @@ select {
|
|
1405
1401
|
padding-right: 1rem;
|
1406
1402
|
}
|
1407
1403
|
|
1408
|
-
.ariadne-px-5 {
|
1409
|
-
padding-left: 1.25rem;
|
1410
|
-
padding-right: 1.25rem;
|
1411
|
-
}
|
1412
|
-
|
1413
1404
|
.ariadne-px-6 {
|
1414
1405
|
padding-left: 1.5rem;
|
1415
1406
|
padding-right: 1.5rem;
|