ariadne_view_components 0.0.57-arm64-darwin → 0.0.58-arm64-darwin
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: f4316a59fedd809e3bfb7ba57bb12590577e04f1188d5c5b6de55dc5e0d8ed3e
|
4
|
+
data.tar.gz: 63b6b1f51e1855ea2ed9faf5f21e74809b9acb51c6460cbae8696127ad6d9f55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0dec116786d07b1a17c2a67efb8829a120110002c9caeb091a41a4e9bbe250d153b7f9f26b47e0a3760da2b965fbdea21cd0cbd9c9b7ae51b91d0285cd95db29
|
7
|
+
data.tar.gz: afd90b67b094ce47114cfecafe55b308c86eac2a42099a5825199a5767c584fe5a4fca4dc590bc24371d42f9a414aab61db363ddeca3bd505b3b2627a80364dd
|
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;
|