ariadne_view_components 0.0.57-x86_64-linux → 0.0.58-x86_64-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: fed742c06f9e4b518b7047ff4dd388c3f60eaf3dd3bd97554b61ed34b60da984
|
4
|
+
data.tar.gz: 48475959fffcb848af74bf2e2683bd7646fc24173f7fda174755949b7cf85ab3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57c9cc96a4cc3a7f9f78e1f901797a6ac0578ced58b846bf6e8343f306a94cc40f6935c0a8721d915c0717bae145f154148d31cadc8ae3fd200e7645424017d6
|
7
|
+
data.tar.gz: 0315ec4f7f04d3f103ed4da60d8597e4ca3c27ba088c79bc365aae20ff62a661281f1eb87479e0fd6736b6756790be0f63c303b012ef789cfa86cacb666fa10d
|
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;
|