Skip to content

Commit beb388a

Browse files
authored
Merge pull request #1602 from privy-open-source/fix/input-file-style
fix(input-file): missing style
2 parents 9cf5a74 + d250b06 commit beb388a

11 files changed

Lines changed: 59 additions & 51 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@privyid/ghoulscript": "0.1.0-alpha.4",
3535
"@privyid/tailwind-preset": "workspace:^",
3636
"@rollup/plugin-inject": "5.0.5",
37-
"@rushstack/eslint-patch": "1.10.5",
37+
"@rushstack/eslint-patch": "1.11.0",
3838
"@testing-library/jest-dom": "6.6.3",
3939
"@testing-library/vue": "8.1.0",
4040
"@types/html-escaper": "3.0.4",
@@ -112,7 +112,7 @@
112112
"@vueuse/math": "11.1.0",
113113
"@zxing/browser": "0.1.5",
114114
"@zxing/library": "0.21.3",
115-
"chart.js": "4.4.7",
115+
"chart.js": "4.4.8",
116116
"date-fns": "4.1.0",
117117
"defu": "6.1.4",
118118
"fast-equals": "^5.0.0",
@@ -149,6 +149,6 @@
149149
"packages/*"
150150
],
151151
"resolutions": {
152-
"whatwg-url": "14.1.1"
152+
"whatwg-url": "14.2.0"
153153
}
154154
}

packages/browserslist-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@privyid/browserslist-config",
33
"description": "Browserslist shareable config for Persona project",
44
"version": "1.1.1",
5-
"packageManager": "yarn@4.6.0",
5+
"packageManager": "yarn@4.7.0",
66
"license": "MIT",
77
"repository": {
88
"url": "https://github.com/privy-open-source/design-system.git",

packages/eslint-config-persona/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@privyid/eslint-config-persona",
33
"description": "Eslint shareable config for Persona project",
44
"version": "1.1.1",
5-
"packageManager": "yarn@4.6.0",
5+
"packageManager": "yarn@4.7.0",
66
"license": "MIT",
77
"repository": {
88
"url": "https://github.com/privy-open-source/design-system.git",

packages/persona-icon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@privyid/persona-icon",
33
"description": "Persona icon package",
44
"version": "1.1.1",
5-
"packageManager": "yarn@4.6.0",
5+
"packageManager": "yarn@4.7.0",
66
"type": "module",
77
"main": "./dist/module.cjs",
88
"module": "./dist/module.mjs",
@@ -54,7 +54,7 @@
5454
"jiti": "2.4.2",
5555
"minimist": "1.2.8",
5656
"ofetch": "1.4.1",
57-
"ohash": "1.1.4",
57+
"ohash": "1.1.6",
5858
"ora": "8.2.0",
5959
"p-all": "5.0.0",
6060
"svg-path-commander": "2.1.10",

packages/persona-ilustration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@privyid/persona-ilustration",
33
"description": "Persona ilustration package",
44
"version": "1.1.1",
5-
"packageManager": "yarn@4.6.0",
5+
"packageManager": "yarn@4.7.0",
66
"type": "module",
77
"main": "./dist/module.cjs",
88
"module": "./dist/module.mjs",
@@ -72,7 +72,7 @@
7272
"jiti": "2.4.2",
7373
"minimist": "1.2.8",
7474
"ofetch": "1.4.1",
75-
"ohash": "1.1.4",
75+
"ohash": "1.1.6",
7676
"ora": "8.2.0",
7777
"p-all": "5.0.0",
7878
"sharp": "0.33.5",

packages/persona/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"dependencies": {
6161
"@floating-ui/dom": "1.6.13",
62-
"@jill64/universal-sanitizer": "1.4.1",
62+
"@jill64/universal-sanitizer": "1.4.2",
6363
"@juggle/resize-observer": "3.4.0",
6464
"@nuxt/kit": "3.15.4",
6565
"@splidejs/splide": "4.1.4",
@@ -84,7 +84,7 @@
8484
"@vueuse/math": "11.1.0",
8585
"@zxing/browser": "0.1.5",
8686
"@zxing/library": "0.21.3",
87-
"chart.js": "4.4.7",
87+
"chart.js": "4.4.8",
8888
"core-js": "3",
8989
"date-fns": "4.1.0",
9090
"defu": "6.1.4",

packages/tailwind-animation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@privyid/tailwind-animation",
33
"description": "Collection animation class for vue `<transition>`",
44
"version": "1.1.1",
5-
"packageManager": "yarn@4.6.0",
5+
"packageManager": "yarn@4.7.0",
66
"license": "MIT",
77
"repository": {
88
"url": "https://github.com/privy-open-source/design-system.git",

packages/tailwind-extended/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@privyid/tailwind-extended",
33
"description": "Add missing tailwind utilities",
44
"version": "1.1.1",
5-
"packageManager": "yarn@4.6.0",
5+
"packageManager": "yarn@4.7.0",
66
"license": "MIT",
77
"repository": {
88
"url": "https://github.com/privy-open-source/design-system.git",

packages/tailwind-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@privyid/tailwind-preset",
33
"description": "Tailwind preset for Persona project",
44
"version": "1.1.1",
5-
"packageManager": "yarn@4.6.0",
5+
"packageManager": "yarn@4.7.0",
66
"license": "MIT",
77
"repository": {
88
"url": "https://github.com/privy-open-source/design-system.git",

src/components/input-file/InputFile.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
v-model="model"
55
class="input-file"
66
data-testid="input-file"
7+
container-class="input-file__container"
78
:class="classNames"
89
:model-modifiers="modelModifiers"
910
:multiple="multiple"
@@ -165,7 +166,7 @@ defineSlots<{
165166
</script>
166167

167168
<style lang="postcss">
168-
.input-file {
169+
.input-file__container {
169170
> .input-group > .input-group__addon {
170171
@apply py-1 pl-1 pr-2;
171172

0 commit comments

Comments
 (0)