Skip to content

Commit

Permalink
test: update snap (#3787)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed May 10, 2024
1 parent 7d83789 commit c69c599
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -134,16 +134,16 @@
"deep-equal": "npm:@nolyfill/deep-equal@latest",
"is-typed-array": "npm:@nolyfill/is-typed-array@latest",
"isarray": "npm:@nolyfill/isarray@latest",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.values": "npm:@nolyfill/object.values@latest",
"typedarray": "npm:@nolyfill/typedarray@latest",
"util.promisify": "npm:@nolyfill/util.promisify@latest",
"which-typed-array": "npm:@nolyfill/which-typed-array@latest",
"magic-string": "^0.30.10",
"nuxt": "^3.11.2",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.values": "npm:@nolyfill/object.values@latest",
"prettier": "^2.8.8",
"rollup": "^4.17.2",
"vite": "^5.2.11"
"typedarray": "npm:@nolyfill/typedarray@latest",
"util.promisify": "npm:@nolyfill/util.promisify@latest",
"vite": "^5.2.11",
"which-typed-array": "npm:@nolyfill/which-typed-array@latest"
}
},
"simple-git-hooks": {
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/preprocess.test.ts.snap
Expand Up @@ -2,7 +2,7 @@

exports[`preprocess > prefix 1`] = `
"/* layer: icons */
.dark .uno\\:dark\\:i-carbon-moon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13.503 5.414a15.076 15.076 0 0 0 11.593 18.194a11.113 11.113 0 0 1-7.975 3.39c-.138 0-.278.005-.418 0a11.094 11.094 0 0 1-3.2-21.584M14.98 3a1.002 1.002 0 0 0-.175.016a13.096 13.096 0 0 0 1.825 25.981c.164.006.328 0 .49 0a13.072 13.072 0 0 0 10.703-5.555a1.01 1.01 0 0 0-.783-1.565A13.08 13.08 0 0 1 15.89 4.38A1.015 1.015 0 0 0 14.98 3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
.dark .uno\\:dark\\:i-carbon-moon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13.503 5.414a15.076 15.076 0 0 0 11.593 18.194a11.1 11.1 0 0 1-7.975 3.39c-.138 0-.278.005-.418 0a11.094 11.094 0 0 1-3.2-21.584M14.98 3a1 1 0 0 0-.175.016a13.096 13.096 0 0 0 1.825 25.981c.164.006.328 0 .49 0a13.07 13.07 0 0 0 10.703-5.555a1.01 1.01 0 0 0-.783-1.565A13.08 13.08 0 0 1 15.89 4.38A1.015 1.015 0 0 0 14.98 3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
/* layer: shortcuts */
.uno\\:btn{margin-right:2.5rem;}
.uno\\:btn1{margin-left:2.5rem;margin-right:2.5rem;}
Expand Down
4 changes: 2 additions & 2 deletions test/assets/output/preset-icons-propsProcessor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/assets/output/preset-icons-unit.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/assets/output/preset-icons.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c69c599

Please sign in to comment.