diff --git a/bundle/index.js b/bundle/index.js index 2bae5d98..54125d07 100644 --- a/bundle/index.js +++ b/bundle/index.js @@ -1,4 +1,4 @@ -'use strict'; + const Brule = require('brule'); const Hapi = require('hapi'); diff --git a/packages/icons/src/dot.js b/packages/icons/src/dot.js index b7e38f61..c1ecd280 100644 --- a/packages/icons/src/dot.js +++ b/packages/icons/src/dot.js @@ -2,8 +2,8 @@ import remcalc from 'remcalc'; import styled from 'styled-components'; export default styled.span` - width: ${remcalc(6)}; - height: ${remcalc(6)}; + width: ${props => props.size || remcalc(6)}; + height: ${props => props.size || remcalc(6)}; border-radius: 50%; background-color: ${props => props.theme[props.color]}; display: inline-block; diff --git a/packages/my-joy-beta/.eslintrc b/packages/my-joy-beta/.eslintrc index 8dbd2da5..435e02c4 100644 --- a/packages/my-joy-beta/.eslintrc +++ b/packages/my-joy-beta/.eslintrc @@ -4,10 +4,7 @@ "no-console": 0, "new-cap": 0, "camelcase": 1, - // temp - "no-undef": 1, - "no-debugger": 1, - "no-negated-condition": 0, - "jsx-a11y/href-no-hash": 0 + "jsx-a11y/href-no-hash": 0, + "no-negated-condition": 0 } } diff --git a/packages/my-joy-beta/.gitignore b/packages/my-joy-beta/.gitignore index 927d17bb..0bb3d99c 100644 --- a/packages/my-joy-beta/.gitignore +++ b/packages/my-joy-beta/.gitignore @@ -14,5 +14,10 @@ .env npm-debug.log* yarn-debug.log* + yarn-error.log* +## Image Snapshots Diff + +**/__diff_output__ + diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-add-service-form-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-add-service-form-1-snap.png index 2309e5c6..236a685c 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-add-service-form-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-add-service-form-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-add-service-form-pristine-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-add-service-form-pristine-1-snap.png index ecf69d12..fa5acd7b 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-add-service-form-pristine-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-add-service-form-pristine-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-header-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-header-1-snap.png index 54bd3fb8..4582ae41 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-header-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-header-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-hostname-values-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-hostname-values-1-snap.png index aa94a8a6..3b43411b 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-hostname-values-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-hostname-values-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-hostnames-header-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-hostnames-header-1-snap.png index 419fe536..658c1a05 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-hostnames-header-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/cns-ui-js-hostnames-header-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-default-rules-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-default-rules-1-snap.png index c64ac6e7..9f3e5fed 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-default-rules-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-default-rules-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-default-rules-rules-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-default-rules-rules-1-snap.png index 8c017070..f2777ead 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-default-rules-rules-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-default-rules-rules-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-rules-rules-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-rules-rules-1-snap.png index c703cca9..a1aae8f9 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-rules-rules-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-rules-rules-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-tag-rules-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-tag-rules-1-snap.png index e9eab2e3..07c80fb4 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-tag-rules-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-tag-rules-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-tag-rules-rules-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-tag-rules-rules-1-snap.png index 866ed363..d4ae099a 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-tag-rules-rules-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-tag-rules-rules-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-toggle-firewall-form-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-toggle-firewall-form-1-snap.png index fd520a55..681e67ba 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-toggle-firewall-form-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-toggle-firewall-form-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-toggle-firewall-form-submitting-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-toggle-firewall-form-submitting-1-snap.png index 5cd46520..6447675d 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-toggle-firewall-form-submitting-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-toggle-firewall-form-submitting-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-toggle-inactive-form-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-toggle-inactive-form-1-snap.png index 728f2128..19d91606 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-toggle-inactive-form-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-toggle-inactive-form-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-toggle-inactive-form-2-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-toggle-inactive-form-2-snap.png new file mode 100644 index 00000000..19d91606 Binary files /dev/null and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/firewall-ui-js-toggle-inactive-form-2-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-1-snap.png index 3ee90be1..ce2d0b89 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-expanded-false-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-expanded-false-1-snap.png index 63b0e5e9..63fdb8c7 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-expanded-false-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-expanded-false-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-input-input-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-input-input-1-snap.png index 3ee90be1..ce2d0b89 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-input-input-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-input-input-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-input-textarea-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-input-textarea-1-snap.png index 19350958..dca5a96f 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-input-textarea-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-input-textarea-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-method-add-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-method-add-1-snap.png index 3ee90be1..ce2d0b89 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-method-add-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-method-add-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-method-edit-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-method-edit-1-snap.png index b9ef7de0..8cc6df5f 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-method-edit-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-method-edit-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-removing-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-removing-1-snap.png index 3ee90be1..ce2d0b89 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-removing-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-removing-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-submitting-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-submitting-1-snap.png index 56c43f97..1a4bb767 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-submitting-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-submitting-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-type-tag-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-type-tag-1-snap.png index 25d5c960..9f33d63c 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-type-tag-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/key-value-ui-js-key-value-type-tag-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-1-snap.png index 186ec096..b05ff6f1 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-2-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-2-snap.png index 5c997d49..e574ac26 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-2-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-2-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-1-snap.png index b907d2e3..d811579d 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-2-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-2-snap.png index 06e13d30..91e4fa13 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-2-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-2-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-3-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-3-snap.png index b907d2e3..d811579d 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-3-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-3-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-4-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-4-snap.png index 06e13d30..91e4fa13 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-4-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-4-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-fabric-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-fabric-1-snap.png index 6965264e..cc31b7fb 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-fabric-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-fabric-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-fabric-2-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-fabric-2-snap.png index d6efbae0..f4b55d31 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-fabric-2-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-fabric-2-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-1-snap.png index 1de23f61..8605ef3f 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-2-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-2-snap.png index d6efbae0..f4b55d31 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-2-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-2-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-3-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-3-snap.png new file mode 100644 index 00000000..8605ef3f Binary files /dev/null and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-3-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-4-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-4-snap.png new file mode 100644 index 00000000..d811579d Binary files /dev/null and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-4-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-5-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-5-snap.png new file mode 100644 index 00000000..499e8e37 Binary files /dev/null and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-5-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-6-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-6-snap.png new file mode 100644 index 00000000..cc31b7fb Binary files /dev/null and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-info-expanded-6-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-public-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-public-1-snap.png index 0058f68a..499e8e37 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-public-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-public-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-public-2-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-public-2-snap.png index f0a23cfc..c7650d69 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-public-2-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/network-ui-js-network-network-public-2-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/tags-ui-js-renders-add-form-without-throwing-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/tags-ui-js-renders-add-form-without-throwing-1-snap.png index 25d5c960..9f33d63c 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/tags-ui-js-renders-add-form-without-throwing-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/tags-ui-js-renders-add-form-without-throwing-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/tags-ui-js-renders-edit-form-without-throwing-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/tags-ui-js-renders-edit-form-without-throwing-1-snap.png index 3e17914f..c9f717a3 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/tags-ui-js-renders-edit-form-without-throwing-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/tags-ui-js-renders-edit-form-without-throwing-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/tags-ui-js-renders-tag-name-value-without-throwing-1-snap.png b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/tags-ui-js-renders-tag-name-value-without-throwing-1-snap.png index 63e45b6b..680f76a1 100644 Binary files a/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/tags-ui-js-renders-tag-name-value-without-throwing-1-snap.png and b/packages/my-joy-beta/src/components/__tests__/__image_snapshots__/tags-ui-js-renders-tag-name-value-without-throwing-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/__tests__/__snapshots__/firewall.spec.js.snap b/packages/my-joy-beta/src/components/__tests__/__snapshots__/firewall.spec.js.snap index 501dc066..d0b53c69 100644 --- a/packages/my-joy-beta/src/components/__tests__/__snapshots__/firewall.spec.js.snap +++ b/packages/my-joy-beta/src/components/__tests__/__snapshots__/firewall.spec.js.snap @@ -376,6 +376,11 @@ Array [ > From: @@ -389,6 +394,11 @@ Array [ >

Any

@@ -410,6 +420,11 @@ Array [ > To: @@ -423,6 +438,11 @@ Array [ >

All VMs in DC

@@ -444,6 +464,11 @@ Array [ > Protocol: @@ -457,6 +482,11 @@ Array [ >

icmp

@@ -478,6 +508,11 @@ Array [ > Ports: @@ -491,6 +526,11 @@ Array [ >

8:0

@@ -512,6 +552,11 @@ Array [ > Action: @@ -525,6 +570,11 @@ Array [ >

Allow

@@ -564,6 +614,11 @@ Array [ > From: @@ -577,6 +632,11 @@ Array [ >

Any

@@ -598,6 +658,11 @@ Array [ > To: @@ -611,6 +676,11 @@ Array [ >

All VMs in DC

@@ -632,6 +702,11 @@ Array [ > Protocol: @@ -645,6 +720,11 @@ Array [ >

icmp6

@@ -666,6 +746,11 @@ Array [ > Ports: @@ -679,6 +764,11 @@ Array [ >

all

@@ -700,6 +790,11 @@ Array [ > Action: @@ -713,6 +808,11 @@ Array [ >

Allow

@@ -752,6 +852,11 @@ Array [ > From: @@ -765,6 +870,11 @@ Array [ >

All VMs in DC

@@ -786,6 +896,11 @@ Array [ > To: @@ -799,6 +914,11 @@ Array [ >

All VMs in DC

@@ -820,6 +940,11 @@ Array [ > Protocol: @@ -833,6 +958,11 @@ Array [ >

tcp

@@ -854,6 +984,11 @@ Array [ > Ports: @@ -867,6 +1002,11 @@ Array [ >

all

@@ -888,6 +1028,11 @@ Array [ > Action: @@ -901,6 +1046,11 @@ Array [ >

Allow

@@ -940,6 +1090,11 @@ Array [ > From: @@ -953,6 +1108,11 @@ Array [ >

All VMs in DC

@@ -974,6 +1134,11 @@ Array [ > To: @@ -987,6 +1152,11 @@ Array [ >

All VMs in DC

@@ -1008,6 +1178,11 @@ Array [ > Protocol: @@ -1021,6 +1196,11 @@ Array [ >

tcp

@@ -1042,6 +1222,11 @@ Array [ > Ports: @@ -1055,6 +1240,11 @@ Array [ >

all

@@ -1076,6 +1266,11 @@ Array [ > Action: @@ -1089,6 +1284,11 @@ Array [ >

Allow

@@ -1128,6 +1328,11 @@ Array [ > From: @@ -1141,6 +1346,11 @@ Array [ >

Any

@@ -1162,6 +1372,11 @@ Array [ > To: @@ -1209,6 +1424,11 @@ Array [ > Protocol: @@ -1222,6 +1442,11 @@ Array [ >

tcp

@@ -1243,6 +1468,11 @@ Array [ > Ports: @@ -1256,6 +1486,11 @@ Array [ >

all

@@ -1277,6 +1512,11 @@ Array [ > Action: @@ -1290,6 +1530,11 @@ Array [ >

Allow

@@ -1552,6 +1797,11 @@ Array [ > From: @@ -1565,6 +1815,11 @@ Array [ >

Any

@@ -1586,6 +1841,11 @@ Array [ > To: @@ -1599,6 +1859,11 @@ Array [ >

All VMs in DC

@@ -1620,6 +1885,11 @@ Array [ > Protocol: @@ -1633,6 +1903,11 @@ Array [ >

icmp

@@ -1654,6 +1929,11 @@ Array [ > Ports: @@ -1667,6 +1947,11 @@ Array [ >

8:0

@@ -1688,6 +1973,11 @@ Array [ > Action: @@ -1701,6 +1991,11 @@ Array [ >

Allow

@@ -1957,6 +2252,11 @@ Array [ > From: @@ -1970,6 +2270,11 @@ Array [ >

Any

@@ -1991,6 +2296,11 @@ Array [ > To: @@ -2004,6 +2314,11 @@ Array [ >

All VMs in DC

@@ -2025,6 +2340,11 @@ Array [ > Protocol: @@ -2038,6 +2358,11 @@ Array [ >

icmp6

@@ -2059,6 +2384,11 @@ Array [ > Ports: @@ -2072,6 +2402,11 @@ Array [ >

all

@@ -2093,6 +2428,11 @@ Array [ > Action: @@ -2106,6 +2446,11 @@ Array [ >

Allow

@@ -2366,6 +2711,11 @@ Array [ > From: @@ -2379,6 +2729,11 @@ Array [ >

All VMs in DC

@@ -2400,6 +2755,11 @@ Array [ > To: @@ -2413,6 +2773,11 @@ Array [ >

All VMs in DC

@@ -2434,6 +2799,11 @@ Array [ > Protocol: @@ -2447,6 +2817,11 @@ Array [ >

tcp

@@ -2468,6 +2843,11 @@ Array [ > Ports: @@ -2481,6 +2861,11 @@ Array [ >

all

@@ -2502,6 +2887,11 @@ Array [ > Action: @@ -2515,6 +2905,11 @@ Array [ >

Allow

@@ -2775,6 +3170,11 @@ Array [ > From: @@ -2788,6 +3188,11 @@ Array [ >

All VMs in DC

@@ -2809,6 +3214,11 @@ Array [ > To: @@ -2822,6 +3232,11 @@ Array [ >

All VMs in DC

@@ -2843,6 +3258,11 @@ Array [ > Protocol: @@ -2856,6 +3276,11 @@ Array [ >

tcp

@@ -2877,6 +3302,11 @@ Array [ > Ports: @@ -2890,6 +3320,11 @@ Array [ >

all

@@ -2911,6 +3346,11 @@ Array [ > Action: @@ -2924,6 +3364,11 @@ Array [ >

Allow

@@ -3242,6 +3687,11 @@ Array [ > From: @@ -3255,6 +3705,11 @@ Array [ >

Any

@@ -3276,6 +3731,11 @@ Array [ > To: @@ -3323,6 +3783,11 @@ Array [ > Protocol: @@ -3336,6 +3801,11 @@ Array [ >

tcp

@@ -3357,6 +3827,11 @@ Array [ > Ports: @@ -3370,6 +3845,11 @@ Array [ >

all

@@ -3391,6 +3871,11 @@ Array [ > Action: @@ -3404,6 +3889,11 @@ Array [ >

Allow

@@ -3796,6 +4286,11 @@ Array [ > From: @@ -3809,6 +4304,11 @@ Array [ >

Any

@@ -3830,6 +4330,11 @@ Array [ > To: @@ -3843,6 +4348,11 @@ Array [ >

All VMs in DC

@@ -3864,6 +4374,11 @@ Array [ > Protocol: @@ -3877,6 +4392,11 @@ Array [ >

icmp

@@ -3898,6 +4418,11 @@ Array [ > Ports: @@ -3911,6 +4436,11 @@ Array [ >

8:0

@@ -3932,6 +4462,11 @@ Array [ > Action: @@ -3945,6 +4480,11 @@ Array [ >

Allow

@@ -3984,6 +4524,11 @@ Array [ > From: @@ -3997,6 +4542,11 @@ Array [ >

Any

@@ -4018,6 +4568,11 @@ Array [ > To: @@ -4031,6 +4586,11 @@ Array [ >

All VMs in DC

@@ -4052,6 +4612,11 @@ Array [ > Protocol: @@ -4065,6 +4630,11 @@ Array [ >

icmp6

@@ -4086,6 +4656,11 @@ Array [ > Ports: @@ -4099,6 +4674,11 @@ Array [ >

all

@@ -4120,6 +4700,11 @@ Array [ > Action: @@ -4133,6 +4718,11 @@ Array [ >

Allow

@@ -4172,6 +4762,11 @@ Array [ > From: @@ -4185,6 +4780,11 @@ Array [ >

All VMs in DC

@@ -4206,6 +4806,11 @@ Array [ > To: @@ -4219,6 +4824,11 @@ Array [ >

All VMs in DC

@@ -4240,6 +4850,11 @@ Array [ > Protocol: @@ -4253,6 +4868,11 @@ Array [ >

tcp

@@ -4274,6 +4894,11 @@ Array [ > Ports: @@ -4287,6 +4912,11 @@ Array [ >

all

@@ -4308,6 +4938,11 @@ Array [ > Action: @@ -4321,6 +4956,11 @@ Array [ >

Allow

@@ -4360,6 +5000,11 @@ Array [ > From: @@ -4373,6 +5018,11 @@ Array [ >

All VMs in DC

@@ -4394,6 +5044,11 @@ Array [ > To: @@ -4407,6 +5062,11 @@ Array [ >

All VMs in DC

@@ -4428,6 +5088,11 @@ Array [ > Protocol: @@ -4441,6 +5106,11 @@ Array [ >

tcp

@@ -4462,6 +5132,11 @@ Array [ > Ports: @@ -4475,6 +5150,11 @@ Array [ >

all

@@ -4496,6 +5176,11 @@ Array [ > Action: @@ -4509,6 +5194,11 @@ Array [ >

Allow

@@ -4548,6 +5238,11 @@ Array [ > From: @@ -4561,6 +5256,11 @@ Array [ >

Any

@@ -4582,6 +5282,11 @@ Array [ > To: @@ -4629,6 +5334,11 @@ Array [ > Protocol: @@ -4642,6 +5352,11 @@ Array [ >

tcp

@@ -4663,6 +5378,11 @@ Array [ > Ports: @@ -4676,6 +5396,11 @@ Array [ >

all

@@ -4697,6 +5422,11 @@ Array [ > Action: @@ -4710,6 +5440,11 @@ Array [ >

Allow

diff --git a/packages/my-joy-beta/src/components/__tests__/__snapshots__/key-value.spec.js.snap b/packages/my-joy-beta/src/components/__tests__/__snapshots__/key-value.spec.js.snap index e98a72b6..bf05dfea 100644 --- a/packages/my-joy-beta/src/components/__tests__/__snapshots__/key-value.spec.js.snap +++ b/packages/my-joy-beta/src/components/__tests__/__snapshots__/key-value.spec.js.snap @@ -5,6 +5,10 @@ exports[`renders without throwing 1`] = ` margin-top: 0.1875rem; } +.c18 { + margin-top: 0.75rem; +} + .c3 { padding-right: 1.125rem; padding-left: 1.125rem; @@ -14,7 +18,7 @@ exports[`renders without throwing 1`] = ` padding: 1.125rem; } -.c18 { +.c19 { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; @@ -33,7 +37,7 @@ exports[`renders without throwing 1`] = ` margin-left: -0.625rem; } -.c19 { +.c20 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -43,7 +47,7 @@ exports[`renders without throwing 1`] = ` display: block; } -.c24 { +.c25 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -153,2192 +157,6 @@ exports[`renders without throwing 1`] = ` flex-basis: 0.75rem; } -.c22 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - text-transform: none; - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - min-width: 7.5rem; -} - -.c22::-moz-focus-inner, -.c22[type='button']::-moz-focus-inner, -.c22[type='reset']::-moz-focus-inner, -.c22[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c22:-moz-focusring, -.c22[type='button']:-moz-focusring, -.c22[type='reset']:-moz-focusring, -.c22[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c22 + button { - margin-left: 0.375rem; -} - -.c21 { - display: inline-block; -} - -.c20 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - color: rgb(70,70,70); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - margin: 0; -} - -.c20:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c20:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c20:active, -.c20:active:hover, -.c20:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c20[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c20:focus { - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); -} - -.c20:hover { - background-color: rgb(247,247,247); - border-color: rgb(216,216,216); -} - -.c20:active, -.c20:active:hover, -.c20:active:focus { - background-color: rgb(230,230,230); - border-color: rgb(216,216,216); -} - -.c23 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - cursor: not-allowed; - pointer-events: none; - color: rgb(216,216,216); - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); - margin: 0; -} - -.c23:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c23:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c23:active, -.c23:active:hover, -.c23:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c23[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c23:focus { - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); -} - -.c23:hover { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c23:active, -.c23:active:hover, -.c23:active:focus { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c25 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - color: rgb(70,70,70); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - color: rgb(210,67,58); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(210,67,58); - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - margin: 0; - float: right; -} - -.c25:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c25:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c25:active, -.c25:active:hover, -.c25:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c25[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c25:focus { - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); -} - -.c25:hover { - background-color: rgb(247,247,247); - border-color: rgb(216,216,216); -} - -.c25:active, -.c25:active:hover, -.c25:active:focus { - background-color: rgb(230,230,230); - border-color: rgb(216,216,216); -} - -.c25:focus { - color: rgb(205,37,27); - background-color: rgb(255,255,255); - border-color: rgb(205,37,27); -} - -.c25:hover { - color: rgb(205,37,27); - background-color: rgb(255,255,255); - border-color: rgb(205,37,27); -} - -.c25:active, -.c25:active:hover, -.c25:active:focus { - background-color: rgba(210,67,58,0.1); - border-color: rgb(205,37,27); -} - -.c25 svg + span { - margin-left: 0.75rem; -} - -.c25 svg { - max-height: 1.125rem; -} - -.c13 { - font-size: 0.9375rem; - line-height: 1.125rem; - font-style: normal; - font-stretch: normal; - display: block; - color: rgb(70,70,70); - text-align: left; - margin-right: 0.75rem; - font-weight: bold; - white-space: pre; - font-size: 0.8125rem; -} - -.c16 { - font-size: 0.9375rem; - line-height: 1.125rem; - font-style: normal; - font-stretch: normal; - display: block; - color: rgb(70,70,70); - text-align: left; - float: right; - font-size: 0.8125rem; - float: none; -} - -.c7 { - color: rgba(73,73,73,1); - font-weight: 600; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0; -} - -.c7 + p, -.c7 + small, -.c7 + h1, -.c7 + h2, -.c7 + label, -.c7 + h3, -.c7 + h4, -.c7 + h5, -.c7 + div, -.c7 + span { - margin-top: 0.75rem; -} - -.c0 { - box-sizing: content-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - border-width: 0.0625rem; - border-style: solid; - -webkit-transition: all 300ms ease; - transition: all 300ms ease; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -} - -.c1 { - box-sizing: content-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - border-width: 0.0625rem; - border-style: solid; - -webkit-transition: all 300ms ease; - transition: all 300ms ease; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - min-height: auto; - height: 2.875rem; - -webkit-flex: 0 0 2.875rem; - -ms-flex: 0 0 2.875rem; - flex: 0 0 2.875rem; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - z-index: 1; - line-height: 1.5rem; - height: auto; - max-width: 100%; - margin: -0.0625rem -0.0625rem 0 -0.0625rem; -} - -.c1 button { - margin-bottom: 0; - margin-top: 0; -} - -.c6 { - box-sizing: content-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - border-width: 0.0625rem; - border-style: solid; - -webkit-transition: all 300ms ease; - transition: all 300ms ease; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - min-height: auto; - height: 2.875rem; - -webkit-flex: 0 0 2.875rem; - -ms-flex: 0 0 2.875rem; - flex: 0 0 2.875rem; - box-sizing: border-box; - min-height: 2.9375rem; - max-width: 100%; - width: auto; - height: auto; - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - -webkit-align-content: stretch; - -ms-flex-line-pack: stretch; - align-content: stretch; - overflow: hidden; - background-color: transparent; - border-width: 0; - box-shadow: none; - color: inherit; -} - -.c8 { - box-sizing: content-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - border-width: 0.0625rem; - border-style: solid; - -webkit-transition: all 300ms ease; - transition: all 300ms ease; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - box-sizing: border-box; - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - border-width: 0; - margin-bottom: 0; - background-color: transparent; -} - -.c8 > [name='card']:not(:last-child) { - margin-bottom: 0.8125rem; -} - -.c8 > [name='card']:last-child { - margin-bottom: 0.4375rem; -} - -.c12 { - display: inline-block; - margin: 0; - padding: 0; - border: none; - overflow: hidden; - height: auto; - -webkit-margin-start: 0; - -webkit-margin-end: 0; - -webkit-padding-before: 0; - -webkit-padding-start: 0; - -webkit-padding-end: 0; - -webkit-padding-after: 0; - width: 100%; -} - -.c15 { - box-sizing: border-box; - width: 18.75rem; - height: 3rem; - min-height: 3rem; - padding: 0.8125rem 1.125rem; - border-radius: 0.25rem; - background-color: rgb(255,255,255); - border: 0.0625rem solid rgb(216,216,216); - color: rgba(73,73,73,1); - max-width: 22.1875rem; - text-overflow: ellipsis; - font-size: 0.9375rem; - line-height: normal !important; - font-style: normal; - font-stretch: normal; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - outline: 0; -} - -.c15::-webkit-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15::-moz-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15:-ms-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15:invalid { - box-shadow: none; -} - -.c15:disabled { - background-color: rgb(250,250,250); - color: rgb(216,216,216); - cursor: not-allowed; -} - -.c15:disabled::-webkit-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15:disabled::-moz-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15:disabled:-ms-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15:focus { - border-color: rgb(59,70,204); - outline: 0; -} - -.c2 { - word-wrap: break-word; - overflow-wrap: break-word; - width: 100%; - box-sizing: border-box; -} - -.c5 { - height: 2.9375rem; -} - -@media only screen and (min-width:0em) { - .c18 { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - } -} - -@media only screen and (min-width:0em) { - .c18 { - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; - } -} - -@media only screen and (min-width:0em) { - .c19 { - -webkit-flex-basis: 100%; - -ms-flex-preferred-size: 100%; - flex-basis: 100%; - max-width: 100%; - } -} - -@media only screen and (min-width:0em) { - .c24 { - display: none; - } -} - -
-
-
-
-
-

- Add metadata -

-
-
-
-
-
-
-
-
-
- -
- -
-
-
-
-
-
- -
- -
-
-
-
-
-
- - -
-
- -
-
-
-
-
-`; - -exports[`renders without throwing 1`] = ` -.c3 { - padding-right: 1.125rem; - padding-left: 1.125rem; -} - -.c4 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-align-content: stretch; - -ms-flex-line-pack: stretch; - align-content: stretch; - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - width: 100%; - height: 100%; - -webkit-flex-basis: 100%; - -ms-flex-preferred-size: 100%; - flex-basis: 100%; -} - -.c7 { - color: rgba(73,73,73,1); - font-weight: 600; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0; -} - -.c7 + p, -.c7 + small, -.c7 + h1, -.c7 + h2, -.c7 + label, -.c7 + h3, -.c7 + h4, -.c7 + h5, -.c7 + div, -.c7 + span { - margin-top: 0.75rem; -} - -.c6 { - box-sizing: content-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - border-width: 0.0625rem; - border-style: solid; - -webkit-transition: all 300ms ease; - transition: all 300ms ease; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - min-height: auto; - height: 2.875rem; - -webkit-flex: 0 0 2.875rem; - -ms-flex: 0 0 2.875rem; - flex: 0 0 2.875rem; - box-sizing: border-box; - min-height: 2.9375rem; - max-width: 100%; - width: auto; - height: auto; - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - -webkit-align-content: stretch; - -ms-flex-line-pack: stretch; - align-content: stretch; - overflow: hidden; - background-color: transparent; - border-width: 0; - box-shadow: none; - color: inherit; -} - -.c0 { - box-sizing: content-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - border-width: 0.0625rem; - border-style: solid; - -webkit-transition: all 300ms ease; - transition: all 300ms ease; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); - cursor: pointer; - min-height: auto; - height: 2.875rem; - -webkit-flex: 0 0 2.875rem; - -ms-flex: 0 0 2.875rem; - flex: 0 0 2.875rem; -} - -.c1 { - box-sizing: content-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - border-width: 0.0625rem; - border-style: solid; - -webkit-transition: all 300ms ease; - transition: all 300ms ease; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - min-height: auto; - height: 2.875rem; - -webkit-flex: 0 0 2.875rem; - -ms-flex: 0 0 2.875rem; - flex: 0 0 2.875rem; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - z-index: 1; - line-height: 1.5rem; - height: auto; - max-width: 100%; - margin: -0.0625rem -0.0625rem 0 -0.0625rem; - margin: -0.0625rem; - box-shadow: none; -} - -.c1 button { - margin-bottom: 0; - margin-top: 0; -} - -.c2 { - word-wrap: break-word; - overflow-wrap: break-word; - width: 100%; - box-sizing: border-box; -} - -.c5 { - height: 2.9375rem; -} - -
-
-
-
-
-

- Add metadata -

-
-
-
-
-
-`; - -exports[`renders without throwing 1`] = ` -.c14 { - margin-top: 0.1875rem; -} - -.c3 { - padding-right: 1.125rem; - padding-left: 1.125rem; -} - -.c9 { - padding: 1.125rem; -} - -.c18 { - box-sizing: border-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -0.625rem; - margin-left: -0.625rem; -} - -.c19 { - box-sizing: border-box; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - padding-right: 0.625rem; - padding-left: 0.625rem; - display: block; -} - -.c24 { - box-sizing: border-box; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - padding-right: 0.625rem; - padding-left: 0.625rem; - display: block; -} - -.c4 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-align-content: stretch; - -ms-flex-line-pack: stretch; - align-content: stretch; - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - width: 100%; - height: 100%; - -webkit-flex-basis: 100%; - -ms-flex-preferred-size: 100%; - flex-basis: 100%; -} - -.c10 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-align-content: stretch; - -ms-flex-line-pack: stretch; - align-content: stretch; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-align-content: stretch; - -ms-flex-line-pack: stretch; - align-content: stretch; -} - -.c11 { - -webkit-order: 0; - -ms-flex-order: 0; - order: 0; - -webkit-flex-basis: auto; - -ms-flex-preferred-size: auto; - flex-basis: auto; - -webkit-box-flex: 0; - -webkit-flex-grow: 0; - -ms-flex-positive: 0; - flex-grow: 0; - -webkit-flex-shrink: 1; - -ms-flex-negative: 1; - flex-shrink: 1; - display: block; - -webkit-flex-basis: auto; - -ms-flex-preferred-size: auto; - flex-basis: auto; -} - -.c17 { - -webkit-order: 0; - -ms-flex-order: 0; - order: 0; - -webkit-flex-basis: auto; - -ms-flex-preferred-size: auto; - flex-basis: auto; - -webkit-box-flex: 0; - -webkit-flex-grow: 0; - -ms-flex-positive: 0; - flex-grow: 0; - -webkit-flex-shrink: 1; - -ms-flex-negative: 1; - flex-shrink: 1; - display: block; - -webkit-flex-basis: 0.75rem; - -ms-flex-preferred-size: 0.75rem; - flex-basis: 0.75rem; -} - -.c22 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - text-transform: none; - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - min-width: 7.5rem; -} - -.c22::-moz-focus-inner, -.c22[type='button']::-moz-focus-inner, -.c22[type='reset']::-moz-focus-inner, -.c22[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c22:-moz-focusring, -.c22[type='button']:-moz-focusring, -.c22[type='reset']:-moz-focusring, -.c22[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c22 + button { - margin-left: 0.375rem; -} - -.c21 { - display: inline-block; -} - -.c20 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - color: rgb(70,70,70); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - margin: 0; -} - -.c20:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c20:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c20:active, -.c20:active:hover, -.c20:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c20[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c20:focus { - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); -} - -.c20:hover { - background-color: rgb(247,247,247); - border-color: rgb(216,216,216); -} - -.c20:active, -.c20:active:hover, -.c20:active:focus { - background-color: rgb(230,230,230); - border-color: rgb(216,216,216); -} - -.c23 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - cursor: not-allowed; - pointer-events: none; - color: rgb(216,216,216); - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); - margin: 0; -} - -.c23:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c23:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c23:active, -.c23:active:hover, -.c23:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c23[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c23:focus { - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); -} - -.c23:hover { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c23:active, -.c23:active:hover, -.c23:active:focus { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c25 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - color: rgb(70,70,70); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - color: rgb(210,67,58); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(210,67,58); - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - margin: 0; - float: right; -} - -.c25:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c25:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c25:active, -.c25:active:hover, -.c25:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c25[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c25:focus { - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); -} - -.c25:hover { - background-color: rgb(247,247,247); - border-color: rgb(216,216,216); -} - -.c25:active, -.c25:active:hover, -.c25:active:focus { - background-color: rgb(230,230,230); - border-color: rgb(216,216,216); -} - -.c25:focus { - color: rgb(205,37,27); - background-color: rgb(255,255,255); - border-color: rgb(205,37,27); -} - -.c25:hover { - color: rgb(205,37,27); - background-color: rgb(255,255,255); - border-color: rgb(205,37,27); -} - -.c25:active, -.c25:active:hover, -.c25:active:focus { - background-color: rgba(210,67,58,0.1); - border-color: rgb(205,37,27); -} - -.c25 svg + span { - margin-left: 0.75rem; -} - -.c25 svg { - max-height: 1.125rem; -} - -.c13 { - font-size: 0.9375rem; - line-height: 1.125rem; - font-style: normal; - font-stretch: normal; - display: block; - color: rgb(70,70,70); - text-align: left; - margin-right: 0.75rem; - font-weight: bold; - white-space: pre; - font-size: 0.8125rem; -} - -.c16 { - font-size: 0.9375rem; - line-height: 1.125rem; - font-style: normal; - font-stretch: normal; - display: block; - color: rgb(70,70,70); - text-align: left; - float: right; - font-size: 0.8125rem; - float: none; -} - -.c7 { - color: rgba(73,73,73,1); - font-weight: 600; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0; -} - -.c7 + p, -.c7 + small, -.c7 + h1, -.c7 + h2, -.c7 + label, -.c7 + h3, -.c7 + h4, -.c7 + h5, -.c7 + div, -.c7 + span { - margin-top: 0.75rem; -} - -.c0 { - box-sizing: content-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - border-width: 0.0625rem; - border-style: solid; - -webkit-transition: all 300ms ease; - transition: all 300ms ease; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -} - -.c1 { - box-sizing: content-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - border-width: 0.0625rem; - border-style: solid; - -webkit-transition: all 300ms ease; - transition: all 300ms ease; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - min-height: auto; - height: 2.875rem; - -webkit-flex: 0 0 2.875rem; - -ms-flex: 0 0 2.875rem; - flex: 0 0 2.875rem; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - z-index: 1; - line-height: 1.5rem; - height: auto; - max-width: 100%; - margin: -0.0625rem -0.0625rem 0 -0.0625rem; -} - -.c1 button { - margin-bottom: 0; - margin-top: 0; -} - -.c6 { - box-sizing: content-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - border-width: 0.0625rem; - border-style: solid; - -webkit-transition: all 300ms ease; - transition: all 300ms ease; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - min-height: auto; - height: 2.875rem; - -webkit-flex: 0 0 2.875rem; - -ms-flex: 0 0 2.875rem; - flex: 0 0 2.875rem; - box-sizing: border-box; - min-height: 2.9375rem; - max-width: 100%; - width: auto; - height: auto; - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - -webkit-align-content: stretch; - -ms-flex-line-pack: stretch; - align-content: stretch; - overflow: hidden; - background-color: transparent; - border-width: 0; - box-shadow: none; - color: inherit; -} - -.c8 { - box-sizing: content-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - border-width: 0.0625rem; - border-style: solid; - -webkit-transition: all 300ms ease; - transition: all 300ms ease; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - box-sizing: border-box; - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - border-width: 0; - margin-bottom: 0; - background-color: transparent; -} - -.c8 > [name='card']:not(:last-child) { - margin-bottom: 0.8125rem; -} - -.c8 > [name='card']:last-child { - margin-bottom: 0.4375rem; -} - -.c12 { - display: inline-block; - margin: 0; - padding: 0; - border: none; - overflow: hidden; - height: auto; - -webkit-margin-start: 0; - -webkit-margin-end: 0; - -webkit-padding-before: 0; - -webkit-padding-start: 0; - -webkit-padding-end: 0; - -webkit-padding-after: 0; - width: 100%; -} - -.c15 { - box-sizing: border-box; - width: 18.75rem; - height: 3rem; - min-height: 3rem; - padding: 0.8125rem 1.125rem; - border-radius: 0.25rem; - background-color: rgb(255,255,255); - border: 0.0625rem solid rgb(216,216,216); - color: rgba(73,73,73,1); - max-width: 22.1875rem; - text-overflow: ellipsis; - font-size: 0.9375rem; - line-height: normal !important; - font-style: normal; - font-stretch: normal; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - outline: 0; -} - -.c15::-webkit-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15::-moz-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15:-ms-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15:invalid { - box-shadow: none; -} - -.c15:disabled { - background-color: rgb(250,250,250); - color: rgb(216,216,216); - cursor: not-allowed; -} - -.c15:disabled::-webkit-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15:disabled::-moz-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15:disabled:-ms-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15:focus { - border-color: rgb(59,70,204); - outline: 0; -} - -.c2 { - word-wrap: break-word; - overflow-wrap: break-word; - width: 100%; - box-sizing: border-box; -} - -.c5 { - height: 2.9375rem; -} - -@media only screen and (min-width:0em) { - .c18 { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - } -} - -@media only screen and (min-width:0em) { - .c18 { - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; - } -} - -@media only screen and (min-width:0em) { - .c19 { - -webkit-flex-basis: 100%; - -ms-flex-preferred-size: 100%; - flex-basis: 100%; - max-width: 100%; - } -} - -@media only screen and (min-width:0em) { - .c24 { - display: none; - } -} - -
-
-
-
-
-

- Add metadata -

-
-
-
-
-
-
-
-
-
- -
- -
-
-
-
-
-
- -
- -
-
-
-
-
-
- - -
-
- -
-
-
-
-
-`; - -exports[`renders without throwing 1`] = ` -.c14 { - margin-top: 0.1875rem; -} - -.c3 { - padding-right: 1.125rem; - padding-left: 1.125rem; -} - -.c9 { - padding: 1.125rem; -} - -.c20 { - box-sizing: border-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -0.625rem; - margin-left: -0.625rem; -} - -.c10 { - box-sizing: border-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -0.625rem; - margin-left: -0.625rem; -} - -.c11 { - box-sizing: border-box; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - padding-right: 0.625rem; - padding-left: 0.625rem; - display: block; -} - -.c25 { - box-sizing: border-box; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - padding-right: 0.625rem; - padding-left: 0.625rem; - display: block; -} - -.c4 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-align-content: stretch; - -ms-flex-line-pack: stretch; - align-content: stretch; - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - width: 100%; - height: 100%; - -webkit-flex-basis: 100%; - -ms-flex-preferred-size: 100%; - flex-basis: 100%; -} - .c23 { font-family: sans-serif; font-size: 100%; @@ -2371,18 +189,6 @@ exports[`renders without throwing 1`] = ` margin-left: 0.375rem; } -.c18 { - position: relative; - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - width: 100%; -} - .c22 { display: inline-block; } @@ -2737,6 +543,2220 @@ exports[`renders without throwing 1`] = ` margin-top: 0.75rem; } +.c0 { + box-sizing: content-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 1 0 auto; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + position: relative; + border-width: 0.0625rem; + border-style: solid; + -webkit-transition: all 300ms ease; + transition: all 300ms ease; + color: rgba(73,73,73,1); + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); +} + +.c1 { + box-sizing: content-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 1 0 auto; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + position: relative; + border-width: 0.0625rem; + border-style: solid; + -webkit-transition: all 300ms ease; + transition: all 300ms ease; + color: rgba(73,73,73,1); + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + min-height: auto; + height: 2.875rem; + -webkit-flex: 0 0 2.875rem; + -ms-flex: 0 0 2.875rem; + flex: 0 0 2.875rem; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + z-index: 1; + line-height: 1.5rem; + height: auto; + max-width: 100%; + margin: -0.0625rem -0.0625rem 0 -0.0625rem; +} + +.c1 button { + margin-bottom: 0; + margin-top: 0; +} + +.c6 { + box-sizing: content-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 1 0 auto; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + position: relative; + border-width: 0.0625rem; + border-style: solid; + -webkit-transition: all 300ms ease; + transition: all 300ms ease; + color: rgba(73,73,73,1); + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + min-height: auto; + height: 2.875rem; + -webkit-flex: 0 0 2.875rem; + -ms-flex: 0 0 2.875rem; + flex: 0 0 2.875rem; + box-sizing: border-box; + min-height: 2.9375rem; + max-width: 100%; + width: auto; + height: auto; + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: stretch; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + overflow: hidden; + background-color: transparent; + border-width: 0; + box-shadow: none; + color: inherit; +} + +.c8 { + box-sizing: content-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 1 0 auto; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + position: relative; + border-width: 0.0625rem; + border-style: solid; + -webkit-transition: all 300ms ease; + transition: all 300ms ease; + color: rgba(73,73,73,1); + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + box-sizing: border-box; + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + border-width: 0; + margin-bottom: 0; + background-color: transparent; +} + +.c8 > [name='card']:not(:last-child) { + margin-bottom: 0.8125rem; +} + +.c8 > [name='card']:last-child { + margin-bottom: 0.4375rem; +} + +.c12 { + display: inline-block; + margin: 0; + padding: 0; + border: none; + overflow: hidden; + height: auto; + -webkit-margin-start: 0; + -webkit-margin-end: 0; + -webkit-padding-before: 0; + -webkit-padding-start: 0; + -webkit-padding-end: 0; + -webkit-padding-after: 0; + width: 100%; +} + +.c15 { + box-sizing: border-box; + width: 18.75rem; + height: 3rem; + min-height: 3rem; + padding: 0.8125rem 1.125rem; + border-radius: 0.25rem; + background-color: rgb(255,255,255); + border: 0.0625rem solid rgb(216,216,216); + color: rgba(73,73,73,1); + max-width: 22.1875rem; + text-overflow: ellipsis; + font-size: 0.9375rem; + line-height: normal !important; + font-style: normal; + font-stretch: normal; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + outline: 0; +} + +.c15::-webkit-input-placeholder { + color: rgba(73,73,73,0.5); +} + +.c15::-moz-placeholder { + color: rgba(73,73,73,0.5); +} + +.c15:-ms-input-placeholder { + color: rgba(73,73,73,0.5); +} + +.c15:invalid { + box-shadow: none; +} + +.c15:disabled { + background-color: rgb(250,250,250); + color: rgb(216,216,216); + cursor: not-allowed; +} + +.c15:disabled::-webkit-input-placeholder { + color: rgba(73,73,73,0.5); +} + +.c15:disabled::-moz-placeholder { + color: rgba(73,73,73,0.5); +} + +.c15:disabled:-ms-input-placeholder { + color: rgba(73,73,73,0.5); +} + +.c15:focus { + border-color: rgb(59,70,204); + outline: 0; +} + +.c2 { + word-wrap: break-word; + overflow-wrap: break-word; + width: 100%; + box-sizing: border-box; +} + +.c5 { + height: 2.9375rem; +} + +@media only screen and (min-width:0em) { + .c19 { + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + } +} + +@media only screen and (min-width:0em) { + .c19 { + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + } +} + +@media only screen and (min-width:0em) { + .c20 { + -webkit-flex-basis: 100%; + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + max-width: 100%; + } +} + +@media only screen and (min-width:0em) { + .c25 { + display: none; + } +} + +
+
+
+
+
+

+ Add metadata +

+
+
+
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ + +
+
+ +
+
+
+
+
+
+`; + +exports[`renders without throwing 1`] = ` +.c3 { + padding-right: 1.125rem; + padding-left: 1.125rem; +} + +.c4 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: 100%; + height: 100%; + -webkit-flex-basis: 100%; + -ms-flex-preferred-size: 100%; + flex-basis: 100%; +} + +.c7 { + color: rgba(73,73,73,1); + font-weight: 600; + line-height: 1.5rem; + font-size: 0.9375rem; + margin: 0; +} + +.c7 + p, +.c7 + small, +.c7 + h1, +.c7 + h2, +.c7 + label, +.c7 + h3, +.c7 + h4, +.c7 + h5, +.c7 + div, +.c7 + span { + margin-top: 0.75rem; +} + +.c6 { + box-sizing: content-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 1 0 auto; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + position: relative; + border-width: 0.0625rem; + border-style: solid; + -webkit-transition: all 300ms ease; + transition: all 300ms ease; + color: rgba(73,73,73,1); + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + min-height: auto; + height: 2.875rem; + -webkit-flex: 0 0 2.875rem; + -ms-flex: 0 0 2.875rem; + flex: 0 0 2.875rem; + box-sizing: border-box; + min-height: 2.9375rem; + max-width: 100%; + width: auto; + height: auto; + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: stretch; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + overflow: hidden; + background-color: transparent; + border-width: 0; + box-shadow: none; + color: inherit; +} + +.c0 { + box-sizing: content-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 1 0 auto; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + position: relative; + border-width: 0.0625rem; + border-style: solid; + -webkit-transition: all 300ms ease; + transition: all 300ms ease; + color: rgba(73,73,73,1); + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); + cursor: pointer; + min-height: auto; + height: 2.875rem; + -webkit-flex: 0 0 2.875rem; + -ms-flex: 0 0 2.875rem; + flex: 0 0 2.875rem; +} + +.c1 { + box-sizing: content-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 1 0 auto; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + position: relative; + border-width: 0.0625rem; + border-style: solid; + -webkit-transition: all 300ms ease; + transition: all 300ms ease; + color: rgba(73,73,73,1); + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + min-height: auto; + height: 2.875rem; + -webkit-flex: 0 0 2.875rem; + -ms-flex: 0 0 2.875rem; + flex: 0 0 2.875rem; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + z-index: 1; + line-height: 1.5rem; + height: auto; + max-width: 100%; + margin: -0.0625rem -0.0625rem 0 -0.0625rem; + margin: -0.0625rem; + box-shadow: none; +} + +.c1 button { + margin-bottom: 0; + margin-top: 0; +} + +.c2 { + word-wrap: break-word; + overflow-wrap: break-word; + width: 100%; + box-sizing: border-box; +} + +.c5 { + height: 2.9375rem; +} + +
+
+
+
+
+

+ Add metadata +

+
+
+
+
+
+`; + +exports[`renders without throwing 1`] = ` +.c14 { + margin-top: 0.1875rem; +} + +.c18 { + margin-top: 0.75rem; +} + +.c3 { + padding-right: 1.125rem; + padding-left: 1.125rem; +} + +.c9 { + padding: 1.125rem; +} + +.c19 { + box-sizing: border-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -0.625rem; + margin-left: -0.625rem; +} + +.c20 { + box-sizing: border-box; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + padding-right: 0.625rem; + padding-left: 0.625rem; + display: block; +} + +.c25 { + box-sizing: border-box; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + padding-right: 0.625rem; + padding-left: 0.625rem; + display: block; +} + +.c4 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: 100%; + height: 100%; + -webkit-flex-basis: 100%; + -ms-flex-preferred-size: 100%; + flex-basis: 100%; +} + +.c10 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; +} + +.c11 { + -webkit-order: 0; + -ms-flex-order: 0; + order: 0; + -webkit-flex-basis: auto; + -ms-flex-preferred-size: auto; + flex-basis: auto; + -webkit-box-flex: 0; + -webkit-flex-grow: 0; + -ms-flex-positive: 0; + flex-grow: 0; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + display: block; + -webkit-flex-basis: auto; + -ms-flex-preferred-size: auto; + flex-basis: auto; +} + +.c17 { + -webkit-order: 0; + -ms-flex-order: 0; + order: 0; + -webkit-flex-basis: auto; + -ms-flex-preferred-size: auto; + flex-basis: auto; + -webkit-box-flex: 0; + -webkit-flex-grow: 0; + -ms-flex-positive: 0; + flex-grow: 0; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + display: block; + -webkit-flex-basis: 0.75rem; + -ms-flex-preferred-size: 0.75rem; + flex-basis: 0.75rem; +} + +.c23 { + font-family: sans-serif; + font-size: 100%; + line-height: 1.15; + margin: 0; + overflow: visible; + text-transform: none; + -webkit-appearance: button; + -moz-appearance: button; + appearance: button; + min-width: 7.5rem; +} + +.c23::-moz-focus-inner, +.c23[type='button']::-moz-focus-inner, +.c23[type='reset']::-moz-focus-inner, +.c23[type='submit']::-moz-focus-inner { + border-style: none; + padding: 0; +} + +.c23:-moz-focusring, +.c23[type='button']:-moz-focusring, +.c23[type='reset']:-moz-focusring, +.c23[type='submit']:-moz-focusring { + outline: 0.0625rem dotted ButtonText; +} + +.c23 + button { + margin-left: 0.375rem; +} + +.c22 { + display: inline-block; +} + +.c21 { + box-sizing: border-box; + display: inline-block; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: 3rem; + height: 3rem; + min-width: 7.5rem; + padding: 0.9375rem 1.125rem; + position: relative; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + font-size: 0.9375rem; + text-align: center; + font-style: normal; + font-stretch: normal; + line-height: normal; + -webkit-letter-spacing: normal; + -moz-letter-spacing: normal; + -ms-letter-spacing: normal; + letter-spacing: normal; + text-decoration: none; + white-space: nowrap; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + color: rgb(255,255,255); + -webkit-text-fill-color: currentcolor; + background-image: none; + background-color: rgb(59,70,204); + border-radius: 0.25rem; + border: solid 0.0625rem rgb(45,56,132); + color: rgb(70,70,70); + -webkit-text-fill-color: currentcolor; + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + margin: 0; +} + +.c21:focus { + outline: 0; + text-decoration: none; + background-color: rgb(59,70,204); + border-color: rgb(45,56,132); +} + +.c21:hover { + background-color: rgb(72,83,217); + border: solid 0.0625rem rgb(45,56,132); +} + +.c21:active, +.c21:active:hover, +.c21:active:focus { + background-image: none; + outline: 0; + background-color: rgb(45,56,132); + border-color: rgb(45,56,132); +} + +.c21[disabled] { + cursor: not-allowed; + pointer-events: none; +} + +.c21:focus { + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); +} + +.c21:hover { + background-color: rgb(247,247,247); + border-color: rgb(216,216,216); +} + +.c21:active, +.c21:active:hover, +.c21:active:focus { + background-color: rgb(230,230,230); + border-color: rgb(216,216,216); +} + +.c24 { + box-sizing: border-box; + display: inline-block; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: 3rem; + height: 3rem; + min-width: 7.5rem; + padding: 0.9375rem 1.125rem; + position: relative; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + font-size: 0.9375rem; + text-align: center; + font-style: normal; + font-stretch: normal; + line-height: normal; + -webkit-letter-spacing: normal; + -moz-letter-spacing: normal; + -ms-letter-spacing: normal; + letter-spacing: normal; + text-decoration: none; + white-space: nowrap; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + color: rgb(255,255,255); + -webkit-text-fill-color: currentcolor; + background-image: none; + background-color: rgb(59,70,204); + border-radius: 0.25rem; + border: solid 0.0625rem rgb(45,56,132); + cursor: not-allowed; + pointer-events: none; + color: rgb(216,216,216); + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); + margin: 0; +} + +.c24:focus { + outline: 0; + text-decoration: none; + background-color: rgb(59,70,204); + border-color: rgb(45,56,132); +} + +.c24:hover { + background-color: rgb(72,83,217); + border: solid 0.0625rem rgb(45,56,132); +} + +.c24:active, +.c24:active:hover, +.c24:active:focus { + background-image: none; + outline: 0; + background-color: rgb(45,56,132); + border-color: rgb(45,56,132); +} + +.c24[disabled] { + cursor: not-allowed; + pointer-events: none; +} + +.c24:focus { + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); +} + +.c24:hover { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c24:active, +.c24:active:hover, +.c24:active:focus { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c26 { + box-sizing: border-box; + display: inline-block; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: 3rem; + height: 3rem; + min-width: 7.5rem; + padding: 0.9375rem 1.125rem; + position: relative; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + font-size: 0.9375rem; + text-align: center; + font-style: normal; + font-stretch: normal; + line-height: normal; + -webkit-letter-spacing: normal; + -moz-letter-spacing: normal; + -ms-letter-spacing: normal; + letter-spacing: normal; + text-decoration: none; + white-space: nowrap; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + color: rgb(255,255,255); + -webkit-text-fill-color: currentcolor; + background-image: none; + background-color: rgb(59,70,204); + border-radius: 0.25rem; + border: solid 0.0625rem rgb(45,56,132); + color: rgb(70,70,70); + -webkit-text-fill-color: currentcolor; + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + color: rgb(210,67,58); + -webkit-text-fill-color: currentcolor; + background-color: rgb(255,255,255); + border-color: rgb(210,67,58); + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + margin: 0; + float: right; +} + +.c26:focus { + outline: 0; + text-decoration: none; + background-color: rgb(59,70,204); + border-color: rgb(45,56,132); +} + +.c26:hover { + background-color: rgb(72,83,217); + border: solid 0.0625rem rgb(45,56,132); +} + +.c26:active, +.c26:active:hover, +.c26:active:focus { + background-image: none; + outline: 0; + background-color: rgb(45,56,132); + border-color: rgb(45,56,132); +} + +.c26[disabled] { + cursor: not-allowed; + pointer-events: none; +} + +.c26:focus { + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); +} + +.c26:hover { + background-color: rgb(247,247,247); + border-color: rgb(216,216,216); +} + +.c26:active, +.c26:active:hover, +.c26:active:focus { + background-color: rgb(230,230,230); + border-color: rgb(216,216,216); +} + +.c26:focus { + color: rgb(205,37,27); + background-color: rgb(255,255,255); + border-color: rgb(205,37,27); +} + +.c26:hover { + color: rgb(205,37,27); + background-color: rgb(255,255,255); + border-color: rgb(205,37,27); +} + +.c26:active, +.c26:active:hover, +.c26:active:focus { + background-color: rgba(210,67,58,0.1); + border-color: rgb(205,37,27); +} + +.c26 svg + span { + margin-left: 0.75rem; +} + +.c26 svg { + max-height: 1.125rem; +} + +.c13 { + font-size: 0.9375rem; + line-height: 1.125rem; + font-style: normal; + font-stretch: normal; + display: block; + color: rgb(70,70,70); + text-align: left; + margin-right: 0.75rem; + font-weight: bold; + white-space: pre; + font-size: 0.8125rem; +} + +.c16 { + font-size: 0.9375rem; + line-height: 1.125rem; + font-style: normal; + font-stretch: normal; + display: block; + color: rgb(70,70,70); + text-align: left; + float: right; + font-size: 0.8125rem; + float: none; +} + +.c7 { + color: rgba(73,73,73,1); + font-weight: 600; + line-height: 1.5rem; + font-size: 0.9375rem; + margin: 0; +} + +.c7 + p, +.c7 + small, +.c7 + h1, +.c7 + h2, +.c7 + label, +.c7 + h3, +.c7 + h4, +.c7 + h5, +.c7 + div, +.c7 + span { + margin-top: 0.75rem; +} + +.c0 { + box-sizing: content-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 1 0 auto; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + position: relative; + border-width: 0.0625rem; + border-style: solid; + -webkit-transition: all 300ms ease; + transition: all 300ms ease; + color: rgba(73,73,73,1); + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); +} + +.c1 { + box-sizing: content-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 1 0 auto; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + position: relative; + border-width: 0.0625rem; + border-style: solid; + -webkit-transition: all 300ms ease; + transition: all 300ms ease; + color: rgba(73,73,73,1); + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + min-height: auto; + height: 2.875rem; + -webkit-flex: 0 0 2.875rem; + -ms-flex: 0 0 2.875rem; + flex: 0 0 2.875rem; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + z-index: 1; + line-height: 1.5rem; + height: auto; + max-width: 100%; + margin: -0.0625rem -0.0625rem 0 -0.0625rem; +} + +.c1 button { + margin-bottom: 0; + margin-top: 0; +} + +.c6 { + box-sizing: content-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 1 0 auto; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + position: relative; + border-width: 0.0625rem; + border-style: solid; + -webkit-transition: all 300ms ease; + transition: all 300ms ease; + color: rgba(73,73,73,1); + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + min-height: auto; + height: 2.875rem; + -webkit-flex: 0 0 2.875rem; + -ms-flex: 0 0 2.875rem; + flex: 0 0 2.875rem; + box-sizing: border-box; + min-height: 2.9375rem; + max-width: 100%; + width: auto; + height: auto; + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: stretch; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + overflow: hidden; + background-color: transparent; + border-width: 0; + box-shadow: none; + color: inherit; +} + +.c8 { + box-sizing: content-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 1 0 auto; + -ms-flex: 1 0 auto; + flex: 1 0 auto; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + position: relative; + border-width: 0.0625rem; + border-style: solid; + -webkit-transition: all 300ms ease; + transition: all 300ms ease; + color: rgba(73,73,73,1); + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + box-sizing: border-box; + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + border-width: 0; + margin-bottom: 0; + background-color: transparent; +} + +.c8 > [name='card']:not(:last-child) { + margin-bottom: 0.8125rem; +} + +.c8 > [name='card']:last-child { + margin-bottom: 0.4375rem; +} + +.c12 { + display: inline-block; + margin: 0; + padding: 0; + border: none; + overflow: hidden; + height: auto; + -webkit-margin-start: 0; + -webkit-margin-end: 0; + -webkit-padding-before: 0; + -webkit-padding-start: 0; + -webkit-padding-end: 0; + -webkit-padding-after: 0; + width: 100%; +} + +.c15 { + box-sizing: border-box; + width: 18.75rem; + height: 3rem; + min-height: 3rem; + padding: 0.8125rem 1.125rem; + border-radius: 0.25rem; + background-color: rgb(255,255,255); + border: 0.0625rem solid rgb(216,216,216); + color: rgba(73,73,73,1); + max-width: 22.1875rem; + text-overflow: ellipsis; + font-size: 0.9375rem; + line-height: normal !important; + font-style: normal; + font-stretch: normal; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + outline: 0; +} + +.c15::-webkit-input-placeholder { + color: rgba(73,73,73,0.5); +} + +.c15::-moz-placeholder { + color: rgba(73,73,73,0.5); +} + +.c15:-ms-input-placeholder { + color: rgba(73,73,73,0.5); +} + +.c15:invalid { + box-shadow: none; +} + +.c15:disabled { + background-color: rgb(250,250,250); + color: rgb(216,216,216); + cursor: not-allowed; +} + +.c15:disabled::-webkit-input-placeholder { + color: rgba(73,73,73,0.5); +} + +.c15:disabled::-moz-placeholder { + color: rgba(73,73,73,0.5); +} + +.c15:disabled:-ms-input-placeholder { + color: rgba(73,73,73,0.5); +} + +.c15:focus { + border-color: rgb(59,70,204); + outline: 0; +} + +.c2 { + word-wrap: break-word; + overflow-wrap: break-word; + width: 100%; + box-sizing: border-box; +} + +.c5 { + height: 2.9375rem; +} + +@media only screen and (min-width:0em) { + .c19 { + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + } +} + +@media only screen and (min-width:0em) { + .c19 { + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + } +} + +@media only screen and (min-width:0em) { + .c20 { + -webkit-flex-basis: 100%; + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + max-width: 100%; + } +} + +@media only screen and (min-width:0em) { + .c25 { + display: none; + } +} + +
+
+
+
+
+

+ Add metadata +

+
+
+
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ + +
+
+ +
+
+
+
+
+
+`; + +exports[`renders without throwing 1`] = ` +.c14 { + margin-top: 0.1875rem; +} + +.c20 { + margin-top: 0.75rem; +} + +.c3 { + padding-right: 1.125rem; + padding-left: 1.125rem; +} + +.c9 { + padding: 1.125rem; +} + +.c21 { + box-sizing: border-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -0.625rem; + margin-left: -0.625rem; +} + +.c10 { + box-sizing: border-box; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -0.625rem; + margin-left: -0.625rem; +} + +.c11 { + box-sizing: border-box; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + padding-right: 0.625rem; + padding-left: 0.625rem; + display: block; +} + +.c26 { + box-sizing: border-box; + -webkit-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + padding-right: 0.625rem; + padding-left: 0.625rem; + display: block; +} + +.c4 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: 100%; + height: 100%; + -webkit-flex-basis: 100%; + -ms-flex-preferred-size: 100%; + flex-basis: 100%; +} + +.c24 { + font-family: sans-serif; + font-size: 100%; + line-height: 1.15; + margin: 0; + overflow: visible; + text-transform: none; + -webkit-appearance: button; + -moz-appearance: button; + appearance: button; + min-width: 7.5rem; +} + +.c24::-moz-focus-inner, +.c24[type='button']::-moz-focus-inner, +.c24[type='reset']::-moz-focus-inner, +.c24[type='submit']::-moz-focus-inner { + border-style: none; + padding: 0; +} + +.c24:-moz-focusring, +.c24[type='button']:-moz-focusring, +.c24[type='reset']:-moz-focusring, +.c24[type='submit']:-moz-focusring { + outline: 0.0625rem dotted ButtonText; +} + +.c24 + button { + margin-left: 0.375rem; +} + +.c18 { + position: relative; + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + width: 100%; +} + +.c23 { + display: inline-block; +} + +.c22 { + box-sizing: border-box; + display: inline-block; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: 3rem; + height: 3rem; + min-width: 7.5rem; + padding: 0.9375rem 1.125rem; + position: relative; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + font-size: 0.9375rem; + text-align: center; + font-style: normal; + font-stretch: normal; + line-height: normal; + -webkit-letter-spacing: normal; + -moz-letter-spacing: normal; + -ms-letter-spacing: normal; + letter-spacing: normal; + text-decoration: none; + white-space: nowrap; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + color: rgb(255,255,255); + -webkit-text-fill-color: currentcolor; + background-image: none; + background-color: rgb(59,70,204); + border-radius: 0.25rem; + border: solid 0.0625rem rgb(45,56,132); + color: rgb(70,70,70); + -webkit-text-fill-color: currentcolor; + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + margin: 0; +} + +.c22:focus { + outline: 0; + text-decoration: none; + background-color: rgb(59,70,204); + border-color: rgb(45,56,132); +} + +.c22:hover { + background-color: rgb(72,83,217); + border: solid 0.0625rem rgb(45,56,132); +} + +.c22:active, +.c22:active:hover, +.c22:active:focus { + background-image: none; + outline: 0; + background-color: rgb(45,56,132); + border-color: rgb(45,56,132); +} + +.c22[disabled] { + cursor: not-allowed; + pointer-events: none; +} + +.c22:focus { + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); +} + +.c22:hover { + background-color: rgb(247,247,247); + border-color: rgb(216,216,216); +} + +.c22:active, +.c22:active:hover, +.c22:active:focus { + background-color: rgb(230,230,230); + border-color: rgb(216,216,216); +} + +.c25 { + box-sizing: border-box; + display: inline-block; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: 3rem; + height: 3rem; + min-width: 7.5rem; + padding: 0.9375rem 1.125rem; + position: relative; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + font-size: 0.9375rem; + text-align: center; + font-style: normal; + font-stretch: normal; + line-height: normal; + -webkit-letter-spacing: normal; + -moz-letter-spacing: normal; + -ms-letter-spacing: normal; + letter-spacing: normal; + text-decoration: none; + white-space: nowrap; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + color: rgb(255,255,255); + -webkit-text-fill-color: currentcolor; + background-image: none; + background-color: rgb(59,70,204); + border-radius: 0.25rem; + border: solid 0.0625rem rgb(45,56,132); + cursor: not-allowed; + pointer-events: none; + color: rgb(216,216,216); + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); + margin: 0; +} + +.c25:focus { + outline: 0; + text-decoration: none; + background-color: rgb(59,70,204); + border-color: rgb(45,56,132); +} + +.c25:hover { + background-color: rgb(72,83,217); + border: solid 0.0625rem rgb(45,56,132); +} + +.c25:active, +.c25:active:hover, +.c25:active:focus { + background-image: none; + outline: 0; + background-color: rgb(45,56,132); + border-color: rgb(45,56,132); +} + +.c25[disabled] { + cursor: not-allowed; + pointer-events: none; +} + +.c25:focus { + background-color: rgb(250,250,250); + border-color: rgb(216,216,216); +} + +.c25:hover { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c25:active, +.c25:active:hover, +.c25:active:focus { + background-color: rgb(250,250,250); + border-color: rgb(250,250,250); +} + +.c27 { + box-sizing: border-box; + display: inline-block; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: 3rem; + height: 3rem; + min-width: 7.5rem; + padding: 0.9375rem 1.125rem; + position: relative; + font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; + font-size: 0.9375rem; + text-align: center; + font-style: normal; + font-stretch: normal; + line-height: normal; + -webkit-letter-spacing: normal; + -moz-letter-spacing: normal; + -ms-letter-spacing: normal; + letter-spacing: normal; + text-decoration: none; + white-space: nowrap; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + color: rgb(255,255,255); + -webkit-text-fill-color: currentcolor; + background-image: none; + background-color: rgb(59,70,204); + border-radius: 0.25rem; + border: solid 0.0625rem rgb(45,56,132); + color: rgb(70,70,70); + -webkit-text-fill-color: currentcolor; + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); + color: rgb(210,67,58); + -webkit-text-fill-color: currentcolor; + background-color: rgb(255,255,255); + border-color: rgb(210,67,58); + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + margin: 0; + float: right; +} + +.c27:focus { + outline: 0; + text-decoration: none; + background-color: rgb(59,70,204); + border-color: rgb(45,56,132); +} + +.c27:hover { + background-color: rgb(72,83,217); + border: solid 0.0625rem rgb(45,56,132); +} + +.c27:active, +.c27:active:hover, +.c27:active:focus { + background-image: none; + outline: 0; + background-color: rgb(45,56,132); + border-color: rgb(45,56,132); +} + +.c27[disabled] { + cursor: not-allowed; + pointer-events: none; +} + +.c27:focus { + background-color: rgb(255,255,255); + border-color: rgb(216,216,216); +} + +.c27:hover { + background-color: rgb(247,247,247); + border-color: rgb(216,216,216); +} + +.c27:active, +.c27:active:hover, +.c27:active:focus { + background-color: rgb(230,230,230); + border-color: rgb(216,216,216); +} + +.c27:focus { + color: rgb(205,37,27); + background-color: rgb(255,255,255); + border-color: rgb(205,37,27); +} + +.c27:hover { + color: rgb(205,37,27); + background-color: rgb(255,255,255); + border-color: rgb(205,37,27); +} + +.c27:active, +.c27:active:hover, +.c27:active:focus { + background-color: rgba(210,67,58,0.1); + border-color: rgb(205,37,27); +} + +.c27 svg + span { + margin-left: 0.75rem; +} + +.c27 svg { + max-height: 1.125rem; +} + +.c13 { + font-size: 0.9375rem; + line-height: 1.125rem; + font-style: normal; + font-stretch: normal; + display: block; + color: rgb(70,70,70); + text-align: left; + margin-right: 0.75rem; + font-weight: bold; + white-space: pre; + font-size: 0.8125rem; +} + +.c16 { + font-size: 0.9375rem; + line-height: 1.125rem; + font-style: normal; + font-stretch: normal; + display: block; + color: rgb(70,70,70); + text-align: left; + float: right; + font-size: 0.8125rem; + float: none; +} + +.c7 { + color: rgba(73,73,73,1); + font-weight: 600; + line-height: 1.5rem; + font-size: 0.9375rem; + margin: 0; +} + +.c7 + p, +.c7 + small, +.c7 + h1, +.c7 + h2, +.c7 + label, +.c7 + h3, +.c7 + h4, +.c7 + h5, +.c7 + div, +.c7 + span { + margin-top: 0.75rem; +} + .c17 { background-color: rgb(216,216,216); margin: 0; @@ -3077,7 +3097,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c20 { + .c21 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -3086,7 +3106,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c20 { + .c21 { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; @@ -3104,7 +3124,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c25 { + .c26 { display: none; } } @@ -3229,63 +3249,67 @@ exports[`renders without throwing 1`] = ` className="c20" >
- - -
-
- + + Cancel + + + +
+
+ +
@@ -3298,6 +3322,10 @@ exports[`renders without throwing 1`] = ` margin-top: 0.1875rem; } +.c18 { + margin-top: 0.75rem; +} + .c3 { padding-right: 1.125rem; padding-left: 1.125rem; @@ -3307,7 +3335,7 @@ exports[`renders without throwing 1`] = ` padding: 1.125rem; } -.c18 { +.c19 { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; @@ -3326,7 +3354,7 @@ exports[`renders without throwing 1`] = ` margin-left: -0.625rem; } -.c19 { +.c20 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -3336,7 +3364,7 @@ exports[`renders without throwing 1`] = ` display: block; } -.c24 { +.c25 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -3446,7 +3474,7 @@ exports[`renders without throwing 1`] = ` flex-basis: 0.75rem; } -.c22 { +.c23 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -3459,30 +3487,30 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c22::-moz-focus-inner, -.c22[type='button']::-moz-focus-inner, -.c22[type='reset']::-moz-focus-inner, -.c22[type='submit']::-moz-focus-inner { +.c23::-moz-focus-inner, +.c23[type='button']::-moz-focus-inner, +.c23[type='reset']::-moz-focus-inner, +.c23[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c22:-moz-focusring, -.c22[type='button']:-moz-focusring, -.c22[type='reset']:-moz-focusring, -.c22[type='submit']:-moz-focusring { +.c23:-moz-focusring, +.c23[type='button']:-moz-focusring, +.c23[type='reset']:-moz-focusring, +.c23[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c22 + button { +.c23 + button { margin-left: 0.375rem; } -.c21 { +.c22 { display: inline-block; } -.c20 { +.c21 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -3526,50 +3554,50 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c20:focus { +.c21:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c20:hover { +.c21:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c20:active, -.c20:active:hover, -.c20:active:focus { +.c21:active, +.c21:active:hover, +.c21:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c20[disabled] { +.c21[disabled] { cursor: not-allowed; pointer-events: none; } -.c20:focus { +.c21:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c20:hover { +.c21:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c20:active, -.c20:active:hover, -.c20:active:focus { +.c21:active, +.c21:active:hover, +.c21:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c23 { +.c24 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -3614,50 +3642,50 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c23:focus { +.c24:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c23:hover { +.c24:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c23:active, -.c23:active:hover, -.c23:active:focus { +.c24:active, +.c24:active:hover, +.c24:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c23[disabled] { +.c24[disabled] { cursor: not-allowed; pointer-events: none; } -.c23:focus { +.c24:focus { background-color: rgb(250,250,250); border-color: rgb(216,216,216); } -.c23:hover { +.c24:hover { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c23:active, -.c23:active:hover, -.c23:active:focus { +.c24:active, +.c24:active:hover, +.c24:active:focus { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c25 { +.c26 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -3714,73 +3742,73 @@ exports[`renders without throwing 1`] = ` float: right; } -.c25:focus { +.c26:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c25:hover { +.c26:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c25[disabled] { +.c26[disabled] { cursor: not-allowed; pointer-events: none; } -.c25:focus { +.c26:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c25:hover { +.c26:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c25:focus { +.c26:focus { color: rgb(205,37,27); background-color: rgb(255,255,255); border-color: rgb(205,37,27); } -.c25:hover { +.c26:hover { color: rgb(205,37,27); background-color: rgb(255,255,255); border-color: rgb(205,37,27); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-color: rgba(210,67,58,0.1); border-color: rgb(205,37,27); } -.c25 svg + span { +.c26 svg + span { margin-left: 0.75rem; } -.c25 svg { +.c26 svg { max-height: 1.125rem; } @@ -4086,7 +4114,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c18 { + .c19 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -4095,7 +4123,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c18 { + .c19 { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; @@ -4104,7 +4132,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c19 { + .c20 { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; @@ -4113,7 +4141,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c24 { + .c25 { display: none; } } @@ -4231,61 +4259,65 @@ exports[`renders without throwing 1`] = `
- - -
-
- + + Cancel + + + +
+
+ +
@@ -4298,6 +4330,10 @@ exports[`renders without throwing 1`] = ` margin-top: 0.1875rem; } +.c18 { + margin-top: 0.75rem; +} + .c3 { padding-right: 1.125rem; padding-left: 1.125rem; @@ -4307,7 +4343,7 @@ exports[`renders without throwing 1`] = ` padding: 1.125rem; } -.c18 { +.c19 { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; @@ -4326,7 +4362,7 @@ exports[`renders without throwing 1`] = ` margin-left: -0.625rem; } -.c19 { +.c20 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -4336,7 +4372,7 @@ exports[`renders without throwing 1`] = ` display: block; } -.c24 { +.c25 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -4446,7 +4482,7 @@ exports[`renders without throwing 1`] = ` flex-basis: 0.75rem; } -.c22 { +.c23 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -4459,30 +4495,30 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c22::-moz-focus-inner, -.c22[type='button']::-moz-focus-inner, -.c22[type='reset']::-moz-focus-inner, -.c22[type='submit']::-moz-focus-inner { +.c23::-moz-focus-inner, +.c23[type='button']::-moz-focus-inner, +.c23[type='reset']::-moz-focus-inner, +.c23[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c22:-moz-focusring, -.c22[type='button']:-moz-focusring, -.c22[type='reset']:-moz-focusring, -.c22[type='submit']:-moz-focusring { +.c23:-moz-focusring, +.c23[type='button']:-moz-focusring, +.c23[type='reset']:-moz-focusring, +.c23[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c22 + button { +.c23 + button { margin-left: 0.375rem; } -.c21 { +.c22 { display: inline-block; } -.c20 { +.c21 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -4526,50 +4562,50 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c20:focus { +.c21:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c20:hover { +.c21:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c20:active, -.c20:active:hover, -.c20:active:focus { +.c21:active, +.c21:active:hover, +.c21:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c20[disabled] { +.c21[disabled] { cursor: not-allowed; pointer-events: none; } -.c20:focus { +.c21:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c20:hover { +.c21:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c20:active, -.c20:active:hover, -.c20:active:focus { +.c21:active, +.c21:active:hover, +.c21:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c23 { +.c24 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -4614,50 +4650,50 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c23:focus { +.c24:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c23:hover { +.c24:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c23:active, -.c23:active:hover, -.c23:active:focus { +.c24:active, +.c24:active:hover, +.c24:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c23[disabled] { +.c24[disabled] { cursor: not-allowed; pointer-events: none; } -.c23:focus { +.c24:focus { background-color: rgb(250,250,250); border-color: rgb(216,216,216); } -.c23:hover { +.c24:hover { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c23:active, -.c23:active:hover, -.c23:active:focus { +.c24:active, +.c24:active:hover, +.c24:active:focus { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c25 { +.c26 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -4714,73 +4750,73 @@ exports[`renders without throwing 1`] = ` float: right; } -.c25:focus { +.c26:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c25:hover { +.c26:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c25[disabled] { +.c26[disabled] { cursor: not-allowed; pointer-events: none; } -.c25:focus { +.c26:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c25:hover { +.c26:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c25:focus { +.c26:focus { color: rgb(205,37,27); background-color: rgb(255,255,255); border-color: rgb(205,37,27); } -.c25:hover { +.c26:hover { color: rgb(205,37,27); background-color: rgb(255,255,255); border-color: rgb(205,37,27); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-color: rgba(210,67,58,0.1); border-color: rgb(205,37,27); } -.c25 svg + span { +.c26 svg + span { margin-left: 0.75rem; } -.c25 svg { +.c26 svg { max-height: 1.125rem; } @@ -5076,7 +5112,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c18 { + .c19 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -5085,7 +5121,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c18 { + .c19 { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; @@ -5094,7 +5130,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c19 { + .c20 { -webkit-flex-basis: 58.333333333333336%; -ms-flex-preferred-size: 58.333333333333336%; flex-basis: 58.333333333333336%; @@ -5103,7 +5139,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c24 { + .c25 { -webkit-flex-basis: 41.66666666666667%; -ms-flex-preferred-size: 41.66666666666667%; flex-basis: 41.66666666666667%; @@ -5241,61 +5277,65 @@ exports[`renders without throwing 1`] = `
- - -
-
- + + Cancel + + + +
+
+ +
@@ -5308,6 +5348,10 @@ exports[`renders without throwing 1`] = ` margin-top: 0.1875rem; } +.c18 { + margin-top: 0.75rem; +} + .c3 { padding-right: 1.125rem; padding-left: 1.125rem; @@ -5317,7 +5361,7 @@ exports[`renders without throwing 1`] = ` padding: 1.125rem; } -.c18 { +.c19 { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; @@ -5336,7 +5380,7 @@ exports[`renders without throwing 1`] = ` margin-left: -0.625rem; } -.c19 { +.c20 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -5346,7 +5390,7 @@ exports[`renders without throwing 1`] = ` display: block; } -.c24 { +.c25 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -5456,7 +5500,7 @@ exports[`renders without throwing 1`] = ` flex-basis: 0.75rem; } -.c22 { +.c23 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -5469,33 +5513,33 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c22::-moz-focus-inner, -.c22[type='button']::-moz-focus-inner, -.c22[type='reset']::-moz-focus-inner, -.c22[type='submit']::-moz-focus-inner { +.c23::-moz-focus-inner, +.c23[type='button']::-moz-focus-inner, +.c23[type='reset']::-moz-focus-inner, +.c23[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c22:-moz-focusring, -.c22[type='button']:-moz-focusring, -.c22[type='reset']:-moz-focusring, -.c22[type='submit']:-moz-focusring { +.c23:-moz-focusring, +.c23[type='button']:-moz-focusring, +.c23[type='reset']:-moz-focusring, +.c23[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c22 + button { +.c23 + button { margin-left: 0.375rem; } -.c27 { +.c28 { fill: rgb(59,70,204); stroke: rgb(59,70,204); -webkit-animation: iCqDak 1.5s ease-out 0s infinite; animation: iCqDak 1.5s ease-out 0s infinite; } -.c28 { +.c29 { fill: rgb(59,70,204); stroke: rgb(59,70,204); -webkit-animation: iCqDak 1.5s ease-out 0s infinite; @@ -5504,7 +5548,7 @@ exports[`renders without throwing 1`] = ` animation-delay: 0.5s; } -.c29 { +.c30 { fill: rgb(59,70,204); stroke: rgb(59,70,204); -webkit-animation: iCqDak 1.5s ease-out 0s infinite; @@ -5513,7 +5557,7 @@ exports[`renders without throwing 1`] = ` animation-delay: 1s; } -.c26 { +.c27 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -5541,11 +5585,11 @@ exports[`renders without throwing 1`] = ` flex: 1 0 auto; } -.c21 { +.c22 { display: inline-block; } -.c20 { +.c21 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -5589,50 +5633,50 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c20:focus { +.c21:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c20:hover { +.c21:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c20:active, -.c20:active:hover, -.c20:active:focus { +.c21:active, +.c21:active:hover, +.c21:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c20[disabled] { +.c21[disabled] { cursor: not-allowed; pointer-events: none; } -.c20:focus { +.c21:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c20:hover { +.c21:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c20:active, -.c20:active:hover, -.c20:active:focus { +.c21:active, +.c21:active:hover, +.c21:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c23 { +.c24 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -5677,50 +5721,50 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c23:focus { +.c24:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c23:hover { +.c24:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c23:active, -.c23:active:hover, -.c23:active:focus { +.c24:active, +.c24:active:hover, +.c24:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c23[disabled] { +.c24[disabled] { cursor: not-allowed; pointer-events: none; } -.c23:focus { +.c24:focus { background-color: rgb(250,250,250); border-color: rgb(216,216,216); } -.c23:hover { +.c24:hover { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c23:active, -.c23:active:hover, -.c23:active:focus { +.c24:active, +.c24:active:hover, +.c24:active:focus { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c25 { +.c26 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -5782,90 +5826,90 @@ exports[`renders without throwing 1`] = ` float: right; } -.c25:focus { +.c26:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c25:hover { +.c26:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c25[disabled] { +.c26[disabled] { cursor: not-allowed; pointer-events: none; } -.c25:focus { +.c26:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c25:hover { +.c26:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c25:focus { +.c26:focus { color: rgb(205,37,27); background-color: rgb(255,255,255); border-color: rgb(205,37,27); } -.c25:hover { +.c26:hover { color: rgb(205,37,27); background-color: rgb(255,255,255); border-color: rgb(205,37,27); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-color: rgba(210,67,58,0.1); border-color: rgb(205,37,27); } -.c25:focus { +.c26:focus { background-color: rgb(250,250,250); border-color: rgb(216,216,216); } -.c25:hover { +.c26:hover { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c25 svg + span { +.c26 svg + span { margin-left: 0.75rem; } -.c25 svg { +.c26 svg { max-height: 1.125rem; } @@ -6171,7 +6215,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c18 { + .c19 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -6180,7 +6224,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c18 { + .c19 { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; @@ -6189,7 +6233,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c19 { + .c20 { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; @@ -6198,7 +6242,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c24 { + .c25 { display: none; } } @@ -6316,70 +6360,74 @@ exports[`renders without throwing 1`] = `
- - -
-
- + +
+
+ + + + + + +
+ + @@ -6392,6 +6440,10 @@ exports[`renders without throwing 1`] = ` margin-top: 0.1875rem; } +.c18 { + margin-top: 0.75rem; +} + .c3 { padding-right: 1.125rem; padding-left: 1.125rem; @@ -6401,7 +6453,7 @@ exports[`renders without throwing 1`] = ` padding: 1.125rem; } -.c18 { +.c19 { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; @@ -6420,7 +6472,7 @@ exports[`renders without throwing 1`] = ` margin-left: -0.625rem; } -.c19 { +.c20 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -6430,7 +6482,7 @@ exports[`renders without throwing 1`] = ` display: block; } -.c28 { +.c29 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -6540,7 +6592,7 @@ exports[`renders without throwing 1`] = ` flex-basis: 0.75rem; } -.c22 { +.c23 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -6553,33 +6605,33 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c22::-moz-focus-inner, -.c22[type='button']::-moz-focus-inner, -.c22[type='reset']::-moz-focus-inner, -.c22[type='submit']::-moz-focus-inner { +.c23::-moz-focus-inner, +.c23[type='button']::-moz-focus-inner, +.c23[type='reset']::-moz-focus-inner, +.c23[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c22:-moz-focusring, -.c22[type='button']:-moz-focusring, -.c22[type='reset']:-moz-focusring, -.c22[type='submit']:-moz-focusring { +.c23:-moz-focusring, +.c23[type='button']:-moz-focusring, +.c23[type='reset']:-moz-focusring, +.c23[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c22 + button { +.c23 + button { margin-left: 0.375rem; } -.c25 { +.c26 { fill: rgb(59,70,204); stroke: rgb(59,70,204); -webkit-animation: iCqDak 1.5s ease-out 0s infinite; animation: iCqDak 1.5s ease-out 0s infinite; } -.c26 { +.c27 { fill: rgb(59,70,204); stroke: rgb(59,70,204); -webkit-animation: iCqDak 1.5s ease-out 0s infinite; @@ -6588,7 +6640,7 @@ exports[`renders without throwing 1`] = ` animation-delay: 0.5s; } -.c27 { +.c28 { fill: rgb(59,70,204); stroke: rgb(59,70,204); -webkit-animation: iCqDak 1.5s ease-out 0s infinite; @@ -6597,7 +6649,7 @@ exports[`renders without throwing 1`] = ` animation-delay: 1s; } -.c24 { +.c25 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -6625,11 +6677,11 @@ exports[`renders without throwing 1`] = ` flex: 1 0 auto; } -.c21 { +.c22 { display: inline-block; } -.c23 { +.c24 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -6674,50 +6726,50 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c23:focus { +.c24:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c23:hover { +.c24:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c23:active, -.c23:active:hover, -.c23:active:focus { +.c24:active, +.c24:active:hover, +.c24:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c23[disabled] { +.c24[disabled] { cursor: not-allowed; pointer-events: none; } -.c23:focus { +.c24:focus { background-color: rgb(250,250,250); border-color: rgb(216,216,216); } -.c23:hover { +.c24:hover { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c23:active, -.c23:active:hover, -.c23:active:focus { +.c24:active, +.c24:active:hover, +.c24:active:focus { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c29 { +.c30 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -6779,94 +6831,94 @@ exports[`renders without throwing 1`] = ` float: right; } -.c29:focus { +.c30:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c29:hover { +.c30:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c29:active, -.c29:active:hover, -.c29:active:focus { +.c30:active, +.c30:active:hover, +.c30:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c29[disabled] { +.c30[disabled] { cursor: not-allowed; pointer-events: none; } -.c29:focus { +.c30:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c29:hover { +.c30:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c29:active, -.c29:active:hover, -.c29:active:focus { +.c30:active, +.c30:active:hover, +.c30:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c29:focus { +.c30:focus { color: rgb(205,37,27); background-color: rgb(255,255,255); border-color: rgb(205,37,27); } -.c29:hover { +.c30:hover { color: rgb(205,37,27); background-color: rgb(255,255,255); border-color: rgb(205,37,27); } -.c29:active, -.c29:active:hover, -.c29:active:focus { +.c30:active, +.c30:active:hover, +.c30:active:focus { background-color: rgba(210,67,58,0.1); border-color: rgb(205,37,27); } -.c29:focus { +.c30:focus { background-color: rgb(250,250,250); border-color: rgb(216,216,216); } -.c29:hover { +.c30:hover { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c29:active, -.c29:active:hover, -.c29:active:focus { +.c30:active, +.c30:active:hover, +.c30:active:focus { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c29 svg + span { +.c30 svg + span { margin-left: 0.75rem; } -.c29 svg { +.c30 svg { max-height: 1.125rem; } -.c20 { +.c21 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -6915,62 +6967,62 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c20:focus { +.c21:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c20:hover { +.c21:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c20:active, -.c20:active:hover, -.c20:active:focus { +.c21:active, +.c21:active:hover, +.c21:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c20[disabled] { +.c21[disabled] { cursor: not-allowed; pointer-events: none; } -.c20:focus { +.c21:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c20:hover { +.c21:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c20:active, -.c20:active:hover, -.c20:active:focus { +.c21:active, +.c21:active:hover, +.c21:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c20:focus { +.c21:focus { background-color: rgb(250,250,250); border-color: rgb(216,216,216); } -.c20:hover { +.c21:hover { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c20:active, -.c20:active:hover, -.c20:active:focus { +.c21:active, +.c21:active:hover, +.c21:active:focus { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } @@ -7292,7 +7344,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c18 { + .c19 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -7301,7 +7353,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c18 { + .c19 { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; @@ -7310,7 +7362,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c19 { + .c20 { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; @@ -7319,7 +7371,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c28 { + .c29 { display: none; } } @@ -7437,88 +7489,92 @@ exports[`renders without throwing 1`] = `
- - + +
+
-
- - - -
- -
-
- + + Remove + + +
@@ -7531,6 +7587,10 @@ exports[`renders without throwing 1`] = ` margin-top: 0.1875rem; } +.c18 { + margin-top: 0.75rem; +} + .c3 { padding-right: 1.125rem; padding-left: 1.125rem; @@ -7540,7 +7600,7 @@ exports[`renders without throwing 1`] = ` padding: 1.125rem; } -.c18 { +.c19 { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; @@ -7559,7 +7619,7 @@ exports[`renders without throwing 1`] = ` margin-left: -0.625rem; } -.c19 { +.c20 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -7569,7 +7629,7 @@ exports[`renders without throwing 1`] = ` display: block; } -.c24 { +.c25 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -7679,7 +7739,7 @@ exports[`renders without throwing 1`] = ` flex-basis: 0.75rem; } -.c22 { +.c23 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -7692,30 +7752,30 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c22::-moz-focus-inner, -.c22[type='button']::-moz-focus-inner, -.c22[type='reset']::-moz-focus-inner, -.c22[type='submit']::-moz-focus-inner { +.c23::-moz-focus-inner, +.c23[type='button']::-moz-focus-inner, +.c23[type='reset']::-moz-focus-inner, +.c23[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c22:-moz-focusring, -.c22[type='button']:-moz-focusring, -.c22[type='reset']:-moz-focusring, -.c22[type='submit']:-moz-focusring { +.c23:-moz-focusring, +.c23[type='button']:-moz-focusring, +.c23[type='reset']:-moz-focusring, +.c23[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c22 + button { +.c23 + button { margin-left: 0.375rem; } -.c21 { +.c22 { display: inline-block; } -.c20 { +.c21 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -7759,50 +7819,50 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c20:focus { +.c21:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c20:hover { +.c21:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c20:active, -.c20:active:hover, -.c20:active:focus { +.c21:active, +.c21:active:hover, +.c21:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c20[disabled] { +.c21[disabled] { cursor: not-allowed; pointer-events: none; } -.c20:focus { +.c21:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c20:hover { +.c21:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c20:active, -.c20:active:hover, -.c20:active:focus { +.c21:active, +.c21:active:hover, +.c21:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c23 { +.c24 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -7847,50 +7907,50 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c23:focus { +.c24:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c23:hover { +.c24:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c23:active, -.c23:active:hover, -.c23:active:focus { +.c24:active, +.c24:active:hover, +.c24:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c23[disabled] { +.c24[disabled] { cursor: not-allowed; pointer-events: none; } -.c23:focus { +.c24:focus { background-color: rgb(250,250,250); border-color: rgb(216,216,216); } -.c23:hover { +.c24:hover { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c23:active, -.c23:active:hover, -.c23:active:focus { +.c24:active, +.c24:active:hover, +.c24:active:focus { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c25 { +.c26 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -7947,73 +8007,73 @@ exports[`renders without throwing 1`] = ` float: right; } -.c25:focus { +.c26:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c25:hover { +.c26:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c25[disabled] { +.c26[disabled] { cursor: not-allowed; pointer-events: none; } -.c25:focus { +.c26:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c25:hover { +.c26:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c25:focus { +.c26:focus { color: rgb(205,37,27); background-color: rgb(255,255,255); border-color: rgb(205,37,27); } -.c25:hover { +.c26:hover { color: rgb(205,37,27); background-color: rgb(255,255,255); border-color: rgb(205,37,27); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-color: rgba(210,67,58,0.1); border-color: rgb(205,37,27); } -.c25 svg + span { +.c26 svg + span { margin-left: 0.75rem; } -.c25 svg { +.c26 svg { max-height: 1.125rem; } @@ -8319,7 +8379,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c18 { + .c19 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -8328,7 +8388,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c18 { + .c19 { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; @@ -8337,7 +8397,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c19 { + .c20 { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; @@ -8346,7 +8406,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c24 { + .c25 { display: none; } } @@ -8464,61 +8524,65 @@ exports[`renders without throwing 1`] = `
- - -
-
- + + Cancel + + + +
+
+ +
diff --git a/packages/my-joy-beta/src/components/__tests__/__snapshots__/network.spec.js.snap b/packages/my-joy-beta/src/components/__tests__/__snapshots__/network.spec.js.snap index 0a694b03..25c2e8d2 100644 --- a/packages/my-joy-beta/src/components/__tests__/__snapshots__/network.spec.js.snap +++ b/packages/my-joy-beta/src/components/__tests__/__snapshots__/network.spec.js.snap @@ -4554,7 +4554,11 @@ exports[`renders without throwing 1`] = ` margin-top: 1.125rem; } -.c29 { +.c28 { + margin-bottom: 0.75rem; +} + +.c30 { margin-top: 0.1875rem; } @@ -4743,7 +4747,7 @@ exports[`renders without throwing 1`] = ` padding-bottom: 2.25rem; } -.c28 { +.c29 { font-size: 0.9375rem; line-height: 1.125rem; font-style: normal; @@ -5093,7 +5097,7 @@ exports[`renders without throwing 1`] = ` -webkit-padding-after: 0; } -.c30 { +.c31 { box-sizing: border-box; width: 18.75rem; height: 3rem; @@ -5116,57 +5120,57 @@ exports[`renders without throwing 1`] = ` outline: 0; } -.c30::-webkit-input-placeholder { +.c31::-webkit-input-placeholder { color: rgba(73,73,73,0.5); } -.c30::-moz-placeholder { +.c31::-moz-placeholder { color: rgba(73,73,73,0.5); } -.c30:-ms-input-placeholder { +.c31:-ms-input-placeholder { color: rgba(73,73,73,0.5); } -.c30:invalid { +.c31:invalid { box-shadow: none; } -.c30:disabled { +.c31:disabled { background-color: rgb(250,250,250); color: rgb(216,216,216); cursor: not-allowed; } -.c30:disabled::-webkit-input-placeholder { +.c31:disabled::-webkit-input-placeholder { color: rgba(73,73,73,0.5); } -.c30:disabled::-moz-placeholder { +.c31:disabled::-moz-placeholder { color: rgba(73,73,73,0.5); } -.c30:disabled:-ms-input-placeholder { +.c31:disabled:-ms-input-placeholder { color: rgba(73,73,73,0.5); } -.c30:disabled { +.c31:disabled { color: rgba(73,73,73,1); } -.c30:disabled::-webkit-input-placeholder { +.c31:disabled::-webkit-input-placeholder { color: rgba(73,73,73,1); } -.c30:disabled::-moz-placeholder { +.c31:disabled::-moz-placeholder { color: rgba(73,73,73,1); } -.c30:disabled:-ms-input-placeholder { +.c31:disabled:-ms-input-placeholder { color: rgba(73,73,73,1); } -.c30:focus { +.c31:focus { border-color: rgb(59,70,204); outline: 0; } @@ -5571,27 +5575,31 @@ exports[`renders without throwing 1`] = ` className="c20" >
-
- + ID + +
+ > + +
@@ -5605,16 +5613,16 @@ exports[`renders without throwing 1`] = ` style={undefined} >
without throwing 1`] = ` style={undefined} >
without throwing 1`] = ` margin-top: 0.1875rem; } +.c18 { + margin-top: 0.75rem; +} + .c3 { padding-right: 1.125rem; padding-left: 1.125rem; @@ -14,7 +18,7 @@ exports[`renders without throwing 1`] = ` padding: 1.125rem; } -.c22 { +.c23 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -27,30 +31,30 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c22::-moz-focus-inner, -.c22[type='button']::-moz-focus-inner, -.c22[type='reset']::-moz-focus-inner, -.c22[type='submit']::-moz-focus-inner { +.c23::-moz-focus-inner, +.c23[type='button']::-moz-focus-inner, +.c23[type='reset']::-moz-focus-inner, +.c23[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c22:-moz-focusring, -.c22[type='button']:-moz-focusring, -.c22[type='reset']:-moz-focusring, -.c22[type='submit']:-moz-focusring { +.c23:-moz-focusring, +.c23[type='button']:-moz-focusring, +.c23[type='reset']:-moz-focusring, +.c23[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c22 + button { +.c23 + button { margin-left: 0.375rem; } -.c21 { +.c22 { display: inline-block; } -.c20 { +.c21 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -94,50 +98,50 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c20:focus { +.c21:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c20:hover { +.c21:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c20:active, -.c20:active:hover, -.c20:active:focus { +.c21:active, +.c21:active:hover, +.c21:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c20[disabled] { +.c21[disabled] { cursor: not-allowed; pointer-events: none; } -.c20:focus { +.c21:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c20:hover { +.c21:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c20:active, -.c20:active:hover, -.c20:active:focus { +.c21:active, +.c21:active:hover, +.c21:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c23 { +.c24 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -182,50 +186,50 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c23:focus { +.c24:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c23:hover { +.c24:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c23:active, -.c23:active:hover, -.c23:active:focus { +.c24:active, +.c24:active:hover, +.c24:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c23[disabled] { +.c24[disabled] { cursor: not-allowed; pointer-events: none; } -.c23:focus { +.c24:focus { background-color: rgb(250,250,250); border-color: rgb(216,216,216); } -.c23:hover { +.c24:hover { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c23:active, -.c23:active:hover, -.c23:active:focus { +.c24:active, +.c24:active:hover, +.c24:active:focus { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c25 { +.c26 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -282,73 +286,73 @@ exports[`renders without throwing 1`] = ` float: right; } -.c25:focus { +.c26:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c25:hover { +.c26:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c25[disabled] { +.c26[disabled] { cursor: not-allowed; pointer-events: none; } -.c25:focus { +.c26:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c25:hover { +.c26:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c25:focus { +.c26:focus { color: rgb(205,37,27); background-color: rgb(255,255,255); border-color: rgb(205,37,27); } -.c25:hover { +.c26:hover { color: rgb(205,37,27); background-color: rgb(255,255,255); border-color: rgb(205,37,27); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-color: rgba(210,67,58,0.1); border-color: rgb(205,37,27); } -.c25 svg + span { +.c26 svg + span { margin-left: 0.75rem; } -.c25 svg { +.c26 svg { max-height: 1.125rem; } @@ -379,7 +383,7 @@ exports[`renders without throwing 1`] = ` float: none; } -.c18 { +.c19 { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; @@ -398,7 +402,7 @@ exports[`renders without throwing 1`] = ` margin-left: -0.625rem; } -.c19 { +.c20 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -408,7 +412,7 @@ exports[`renders without throwing 1`] = ` display: block; } -.c24 { +.c25 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -793,7 +797,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c18 { + .c19 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -802,7 +806,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c18 { + .c19 { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; @@ -811,7 +815,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c19 { + .c20 { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; @@ -820,7 +824,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c24 { + .c25 { display: none; } } @@ -941,61 +945,65 @@ exports[`renders without throwing 1`] = `
- - -
-
- + + Cancel + + + +
+
+ +
@@ -1009,6 +1017,10 @@ exports[`renders without throwing 1`] = ` margin-top: 0.1875rem; } +.c18 { + margin-top: 0.75rem; +} + .c3 { padding-right: 1.125rem; padding-left: 1.125rem; @@ -1018,7 +1030,7 @@ exports[`renders without throwing 1`] = ` padding: 1.125rem; } -.c22 { +.c23 { font-family: sans-serif; font-size: 100%; line-height: 1.15; @@ -1031,30 +1043,30 @@ exports[`renders without throwing 1`] = ` min-width: 7.5rem; } -.c22::-moz-focus-inner, -.c22[type='button']::-moz-focus-inner, -.c22[type='reset']::-moz-focus-inner, -.c22[type='submit']::-moz-focus-inner { +.c23::-moz-focus-inner, +.c23[type='button']::-moz-focus-inner, +.c23[type='reset']::-moz-focus-inner, +.c23[type='submit']::-moz-focus-inner { border-style: none; padding: 0; } -.c22:-moz-focusring, -.c22[type='button']:-moz-focusring, -.c22[type='reset']:-moz-focusring, -.c22[type='submit']:-moz-focusring { +.c23:-moz-focusring, +.c23[type='button']:-moz-focusring, +.c23[type='reset']:-moz-focusring, +.c23[type='submit']:-moz-focusring { outline: 0.0625rem dotted ButtonText; } -.c22 + button { +.c23 + button { margin-left: 0.375rem; } -.c21 { +.c22 { display: inline-block; } -.c20 { +.c21 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -1098,50 +1110,50 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c20:focus { +.c21:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c20:hover { +.c21:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c20:active, -.c20:active:hover, -.c20:active:focus { +.c21:active, +.c21:active:hover, +.c21:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c20[disabled] { +.c21[disabled] { cursor: not-allowed; pointer-events: none; } -.c20:focus { +.c21:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c20:hover { +.c21:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c20:active, -.c20:active:hover, -.c20:active:focus { +.c21:active, +.c21:active:hover, +.c21:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c23 { +.c24 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -1186,50 +1198,50 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c23:focus { +.c24:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c23:hover { +.c24:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c23:active, -.c23:active:hover, -.c23:active:focus { +.c24:active, +.c24:active:hover, +.c24:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c23[disabled] { +.c24[disabled] { cursor: not-allowed; pointer-events: none; } -.c23:focus { +.c24:focus { background-color: rgb(250,250,250); border-color: rgb(216,216,216); } -.c23:hover { +.c24:hover { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c23:active, -.c23:active:hover, -.c23:active:focus { +.c24:active, +.c24:active:hover, +.c24:active:focus { background-color: rgb(250,250,250); border-color: rgb(250,250,250); } -.c25 { +.c26 { box-sizing: border-box; display: inline-block; -webkit-box-pack: center; @@ -1286,73 +1298,73 @@ exports[`renders without throwing 1`] = ` float: right; } -.c25:focus { +.c26:focus { outline: 0; text-decoration: none; background-color: rgb(59,70,204); border-color: rgb(45,56,132); } -.c25:hover { +.c26:hover { background-color: rgb(72,83,217); border: solid 0.0625rem rgb(45,56,132); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-image: none; outline: 0; background-color: rgb(45,56,132); border-color: rgb(45,56,132); } -.c25[disabled] { +.c26[disabled] { cursor: not-allowed; pointer-events: none; } -.c25:focus { +.c26:focus { background-color: rgb(255,255,255); border-color: rgb(216,216,216); } -.c25:hover { +.c26:hover { background-color: rgb(247,247,247); border-color: rgb(216,216,216); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-color: rgb(230,230,230); border-color: rgb(216,216,216); } -.c25:focus { +.c26:focus { color: rgb(205,37,27); background-color: rgb(255,255,255); border-color: rgb(205,37,27); } -.c25:hover { +.c26:hover { color: rgb(205,37,27); background-color: rgb(255,255,255); border-color: rgb(205,37,27); } -.c25:active, -.c25:active:hover, -.c25:active:focus { +.c26:active, +.c26:active:hover, +.c26:active:focus { background-color: rgba(210,67,58,0.1); border-color: rgb(205,37,27); } -.c25 svg + span { +.c26 svg + span { margin-left: 0.75rem; } -.c25 svg { +.c26 svg { max-height: 1.125rem; } @@ -1383,7 +1395,7 @@ exports[`renders without throwing 1`] = ` float: none; } -.c18 { +.c19 { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; @@ -1402,7 +1414,7 @@ exports[`renders without throwing 1`] = ` margin-left: -0.625rem; } -.c19 { +.c20 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -1412,7 +1424,7 @@ exports[`renders without throwing 1`] = ` display: block; } -.c24 { +.c25 { box-sizing: border-box; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; @@ -1787,7 +1799,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c18 { + .c19 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -1796,7 +1808,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c18 { + .c19 { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; @@ -1805,7 +1817,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c19 { + .c20 { -webkit-flex-basis: 58.333333333333336%; -ms-flex-preferred-size: 58.333333333333336%; flex-basis: 58.333333333333336%; @@ -1814,7 +1826,7 @@ exports[`renders without throwing 1`] = ` } @media only screen and (min-width:0em) { - .c24 { + .c25 { -webkit-flex-basis: 41.66666666666667%; -ms-flex-preferred-size: 41.66666666666667%; flex-basis: 41.66666666666667%; @@ -1955,61 +1967,65 @@ exports[`renders without throwing 1`] = `
- - -
-
- + + Cancel + + + +
+
+ +
diff --git a/packages/my-joy-beta/src/components/__tests__/firewall.spec.js b/packages/my-joy-beta/src/components/__tests__/firewall.spec.js index 837de205..a4e529bc 100644 --- a/packages/my-joy-beta/src/components/__tests__/firewall.spec.js +++ b/packages/my-joy-beta/src/components/__tests__/firewall.spec.js @@ -1,14 +1,9 @@ -import React, { Fragment } from 'react'; +/* eslint-disable camelcase */ +import React from 'react'; import renderer from 'react-test-renderer'; import 'jest-styled-components'; -import { - Rules, - TagRules, - DefaultRules, - ToggleFirewallForm, - ToggleInactiveForm -} from '../firewall'; +import { Rules, TagRules, DefaultRules, ToggleFirewallForm, ToggleInactiveForm } from '../firewall'; import Theme from '@mocks/theme'; diff --git a/packages/my-joy-beta/src/components/__tests__/firewall.ui.js b/packages/my-joy-beta/src/components/__tests__/firewall.ui.js index 70694f41..34fd7e51 100644 --- a/packages/my-joy-beta/src/components/__tests__/firewall.ui.js +++ b/packages/my-joy-beta/src/components/__tests__/firewall.ui.js @@ -1,4 +1,5 @@ -import React, { Fragment } from 'react'; +/* eslint-disable camelcase */ +import React from 'react'; import { toMatchImageSnapshot } from 'jest-image-snapshot'; import screenshot from 'react-screenshot-renderer'; diff --git a/packages/my-joy-beta/src/components/__tests__/network.spec.js b/packages/my-joy-beta/src/components/__tests__/network.spec.js index b4735003..6a6f34cd 100644 --- a/packages/my-joy-beta/src/components/__tests__/network.spec.js +++ b/packages/my-joy-beta/src/components/__tests__/network.spec.js @@ -1,3 +1,4 @@ +/* eslint-disable camelcase */ import React from 'react'; import renderer from 'react-test-renderer'; import 'jest-styled-components'; diff --git a/packages/my-joy-beta/src/components/__tests__/network.ui.js b/packages/my-joy-beta/src/components/__tests__/network.ui.js index 2d3edf02..4b16eaeb 100644 --- a/packages/my-joy-beta/src/components/__tests__/network.ui.js +++ b/packages/my-joy-beta/src/components/__tests__/network.ui.js @@ -1,3 +1,4 @@ +/* eslint-disable camelcase */ import React from 'react'; import { toMatchImageSnapshot } from 'jest-image-snapshot'; import screenshot from 'react-screenshot-renderer'; diff --git a/packages/my-joy-beta/src/components/cns.js b/packages/my-joy-beta/src/components/cns.js index 6953476e..a90cf7bc 100644 --- a/packages/my-joy-beta/src/components/cns.js +++ b/packages/my-joy-beta/src/components/cns.js @@ -34,8 +34,8 @@ export const Header = () => (

Hostnames

- Default hostnames are automatically generated from both the instance - name and any attached networks. + Default hostnames are automatically generated from both the instance name and any attached + networks.

@@ -46,7 +46,7 @@ export const Footer = ({ enabled, submitting, onToggle }) => ( - Disabled CNS + Disabled CNS Enabled CNS @@ -66,20 +66,15 @@ export const HostnamesHeader = () => (

CNS service hostnames

- CNS service hostnames are created by attaching a CNS service name to one - or more instances. You can serve multiple instances under the same - hostname by assigning them to a matching CNS service name. + CNS service hostnames are created by attaching a CNS service name to one or more instances. + You can serve multiple instances under the same hostname by assigning them to a matching CNS + service name.

); -export const AddServiceForm = ({ - handleSubmit, - submitting, - disabled, - pristine -}) => ( +export const AddServiceForm = ({ handleSubmit, submitting, disabled, pristine }) => (
@@ -97,12 +92,7 @@ export const AddServiceForm = ({ - @@ -120,15 +110,11 @@ export const Hostname = ({ values = [], network, service, ...hostname }) => ( {network && service ? 'Network CNS service' - : network - ? 'Network' - : service ? 'CNS service' : 'Instance name'}{' '} + : network ? 'Network' : service ? 'CNS service' : 'Instance name'}{' '} hostname{values.length === 1 ? '' : 's'} - - {hostname.public ? : } - + {hostname.public ? : } {hostname.public ? 'Public' : 'Private'} @@ -137,10 +123,7 @@ export const Hostname = ({ values = [], network, service, ...hostname }) => ( {values.map((value, i) => ( + bottom={values.length !== 1 && values.length !== i + 1 ? '1' : undefined}> ))} @@ -178,9 +161,7 @@ const CnsHostnames = ({ active key={value} value={value} - onRemoveClick={ - onRemoveService && (() => onRemoveService(value)) - } + onRemoveClick={onRemoveService && (() => onRemoveService(value))} /> ))} @@ -198,24 +179,16 @@ const CnsHostnames = ({ ); -export default ({ - hostnames = [], - services = [], - onRemoveService, - children = null -}) => ( +export default ({ hostnames = [], services = [], onRemoveService, children = null }) => ( - !service)} - /> + !service)} /> service)} - onRemoveService={onRemoveService} - > + onRemoveService={onRemoveService}> {children} diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/affinity-ui-js-header-1-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/affinity-ui-js-header-1-snap.png index 902d3fc4..5fbd044c 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/affinity-ui-js-header-1-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/affinity-ui-js-header-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/affinity-ui-js-header-tag-1-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/affinity-ui-js-header-tag-1-snap.png index 902d3fc4..5fbd044c 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/affinity-ui-js-header-tag-1-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/affinity-ui-js-header-tag-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/affinity-ui-js-rule-1-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/affinity-ui-js-rule-1-snap.png index e379a467..a5a6f4e2 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/affinity-ui-js-rule-1-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/affinity-ui-js-rule-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/affinity-ui-js-rule-2-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/affinity-ui-js-rule-2-snap.png index e379a467..a5a6f4e2 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/affinity-ui-js-rule-2-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/affinity-ui-js-rule-2-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/images-ui-js-images-images-name-stuff-image-name-stuff-1-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/images-ui-js-images-images-name-stuff-image-name-stuff-1-snap.png index fd9bfa37..caa8141c 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/images-ui-js-images-images-name-stuff-image-name-stuff-1-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/images-ui-js-images-images-name-stuff-image-name-stuff-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/name-ui-js-name-1-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/name-ui-js-name-1-snap.png index c728f7ae..57185b00 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/name-ui-js-name-1-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/name-ui-js-name-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/name-ui-js-name-expanded-1-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/name-ui-js-name-expanded-1-snap.png index c728f7ae..57185b00 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/name-ui-js-name-expanded-1-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/name-ui-js-name-expanded-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/name-ui-js-name-name-test-1-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/name-ui-js-name-name-test-1-snap.png index c728f7ae..57185b00 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/name-ui-js-name-name-test-1-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/name-ui-js-name-name-test-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/name-ui-js-name-pristine-false-1-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/name-ui-js-name-pristine-false-1-snap.png index c728f7ae..57185b00 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/name-ui-js-name-pristine-false-1-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/name-ui-js-name-pristine-false-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-filters-1-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-filters-1-snap.png index 61b28eef..2f0875cc 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-filters-1-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-filters-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-overview-1-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-overview-1-snap.png index 635485c8..79421b5b 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-overview-1-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-overview-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-overview-has-vms-1-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-overview-has-vms-1-snap.png index 873434cd..8353ab8b 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-overview-has-vms-1-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-overview-has-vms-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-package-1-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-package-1-snap.png index 10855385..a04f44a9 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-package-1-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-package-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-expanded-1-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-expanded-1-snap.png index e60d8222..b26ae07f 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-expanded-1-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-expanded-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-is-vm-selected-1-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-is-vm-selected-1-snap.png index e60d8222..b26ae07f 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-is-vm-selected-1-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-is-vm-selected-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-loading-1-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-loading-1-snap.png index e60d8222..b26ae07f 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-loading-1-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-loading-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-packages-name-stuff-image-name-stuff-1-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-packages-name-stuff-image-name-stuff-1-snap.png index c1aa569f..58f1d939 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-packages-name-stuff-image-name-stuff-1-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-packages-name-stuff-image-name-stuff-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-pristine-false-1-snap.png b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-pristine-false-1-snap.png index e60d8222..b26ae07f 100644 Binary files a/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-pristine-false-1-snap.png and b/packages/my-joy-beta/src/components/create-instance/__tests__/__image_snapshots__/package-ui-js-packages-pristine-false-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__snapshots__/affinity.spec.js.snap b/packages/my-joy-beta/src/components/create-instance/__tests__/__snapshots__/affinity.spec.js.snap index 889e51d1..cd5b517a 100644 --- a/packages/my-joy-beta/src/components/create-instance/__tests__/__snapshots__/affinity.spec.js.snap +++ b/packages/my-joy-beta/src/components/create-instance/__tests__/__snapshots__/affinity.spec.js.snap @@ -86,7 +86,7 @@ exports[`renders without throwing 1`] = ` border-radius: 0; background: transparent; padding: 0; - padding-right: 0.75rem; + padding-right: 1rem; display: inline; height: 1.5rem; -webkit-appearance: none; @@ -112,7 +112,7 @@ exports[`renders without throwing 1`] = ` border-radius: 0; background: transparent; padding: 0; - padding-right: 0.75rem; + padding-right: 1rem; display: inline; height: 1.5rem; -webkit-appearance: none; @@ -138,7 +138,7 @@ exports[`renders without throwing 1`] = ` border-radius: 0; background: transparent; padding: 0; - padding-right: 0.75rem; + padding-right: 1rem; display: inline; height: 1.5rem; -webkit-appearance: none; @@ -772,7 +772,7 @@ exports[`renders without throwing 2`] = ` border-radius: 0; background: transparent; padding: 0; - padding-right: 0.75rem; + padding-right: 1rem; display: inline; height: 1.5rem; -webkit-appearance: none; @@ -798,7 +798,7 @@ exports[`renders without throwing 2`] = ` border-radius: 0; background: transparent; padding: 0; - padding-right: 0.75rem; + padding-right: 1rem; display: inline; height: 1.5rem; -webkit-appearance: none; @@ -824,7 +824,7 @@ exports[`renders without throwing 2`] = ` border-radius: 0; background: transparent; padding: 0; - padding-right: 0.75rem; + padding-right: 1rem; display: inline; height: 1.5rem; -webkit-appearance: none; diff --git a/packages/my-joy-beta/src/components/create-instance/__tests__/__snapshots__/package.spec.js.snap b/packages/my-joy-beta/src/components/create-instance/__tests__/__snapshots__/package.spec.js.snap index f60a0109..17fe1355 100644 --- a/packages/my-joy-beta/src/components/create-instance/__tests__/__snapshots__/package.spec.js.snap +++ b/packages/my-joy-beta/src/components/create-instance/__tests__/__snapshots__/package.spec.js.snap @@ -1238,15 +1238,15 @@ exports[`renders without throwing 1`] = ` `; exports[`renders without throwing 1`] = ` -.c10 { +.c11 { margin-bottom: 0.75rem; } -.c8 { +.c9 { padding: 2.25rem; } -.c9 { +.c10 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -1282,7 +1282,7 @@ exports[`renders without throwing 1`] = ` margin-left: 0.5625rem; } -.c12 { +.c13 { color: rgba(73,73,73,1); font-weight: normal; line-height: 1.625rem; @@ -1290,20 +1290,20 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c12 + p, -.c12 + small, -.c12 + h1, -.c12 + h2, -.c12 + label, -.c12 + h3, -.c12 + h4, -.c12 + h5, -.c12 + div, -.c12 + span { +.c13 + p, +.c13 + small, +.c13 + h1, +.c13 + h2, +.c13 + label, +.c13 + h3, +.c13 + h4, +.c13 + h5, +.c13 + div, +.c13 + span { margin-top: 1.5rem; } -.c7 { +.c8 { box-sizing: content-box; display: -webkit-box; display: -webkit-flex; @@ -1439,10 +1439,14 @@ exports[`renders without throwing 1`] = ` border-bottom-width: 0.0625rem; } -.c11 { +.c12 { color: rgb(151,151,151); } +.c7 { + width: 100%; +} + without throwing 1`] = ` />
Sad Animal

Sorry, but we weren’t able to find any packages with that filter

@@ -1562,15 +1567,15 @@ exports[`renders without throwing 1`] = ` `; exports[`renders without throwing 1`] = ` -.c10 { +.c11 { margin-bottom: 0.75rem; } -.c8 { +.c9 { padding: 2.25rem; } -.c9 { +.c10 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -1606,7 +1611,7 @@ exports[`renders without throwing 1`] = ` margin-left: 0.5625rem; } -.c12 { +.c13 { color: rgba(73,73,73,1); font-weight: normal; line-height: 1.625rem; @@ -1614,20 +1619,20 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c12 + p, -.c12 + small, -.c12 + h1, -.c12 + h2, -.c12 + label, -.c12 + h3, -.c12 + h4, -.c12 + h5, -.c12 + div, -.c12 + span { +.c13 + p, +.c13 + small, +.c13 + h1, +.c13 + h2, +.c13 + label, +.c13 + h3, +.c13 + h4, +.c13 + h5, +.c13 + div, +.c13 + span { margin-top: 1.5rem; } -.c7 { +.c8 { box-sizing: content-box; display: -webkit-box; display: -webkit-flex; @@ -1763,10 +1768,14 @@ exports[`renders without throwing 1`] = ` border-bottom-width: 0.0625rem; } -.c11 { +.c12 { color: rgb(151,151,151); } +.c7 { + width: 100%; +} + without throwing 1`] = ` />
Sad Animal

Sorry, but we weren’t able to find any packages with that filter

@@ -1886,15 +1896,15 @@ exports[`renders without throwing 1`] = ` `; exports[`renders without throwing 1`] = ` -.c10 { +.c11 { margin-bottom: 0.75rem; } -.c8 { +.c9 { padding: 2.25rem; } -.c9 { +.c10 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -1930,7 +1940,7 @@ exports[`renders without throwing 1`] = ` margin-left: 0.5625rem; } -.c12 { +.c13 { color: rgba(73,73,73,1); font-weight: normal; line-height: 1.625rem; @@ -1938,20 +1948,20 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c12 + p, -.c12 + small, -.c12 + h1, -.c12 + h2, -.c12 + label, -.c12 + h3, -.c12 + h4, -.c12 + h5, -.c12 + div, -.c12 + span { +.c13 + p, +.c13 + small, +.c13 + h1, +.c13 + h2, +.c13 + label, +.c13 + h3, +.c13 + h4, +.c13 + h5, +.c13 + div, +.c13 + span { margin-top: 1.5rem; } -.c7 { +.c8 { box-sizing: content-box; display: -webkit-box; display: -webkit-flex; @@ -2087,10 +2097,14 @@ exports[`renders without throwing 1`] = ` border-bottom-width: 0.0625rem; } -.c11 { +.c12 { color: rgb(151,151,151); } +.c7 { + width: 100%; +} + without throwing 1`] = ` />
Sad Animal

Sorry, but we weren’t able to find any packages with that filter

@@ -2422,15 +2437,15 @@ exports[`renders without `; exports[`renders without throwing 1`] = ` -.c10 { +.c11 { margin-bottom: 0.75rem; } -.c8 { +.c9 { padding: 2.25rem; } -.c9 { +.c10 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -2466,7 +2481,7 @@ exports[`renders without throwing 1`] = ` margin-left: 0.5625rem; } -.c12 { +.c13 { color: rgba(73,73,73,1); font-weight: normal; line-height: 1.625rem; @@ -2474,20 +2489,20 @@ exports[`renders without throwing 1`] = ` margin: 0; } -.c12 + p, -.c12 + small, -.c12 + h1, -.c12 + h2, -.c12 + label, -.c12 + h3, -.c12 + h4, -.c12 + h5, -.c12 + div, -.c12 + span { +.c13 + p, +.c13 + small, +.c13 + h1, +.c13 + h2, +.c13 + label, +.c13 + h3, +.c13 + h4, +.c13 + h5, +.c13 + div, +.c13 + span { margin-top: 1.5rem; } -.c7 { +.c8 { box-sizing: content-box; display: -webkit-box; display: -webkit-flex; @@ -2623,10 +2638,14 @@ exports[`renders without throwing 1`] = ` border-bottom-width: 0.0625rem; } -.c11 { +.c12 { color: rgb(151,151,151); } +.c7 { + width: 100%; +} + without throwing 1`] = ` />
Sad Animal

Sorry, but we weren’t able to find any packages with that filter

diff --git a/packages/my-joy-beta/src/components/create-instance/network.js b/packages/my-joy-beta/src/components/create-instance/network.js index 65e46a2f..bdda9bbb 100644 --- a/packages/my-joy-beta/src/components/create-instance/network.js +++ b/packages/my-joy-beta/src/components/create-instance/network.js @@ -1,3 +1,4 @@ +/* eslint-disable camelcase */ import React from 'react'; import { Field } from 'redux-form'; import { Margin, Padding } from 'styled-components-spacing'; @@ -71,14 +72,10 @@ export const Collapsed = ({ name, fabric, ...network }) => ( - - {fabric ? : } - + {fabric ? : } -

- {fabric ? 'Fabric network' : 'Data center network'} -

+

{fabric ? 'Fabric network' : 'Data center network'}

@@ -146,14 +143,10 @@ export const Expanded = ({ - - {fabric ? : } - + {fabric ? : } -

- {fabric ? 'Fabric network' : 'Data center network'} -

+

{fabric ? 'Fabric network' : 'Data center network'}

@@ -162,11 +155,7 @@ export const Expanded = ({ {fabric ? ( - +

Network information

@@ -185,11 +174,7 @@ export const Expanded = ({ - + Outbound internet access enabled @@ -201,28 +186,16 @@ export const Expanded = ({ ID - - + + Subnet - - + + diff --git a/packages/my-joy-beta/src/components/empty.js b/packages/my-joy-beta/src/components/empty.js index 3ff358f7..525fe58e 100644 --- a/packages/my-joy-beta/src/components/empty.js +++ b/packages/my-joy-beta/src/components/empty.js @@ -10,15 +10,19 @@ const NoPackagesTitle = styled(H3)` color: ${props => props.theme.greyDark}; `; +const FullWidthCard = styled(Card)` + width: 100%; +` + export default ({ children }) => ( - + - + Sad Animal {children} - + ); diff --git a/packages/my-joy-beta/src/components/firewall.js b/packages/my-joy-beta/src/components/firewall.js index 4df6886c..4196d86a 100644 --- a/packages/my-joy-beta/src/components/firewall.js +++ b/packages/my-joy-beta/src/components/firewall.js @@ -1,35 +1,26 @@ +/* eslint-disable camelcase */ import React, { Fragment } from 'react'; import { Field } from 'redux-form'; import { Margin, Padding } from 'styled-components-spacing'; import Flex, { FlexItem } from 'styled-flex-component'; import { Row, Col } from 'joyent-react-styled-flexboxgrid'; -import { - H3, - FormGroup, - FormLabel, - Toggle, - TagList, - P, - Strong, - Card -} from 'joyent-ui-toolkit'; +import { H3, FormGroup, FormLabel, Toggle, TagList, P, Strong, Card } from 'joyent-ui-toolkit'; import Tag from '@components/tags'; -const capitalizeFirstLetter = string => - string.charAt(0).toUpperCase() + string.slice(1); +const capitalizeFirstLetter = string => string.charAt(0).toUpperCase() + string.slice(1); const Wildcards = { vmall: 'All VMs in DC', any: 'Any' }; -const parsePartial = (p, index) => { +const parsePartial = (p, index, style) => { if (p[0] === 'wildcard') { return ( -

{Wildcards[p[1]]}

+

{Wildcards[p[1]]}

); } @@ -41,7 +32,7 @@ const parsePartial = (p, index) => { return ( - + ); @@ -51,9 +42,12 @@ const parsePartial = (p, index) => { const Rule = ({ enabled, rule_obj }) => { const { action, protocol } = rule_obj; - const froms = rule_obj.from.map(parsePartial); - const tos = rule_obj.to.map(parsePartial); + const style = { + color: !enabled ? '#D8D8D8' : null + }; + const froms = rule_obj.from.map((p, index) => parsePartial(p, index, style)); + const tos = rule_obj.to.map((p, index) => parsePartial(p, index, style)); return ( @@ -62,7 +56,7 @@ const Rule = ({ enabled, rule_obj }) => { - From: + From: {froms} @@ -72,7 +66,7 @@ const Rule = ({ enabled, rule_obj }) => { - To: + To: {tos} @@ -82,12 +76,12 @@ const Rule = ({ enabled, rule_obj }) => { - Protocol: + Protocol: -

{protocol.name}

+

{protocol.name}

@@ -96,12 +90,12 @@ const Rule = ({ enabled, rule_obj }) => { - Ports: + Ports: -

{protocol.targets.join(';')}

+

{protocol.targets.join(';')}

@@ -110,12 +104,12 @@ const Rule = ({ enabled, rule_obj }) => { - Action: + Action: -

{capitalizeFirstLetter(action)}

+

{capitalizeFirstLetter(action)}

diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-1-snap.png index ac4bf021..15196035 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-all-selected-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-all-selected-1-snap.png index 7fbbf981..ad3c365c 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-all-selected-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-all-selected-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-children-instance-list-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-children-instance-list-1-snap.png index fea8f1d9..0589a50f 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-children-instance-list-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-children-instance-list-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-sort-by-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-sort-by-1-snap.png index 835d652c..55096e2f 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-sort-by-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-sort-by-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-sort-by-sort-order-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-sort-by-sort-order-1-snap.png index a9d83e3c..569616c4 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-sort-by-sort-order-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-sort-by-sort-order-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-submitting-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-submitting-1-snap.png index 718d53c0..6a3f13e9 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-submitting-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-instance-list-submitting-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-item-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-item-1-snap.png index 5b073b26..afe04408 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-item-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-item-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-item-allowed-actions-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-item-allowed-actions-1-snap.png index 5b073b26..afe04408 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-item-allowed-actions-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-item-allowed-actions-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-item-item-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-item-item-1-snap.png index acd83d76..14d54045 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-item-item-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-item-item-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-item-mutating-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-item-mutating-1-snap.png index 7fb6d5ae..ee289c5c 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-item-mutating-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/list-ui-js-item-mutating-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/metadata-ui-js-add-form-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/metadata-ui-js-add-form-1-snap.png index 19350958..dca5a96f 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/metadata-ui-js-add-form-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/metadata-ui-js-add-form-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/metadata-ui-js-edit-form-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/metadata-ui-js-edit-form-1-snap.png index 3d003e57..e90d3b5b 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/metadata-ui-js-edit-form-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/metadata-ui-js-edit-form-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-actions-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-actions-1-snap.png index 9cfa4f0a..88c8fc1f 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-actions-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-actions-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-item-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-item-1-snap.png index 26f7811a..1fbc6d7f 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-item-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-item-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-item-item-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-item-item-1-snap.png index 14008eb1..e62f74a8 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-item-item-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-item-item-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-item-mutating-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-item-mutating-1-snap.png index 799f27fa..9a768c5c 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-item-mutating-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-item-mutating-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-1-snap.png index 9cfa4f0a..88c8fc1f 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-all-selected-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-all-selected-1-snap.png index 7b247056..5e709607 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-all-selected-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-all-selected-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-sort-by-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-sort-by-1-snap.png index a4f89517..57e93b25 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-sort-by-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-sort-by-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-sort-by-sort-order-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-sort-by-sort-order-1-snap.png index 4633f152..5ea40cf2 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-sort-by-sort-order-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-sort-by-sort-order-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-submitting-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-submitting-1-snap.png index 4066adb2..b7ad0e46 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-submitting-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/snapshots-ui-js-snapshot-list-submitting-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-1-snap.png index a9bfd359..48ed89ae 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-instance-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-instance-1-snap.png index 9beb812c..7b531612 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-instance-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-instance-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-instance-2-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-instance-2-snap.png index 54fdb0e5..c58d53bf 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-instance-2-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-instance-2-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-starting-stopping-rebooting-removing-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-starting-stopping-rebooting-removing-1-snap.png index 0968a6e9..e0ad334c 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-starting-stopping-rebooting-removing-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-starting-stopping-rebooting-removing-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-state-provisioning-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-state-provisioning-1-snap.png index f64399dc..5c4ada7a 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-state-provisioning-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-state-provisioning-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-state-running-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-state-running-1-snap.png index 4711609f..6258ee21 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-state-running-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-state-running-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-state-stopped-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-state-stopped-1-snap.png index 95df00f1..b94303d4 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-state-stopped-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/summary-ui-js-summary-state-stopped-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-1-snap.png index 6cca223f..35f94f68 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-action-label-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-action-label-1-snap.png index 79e8376c..edaf3439 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-action-label-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-action-label-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-actionable-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-actionable-1-snap.png index 28c32ebf..9c9d6125 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-actionable-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-actionable-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-on-action-click-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-on-action-click-1-snap.png index 6cca223f..35f94f68 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-on-action-click-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-on-action-click-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-search-label-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-search-label-1-snap.png index 2bf6b9c2..e435ce5c 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-search-label-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-search-label-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-search-placeholder-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-search-placeholder-1-snap.png index 07d756a7..665e9aaf 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-search-placeholder-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-search-placeholder-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-searchable-1-snap.png b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-searchable-1-snap.png index bef4937d..8c1b36e7 100644 Binary files a/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-searchable-1-snap.png and b/packages/my-joy-beta/src/components/instances/__tests__/__image_snapshots__/toolbar-ui-js-toolbar-searchable-1-snap.png differ diff --git a/packages/my-joy-beta/src/components/instances/__tests__/__snapshots__/list.spec.js.snap b/packages/my-joy-beta/src/components/instances/__tests__/__snapshots__/list.spec.js.snap index 918aaeb4..70ef2b20 100644 --- a/packages/my-joy-beta/src/components/instances/__tests__/__snapshots__/list.spec.js.snap +++ b/packages/my-joy-beta/src/components/instances/__tests__/__snapshots__/list.spec.js.snap @@ -3203,7 +3203,7 @@ exports[`renders {children} without throwing 1`] = `; exports[`renders without throwing 1`] = ` -.c12 { +.c14 { background-color: transparent; text-decoration-skip: objects; font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; @@ -3272,12 +3272,12 @@ exports[`renders without throwing 1`] = ` cursor: not-allowed; } -.c11 { +.c13 { color: rgb(59,70,204); -webkit-text-fill-color: currentcolor; } -.c11:hover { +.c13:hover { text-decoration: none; } @@ -3290,19 +3290,34 @@ exports[`renders without throwing 1`] = ` padding-top: 0.25rem; } -.c13 { - height: 0.6875rem; - width: 0.6875rem; - border-radius: 0.6875rem; -} - -.c17 { +.c18 { padding: 0rem; } -.c14 { - width: 0.375rem; - height: 0.375rem; +.c11 { + color: rgba(73,73,73,1); + font-weight: 700; + line-height: 1.5rem; + font-size: 0.9375rem; + margin: 0; +} + +.c11 + p, +.c11 + small, +.c11 + h1, +.c11 + h2, +.c11 + label, +.c11 + h3, +.c11 + h4, +.c11 + h5, +.c11 + div, +.c11 + span { + padding-bottom: 2.25rem; +} + +.c15 { + width: 0.75rem; + height: 0.75rem; border-radius: 50%; background-color: rgb(0,152,88); display: inline-block; @@ -3383,7 +3398,7 @@ exports[`renders without throwing 1`] = ` -webkit-padding-after: 0; } -.c19 { +.c20 { cursor: pointer; height: 100%; width: 100%; @@ -3440,30 +3455,6 @@ exports[`renders without throwing 1`] = ` border-right-width: 0; } -.c15 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 0rem; - display: none; - vertical-align: middle; - text-align: left; - border-bottom-width: 0; -} - -.c15:not(:first-child) { - border-left-width: 0; -} - -.c15:not(:last-child) { - border-right-width: 0; -} - .c16 { border-width: 0.0625rem; border-style: solid; @@ -3488,7 +3479,31 @@ exports[`renders without throwing 1`] = ` border-right-width: 0; } -.c18 { +.c17 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 0rem; + display: none; + vertical-align: middle; + text-align: left; + border-bottom-width: 0; +} + +.c17:not(:first-child) { + border-left-width: 0; +} + +.c17:not(:last-child) { + border-right-width: 0; +} + +.c19 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -3501,11 +3516,11 @@ exports[`renders without throwing 1`] = ` border-left-width: 0.0625rem !important; } -.c18:not(:first-child) { +.c19:not(:first-child) { border-left-width: 0; } -.c18:not(:last-child) { +.c19:not(:last-child) { border-right-width: 0; } @@ -3525,15 +3540,20 @@ exports[`renders without throwing 1`] = ` border-bottom-width: 0.0625rem; } +.c12 { + color: rgba(73,73,73,1); + text-decoration: none; +} + @media only screen and (min-width:47.9375rem) { - .c15 { + .c16 { width: 10rem; display: table-cell; } } @media only screen and (min-width:47.9375rem) { - .c16 { + .c17 { width: 8.125rem; display: table-cell; } @@ -3599,10 +3619,14 @@ exports[`renders without throwing 1`] = ` name="td" selected={undefined} > - + + + without throwing 1`] = ` > Running without throwing 1`] = ` almost NaN years without throwing 1`] = `
without throwing 1`] = ` `; exports[`renders without throwing 1`] = ` -.c12 { +.c14 { background-color: transparent; text-decoration-skip: objects; font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; @@ -3748,12 +3771,12 @@ exports[`renders without throwing 1`] = ` cursor: not-allowed; } -.c11 { +.c13 { color: rgb(59,70,204); -webkit-text-fill-color: currentcolor; } -.c11:hover { +.c13:hover { text-decoration: none; } @@ -3766,19 +3789,34 @@ exports[`renders without throwing 1`] = ` padding-top: 0.25rem; } -.c13 { - height: 0.6875rem; - width: 0.6875rem; - border-radius: 0.6875rem; -} - -.c17 { +.c18 { padding: 0rem; } -.c14 { - width: 0.375rem; - height: 0.375rem; +.c11 { + color: rgba(73,73,73,1); + font-weight: 700; + line-height: 1.5rem; + font-size: 0.9375rem; + margin: 0; +} + +.c11 + p, +.c11 + small, +.c11 + h1, +.c11 + h2, +.c11 + label, +.c11 + h3, +.c11 + h4, +.c11 + h5, +.c11 + div, +.c11 + span { + padding-bottom: 2.25rem; +} + +.c15 { + width: 0.75rem; + height: 0.75rem; border-radius: 50%; background-color: rgb(59,70,204); display: inline-block; @@ -3859,7 +3897,7 @@ exports[`renders without throwing 1`] = ` -webkit-padding-after: 0; } -.c19 { +.c20 { cursor: pointer; height: 100%; width: 100%; @@ -3916,30 +3954,6 @@ exports[`renders without throwing 1`] = ` border-right-width: 0; } -.c15 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 0rem; - display: none; - vertical-align: middle; - text-align: left; - border-bottom-width: 0; -} - -.c15:not(:first-child) { - border-left-width: 0; -} - -.c15:not(:last-child) { - border-right-width: 0; -} - .c16 { border-width: 0.0625rem; border-style: solid; @@ -3964,7 +3978,31 @@ exports[`renders without throwing 1`] = ` border-right-width: 0; } -.c18 { +.c17 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 0rem; + display: none; + vertical-align: middle; + text-align: left; + border-bottom-width: 0; +} + +.c17:not(:first-child) { + border-left-width: 0; +} + +.c17:not(:last-child) { + border-right-width: 0; +} + +.c19 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -3977,11 +4015,11 @@ exports[`renders without throwing 1`] = ` border-left-width: 0.0625rem !important; } -.c18:not(:first-child) { +.c19:not(:first-child) { border-left-width: 0; } -.c18:not(:last-child) { +.c19:not(:last-child) { border-right-width: 0; } @@ -4001,15 +4039,20 @@ exports[`renders without throwing 1`] = ` border-bottom-width: 0.0625rem; } +.c12 { + color: rgba(73,73,73,1); + text-decoration: none; +} + @media only screen and (min-width:47.9375rem) { - .c15 { + .c16 { width: 10rem; display: table-cell; } } @media only screen and (min-width:47.9375rem) { - .c16 { + .c17 { width: 8.125rem; display: table-cell; } @@ -4075,12 +4118,16 @@ exports[`renders without throwing 1`] = ` name="td" selected={undefined} > - - name - + + name + + without throwing 1`] = ` > Provisioning without throwing 1`] = ` almost NaN years without throwing 1`] = `
without throwing 1`] = ` `; exports[`renders without throwing 1`] = ` -.c12 { +.c14 { background-color: transparent; text-decoration-skip: objects; font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; @@ -4226,12 +4272,12 @@ exports[`renders without throwing 1`] = ` cursor: not-allowed; } -.c11 { +.c13 { color: rgb(59,70,204); -webkit-text-fill-color: currentcolor; } -.c11:hover { +.c13:hover { text-decoration: none; } @@ -4244,19 +4290,34 @@ exports[`renders without throwing 1`] = ` padding-top: 0.25rem; } -.c13 { - height: 0.6875rem; - width: 0.6875rem; - border-radius: 0.6875rem; -} - -.c17 { +.c18 { padding: 0rem; } -.c14 { - width: 0.375rem; - height: 0.375rem; +.c11 { + color: rgba(73,73,73,1); + font-weight: 700; + line-height: 1.5rem; + font-size: 0.9375rem; + margin: 0; +} + +.c11 + p, +.c11 + small, +.c11 + h1, +.c11 + h2, +.c11 + label, +.c11 + h3, +.c11 + h4, +.c11 + h5, +.c11 + div, +.c11 + span { + padding-bottom: 2.25rem; +} + +.c15 { + width: 0.75rem; + height: 0.75rem; border-radius: 50%; background-color: rgb(0,152,88); display: inline-block; @@ -4337,7 +4398,7 @@ exports[`renders without throwing 1`] = ` -webkit-padding-after: 0; } -.c19 { +.c20 { cursor: pointer; height: 100%; width: 100%; @@ -4394,30 +4455,6 @@ exports[`renders without throwing 1`] = ` border-right-width: 0; } -.c15 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 0rem; - display: none; - vertical-align: middle; - text-align: left; - border-bottom-width: 0; -} - -.c15:not(:first-child) { - border-left-width: 0; -} - -.c15:not(:last-child) { - border-right-width: 0; -} - .c16 { border-width: 0.0625rem; border-style: solid; @@ -4442,7 +4479,31 @@ exports[`renders without throwing 1`] = ` border-right-width: 0; } -.c18 { +.c17 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 0rem; + display: none; + vertical-align: middle; + text-align: left; + border-bottom-width: 0; +} + +.c17:not(:first-child) { + border-left-width: 0; +} + +.c17:not(:last-child) { + border-right-width: 0; +} + +.c19 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -4455,11 +4516,11 @@ exports[`renders without throwing 1`] = ` border-left-width: 0.0625rem !important; } -.c18:not(:first-child) { +.c19:not(:first-child) { border-left-width: 0; } -.c18:not(:last-child) { +.c19:not(:last-child) { border-right-width: 0; } @@ -4479,15 +4540,20 @@ exports[`renders without throwing 1`] = ` border-bottom-width: 0.0625rem; } +.c12 { + color: rgba(73,73,73,1); + text-decoration: none; +} + @media only screen and (min-width:47.9375rem) { - .c15 { + .c16 { width: 10rem; display: table-cell; } } @media only screen and (min-width:47.9375rem) { - .c16 { + .c17 { width: 8.125rem; display: table-cell; } @@ -4553,10 +4619,14 @@ exports[`renders without throwing 1`] = ` name="td" selected={undefined} > - + + + without throwing 1`] = ` > Running without throwing 1`] = ` almost NaN years without throwing 1`] = `
without throwing 1`] = ` `; exports[`renders without throwing 1`] = ` -.c12 { +.c14 { background-color: transparent; text-decoration-skip: objects; font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; @@ -4702,12 +4771,12 @@ exports[`renders without throwing 1`] = ` cursor: not-allowed; } -.c11 { +.c13 { color: rgb(59,70,204); -webkit-text-fill-color: currentcolor; } -.c11:hover { +.c13:hover { text-decoration: none; } @@ -4720,18 +4789,18 @@ exports[`renders without throwing 1`] = ` padding-top: 0.25rem; } -.c19 { +.c21 { padding: 0rem; } -.c14 { +.c16 { fill: rgb(59,70,204); stroke: rgb(59,70,204); -webkit-animation: iCqDak 1.5s ease-out 0s infinite; animation: iCqDak 1.5s ease-out 0s infinite; } -.c15 { +.c17 { fill: rgb(59,70,204); stroke: rgb(59,70,204); -webkit-animation: iCqDak 1.5s ease-out 0s infinite; @@ -4740,7 +4809,7 @@ exports[`renders without throwing 1`] = ` animation-delay: 0.5s; } -.c16 { +.c18 { fill: rgb(59,70,204); stroke: rgb(59,70,204); -webkit-animation: iCqDak 1.5s ease-out 0s infinite; @@ -4749,7 +4818,7 @@ exports[`renders without throwing 1`] = ` animation-delay: 1s; } -.c13 { +.c15 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -4777,6 +4846,27 @@ exports[`renders without throwing 1`] = ` flex: 1 0 auto; } +.c11 { + color: rgba(73,73,73,1); + font-weight: 700; + line-height: 1.5rem; + font-size: 0.9375rem; + margin: 0; +} + +.c11 + p, +.c11 + small, +.c11 + h1, +.c11 + h2, +.c11 + label, +.c11 + h3, +.c11 + h4, +.c11 + h5, +.c11 + div, +.c11 + span { + padding-bottom: 2.25rem; +} + .c10 { color: rgb(100,100,100); position: absolute; @@ -4891,7 +4981,7 @@ exports[`renders without throwing 1`] = ` border-right-width: 0; } -.c17 { +.c19 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -4907,39 +4997,39 @@ exports[`renders without throwing 1`] = ` border-bottom-width: 0; } -.c17:not(:first-child) { +.c19:not(:first-child) { border-left-width: 0; } -.c17:not(:last-child) { - border-right-width: 0; -} - -.c18 { - border-width: 0.0625rem; - border-style: solid; - border-color: rgb(216,216,216); - border-spacing: 0; - white-space: nowrap; - box-sizing: border-box; - padding: 0 1.5rem; - height: 3.75rem; - width: 0rem; - display: none; - vertical-align: middle; - text-align: left; - border-bottom-width: 0; -} - -.c18:not(:first-child) { - border-left-width: 0; -} - -.c18:not(:last-child) { +.c19:not(:last-child) { border-right-width: 0; } .c20 { + border-width: 0.0625rem; + border-style: solid; + border-color: rgb(216,216,216); + border-spacing: 0; + white-space: nowrap; + box-sizing: border-box; + padding: 0 1.5rem; + height: 3.75rem; + width: 0rem; + display: none; + vertical-align: middle; + text-align: left; + border-bottom-width: 0; +} + +.c20:not(:first-child) { + border-left-width: 0; +} + +.c20:not(:last-child) { + border-right-width: 0; +} + +.c22 { border-width: 0.0625rem; border-style: solid; border-color: rgb(216,216,216); @@ -4954,11 +5044,11 @@ exports[`renders without throwing 1`] = ` border-left-width: 0.0625rem !important; } -.c20:not(:first-child) { +.c22:not(:first-child) { border-left-width: 0; } -.c20:not(:last-child) { +.c22:not(:last-child) { border-right-width: 0; } @@ -4978,15 +5068,20 @@ exports[`renders without throwing 1`] = ` border-bottom-width: 0.0625rem; } +.c12 { + color: rgba(73,73,73,1); + text-decoration: none; +} + @media only screen and (min-width:47.9375rem) { - .c17 { + .c19 { width: 10rem; display: table-cell; } } @media only screen and (min-width:47.9375rem) { - .c18 { + .c20 { width: 8.125rem; display: table-cell; } @@ -5052,10 +5147,14 @@ exports[`renders without throwing 1`] = ` name="td" selected={undefined} > - + + + without throwing 1`] = ` selected={undefined} >
without throwing 1`] = `
without throwing 1`] = ` almost NaN years without throwing 1`] = ` without throwing 1`] = ` margin-top: 0.1875rem; } -.c3 { - padding-right: 1.125rem; - padding-left: 1.125rem; -} - -.c9 { - padding: 1.125rem; -} - -.c10 { - box-sizing: border-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -0.625rem; - margin-left: -0.625rem; -} - .c20 { - box-sizing: border-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -0.625rem; - margin-left: -0.625rem; -} - -.c11 { - box-sizing: border-box; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - padding-right: 0.625rem; - padding-left: 0.625rem; - display: block; -} - -.c25 { - box-sizing: border-box; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - padding-right: 0.625rem; - padding-left: 0.625rem; - display: block; -} - -.c4 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-align-content: stretch; - -ms-flex-line-pack: stretch; - align-content: stretch; - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - width: 100%; - height: 100%; - -webkit-flex-basis: 100%; - -ms-flex-preferred-size: 100%; - flex-basis: 100%; -} - -.c23 { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; - overflow: visible; - text-transform: none; - -webkit-appearance: button; - -moz-appearance: button; - appearance: button; - min-width: 7.5rem; -} - -.c23::-moz-focus-inner, -.c23[type='button']::-moz-focus-inner, -.c23[type='reset']::-moz-focus-inner, -.c23[type='submit']::-moz-focus-inner { - border-style: none; - padding: 0; -} - -.c23:-moz-focusring, -.c23[type='button']:-moz-focusring, -.c23[type='reset']:-moz-focusring, -.c23[type='submit']:-moz-focusring { - outline: 0.0625rem dotted ButtonText; -} - -.c23 + button { - margin-left: 0.375rem; -} - -.c18 { - position: relative; - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - width: 100%; -} - -.c22 { - display: inline-block; -} - -.c21 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - color: rgb(70,70,70); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - margin: 0; -} - -.c21:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c21:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c21:active, -.c21:active:hover, -.c21:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c21[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c21:focus { - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); -} - -.c21:hover { - background-color: rgb(247,247,247); - border-color: rgb(216,216,216); -} - -.c21:active, -.c21:active:hover, -.c21:active:focus { - background-color: rgb(230,230,230); - border-color: rgb(216,216,216); -} - -.c24 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - cursor: not-allowed; - pointer-events: none; - color: rgb(216,216,216); - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); - margin: 0; -} - -.c24:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c24:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c24:active, -.c24:active:hover, -.c24:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c24[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c24:focus { - background-color: rgb(250,250,250); - border-color: rgb(216,216,216); -} - -.c24:hover { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c24:active, -.c24:active:hover, -.c24:active:focus { - background-color: rgb(250,250,250); - border-color: rgb(250,250,250); -} - -.c26 { - box-sizing: border-box; - display: inline-block; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; - height: 3rem; - min-width: 7.5rem; - padding: 0.9375rem 1.125rem; - position: relative; - font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; - font-size: 0.9375rem; - text-align: center; - font-style: normal; - font-stretch: normal; - line-height: normal; - -webkit-letter-spacing: normal; - -moz-letter-spacing: normal; - -ms-letter-spacing: normal; - letter-spacing: normal; - text-decoration: none; - white-space: nowrap; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - color: rgb(255,255,255); - -webkit-text-fill-color: currentcolor; - background-image: none; - background-color: rgb(59,70,204); - border-radius: 0.25rem; - border: solid 0.0625rem rgb(45,56,132); - color: rgb(70,70,70); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - color: rgb(210,67,58); - -webkit-text-fill-color: currentcolor; - background-color: rgb(255,255,255); - border-color: rgb(210,67,58); - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - margin: 0; - float: right; -} - -.c26:focus { - outline: 0; - text-decoration: none; - background-color: rgb(59,70,204); - border-color: rgb(45,56,132); -} - -.c26:hover { - background-color: rgb(72,83,217); - border: solid 0.0625rem rgb(45,56,132); -} - -.c26:active, -.c26:active:hover, -.c26:active:focus { - background-image: none; - outline: 0; - background-color: rgb(45,56,132); - border-color: rgb(45,56,132); -} - -.c26[disabled] { - cursor: not-allowed; - pointer-events: none; -} - -.c26:focus { - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); -} - -.c26:hover { - background-color: rgb(247,247,247); - border-color: rgb(216,216,216); -} - -.c26:active, -.c26:active:hover, -.c26:active:focus { - background-color: rgb(230,230,230); - border-color: rgb(216,216,216); -} - -.c26:focus { - color: rgb(205,37,27); - background-color: rgb(255,255,255); - border-color: rgb(205,37,27); -} - -.c26:hover { - color: rgb(205,37,27); - background-color: rgb(255,255,255); - border-color: rgb(205,37,27); -} - -.c26:active, -.c26:active:hover, -.c26:active:focus { - background-color: rgba(210,67,58,0.1); - border-color: rgb(205,37,27); -} - -.c26 svg + span { - margin-left: 0.75rem; -} - -.c26 svg { - max-height: 1.125rem; -} - -.c13 { - font-size: 0.9375rem; - line-height: 1.125rem; - font-style: normal; - font-stretch: normal; - display: block; - color: rgb(70,70,70); - text-align: left; - margin-right: 0.75rem; - font-weight: bold; - white-space: pre; - font-size: 0.8125rem; -} - -.c16 { - font-size: 0.9375rem; - line-height: 1.125rem; - font-style: normal; - font-stretch: normal; - display: block; - color: rgb(70,70,70); - text-align: left; - float: right; - font-size: 0.8125rem; - float: none; -} - -.c7 { - color: rgba(73,73,73,1); - font-weight: 600; - line-height: 1.5rem; - font-size: 0.9375rem; - margin: 0; -} - -.c7 + p, -.c7 + small, -.c7 + h1, -.c7 + h2, -.c7 + label, -.c7 + h3, -.c7 + h4, -.c7 + h5, -.c7 + div, -.c7 + span { margin-top: 0.75rem; } -.c17 { - background-color: rgb(216,216,216); - margin: 0; - background-color: transparent; - height: 0.75rem; -} - -.c0 { - box-sizing: content-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - border-width: 0.0625rem; - border-style: solid; - -webkit-transition: all 300ms ease; - transition: all 300ms ease; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); -} - -.c1 { - box-sizing: content-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - border-width: 0.0625rem; - border-style: solid; - -webkit-transition: all 300ms ease; - transition: all 300ms ease; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - min-height: auto; - height: 2.875rem; - -webkit-flex: 0 0 2.875rem; - -ms-flex: 0 0 2.875rem; - flex: 0 0 2.875rem; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - z-index: 1; - line-height: 1.5rem; - height: auto; - max-width: 100%; - margin: -0.0625rem -0.0625rem 0 -0.0625rem; -} - -.c1 button { - margin-bottom: 0; - margin-top: 0; -} - -.c6 { - box-sizing: content-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - border-width: 0.0625rem; - border-style: solid; - -webkit-transition: all 300ms ease; - transition: all 300ms ease; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - min-height: auto; - height: 2.875rem; - -webkit-flex: 0 0 2.875rem; - -ms-flex: 0 0 2.875rem; - flex: 0 0 2.875rem; - box-sizing: border-box; - min-height: 2.9375rem; - max-width: 100%; - width: auto; - height: auto; - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-items: stretch; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - -webkit-align-content: stretch; - -ms-flex-line-pack: stretch; - align-content: stretch; - overflow: hidden; - background-color: transparent; - border-width: 0; - box-shadow: none; - color: inherit; -} - -.c8 { - box-sizing: content-box; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - border-width: 0.0625rem; - border-style: solid; - -webkit-transition: all 300ms ease; - transition: all 300ms ease; - color: rgba(73,73,73,1); - background-color: rgb(255,255,255); - border-color: rgb(216,216,216); - box-sizing: border-box; - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - border-width: 0; - margin-bottom: 0; - background-color: transparent; -} - -.c8 > [name='card']:not(:last-child) { - margin-bottom: 0.8125rem; -} - -.c8 > [name='card']:last-child { - margin-bottom: 0.4375rem; -} - -.c12 { - display: inline-block; - margin: 0; - padding: 0; - border: none; - overflow: hidden; - height: auto; - -webkit-margin-start: 0; - -webkit-margin-end: 0; - -webkit-padding-before: 0; - -webkit-padding-start: 0; - -webkit-padding-end: 0; - -webkit-padding-after: 0; - width: 100%; -} - -.c15 { - box-sizing: border-box; - width: 18.75rem; - height: 3rem; - min-height: 3rem; - padding: 0.8125rem 1.125rem; - border-radius: 0.25rem; - background-color: rgb(255,255,255); - border: 0.0625rem solid rgb(216,216,216); - color: rgba(73,73,73,1); - max-width: 22.1875rem; - text-overflow: ellipsis; - font-size: 0.9375rem; - line-height: normal !important; - font-style: normal; - font-stretch: normal; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - outline: 0; -} - -.c15::-webkit-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15::-moz-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15:-ms-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15:invalid { - box-shadow: none; -} - -.c15:disabled { - background-color: rgb(250,250,250); - color: rgb(216,216,216); - cursor: not-allowed; -} - -.c15:disabled::-webkit-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15:disabled::-moz-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15:disabled:-ms-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c15:focus { - border-color: rgb(59,70,204); - outline: 0; -} - -.c19 { - box-sizing: border-box; - width: 18.75rem; - height: 6rem; - min-height: 6rem; - padding: 0.8125rem 1.125rem; - border-radius: 0.25rem; - background-color: rgb(255,255,255); - border: 0.0625rem solid rgb(216,216,216); - color: rgba(73,73,73,1); - font-family: "Roboto Mono",monospace; - width: 100%; - text-overflow: ellipsis; - resize: vertical; - font-size: 0.9375rem; - line-height: normal !important; - font-style: normal; - font-stretch: normal; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - outline: 0; -} - -.c19::-webkit-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c19::-moz-placeholder { - color: rgba(73,73,73,0.5); -} - -.c19:-ms-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c19:invalid { - box-shadow: none; -} - -.c19:disabled { - background-color: rgb(250,250,250); - color: rgb(216,216,216); - cursor: not-allowed; -} - -.c19:disabled::-webkit-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c19:disabled::-moz-placeholder { - color: rgba(73,73,73,0.5); -} - -.c19:disabled:-ms-input-placeholder { - color: rgba(73,73,73,0.5); -} - -.c19:disabled { - color: rgba(73,73,73,1); -} - -.c19:disabled::-webkit-input-placeholder { - color: rgba(73,73,73,1); -} - -.c19:disabled::-moz-placeholder { - color: rgba(73,73,73,1); -} - -.c19:disabled:-ms-input-placeholder { - color: rgba(73,73,73,1); -} - -.c19:focus { - border-color: rgb(59,70,204); - outline: 0; -} - -.c2 { - word-wrap: break-word; - overflow-wrap: break-word; - width: 100%; - box-sizing: border-box; -} - -.c5 { - height: 2.9375rem; -} - -@media only screen and (min-width:0em) { - .c20 { - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - } -} - -@media only screen and (min-width:0em) { - .c20 { - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; - } -} - -@media only screen and (min-width:0em) { - .c11 { - -webkit-flex-basis: 100%; - -ms-flex-preferred-size: 100%; - flex-basis: 100%; - max-width: 100%; - } -} - -@media only screen and (min-width:0em) { - .c25 { - display: none; - } -} - - -
-
-
-
-
-

- Add metadata -

-
-
-
-
-
-
-
-
-
- -
- -
-
-
-
-
-
-
-
- -
-