Skip to content

Commit

Permalink
Update: ogimg for docs & config to try fetch submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
juzser committed Mar 6, 2024
1 parent ab63b04 commit 3c1046d
Show file tree
Hide file tree
Showing 583 changed files with 3,523 additions and 3,521 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0 # Not needed if lastUpdated is not enabled
submodules: 'recursive'
persist-credentials: false
# - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
- name: Setup Node
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/scss/global.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../../../../polaris//polaris.shopify.com/src/styles/globals.scss';
@import '../../../../polaris/polaris.shopify.com/src/styles/globals.scss';

:root {
@extend .light-mode;
Expand Down
6 changes: 3 additions & 3 deletions docs/dist/404.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { j as inBrowser, al as useUpdateHead, am as RouterSymbol, an as initData, ao as dataSymbol, ap as Content, aq as ClientOnly, ar as siteDataRef, as as createSSRApp, at as createRouter, au as pathToFile, X as __vitePreload, d as defineComponent, u as useData, l as onMounted, z as watchEffect, av as usePrefetch, aw as useCopyCode, ax as useCodeGroups, a3 as h } from "./chunks/framework.1qnja6qJ.js";
import { R as RawTheme } from "./chunks/theme._FJrEzAe.js";
import { R as RawTheme } from "./chunks/theme.719omvkI.js";
function resolveThemeExtends(theme) {
if (theme.extends) {
const base = resolveThemeExtends(theme.extends);
Expand Down
4 changes: 4 additions & 0 deletions docs/dist/assets/chunks/@localSearchIndexroot.PZRV3oww.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions docs/dist/assets/chunks/@localSearchIndexroot._IMhUsg2.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ var __publicField = (obj, key, value) => {
return value;
};
import { X as __vitePreload, h as ref, y as watch, ay as unrefElement, az as tryOnScopeDispose, d as defineComponent, G as shallowRef, aA as computedAsync, k as computed, aB as useSessionStorage, aC as useLocalStorage, z as watchEffect, aD as watchDebounced, l as onMounted, R as nextTick, P as onKeyStroke, a4 as useRouter, aE as useEventListener, Y as useScrollLock, j as inBrowser, a7 as onBeforeUnmount, o as openBlock, b as createBlock, m as createBaseVNode, a1 as withModifiers, p as unref, aF as withDirectives, aG as vModelText, aH as isRef, c as createElementBlock, n as normalizeClass, e as createCommentVNode, E as renderList, F as Fragment, a as createTextVNode, t as toDisplayString, ai as Teleport, q as pushScopeId, s as popScopeId, aI as markRaw, aj as createApp, ao as dataSymbol, au as pathToFile, aJ as escapeRegExp, _ as _export_sfc } from "./framework.1qnja6qJ.js";
import { u as useData, c as createSearchTranslate } from "./theme._FJrEzAe.js";
const localSearchIndex = { "root": () => __vitePreload(() => import("./@localSearchIndexroot._IMhUsg2.js"), true ? __vite__mapDeps([]) : void 0) };
import { u as useData, c as createSearchTranslate } from "./theme.719omvkI.js";
const localSearchIndex = { "root": () => __vitePreload(() => import("./@localSearchIndexroot.PZRV3oww.js"), true ? __vite__mapDeps([]) : void 0) };
/*!
* tabbable 6.2.0
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7522,7 +7522,7 @@ const _hoisted_3$c = {
const _sfc_main$s = /* @__PURE__ */ defineComponent({
__name: "VPNavBarSearch",
setup(__props) {
const VPLocalSearchBox = defineAsyncComponent(() => __vitePreload(() => import("./VPLocalSearchBox.X42HwbBc.js"), true ? __vite__mapDeps([0,1]) : void 0));
const VPLocalSearchBox = defineAsyncComponent(() => __vitePreload(() => import("./VPLocalSearchBox._D4PmkgJ.js"), true ? __vite__mapDeps([0,1]) : void 0));
const VPAlgoliaSearchBox = () => null;
const { theme: theme2 } = useData();
const loaded = ref(false);
Expand Down Expand Up @@ -9510,7 +9510,7 @@ export {
};
function __vite__mapDeps(indexes) {
if (!__vite__mapDeps.viteFileDeps) {
__vite__mapDeps.viteFileDeps = ["assets/chunks/VPLocalSearchBox.X42HwbBc.js","assets/chunks/framework.1qnja6qJ.js"]
__vite__mapDeps.viteFileDeps = ["assets/chunks/VPLocalSearchBox._D4PmkgJ.js","assets/chunks/framework.1qnja6qJ.js"]
}
return indexes.map((i) => __vite__mapDeps.viteFileDeps[i])
}
80 changes: 40 additions & 40 deletions docs/dist/assets/components-meta/ActionList/Item.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,38 @@
]
}
},
{
"name": "id",
"type": "string | undefined",
"required": false,
"description": "A unique identifier for the action",
"tags": [],
"declarations": [],
"schema": {
"kind": "enum",
"type": "string | undefined",
"schema": [
"undefined",
"string"
]
}
},
{
"name": "accessibilityLabel",
"type": "string | undefined",
"required": false,
"description": "Visually hidden text for screen readers",
"tags": [],
"declarations": [],
"schema": {
"kind": "enum",
"type": "string | undefined",
"schema": [
"undefined",
"string"
]
}
},
{
"name": "icon",
"type": "IconSource | undefined",
Expand Down Expand Up @@ -59,26 +91,10 @@
}
},
{
"name": "id",
"type": "string | undefined",
"required": false,
"description": "A unique identifier for the action",
"tags": [],
"declarations": [],
"schema": {
"kind": "enum",
"type": "string | undefined",
"schema": [
"undefined",
"string"
]
}
},
{
"name": "accessibilityLabel",
"name": "role",
"type": "string | undefined",
"required": false,
"description": "Visually hidden text for screen readers",
"description": "Defines a role for the action",
"tags": [],
"declarations": [],
"schema": {
Expand All @@ -91,18 +107,19 @@
}
},
{
"name": "role",
"type": "string | undefined",
"name": "disabled",
"type": "boolean | undefined",
"required": false,
"description": "Defines a role for the action",
"description": "Whether or not the action is disabled",
"tags": [],
"declarations": [],
"schema": {
"kind": "enum",
"type": "string | undefined",
"type": "boolean | undefined",
"schema": [
"undefined",
"string"
"false",
"true"
]
}
},
Expand Down Expand Up @@ -158,23 +175,6 @@
]
}
},
{
"name": "disabled",
"type": "boolean | undefined",
"required": false,
"description": "Whether or not the action is disabled",
"tags": [],
"declarations": [],
"schema": {
"kind": "enum",
"type": "boolean | undefined",
"schema": [
"undefined",
"false",
"true"
]
}
},
{
"name": "helpText",
"type": "string | undefined",
Expand Down
Loading

0 comments on commit 3c1046d

Please sign in to comment.