ariadne_view_components 0.0.50-aarch64-linux → 0.0.52-aarch64-linux

Sign up to get free protection for your applications and to get access to all the features.
Files changed (24) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/builds/ariadne_view_components.css +21 -0
  4. data/app/assets/javascripts/ariadne_view_components.js +1 -1
  5. data/app/assets/javascripts/ariadne_view_components.js.map +1 -1
  6. data/app/assets/javascripts/components/ariadne/options_controller/options_controller.d.ts +2 -3
  7. data/app/assets/javascripts/components/ariadne/synced_boolean_attributes_controller/synced_boolean_attributes_controller.d.ts +1 -0
  8. data/app/components/ariadne/action_card_component.html.erb +4 -2
  9. data/app/components/ariadne/action_card_component.rb +52 -9
  10. data/app/components/ariadne/combobox_component.rb +1 -1
  11. data/app/components/ariadne/options_controller/options_controller.d.ts +2 -3
  12. data/app/components/ariadne/options_controller/options_controller.js +13 -27
  13. data/app/components/ariadne/options_controller/options_controller.ts +12 -30
  14. data/app/components/ariadne/string_match_controller/string_match_controller.ts +1 -0
  15. data/app/components/ariadne/synced_boolean_attributes_controller/synced_boolean_attributes_controller.d.ts +1 -0
  16. data/app/components/ariadne/synced_boolean_attributes_controller/synced_boolean_attributes_controller.js +20 -0
  17. data/app/components/ariadne/synced_boolean_attributes_controller/synced_boolean_attributes_controller.ts +23 -0
  18. data/app/lib/ariadne/fetch_or_fallback_helper.rb +2 -2
  19. data/lib/ariadne/view_components/linters/autocorrectable.rb +1 -1
  20. data/lib/ariadne/view_components/linters/base_linter.rb +2 -2
  21. data/lib/ariadne/view_components/version.rb +1 -1
  22. data/lib/rubocop/cop/ariadne/base_cop.rb +1 -1
  23. data/static/constants.json +18 -3
  24. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b64174ca09de9d391f5ed5aacde2e5f05848aa4782455dc3ba2ee4de4099385a
4
- data.tar.gz: 3bf7971c72bce372216400ca4981829fe6b8e12454674bbd51ef3fd4a0b14cbd
3
+ metadata.gz: 40cafdeee77a1e2967ffdb360108a0b564f573f96434c0ae4bbb8baca050280f
4
+ data.tar.gz: bf969b904eeeb9276c626ffe9c457262810727dabeb101fa437f3e033f76e2da
5
5
  SHA512:
6
- metadata.gz: 764fb2bc5e8337f44219a30424c52e480ba70528495702d0d70c37e8943a5bae669b6d8cb561db003102539836bdfaee67b4d2f3f20fd7e3638b798dd0af41e0
7
- data.tar.gz: f3b6c09c00838066d1b67a648869c3e0d9f096398863ed6abf637772ededa583a38111be8c1b424b0684b76bc420aa0d137243a0ec30226be9a7507b2d433544
6
+ metadata.gz: 65692b008ca5aa0296ed9028fd737da31f002c9df2adfe8f72ba45c6648afcf04b3eaef25f184675fd5710edc7689f111005f20eb6ef441cf84eb1eeeebd6d4c
7
+ data.tar.gz: 8a62d43829dc1e90969a1a27b7b52fae7535e8f8779586f3fc0d10bdaa0f6876ae696a974654ce9e387a6fb2432341d92c3a75ffbd6a338b0f1ff75ccc8e8fcb
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [v0.0.51] - 30-06-2023
2
+ null
3
+ ## [v0.0.50] - 29-06-2023
4
+ null
1
5
  ## [v0.0.49] - 26-06-2023
2
6
  null
3
7
  # Changelog
@@ -807,6 +807,10 @@ select {
807
807
  margin-top: -1px;
808
808
  }
809
809
 
810
+ .ariadne-mb-4 {
811
+ margin-bottom: 1rem;
812
+ }
813
+
810
814
  .ariadne-ml-2 {
811
815
  margin-left: 0.5rem;
812
816
  }
@@ -823,6 +827,10 @@ select {
823
827
  margin-right: 0.5rem;
824
828
  }
825
829
 
830
+ .ariadne-mr-4 {
831
+ margin-right: 1rem;
832
+ }
833
+
826
834
  .ariadne-mt-0 {
827
835
  margin-top: 0px;
828
836
  }
@@ -971,6 +979,10 @@ select {
971
979
  width: 2.25rem;
972
980
  }
973
981
 
982
+ .ariadne-w-96 {
983
+ width: 24rem;
984
+ }
985
+
974
986
  .ariadne-w-auto {
975
987
  width: auto;
976
988
  }
@@ -1436,6 +1448,11 @@ select {
1436
1448
  padding-bottom: 1.25rem;
1437
1449
  }
1438
1450
 
1451
+ .ariadne-py-6 {
1452
+ padding-top: 1.5rem;
1453
+ padding-bottom: 1.5rem;
1454
+ }
1455
+
1439
1456
  .ariadne-pb-1 {
1440
1457
  padding-bottom: 0.25rem;
1441
1458
  }
@@ -2173,6 +2190,10 @@ select {
2173
2190
  }
2174
2191
  }
2175
2192
 
2193
+ .\[\&\:last\]\:ariadne-mr-0:last {
2194
+ margin-right: 0px;
2195
+ }
2196
+
2176
2197
  .\[\&\>span\]\:ariadne-p-0>span {
2177
2198
  padding: 0px;
2178
2199
  }