This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "gid://shopify/DiscountAutomaticNode/1637393006958", | |
"discountType": "CUSTOM", | |
"discountTitle": "SITEWIDE Friends & Family Sale 2024, 1 of 3, 25% off mattresses", | |
"discountNode": { | |
"config": { | |
"value": { | |
"bucketRules": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { FocusTrap, Delegate } from "vendor"; | |
var DialogElement = class _DialogElement extends HTMLElement { | |
static get observedAttributes() { | |
return ["id", "open"]; | |
} | |
static #lockLayerCount = 0; | |
#isLocked = false; | |
constructor() { | |
super(); | |
this.addEventListener("dialog:force-close", (event) => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 14641426104611, | |
"title": "2022 Diviner® Albariño", | |
"price": "17.00", | |
"line_price": "51.00", | |
"quantity": 3, | |
"sku": "W23243802", | |
"grams": 1361, | |
"properties": [], | |
"vendor": "Diviner®", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. | |
# Initialization code that may require console input (password prompts, [y/n] | |
# confirmations, etc.) must go above this block; everything else may go below. | |
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then | |
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" | |
fi | |
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH |