deps: update material-symbols icons to v0.23.0

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-09-27 12:04:33 +02:00
parent 55e5c95981
commit d3b966e9f6
12 changed files with 26 additions and 26 deletions

View File

@ -57,11 +57,11 @@ grid:
icon: "database" icon: "database"
description: Icon name = database description: Icon name = database
- title: "logs" - title: "logs"
icon: "feed" icon: "text_snippet"
description: Icon name = feed description: Icon name = text_snippet
- title: "Prune/cut" - title: "Prune/cut"
icon: "cut" icon: "content_cut"
description: Icon name = cut description: Icon name = content_cut
- title: "Configure" - title: "Configure"
icon: "tune" icon: "tune"
description: Icon name = tune description: Icon name = tune

View File

@ -15,7 +15,7 @@ grid:
link: /admin/organization/members/ link: /admin/organization/members/
- title: Activity logs - title: Activity logs
description: Learn how to audit the activities of your members. description: Learn how to audit the activities of your members.
icon: feed icon: text_snippet
link: /admin/organization/activity-logs/ link: /admin/organization/activity-logs/
- title: Image Access Management - title: Image Access Management
description: Control which types of images your developers can pull. description: Control which types of images your developers can pull.

View File

@ -19,11 +19,11 @@ grid:
link: /network link: /network
- title: Container logs - title: Container logs
description: Learn how to view and read container logs. description: Learn how to view and read container logs.
icon: feed icon: text_snippet
link: /config/containers/logging/ link: /config/containers/logging/
- title: Prune - title: Prune
description: Tidy up unused resources. description: Tidy up unused resources.
icon: cut icon: content_cut
link: /config/pruning link: /config/pruning
- title: Configure the daemon - title: Configure the daemon
description: Delve into the configuration options of the Docker daemon. description: Delve into the configuration options of the Docker daemon.

View File

@ -10,7 +10,7 @@ toc_min: 1
grid: grid:
- title: Version and name top-level element - title: Version and name top-level element
description: Understand version and name attributes for Compose. description: Understand version and name attributes for Compose.
icon: feed icon: text_snippet
link: /reference/compose-file/version-and-name/ link: /reference/compose-file/version-and-name/
- title: Services top-level element - title: Services top-level element
description: Explore all services attributes for Compose. description: Explore all services attributes for Compose.

View File

@ -21,7 +21,7 @@
<button @click="collapse = false" <button @click="collapse = false"
class="flex items-center rounded-full bg-blue-light px-2 text-sm text-white dark:bg-blue-dark-400"> class="flex items-center rounded-full bg-blue-light px-2 text-sm text-white dark:bg-blue-dark-400">
<span>Show more</span> <span>Show more</span>
<span class="icon-svg">{{ partialCached "icon" "expand_more" "expand_more" }}</span> <span class="icon-svg">{{ partialCached "icon" "arrow_drop_down" "arrow_drop_down" }}</span>
</button> </button>
</div> </div>
<div :class="{ 'h-32': collapse }"> <div :class="{ 'h-32': collapse }">
@ -29,7 +29,7 @@
<button @click="collapse = true" x-show="!collapse" <button @click="collapse = true" x-show="!collapse"
class="mx-auto -mt-4 flex items-center rounded-b-lg bg-blue-light px-2 text-sm text-white dark:bg-blue-dark-400"> class="mx-auto -mt-4 flex items-center rounded-b-lg bg-blue-light px-2 text-sm text-white dark:bg-blue-dark-400">
<span>Hide</span> <span>Hide</span>
<span class="icon-svg">{{ partialCached "icon" "expand_less" "expand_less" }}</span> <span class="icon-svg">{{ partialCached "icon" "arrow_drop_up" "arrow_drop_up" }}</span>
</button> </button>
</div> </div>
</div> </div>

View File

@ -8,8 +8,8 @@
{{- end }} {{- end }}
{{ .title }} {{ .title }}
</div> </div>
<span :class="{ 'hidden' : !open }" class="icon-svg">{{ partialCached "icon" "expand_less" "expand_less" }}</span> <span :class="{ 'hidden' : !open }" class="icon-svg">{{ partialCached "icon" "arrow_drop_up" "arrow_drop_up" }}</span>
<span :class="{ 'hidden' : open }" class="icon-svg">{{ partialCached "icon" "expand_more" "expand_more" }}</span> <span :class="{ 'hidden' : open }" class="icon-svg">{{ partialCached "icon" "arrow_drop_down" "arrow_drop_down" }}</span>
</button> </button>
<div x-show="open" x-collapse class="px-4"> <div x-show="open" x-collapse class="px-4">
{{ markdownify .body }} {{ markdownify .body }}

View File

@ -12,7 +12,7 @@
{{ end }} {{ end }}
{{ end }} {{ end }}
<p class="flex items-center gap-2"> <p class="flex items-center gap-2">
<span class="icon-svg">{{ partialCached "icon" "done" "done" }}</span> <span class="icon-svg">{{ partialCached "icon" "check" "check" }}</span>
<a class="link" target="_blank" rel="noopener" <a class="link" target="_blank" rel="noopener"
href="{{ site.Params.repo }}/issues/new?template=doc_issue.yml&location={{ .Permalink }}&labels=status%2Ftriage">{{- T "requestChanges" -}} href="{{ site.Params.repo }}/issues/new?template=doc_issue.yml&location={{ .Permalink }}&labels=status%2Ftriage">{{- T "requestChanges" -}}
<span class="icon-svg icon-sm"> <span class="icon-svg icon-sm">

View File

@ -11,7 +11,7 @@
<li> <li>
<a class="{{ $selectable }}" href="{{ .URL }}" aria-label="First"> <a class="{{ $selectable }}" href="{{ .URL }}" aria-label="First">
<span class="icon-svg"> <span class="icon-svg">
{{- partialCached "icon" "navigate_before" "navigate_before" -}} {{- partialCached "icon" "chevron_backward" "chevron_backward" -}}
</span> </span>
</a> </a>
</li> </li>
@ -19,7 +19,7 @@
<li> <li>
<a class="{{ $disabled }}" aria-disabled="true" aria-label="First"> <a class="{{ $disabled }}" aria-disabled="true" aria-label="First">
<span class="icon-svg"> <span class="icon-svg">
{{- partialCached "icon" "navigate_before" "navigate_before" -}} {{- partialCached "icon" "chevron_backward" "chevron_backward" -}}
</span> </span>
</a> </a>
</li> </li>
@ -50,7 +50,7 @@
<li> <li>
<a class="{{ $selectable }}" href="{{ .URL }}" aria-label="Last"> <a class="{{ $selectable }}" href="{{ .URL }}" aria-label="Last">
<span class="icon-svg"> <span class="icon-svg">
{{- partialCached "icon" "navigate_next" "navigate_next" -}} {{- partialCached "icon" "chevron_forward" "chevron_forward" -}}
</span> </span>
</a> </a>
</li> </li>
@ -58,7 +58,7 @@
<li> <li>
<a class="{{ $disabled }}" aria-disabled="true" aria-label="Last"> <a class="{{ $disabled }}" aria-disabled="true" aria-label="Last">
<span class="icon-svg"> <span class="icon-svg">
{{- partialCached "icon" "navigate_next" "navigate_next" -}} {{- partialCached "icon" "chevron_forward" "chevron_forward" -}}
</span> </span>
</a> </a>
</li> </li>

View File

@ -18,10 +18,10 @@
</a> </a>
<button @click="expanded = !expanded" class="rounded hover:bg-gray-light-300 hover:dark:bg-gray-dark-300"> <button @click="expanded = !expanded" class="rounded hover:bg-gray-light-300 hover:dark:bg-gray-dark-300">
<span x-show="! expanded" class="icon-svg"> <span x-show="! expanded" class="icon-svg">
{{ partialCached "icon" "expand_more" "expand_more" }} {{ partialCached "icon" "arrow_drop_down" "arrow_drop_down" }}
</span> </span>
<span x-cloak x-show="expanded" class="icon-svg"> <span x-cloak x-show="expanded" class="icon-svg">
{{ partialCached "icon" "expand_less" "expand_less" }} {{ partialCached "icon" "arrow_drop_up" "arrow_drop_up" }}
</span> </span>
</button> </button>
</div> </div>

View File

@ -48,10 +48,10 @@
</div> </div>
<button @click="expanded = !expanded" class="hover:bg-gray-light-300 hover:dark:bg-gray-dark-300 rounded"> <button @click="expanded = !expanded" class="hover:bg-gray-light-300 hover:dark:bg-gray-dark-300 rounded">
<span :class="{ 'hidden' : expanded }" class="icon-svg {{ if $expanded }}hidden{{ end }}"> <span :class="{ 'hidden' : expanded }" class="icon-svg {{ if $expanded }}hidden{{ end }}">
{{ partialCached "icon" "expand_more" "expand_more" }} {{ partialCached "icon" "arrow_drop_down" "arrow_drop_down" }}
</span> </span>
<span :class="{ 'hidden' : !expanded }" class="icon-svg {{ if not $expanded }}hidden{{ end }}"> <span :class="{ 'hidden' : !expanded }" class="icon-svg {{ if not $expanded }}hidden{{ end }}">
{{ partialCached "icon" "expand_less" "expand_less" }} {{ partialCached "icon" "arrow_drop_up" "arrow_drop_up" }}
</span> </span>
</button> </button>
</div> </div>

8
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@alpinejs/focus": "^3.14.1", "@alpinejs/focus": "^3.14.1",
"@alpinejs/persist": "^3.14.1", "@alpinejs/persist": "^3.14.1",
"@floating-ui/dom": "^1.6.5", "@floating-ui/dom": "^1.6.5",
"@material-symbols/svg-400": "^0.14.6", "@material-symbols/svg-400": "^0.23.0",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e", "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.13", "@tailwindcss/typography": "^0.5.13",
"alpinejs": "^3.14.1", "alpinejs": "^3.14.1",
@ -142,9 +142,9 @@
} }
}, },
"node_modules/@material-symbols/svg-400": { "node_modules/@material-symbols/svg-400": {
"version": "0.14.6", "version": "0.23.0",
"resolved": "https://registry.npmjs.org/@material-symbols/svg-400/-/svg-400-0.14.6.tgz", "resolved": "https://registry.npmjs.org/@material-symbols/svg-400/-/svg-400-0.23.0.tgz",
"integrity": "sha512-4uxXEyKljpfwlEQQE5xpN0ZOLduXC3ClCkwNtsM6xy8CLkVP1x32s8BPYHrpfGdhNNnKLkl+p8vh7VBqZi8D4A==" "integrity": "sha512-bsvGmBds729rZYOCOgxs4FjpktXfkhcprsCNPv+PRIDE3K/b30bnOsFAylUUfJ6cnHoXucS672VdNe80YIUxwA=="
}, },
"node_modules/@nodelib/fs.scandir": { "node_modules/@nodelib/fs.scandir": {
"version": "2.1.5", "version": "2.1.5",

View File

@ -18,7 +18,7 @@
"@alpinejs/focus": "^3.14.1", "@alpinejs/focus": "^3.14.1",
"@alpinejs/persist": "^3.14.1", "@alpinejs/persist": "^3.14.1",
"@floating-ui/dom": "^1.6.5", "@floating-ui/dom": "^1.6.5",
"@material-symbols/svg-400": "^0.14.6", "@material-symbols/svg-400": "^0.23.0",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e", "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.13", "@tailwindcss/typography": "^0.5.13",
"alpinejs": "^3.14.1", "alpinejs": "^3.14.1",