ariadne_view_components 0.0.57-x64-mingw-ucrt → 0.0.59-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 +4 -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: f9fbd8a7f2912354f99018e75241981da8b8d1f496adc2d87b44afa2bdb9de5a
|
4
|
+
data.tar.gz: c9930c8b46bad18c2de1645f962522d8b66f04ba5c1150354dd898b8feb40900
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6c26381437109b4bc0fb8e71a9f239eb89880410a9648f598ddd26b2e01f833a83295d200f49ec53a931c35a242e47c29871f208ee8d1fc9b5c5a2be3280836
|
7
|
+
data.tar.gz: 32bda6dd55e69aa3f55c6c02e5de315129f9a96c5bd60f75bb2f3be8eefa97469a98a899d81fc159f5a3fce4d75c6608066ce9b340c72150b841433090502f2f
|
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;
|