anchor_view_components 0.13.1 → 0.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/app/assets/builds/anchor-view-components.css +1 -1
- data/app/assets/images/buoy-logo-stacked.svg +6 -0
- data/app/assets/images/buoy-logo.svg +6 -0
- data/app/assets/images/buoy-logomark.svg +7 -0
- data/app/assets/stylesheets/components/button.css +4 -0
- data/app/components/anchor/breadcrumbs/item_component.html.erb +12 -11
- data/app/components/anchor/button_component.html.erb +1 -0
- data/app/components/anchor/button_component.rb +3 -1
- data/app/components/anchor/side_nav_component.html.erb +3 -3
- data/app/components/anchor/table/pagination_component.en.yml +5 -0
- data/app/components/anchor/table/pagination_component.html.erb +12 -0
- data/app/components/anchor/table/pagination_component.rb +57 -0
- data/app/components/anchor/table_component.en.yml +0 -1
- data/app/components/anchor/table_component.html.erb +10 -7
- data/app/components/anchor/table_component.rb +13 -6
- data/app/helpers/anchor/pagination.rb +33 -0
- data/lib/anchor/view_components/engine.rb +3 -0
- data/lib/anchor/view_components/version.rb +1 -1
- data/previews/anchor/breadcrumbs_component_preview.rb +3 -3
- data/previews/anchor/button_component_preview.rb +5 -2
- data/previews/anchor/tab_bar_component_preview.rb +3 -3
- data/previews/anchor/table_component_preview.rb +13 -8
- data/previews/anchor/text_component_preview.rb +2 -3
- data/previews/pages/logos.md.erb +50 -0
- metadata +10 -5
- data/app/assets/images/logo.svg +0 -6
- data/app/components/anchor/action_menu/item_component.html.erb +0 -5
- data/app/components/anchor/action_menu/item_component.rb +0 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05ca2d9eee357ee997fb4ed6d6f02eab1dee6ccebc9c460d16180bb177ca7539
|
4
|
+
data.tar.gz: 355864ed2a27945c98d71e5f6958ebcade9914fe27c870f372cb0c89bc1cb96e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82414dd2dec3ab6d27d483b52adcc7a82854c15e393c0ad2411c564d22557bb72d1fb0bc044c9287d05a85a3592af205bb69d04b7ee802d8aa84a25d3cac0d0d
|
7
|
+
data.tar.gz: eeceb361530e73f2013ff9e98feb68d07302173fe9ccebcf811bc2de50b1ae703f23abb1f533d34a8715180806c175b038b0d5cb1d9da1a71720d92ea04b7515
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 0.14.0 - 2023-09-15
|
4
|
+
|
5
|
+
- Add Table pagination
|
6
|
+
- Fix table column values
|
7
|
+
- Improve Breadcrumbs design
|
8
|
+
- Add full width option to Buttons
|
9
|
+
|
10
|
+
## 0.13.2 - 2023-09-13
|
11
|
+
|
12
|
+
- Fix sidenav logo size
|
13
|
+
- Use `asset_path` for `menu.svg` icon on sortable tables
|
14
|
+
- Add more Buoy logos for distribution
|
15
|
+
Each logo uses a `fill` of `currentColor`, so that they can be colorized
|
16
|
+
when used by setting CSS `color`.
|
17
|
+
|
3
18
|
## 0.13.1 - 2023-09-12
|
4
19
|
|
5
20
|
### Fixed
|
@@ -1 +1 @@
|
|
1
|
-
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[popover]{position:fixed;z-index:2147483647;inset:0;padding:.25em;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border:initial solid;border-color:initial;-o-border-image:initial;border-image:initial;background-color:canvas;color:initial;overflow:auto;margin:auto}[popover]:not(.\:popover-open){display:none}[popover]:is(dialog[open]){display:revert}@supports not (background-color:canvas){[popover]{background-color:#fff;color:#000}}@supports (width:-moz-fit-content){[popover]{width:-moz-fit-content;height:-moz-fit-content}}@supports not (inset:0){[popover]{top:0;left:0;right:0;bottom:0}}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.prose{color:#101112;max-width:65ch}.prose :where(p):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:initial;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){vertical-align:initial}.prose :where(tfoot):not(:where([class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose] *)){vertical-align:top}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:.875rem;line-height:1rem}.prose :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.action-menu-item>*{display:block;width:100%;padding:.25rem .75rem;text-align:left}.btn{display:inline-flex;height:2.5rem;align-items:center;gap:.5rem;border-radius:.25rem;border-width:1px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding-left:1.25rem;padding-right:1.25rem;font-size:.75rem;line-height:1rem;font-weight:600;text-decoration-line:none}.btn:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.btn:disabled{pointer-events:none;--tw-border-opacity:1;border-color:rgb(186 190 195/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(156 161 165/var(--tw-text-opacity))}.btn-primary{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-primary:hover{--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.btn-primary:disabled{pointer-events:none;border-color:rgb(235 237 240/var(--tw-border-opacity));background-color:rgb(235 237 240/var(--tw-bg-opacity));color:rgb(156 161 165/var(--tw-text-opacity))}.btn-critical,.btn-primary:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1}.btn-critical{border-color:rgb(191 47 29/var(--tw-border-opacity));background-color:rgb(191 47 29/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}.btn-critical:hover{--tw-border-opacity:1;border-color:rgb(148 38 25/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(148 38 25/var(--tw-bg-opacity))}.btn-critical:disabled{pointer-events:none;--tw-border-opacity:1;border-color:rgb(235 237 240/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(235 237 240/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(156 161 165/var(--tw-text-opacity))}.btn-text{color:rgb(39 110 241/var(--tw-text-opacity))}.btn-text,.btn-text:hover{border-color:#0000;background-color:initial;--tw-text-opacity:1}.btn-text:hover{color:rgb(30 84 183/var(--tw-text-opacity))}.btn-text:disabled{pointer-events:none;border-color:#0000;--tw-text-opacity:1;color:rgb(156 161 165/var(--tw-text-opacity))}.btn-small{height:1.75rem;padding-right:.75rem}.btn-small,.btn-with-starting-icon{padding-left:.75rem}.btn-with-ending-icon{padding-right:.75rem}.toast{align-items:center}.toast>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))}.toast{border-radius:.25rem;padding:1rem;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.toast.\:popover-open{position:fixed;top:auto;bottom:2.5rem;margin-left:auto;margin-right:auto;display:flex;overflow:visible;border-width:0}.toast:popover-open{position:fixed;top:auto;bottom:2.5rem;margin-left:auto;margin-right:auto;display:flex;overflow:visible;border-width:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.-left-full{left:-100%}.-top-full{top:-100%}.bottom-0{bottom:0}.right-0{right:0}.z-10{z-index:10}.m-0{margin:0}.mx-2{margin-left:.5rem;margin-right:.5rem}.\!ml-10{margin-left:2.5rem!important}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-12{height:3rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-full{height:100%}.max-h-\[100dvh\]{max-height:100dvh}.max-h-\[200px\]{max-height:200px}.min-h-\[100dvh\]{min-height:100dvh}.w-12{width:3rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-\[15rem\]{width:15rem}.w-\[198px\]{width:198px}.w-\[36rem\]{width:36rem}.w-full{width:100%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.grid-cols-\[1fr_1fr\]{grid-template-columns:1fr 1fr}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-solid>:not([hidden])~:not([hidden]){border-style:solid}.divide-white\/10>:not([hidden])~:not([hidden]){border-color:#ffffff1a}.self-end{align-self:flex-end}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[1\.5px\]{border-width:1.5px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-grey-100{--tw-border-opacity:1;border-color:rgb(16 17 18/var(--tw-border-opacity))}.border-subdued{--tw-border-opacity:1;border-color:rgb(186 190 195/var(--tw-border-opacity))}.border-b-transparent{border-bottom-color:#0000}.bg-critical-subdued{--tw-bg-opacity:1;background-color:rgb(255 222 217/var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.bg-green-700{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity))}.bg-informational-subdued{--tw-bg-opacity:1;background-color:rgb(212 226 252/var(--tw-bg-opacity))}.bg-neutral{--tw-bg-opacity:1;background-color:rgb(235 237 240/var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.bg-success-subdued{--tw-bg-opacity:1;background-color:rgb(218 240 227/var(--tw-bg-opacity))}.bg-teal{--tw-bg-opacity:1;background-color:rgb(28 73 87/var(--tw-bg-opacity))}.bg-warning-subdued{--tw-bg-opacity:1;background-color:rgb(255 242 217/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-white\/\[\.05\]{background-color:#ffffff0d}.bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity))}.bg-\[url\(\'assets\/icons\/menu\.svg\'\)\]{background-image:url(assets/icons/menu.svg)}.bg-\[length\:16px_16px\]{background-size:16px 16px}.bg-\[8px_center\]{background-position:8px}.bg-no-repeat{background-repeat:no-repeat}.p-0{padding:0}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-1{padding-bottom:.25rem}.pb-6{padding-bottom:1.5rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:1.75rem}.text-3xl{font-size:2rem;line-height:2.5rem}.text-4xl{font-size:2.5rem;line-height:3rem}.text-base{font-size:.875rem;line-height:1rem}.text-lg{font-size:1rem;line-height:1.25rem}.text-sm{font-size:.75rem;line-height:1rem}.text-xl{font-size:1.25rem;line-height:1.5rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-4{line-height:1rem}.text-critical{--tw-text-opacity:1;color:rgb(191 47 29/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-grey-50{--tw-text-opacity:1;color:rgb(156 161 165/var(--tw-text-opacity))}.text-primary{--tw-text-opacity:1;color:rgb(16 17 18/var(--tw-text-opacity))}.text-secondary{--tw-text-opacity:1;color:rgb(98 102 106/var(--tw-text-opacity))}.text-tertiary{--tw-text-opacity:1;color:rgb(156 161 165/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-white\/60{color:#fff9}.underline{text-decoration-line:underline}.underline-offset-2{text-underline-offset:2px}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.shadow-\[inset_0_-1px\]{--tw-shadow:inset 0 -1px;--tw-shadow-colored:inset 0 -1px var(--tw-shadow-color)}.shadow-\[inset_0_-1px\],.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-gray-400{--tw-shadow-color:#9ca3af;--tw-shadow:var(--tw-shadow-colored)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[padding\]{transition-property:padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-500{transition-duration:.5s}.backdrop\:bg-grey-100\/50::backdrop{background-color:#10111280}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:inset-x-0:after{content:var(--tw-content);left:0;right:0}.after\:-bottom-1:after{content:var(--tw-content);bottom:-.25rem}.after\:block:after{content:var(--tw-content);display:block}.after\:h-1:after{content:var(--tw-content);height:.25rem}.after\:bg-blue-500:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.focus-within\:bg-grey-10:focus-within{--tw-bg-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:bg-grey-10:hover{--tw-bg-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity))}.hover\:bg-white\/\[\.05\]:hover{background-color:#ffffff0d}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-grey-70:hover{--tw-text-opacity:1;color:rgb(98 102 106/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.group[aria-expanded][data-empty=true][data-loading=false] .group-aria-\[expanded\]\[data-empty\=\'true\'\]\[data-loading\=\'false\'\]\:block,.group[aria-expanded][data-loading=true] .group-aria-\[expanded\]\[data-loading\=\'true\'\]\:block{display:block}.group[data-empty=true] .group-data-\[empty\=\'true\'\]\:hidden,.group[data-loading=true] .group-data-\[loading\=\'true\'\]\:hidden{display:none}.popover-open\:block:popover-open{display:block}.\[\&\>\[aria-selected\=\'true\'\]\]\:bg-blue-20>[aria-selected=true]{--tw-bg-opacity:1;background-color:rgb(212 226 252/var(--tw-bg-opacity))}.\[\&\>li\]\:cursor-pointer>li{cursor:pointer}.\[\&\>li\]\:px-3>li{padding-left:.75rem;padding-right:.75rem}.\[\&\>li\]\:py-2>li{padding-top:.5rem;padding-bottom:.5rem}.side-nav-open .\[\.side-nav-open_\&\]\:w-\[3\.5rem\]{width:3.5rem}.side-nav-open .\[\.side-nav-open_\&\]\:rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.side-nav-open .\[\.side-nav-open_\&\]\:px-4{padding-left:1rem;padding-right:1rem}.side-nav-open .\[\.side-nav-open_\&\]\:opacity-0{opacity:0}
|
1
|
+
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[popover]{position:fixed;z-index:2147483647;inset:0;padding:.25em;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border:initial solid;border-color:initial;-o-border-image:initial;border-image:initial;background-color:canvas;color:initial;overflow:auto;margin:auto}[popover]:not(.\:popover-open){display:none}[popover]:is(dialog[open]){display:revert}@supports not (background-color:canvas){[popover]{background-color:#fff;color:#000}}@supports (width:-moz-fit-content){[popover]{width:-moz-fit-content;height:-moz-fit-content}}@supports not (inset:0){[popover]{top:0;left:0;right:0;bottom:0}}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.prose{color:#101112;max-width:65ch}.prose :where(p):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:initial;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){vertical-align:initial}.prose :where(tfoot):not(:where([class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose] *)){vertical-align:top}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:.875rem;line-height:1rem}.prose :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.action-menu-item>*{display:block;width:100%;padding:.25rem .75rem;text-align:left}.btn{display:inline-flex;height:2.5rem;align-items:center;gap:.5rem;border-radius:.25rem;border-width:1px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding-left:1.25rem;padding-right:1.25rem;font-size:.75rem;line-height:1rem;font-weight:600;text-decoration-line:none}.btn:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.btn:disabled{pointer-events:none;--tw-border-opacity:1;border-color:rgb(186 190 195/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(156 161 165/var(--tw-text-opacity))}.btn-primary{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-primary:hover{--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.btn-primary:disabled{pointer-events:none;border-color:rgb(235 237 240/var(--tw-border-opacity));background-color:rgb(235 237 240/var(--tw-bg-opacity));color:rgb(156 161 165/var(--tw-text-opacity))}.btn-critical,.btn-primary:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1}.btn-critical{border-color:rgb(191 47 29/var(--tw-border-opacity));background-color:rgb(191 47 29/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}.btn-critical:hover{--tw-border-opacity:1;border-color:rgb(148 38 25/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(148 38 25/var(--tw-bg-opacity))}.btn-critical:disabled{pointer-events:none;--tw-border-opacity:1;border-color:rgb(235 237 240/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(235 237 240/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(156 161 165/var(--tw-text-opacity))}.btn-text{color:rgb(39 110 241/var(--tw-text-opacity))}.btn-text,.btn-text:hover{border-color:#0000;background-color:initial;--tw-text-opacity:1}.btn-text:hover{color:rgb(30 84 183/var(--tw-text-opacity))}.btn-text:disabled{pointer-events:none;border-color:#0000;--tw-text-opacity:1;color:rgb(156 161 165/var(--tw-text-opacity))}.btn-small{height:1.75rem;padding-right:.75rem}.btn-small,.btn-with-starting-icon{padding-left:.75rem}.btn-with-ending-icon{padding-right:.75rem}.btn-full-width{width:100%;justify-content:center}.toast{align-items:center}.toast>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))}.toast{border-radius:.25rem;padding:1rem;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.toast.\:popover-open{position:fixed;top:auto;bottom:2.5rem;margin-left:auto;margin-right:auto;display:flex;overflow:visible;border-width:0}.toast:popover-open{position:fixed;top:auto;bottom:2.5rem;margin-left:auto;margin-right:auto;display:flex;overflow:visible;border-width:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.-left-full{left:-100%}.-top-full{top:-100%}.bottom-0{bottom:0}.right-0{right:0}.z-10{z-index:10}.m-0{margin:0}.mx-2{margin-left:.5rem;margin-right:.5rem}.\!ml-10{margin-left:2.5rem!important}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-12{height:3rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-full{height:100%}.max-h-\[100dvh\]{max-height:100dvh}.max-h-\[200px\]{max-height:200px}.min-h-\[100dvh\]{min-height:100dvh}.w-12{width:3rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-\[15rem\]{width:15rem}.w-\[198px\]{width:198px}.w-\[36rem\]{width:36rem}.w-full{width:100%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.grid-cols-\[1fr_1fr\]{grid-template-columns:1fr 1fr}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-solid>:not([hidden])~:not([hidden]){border-style:solid}.divide-white\/10>:not([hidden])~:not([hidden]){border-color:#ffffff1a}.self-end{align-self:flex-end}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[1\.5px\]{border-width:1.5px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-grey-100{--tw-border-opacity:1;border-color:rgb(16 17 18/var(--tw-border-opacity))}.border-subdued{--tw-border-opacity:1;border-color:rgb(186 190 195/var(--tw-border-opacity))}.border-b-transparent{border-bottom-color:#0000}.bg-critical-subdued{--tw-bg-opacity:1;background-color:rgb(255 222 217/var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.bg-green-700{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity))}.bg-informational-subdued{--tw-bg-opacity:1;background-color:rgb(212 226 252/var(--tw-bg-opacity))}.bg-neutral{--tw-bg-opacity:1;background-color:rgb(235 237 240/var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.bg-success-subdued{--tw-bg-opacity:1;background-color:rgb(218 240 227/var(--tw-bg-opacity))}.bg-teal{--tw-bg-opacity:1;background-color:rgb(28 73 87/var(--tw-bg-opacity))}.bg-warning-subdued{--tw-bg-opacity:1;background-color:rgb(255 242 217/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-white\/\[\.05\]{background-color:#ffffff0d}.bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity))}.bg-\[length\:16px_16px\]{background-size:16px 16px}.bg-\[8px_center\]{background-position:8px}.bg-no-repeat{background-repeat:no-repeat}.p-0{padding:0}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-1{padding-bottom:.25rem}.pb-6{padding-bottom:1.5rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:1.75rem}.text-3xl{font-size:2rem;line-height:2.5rem}.text-4xl{font-size:2.5rem;line-height:3rem}.text-base{font-size:.875rem;line-height:1rem}.text-lg{font-size:1rem;line-height:1.25rem}.text-sm{font-size:.75rem;line-height:1rem}.text-xl{font-size:1.25rem;line-height:1.5rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-4{line-height:1rem}.text-critical{--tw-text-opacity:1;color:rgb(191 47 29/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-grey-50{--tw-text-opacity:1;color:rgb(156 161 165/var(--tw-text-opacity))}.text-primary{--tw-text-opacity:1;color:rgb(16 17 18/var(--tw-text-opacity))}.text-secondary{--tw-text-opacity:1;color:rgb(98 102 106/var(--tw-text-opacity))}.text-teal{--tw-text-opacity:1;color:rgb(28 73 87/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-white\/60{color:#fff9}.underline{text-decoration-line:underline}.underline-offset-2{text-underline-offset:2px}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.shadow-\[inset_0_-1px\]{--tw-shadow:inset 0 -1px;--tw-shadow-colored:inset 0 -1px var(--tw-shadow-color)}.shadow-\[inset_0_-1px\],.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-gray-400{--tw-shadow-color:#9ca3af;--tw-shadow:var(--tw-shadow-colored)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[padding\]{transition-property:padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-500{transition-duration:.5s}.backdrop\:bg-grey-100\/50::backdrop{background-color:#10111280}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:inset-x-0:after{content:var(--tw-content);left:0;right:0}.after\:-bottom-1:after{content:var(--tw-content);bottom:-.25rem}.after\:block:after{content:var(--tw-content);display:block}.after\:h-1:after{content:var(--tw-content);height:.25rem}.after\:bg-blue-500:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.focus-within\:bg-grey-10:focus-within{--tw-bg-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:bg-grey-10:hover{--tw-bg-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity))}.hover\:bg-white\/\[\.05\]:hover{background-color:#ffffff0d}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-grey-70:hover{--tw-text-opacity:1;color:rgb(98 102 106/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.focus\:no-underline:focus,.hover\:no-underline:hover{text-decoration-line:none}.group[aria-expanded][data-empty=true][data-loading=false] .group-aria-\[expanded\]\[data-empty\=\'true\'\]\[data-loading\=\'false\'\]\:block,.group[aria-expanded][data-loading=true] .group-aria-\[expanded\]\[data-loading\=\'true\'\]\:block{display:block}.group[data-empty=true] .group-data-\[empty\=\'true\'\]\:hidden,.group[data-loading=true] .group-data-\[loading\=\'true\'\]\:hidden{display:none}.popover-open\:block:popover-open{display:block}.\[\&\>\[aria-selected\=\'true\'\]\]\:bg-blue-20>[aria-selected=true]{--tw-bg-opacity:1;background-color:rgb(212 226 252/var(--tw-bg-opacity))}.\[\&\>li\]\:cursor-pointer>li{cursor:pointer}.\[\&\>li\]\:px-3>li{padding-left:.75rem;padding-right:.75rem}.\[\&\>li\]\:py-2>li{padding-top:.5rem;padding-bottom:.5rem}.side-nav-open .\[\.side-nav-open_\&\]\:w-\[3\.5rem\]{width:3.5rem}.side-nav-open .\[\.side-nav-open_\&\]\:rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.side-nav-open .\[\.side-nav-open_\&\]\:px-4{padding-left:1rem;padding-right:1rem}.side-nav-open .\[\.side-nav-open_\&\]\:opacity-0{opacity:0}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="341" viewBox="0 0 500 341">
|
2
|
+
<title>Buoy Software</title>
|
3
|
+
<g fill="currentColor" fill-rule="nonzero">
|
4
|
+
<path d="M310.348 97.095H189.7V0h120.648l-27.712 48.547zM101.089 223.389l-3.743-3.813 3.724-3.776c9.096-9.233 9.844-23.925 1.498-33.832-6.718-7.962-16.785-13.009-28.015-13.009H0v101.233h74.553c11.828 0 22.326-5.588 29.026-14.261 7.541-9.776 6.193-23.757-2.472-32.542h-.018Zm-22.475 19.888c0 13.72-10.777 20.467-24.064 20.467H29.829V222.81h24.72c10.854 0 20.023 4.523 23.017 13.644.675 1.57 1.03 3.29 1.03 5.215 0 .243-.038.468-.038.692 0 .299.038.598.038.916h.018Zm0-45.776c0 1.925-.373 3.645-1.03 5.215-2.994 9.14-12.163 13.645-23.015 13.645H29.848v-40.953h24.72c13.287 0 24.065 6.747 24.065 20.467 0 .318-.037.598-.037.916 0 .243.037.448.037.692l-.019.018ZM213.948 168.978v53.831c0 25.813-2.058 43.477-26.254 43.477s-26.255-17.664-26.255-43.477v-53.831h-29.866v53.831c0 29.365 25.113 49.925 56.102 49.925 30.99 0 56.102-20.56 56.102-49.925v-53.831H213.91h.037ZM323.028 166.38c-30.989 0-56.102 23.813-56.102 53.177s25.113 53.177 56.102 53.177c30.99 0 56.104-23.813 56.104-53.177s-25.134-53.177-56.104-53.177Zm20.155 95.345c-13.08 6.243-32.71-7.589-43.846-30.878-11.134-23.29-9.561-47.234 3.52-53.477 13.08-6.243 32.71 7.59 43.844 30.879 11.134 23.29 9.563 47.233-3.518 53.476ZM500 168.978h-6.456l-35.407 67.177h-1.177l-35.351-67.177h-30.016l39.317 74.729v26.43h29.868v-26.73zM160.459 341c7.408 0 12.263-3.86 12.263-10.065v-.023c0-4.78-2.738-7.56-9.663-9.1l-3.682-.827c-4.509-.988-6.327-2.78-6.327-5.423v-.023c0-3.47 3.199-5.423 7.34-5.446 4.325-.023 7.086 2.137 7.546 5.056l.046.298h4.142l-.024-.321c-.345-4.94-4.97-8.847-11.595-8.847-6.856 0-11.665 3.883-11.688 9.375v.023c0 4.803 2.876 7.859 9.525 9.33l3.681.804c4.556 1.011 6.465 2.895 6.465 5.653v.023c0 3.378-3.29 5.699-7.8 5.699-4.785 0-8.236-2.092-8.535-5.4l-.023-.253h-4.141l.023.252c.483 5.4 5.177 9.215 12.447 9.215ZM191.076 340.655c7.063 0 11.435-4.871 11.435-12.799v-.046c0-7.95-4.372-12.8-11.435-12.8-7.063 0-11.434 4.85-11.434 12.8v.046c0 7.928 4.371 12.8 11.434 12.8Zm0-3.538c-4.693 0-7.34-3.424-7.34-9.261v-.046c0-5.86 2.647-9.26 7.34-9.26 4.694 0 7.34 3.4 7.34 9.26v.046c0 5.837-2.646 9.26-7.34 9.26ZM212.169 340.219h4.003v-21.463h5.637v-3.309h-5.637v-2.642c0-2.712 1.15-4.114 4.003-4.114.713 0 1.38.023 1.864.115v-3.194c-.829-.16-1.703-.23-2.67-.23-4.716 0-7.2 2.367-7.2 7.308v2.757h-4.119v3.31h4.119v21.462ZM238.162 340.403c.782 0 1.541-.092 2.323-.23v-3.401c-.736.069-1.127.092-1.84.092-2.577 0-3.59-1.172-3.59-4.09v-14.018h5.43v-3.309h-5.43v-6.41h-4.14v6.41h-3.912v3.31h3.911v15.028c0 4.733 2.14 6.618 7.248 6.618ZM253.042 340.219h4.003l5.522-19.164h.368l5.545 19.163h4.026l6.948-24.77h-3.98l-4.877 19.808h-.368l-5.545-19.808h-3.796l-5.545 19.808h-.368l-4.878-19.808h-4.003zM292.655 340.655c3.336 0 5.936-1.447 7.5-4.09h.369v3.654h4.003V323.26c0-5.147-3.382-8.25-9.433-8.25-5.292 0-9.065 2.62-9.709 6.504l-.023.138h4.003l.023-.07c.644-1.93 2.6-3.033 5.568-3.033 3.704 0 5.568 1.655 5.568 4.711v2.252l-7.11.437c-5.774.344-9.041 2.895-9.041 7.307v.046c0 4.504 3.566 7.353 8.282 7.353Zm-4.187-7.445v-.046c0-2.459 1.656-3.791 5.43-4.021l6.626-.414v2.252c0 3.539-2.968 6.205-7.04 6.205-2.876 0-5.016-1.471-5.016-3.976ZM313.633 340.219h4.003v-15.35c0-3.631 2.715-6.044 6.534-6.044.874 0 1.633.092 2.462.23v-3.883a13.457 13.457 0 0 0-2.002-.161c-3.359 0-5.683 1.516-6.626 4.113h-.368v-3.677h-4.003v24.772ZM342.8 340.655c5.844 0 9.388-3.309 10.239-6.664l.046-.183h-4.003l-.092.206c-.668 1.494-2.738 3.08-6.097 3.08-4.418 0-7.248-2.988-7.363-8.112h17.854v-1.563c0-7.399-4.095-12.408-10.836-12.408-6.742 0-11.113 5.239-11.113 12.891v.023c0 7.767 4.28 12.73 11.366 12.73Zm-.275-22.083c3.658 0 6.373 2.321 6.787 7.216h-13.713c.437-4.71 3.244-7.216 6.926-7.216Z"/>
|
5
|
+
</g>
|
6
|
+
</svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="81" viewBox="0 0 500 81">
|
2
|
+
<title>Buoy Software</title>
|
3
|
+
<g fill="currentColor" fill-rule="nonzero">
|
4
|
+
<path d="M94.615 78.18H0V1.943h94.615L72.882 40.061zM199.955 42.933l-2.816-2.872 2.801-2.843c6.842-6.954 7.405-18.018 1.127-25.478-5.053-5.997-12.625-9.797-21.072-9.797H123.92V78.18h56.075c8.897 0 16.793-4.21 21.833-10.74 5.672-7.362 4.658-17.891-1.86-24.507h-.013ZM183.05 57.91c0 10.332-8.106 15.413-18.1 15.413h-18.594V42.496h18.594c8.163 0 15.06 3.407 17.312 10.276.508 1.182.774 2.477.774 3.927 0 .183-.028.352-.028.521 0 .225.028.45.028.69h.014Zm0-34.473c0 1.45-.28 2.745-.774 3.927-2.252 6.884-9.149 10.276-17.312 10.276H146.37V6.799h18.594c9.994 0 18.1 5.081 18.1 15.413 0 .24-.028.45-.028.69 0 .183.028.338.028.521l-.014.014ZM284.843 1.957v40.54c0 19.439-1.548 32.74-19.747 32.74-18.2 0-19.748-13.301-19.748-32.74V1.956h-22.464v40.54c0 22.113 18.889 37.597 42.198 37.597 23.308 0 42.197-15.484 42.197-37.598V1.956h-22.464.028ZM366.889 0c-23.31 0-42.198 17.933-42.198 40.047 0 22.114 18.889 40.047 42.198 40.047 23.308 0 42.199-17.933 42.199-40.047 0-22.114-18.905-40.047-42.2-40.047Zm15.16 71.803c-9.839 4.702-24.604-5.715-32.98-23.254-8.375-17.539-7.191-35.57 2.647-40.272 9.839-4.702 24.604 5.715 32.978 23.254 8.375 17.539 7.193 35.57-2.645 40.272ZM500 1.957h-4.856l-26.631 50.59h-.886l-26.589-50.59h-22.577l29.572 56.277v19.903h22.465V58.008z"/>
|
5
|
+
</g>
|
6
|
+
</svg>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="72" height="58" viewBox="0 0 72 58">
|
2
|
+
<title>Buoy Software</title>
|
3
|
+
<g fill="currentColor" fill-rule="nonzero">
|
4
|
+
<path d="M38.434 35.33c-1.126-3.437-4.577-5.138-8.66-5.138h-9.3v15.409h9.3c4.999 0 9.05-2.542 9.05-7.705 0-.119-.012-.229-.017-.344.003-.088.018-.172.018-.262 0-.72-.139-1.375-.39-1.963v.002ZM29.773 12.36h-9.3v15.408h9.3c4.086 0 7.535-1.698 8.661-5.137.252-.587.39-1.24.39-1.96 0-.09-.012-.175-.017-.263.003-.115.018-.225.018-.343 0-5.162-4.052-7.705-9.052-7.705Z"/>
|
5
|
+
<path d="M72 0H0v57.962h72l-16.534-28.98L72 0ZM48.205 42.658a13.763 13.763 0 0 1-10.92 5.369H9.237V9.934h28.048c4.227 0 8.013 1.903 10.54 4.897 3.145 3.726 2.861 9.256-.56 12.73l-1.399 1.42 1.41 1.433c3.259 3.308 3.766 8.569.93 12.244Z"/>
|
6
|
+
</g>
|
7
|
+
</svg>
|
@@ -2,18 +2,19 @@
|
|
2
2
|
aria: {
|
3
3
|
current: { page: active }
|
4
4
|
},
|
5
|
-
class: "flex text-sm items-center"
|
5
|
+
class: "flex text-sm items-center text-secondary"
|
6
6
|
) do %>
|
7
7
|
<% if show_separator %>
|
8
|
-
<span aria-hidden="true" class="mx-2
|
9
|
-
<% end %>
|
10
|
-
<%= link_to(
|
11
|
-
href,
|
12
|
-
class: class_names(
|
13
|
-
"text-secondary whitespace-nowrap underline-offset-2",
|
14
|
-
"underline" => active
|
15
|
-
)
|
16
|
-
) do %>
|
17
|
-
<%= content %>
|
8
|
+
<span aria-hidden="true" class="mx-2">/</span>
|
18
9
|
<% end %>
|
10
|
+
|
11
|
+
<%= link_to_if(
|
12
|
+
!active,
|
13
|
+
content,
|
14
|
+
href,
|
15
|
+
class: class_names(
|
16
|
+
"text-secondary whitespace-nowrap",
|
17
|
+
"underline underline-offset-2 hover:no-underline focus:no-underline" => !active
|
18
|
+
)
|
19
|
+
) %>
|
19
20
|
<% end %>
|
@@ -46,6 +46,7 @@ module Anchor
|
|
46
46
|
popovertarget: nil,
|
47
47
|
popovertargetaction: nil,
|
48
48
|
disabled: false,
|
49
|
+
full_width: false,
|
49
50
|
**kwargs
|
50
51
|
)
|
51
52
|
@tag = fetch_or_fallback(TAG_OPTIONS, tag, TAG_DEFAULT)
|
@@ -63,6 +64,7 @@ module Anchor
|
|
63
64
|
@popovertarget = popovertarget
|
64
65
|
@popovertargetaction = popovertargetaction
|
65
66
|
@disabled = disabled unless @tag == :a
|
67
|
+
@full_width = full_width
|
66
68
|
|
67
69
|
super
|
68
70
|
end
|
@@ -70,7 +72,7 @@ module Anchor
|
|
70
72
|
private
|
71
73
|
|
72
74
|
attr_reader :tag, :type, :href, :size, :variant, :form, :popovertarget,
|
73
|
-
:popovertargetaction, :disabled
|
75
|
+
:popovertargetaction, :disabled, :full_width
|
74
76
|
|
75
77
|
def render?
|
76
78
|
content.present?
|
@@ -27,10 +27,10 @@
|
|
27
27
|
),
|
28
28
|
) do %>
|
29
29
|
<%= anchor_svg(
|
30
|
-
"
|
30
|
+
"buoy-logomark",
|
31
31
|
aria: true,
|
32
32
|
data: { toggle_target: "inertify" },
|
33
|
-
|
33
|
+
class: "w-12 h-12",
|
34
34
|
title: "Buoy",
|
35
35
|
) %>
|
36
36
|
|
@@ -88,7 +88,7 @@
|
|
88
88
|
<% nav_items.each do |item| %>
|
89
89
|
<li>
|
90
90
|
<%= link_to(
|
91
|
-
item[:path],
|
91
|
+
item[:path],
|
92
92
|
class: class_names(
|
93
93
|
"block px-6 py-2 hover:bg-white/[.05] text-base font-semibold",
|
94
94
|
"bg-white/[.05]" => item[:active]
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<div class="flex font-semibold items-center justify-between mt-3 px-2 text-base">
|
2
|
+
<%= tag.span total %>
|
3
|
+
|
4
|
+
<%= tag.nav(
|
5
|
+
aria: { label: t(".label") },
|
6
|
+
class: "flex gap-2",
|
7
|
+
) do %>
|
8
|
+
<%= previous_page_link %>
|
9
|
+
<%= tag.span "/", aria: { hidden: true } %>
|
10
|
+
<%= next_page_link %>
|
11
|
+
<% end %>
|
12
|
+
</div>
|
@@ -0,0 +1,57 @@
|
|
1
|
+
module Anchor
|
2
|
+
module Table
|
3
|
+
class PaginationComponent < Component
|
4
|
+
attr_reader :paginate, :paginatable
|
5
|
+
|
6
|
+
delegate :data, to: :paginatable, prefix: true
|
7
|
+
delegate :page, :per_page, to: :paginatable
|
8
|
+
|
9
|
+
def initialize(paginate:, paginatable:)
|
10
|
+
@paginate = paginate
|
11
|
+
@paginatable = paginatable
|
12
|
+
|
13
|
+
super
|
14
|
+
end
|
15
|
+
|
16
|
+
def render?
|
17
|
+
paginate.present?
|
18
|
+
end
|
19
|
+
|
20
|
+
def next_page_link
|
21
|
+
page_link(
|
22
|
+
condition: page < total_pages,
|
23
|
+
name: t(".next"),
|
24
|
+
page: page + 1
|
25
|
+
)
|
26
|
+
end
|
27
|
+
|
28
|
+
def previous_page_link
|
29
|
+
page_link(
|
30
|
+
condition: page > 1,
|
31
|
+
name: t(".previous"),
|
32
|
+
page: page - 1
|
33
|
+
)
|
34
|
+
end
|
35
|
+
|
36
|
+
def total
|
37
|
+
t(".total", count: paginatable_data.size)
|
38
|
+
end
|
39
|
+
|
40
|
+
private
|
41
|
+
|
42
|
+
def page_link(condition:, name:, page:)
|
43
|
+
link_to_if condition, name, url_for_page(page) do |text|
|
44
|
+
tag.p text, class: "text-grey-50"
|
45
|
+
end
|
46
|
+
end
|
47
|
+
|
48
|
+
def total_pages
|
49
|
+
(paginatable_data.size / per_page.to_f).ceil
|
50
|
+
end
|
51
|
+
|
52
|
+
def url_for_page(page)
|
53
|
+
url_for(**request.query_parameters, page:)
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
57
|
+
end
|
@@ -17,7 +17,7 @@
|
|
17
17
|
</thead>
|
18
18
|
|
19
19
|
<%= tag.tbody(data: tbody_data) do
|
20
|
-
|
20
|
+
table_data.each do |model| %>
|
21
21
|
<%= tag.tr(
|
22
22
|
class: row_classes,
|
23
23
|
data: {
|
@@ -26,13 +26,15 @@
|
|
26
26
|
},
|
27
27
|
) do
|
28
28
|
columns.each.with_index do |column, index| %>
|
29
|
-
<%=
|
29
|
+
<%= sort_handle = sortable? && index.zero?
|
30
|
+
tag.td(
|
30
31
|
maybe_link(model, column, index, self).to_s.html_safe,
|
31
32
|
class: class_names(
|
32
33
|
"relative",
|
33
|
-
"pl-8 py-3 pr-2 bg-[
|
34
|
-
"px-2 py-3": !
|
34
|
+
"pl-8 py-3 pr-2 bg-[length:16px_16px] bg-[8px_center] bg-no-repeat": sort_handle,
|
35
|
+
"px-2 py-3": !sort_handle,
|
35
36
|
),
|
37
|
+
style: sort_handle ? "background-image: url(#{asset_path("icons/menu.svg")})" : "",
|
36
38
|
data: { testid: "tr-#{model.id}-td-#{column.header.to_s.parameterize}" },
|
37
39
|
) %>
|
38
40
|
<% end
|
@@ -41,9 +43,10 @@
|
|
41
43
|
end %>
|
42
44
|
</table>
|
43
45
|
|
44
|
-
|
45
|
-
|
46
|
-
|
46
|
+
<%= render Anchor::Table::PaginationComponent.new(
|
47
|
+
paginate:,
|
48
|
+
paginatable: self
|
49
|
+
) %>
|
47
50
|
|
48
51
|
<% if data.empty? %>
|
49
52
|
<%= tag.p empty_message, class: "text-base text-center mt-6", data: { testid: "empty-table-state" } %>
|
@@ -1,8 +1,10 @@
|
|
1
1
|
module Anchor
|
2
2
|
class TableComponent < Component
|
3
|
+
include Pagination
|
4
|
+
|
3
5
|
renders_many :columns, "ColumnComponent"
|
4
6
|
|
5
|
-
attr_reader :data, :sortable, :caption, :rows_link_to, :
|
7
|
+
attr_reader :data, :sortable, :caption, :rows_link_to, :paginate
|
6
8
|
|
7
9
|
def initialize(
|
8
10
|
data:,
|
@@ -11,7 +13,7 @@ module Anchor
|
|
11
13
|
rows_link_to: nil,
|
12
14
|
sort_url: nil,
|
13
15
|
sortable: false,
|
14
|
-
|
16
|
+
paginate: false
|
15
17
|
)
|
16
18
|
@data = data
|
17
19
|
@empty_message = empty_message
|
@@ -19,7 +21,7 @@ module Anchor
|
|
19
21
|
@sortable = sortable
|
20
22
|
@sort_url = sort_url
|
21
23
|
@caption = caption
|
22
|
-
@
|
24
|
+
@paginate = paginate
|
23
25
|
|
24
26
|
super
|
25
27
|
end
|
@@ -42,7 +44,7 @@ module Anchor
|
|
42
44
|
end
|
43
45
|
|
44
46
|
def maybe_link(model, column, index, view_context)
|
45
|
-
value = value_for(model, column)
|
47
|
+
value = value_for(model, column).to_s
|
46
48
|
if rows_link_to.present?
|
47
49
|
path = rows_link_to.call(model)
|
48
50
|
if index.zero?
|
@@ -94,8 +96,12 @@ module Anchor
|
|
94
96
|
columns.present?
|
95
97
|
end
|
96
98
|
|
97
|
-
def
|
98
|
-
|
99
|
+
def table_data
|
100
|
+
if paginate.present?
|
101
|
+
paginated_data
|
102
|
+
else
|
103
|
+
data
|
104
|
+
end
|
99
105
|
end
|
100
106
|
|
101
107
|
class ColumnComponent < Anchor::Component
|
@@ -104,6 +110,7 @@ module Anchor
|
|
104
110
|
def initialize(header:, value:)
|
105
111
|
@header = header
|
106
112
|
@value = value
|
113
|
+
|
107
114
|
super
|
108
115
|
end
|
109
116
|
end
|
@@ -0,0 +1,33 @@
|
|
1
|
+
module Anchor
|
2
|
+
module Pagination
|
3
|
+
PER_PAGE_DEFAULT = 25
|
4
|
+
INITIAL_PAGE = 1
|
5
|
+
|
6
|
+
def page
|
7
|
+
Integer(request.query_parameters["page"])
|
8
|
+
rescue TypeError
|
9
|
+
INITIAL_PAGE
|
10
|
+
end
|
11
|
+
|
12
|
+
def paginated_data
|
13
|
+
case data
|
14
|
+
when Array
|
15
|
+
data[position, per_page]
|
16
|
+
when ActiveRecord::Relation
|
17
|
+
data.limit(per_page).offset(position)
|
18
|
+
end
|
19
|
+
end
|
20
|
+
|
21
|
+
def per_page
|
22
|
+
if paginate.is_a?(Integer)
|
23
|
+
paginate
|
24
|
+
else
|
25
|
+
PER_PAGE_DEFAULT
|
26
|
+
end
|
27
|
+
end
|
28
|
+
|
29
|
+
def position
|
30
|
+
(page - 1) * per_page
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
@@ -1,9 +1,9 @@
|
|
1
1
|
module Anchor
|
2
2
|
class BreadcrumbsComponentPreview < ViewComponent::Preview
|
3
|
-
#
|
4
|
-
#
|
3
|
+
# @param label text "A brief description of the purpose of the navigation,
|
4
|
+
# omitting the term ‘navigation’, as the screen reader will read both the
|
5
|
+
# role and the contents of the label. Defaults to ‘Breadcrumb’."
|
5
6
|
# @param number_of_breadcrumbs number
|
6
|
-
# rubocop:enable Layout/LineLength
|
7
7
|
def playground(label: "Accessible label", number_of_breadcrumbs: 3)
|
8
8
|
render(Anchor::BreadcrumbsComponent.new(label:)) do |c|
|
9
9
|
Array.new(number_of_breadcrumbs || 3) do |i|
|
@@ -6,20 +6,23 @@ module Anchor
|
|
6
6
|
# @param size [Symbol] select {{ Anchor::ButtonComponent::SIZE_OPTIONS }}
|
7
7
|
# @param variant select {{ Anchor::ButtonComponent::VARIANT_OPTIONS }}
|
8
8
|
# @param disabled toggle
|
9
|
+
# @param full_width toggle
|
9
10
|
def playground(
|
10
11
|
content: "Button",
|
11
12
|
tag: Anchor::ButtonComponent::TAG_DEFAULT,
|
12
13
|
type: Anchor::ButtonComponent::TYPE_DEFAULT,
|
13
14
|
size: Anchor::ButtonComponent::SIZE_DEFAULT,
|
14
15
|
variant: Anchor::ButtonComponent::VARIANT_DEFAULT,
|
15
|
-
disabled: false
|
16
|
+
disabled: false,
|
17
|
+
full_width: false
|
16
18
|
)
|
17
19
|
render(Anchor::ButtonComponent.new(
|
18
20
|
tag:,
|
19
21
|
type:,
|
20
22
|
size:,
|
21
23
|
variant:,
|
22
|
-
disabled
|
24
|
+
disabled:,
|
25
|
+
full_width:
|
23
26
|
).with_content(content))
|
24
27
|
end
|
25
28
|
|
@@ -1,9 +1,9 @@
|
|
1
1
|
module Anchor
|
2
2
|
class TabBarComponentPreview < ViewComponent::Preview
|
3
|
-
#
|
4
|
-
#
|
3
|
+
# @param label text "A brief description of the purpose of the navigation,
|
4
|
+
# omitting the term ‘navigation’, as the screen reader will read both the
|
5
|
+
# role and the contents of the label."
|
5
6
|
# @param number_of_tabs number
|
6
|
-
# rubocop:enable Layout/LineLength
|
7
7
|
def playground(label: "Accessible label", number_of_tabs: 3)
|
8
8
|
render(Anchor::TabBarComponent.new(label:)) do |c|
|
9
9
|
Array.new(number_of_tabs || 3) do |i|
|
@@ -14,19 +14,17 @@ module Anchor
|
|
14
14
|
end
|
15
15
|
|
16
16
|
def playground
|
17
|
-
render Anchor::TableComponent.new(
|
18
|
-
data:,
|
19
|
-
caption: "A demo table",
|
20
|
-
show_total: true
|
21
|
-
) do |table|
|
17
|
+
render Anchor::TableComponent.new(data:, caption: "Demo table") do |table|
|
22
18
|
table.with_column(header: "Id", value: :id)
|
23
19
|
table.with_column(header: "Name", value: -> { _1.name.capitalize })
|
24
20
|
end
|
25
21
|
end
|
26
22
|
|
27
23
|
def with_link
|
28
|
-
render Anchor::TableComponent.new(
|
29
|
-
|
24
|
+
render Anchor::TableComponent.new(
|
25
|
+
data:,
|
26
|
+
rows_link_to: ->(_record) { "#a_link/" }
|
27
|
+
) do |table|
|
30
28
|
table.with_column(header: "Id", value: :id)
|
31
29
|
table.with_column(header: "Name", value: -> { _1.name.capitalize })
|
32
30
|
end
|
@@ -44,7 +42,14 @@ module Anchor
|
|
44
42
|
end
|
45
43
|
|
46
44
|
def empty
|
47
|
-
render Anchor::TableComponent.new(data: []
|
45
|
+
render Anchor::TableComponent.new(data: []) do |table|
|
46
|
+
table.with_column(header: "Id", value: :id)
|
47
|
+
table.with_column(header: "Name", value: -> { _1.name.capitalize })
|
48
|
+
end
|
49
|
+
end
|
50
|
+
|
51
|
+
def paginated
|
52
|
+
render Anchor::TableComponent.new(data:, paginate: true) do |table|
|
48
53
|
table.with_column(header: "Id", value: :id)
|
49
54
|
table.with_column(header: "Name", value: -> { _1.name.capitalize })
|
50
55
|
end
|
@@ -2,11 +2,10 @@ module Anchor
|
|
2
2
|
class TextComponentPreview < ViewComponent::Preview
|
3
3
|
TEXT = "The quick brown fox jumps over the lazy dog.".freeze
|
4
4
|
|
5
|
-
# rubocop:disable Layout/LineLength
|
6
5
|
# @param content text
|
7
6
|
# @param tag text
|
8
|
-
# @param variant [Symbol] select
|
9
|
-
#
|
7
|
+
# @param variant [Symbol] select
|
8
|
+
# {{ Anchor::TextComponent::VARIANT_OPTIONS }}
|
10
9
|
def playground(
|
11
10
|
content: TEXT,
|
12
11
|
tag: Anchor::TextComponent::TAG_DEFAULT,
|
@@ -0,0 +1,50 @@
|
|
1
|
+
Anchor provides SVG assets for Buoy logos. They use a `fill` of `currentColor`,
|
2
|
+
so that they can be colorized using CSS `color`.
|
3
|
+
|
4
|
+
## Logo
|
5
|
+
|
6
|
+
```erb
|
7
|
+
<%%= anchor_svg(
|
8
|
+
"buoy-logo",
|
9
|
+
class: "text-teal", # Use CSS to colorize to your needs
|
10
|
+
height: "48", # Set exact rendered dimensions to improve browser performance
|
11
|
+
width: "300", # Set exact rendered dimensions to improve browser performance
|
12
|
+
) %>
|
13
|
+
```
|
14
|
+
|
15
|
+
<%= anchor_svg(
|
16
|
+
"buoy-logo",
|
17
|
+
height: "48",
|
18
|
+
style: "color: #1C4957;",
|
19
|
+
width: "300",
|
20
|
+
) %>
|
21
|
+
|
22
|
+
<small>Original dimensions: 500×81</small>
|
23
|
+
|
24
|
+
## Logomark
|
25
|
+
|
26
|
+
```erb
|
27
|
+
<%%= anchor_svg "buoy-logomark" %>
|
28
|
+
```
|
29
|
+
|
30
|
+
<%= anchor_svg(
|
31
|
+
"buoy-logomark",
|
32
|
+
style: "color: #1C4957;",
|
33
|
+
) %>
|
34
|
+
|
35
|
+
<small>Original dimensions: 72×58</small>
|
36
|
+
|
37
|
+
## Logo stacked
|
38
|
+
|
39
|
+
```erb
|
40
|
+
<%%= anchor_svg "buoy-logo-stacked" %>
|
41
|
+
```
|
42
|
+
|
43
|
+
<%= anchor_svg(
|
44
|
+
"buoy-logo-stacked",
|
45
|
+
height: "205",
|
46
|
+
style: "color: #1C4957;",
|
47
|
+
width: "300",
|
48
|
+
) %>
|
49
|
+
|
50
|
+
<small>Original dimensions: 500×341</small>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: anchor_view_components
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Buoy Software
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-09-
|
11
|
+
date: 2023-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -49,6 +49,9 @@ files:
|
|
49
49
|
- README.md
|
50
50
|
- app/assets/builds/anchor-view-components.css
|
51
51
|
- app/assets/images/apple-touch-icon.png
|
52
|
+
- app/assets/images/buoy-logo-stacked.svg
|
53
|
+
- app/assets/images/buoy-logo.svg
|
54
|
+
- app/assets/images/buoy-logomark.svg
|
52
55
|
- app/assets/images/favicon.ico
|
53
56
|
- app/assets/images/favicon.svg
|
54
57
|
- app/assets/images/icons/actions-check-circle-base.svg
|
@@ -58,13 +61,10 @@ files:
|
|
58
61
|
- app/assets/images/icons/nav-arrow-down.svg
|
59
62
|
- app/assets/images/icons/nav-arrow-left.svg
|
60
63
|
- app/assets/images/icons/nav-arrow-right.svg
|
61
|
-
- app/assets/images/logo.svg
|
62
64
|
- app/assets/stylesheets/anchor-view-components.tailwind.css
|
63
65
|
- app/assets/stylesheets/components/action-menu.css
|
64
66
|
- app/assets/stylesheets/components/button.css
|
65
67
|
- app/assets/stylesheets/components/toast.css
|
66
|
-
- app/components/anchor/action_menu/item_component.html.erb
|
67
|
-
- app/components/anchor/action_menu/item_component.rb
|
68
68
|
- app/components/anchor/action_menu_component.html.erb
|
69
69
|
- app/components/anchor/action_menu_component.rb
|
70
70
|
- app/components/anchor/anchor_view_components.ts
|
@@ -113,6 +113,9 @@ files:
|
|
113
113
|
- app/components/anchor/tab_bar/tab_component.rb
|
114
114
|
- app/components/anchor/tab_bar_component.html.erb
|
115
115
|
- app/components/anchor/tab_bar_component.rb
|
116
|
+
- app/components/anchor/table/pagination_component.en.yml
|
117
|
+
- app/components/anchor/table/pagination_component.html.erb
|
118
|
+
- app/components/anchor/table/pagination_component.rb
|
116
119
|
- app/components/anchor/table_component.en.yml
|
117
120
|
- app/components/anchor/table_component.html.erb
|
118
121
|
- app/components/anchor/table_component.rb
|
@@ -123,6 +126,7 @@ files:
|
|
123
126
|
- app/components/anchor/toast_controller.ts
|
124
127
|
- app/components/anchor/toggle_controller.ts
|
125
128
|
- app/helpers/anchor/fetch_or_fallback_helper.rb
|
129
|
+
- app/helpers/anchor/pagination.rb
|
126
130
|
- app/helpers/anchor/view_helper.rb
|
127
131
|
- lib/anchor/view_components.rb
|
128
132
|
- lib/anchor/view_components/engine.rb
|
@@ -149,6 +153,7 @@ files:
|
|
149
153
|
- previews/anchor/table_component_preview.rb
|
150
154
|
- previews/anchor/text_component_preview.rb
|
151
155
|
- previews/anchor/toast_component_preview.rb
|
156
|
+
- previews/pages/logos.md.erb
|
152
157
|
homepage: https://github.com/BuoySoftware/anchor_view_components
|
153
158
|
licenses:
|
154
159
|
- MIT
|
data/app/assets/images/logo.svg
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="72" height="72" fill="none" viewBox="0 0 72 72">
|
2
|
-
<g fill="currentColor">
|
3
|
-
<path d="M38.434 42.35c-1.126-3.437-4.577-5.138-8.66-5.138h-9.3v15.409h9.3c4.999 0 9.05-2.542 9.05-7.705 0-.119-.012-.229-.017-.344.003-.088.018-.172.018-.262 0-.72-.139-1.375-.39-1.963v.002ZM29.773 19.38h-9.3v15.408h9.3c4.086 0 7.535-1.698 8.661-5.137.252-.587.39-1.24.39-1.96 0-.09-.012-.175-.017-.263.003-.115.018-.225.018-.343 0-5.162-4.052-7.705-9.052-7.705Z"/>
|
4
|
-
<path d="M72 7.02H0v57.962h72l-16.534-28.98L72 7.02ZM48.205 49.678a13.763 13.763 0 0 1-10.92 5.369H9.237V16.954h28.048c4.227 0 8.013 1.903 10.54 4.897 3.145 3.726 2.861 9.256-.56 12.73l-1.399 1.42 1.41 1.433c3.259 3.308 3.766 8.569.93 12.245Z"/>
|
5
|
-
</g>
|
6
|
-
</svg>
|