ariadne_view_components 0.0.57-aarch64-linux → 0.0.58-aarch64-linux
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: 8eab294490495253014c08842cfb06149faaac3917a08ec530047c7ce90d00ce
|
4
|
+
data.tar.gz: 60a5d9779661849dc3e124fee701883d854ab8e4c65fd011dd8f81b9bcc6827e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d0164f8d0f74f44b8abfdba7c0b18c763d4a9da18c11eb77c5788f2a536abd57825851799516b5f37b9bb2eb1802bd16ea5394735032d33131e231df6094b34
|
7
|
+
data.tar.gz: 29370b2dae147060944aad58a3989e612470dda695926b077a5f82b7b45cf9df1707e80b4c6385520109a78df1ae2ce1ac3de949328629cbb3b65f2231a73a34
|
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;
|