@leaflink/stash 53.0.0 → 53.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/README.md +2 -4
  2. package/dist/AddressSelect.js.map +1 -1
  3. package/dist/Carousel.js.map +1 -1
  4. package/dist/CurrencyInput.js.map +1 -1
  5. package/dist/DatePicker.js.map +1 -1
  6. package/dist/Image.vue_vue_type_script_setup_true_lang-CAj0FH9h.js.map +1 -1
  7. package/dist/InputOptions.js.map +1 -1
  8. package/dist/ListView.vue.d.ts +4 -14
  9. package/dist/Modals.js +1 -1
  10. package/dist/Modals.js.map +1 -1
  11. package/dist/Select.js +1 -1
  12. package/dist/Select.js.map +1 -1
  13. package/dist/TextEditor.js.map +1 -1
  14. package/dist/Timeline.js +4 -4
  15. package/dist/Timeline.js.map +1 -1
  16. package/dist/Timeline.vue.d.ts +2 -2
  17. package/dist/Toast.js.map +1 -1
  18. package/dist/Tooltip.vue_vue_type_script_setup_true_lang-mzBLSXy3.js.map +1 -1
  19. package/dist/components.css +2 -2
  20. package/dist/directives/tooltip.js.map +1 -1
  21. package/dist/floating-ui.vue-CuGrC-z8.js.map +1 -1
  22. package/dist/formatDateTime-Dz8bXV0R.js.map +1 -1
  23. package/dist/index-D6bxWkZ1.js.map +1 -1
  24. package/dist/index-DBV9Uz0C.js.map +1 -1
  25. package/dist/index.js.map +1 -1
  26. package/dist/isValid-DN-HkCoi.js.map +1 -1
  27. package/dist/parseISO-wlfIB_QJ.js.map +1 -1
  28. package/dist/searchFuzzy-B3TsUO-V.js.map +1 -1
  29. package/dist/tailwind-base.js +4 -4
  30. package/dist/tailwind-base.js.d.ts +10 -10
  31. package/dist/tailwind-base.js.map +1 -1
  32. package/dist/toTimeZone-Coq1oPTt.js.map +1 -1
  33. package/dist/useGoogleMaps.js.map +1 -1
  34. package/dist/useValidation.js.map +1 -1
  35. package/package.json +15 -85
  36. package/styles/backwards-compat.css +2 -3
  37. package/LICENSE +0 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leaflink/stash",
3
- "version": "53.0.0",
3
+ "version": "53.1.0",
4
4
  "description": "LeafLink's design system.",
5
5
  "homepage": "https://stash.leaflink.com",
6
6
  "main": "./dist/index.ts",
@@ -12,7 +12,6 @@
12
12
  "import": "./dist/index.js",
13
13
  "default": "./dist/index.js"
14
14
  },
15
- "./tailwind-base": "./dist/tailwind-base.js",
16
15
  "./assets/icons/*": "./assets/icons/*",
17
16
  "./assets/illustrations/FileUpload/*": "./assets/illustrations/FileUpload/*",
18
17
  "./assets/illustrations/spot/*": "./assets/illustrations/spot/*",
@@ -64,7 +63,6 @@
64
63
  "node": "^24 || ^22 || ^20 || ^18",
65
64
  "pnpm": ">=8.0.0"
66
65
  },
67
- "packageManager": "pnpm@10.16.1",
68
66
  "publishConfig": {
69
67
  "access": "public"
70
68
  },
@@ -74,29 +72,6 @@
74
72
  "last 2 versions",
75
73
  "not ie <= 10"
76
74
  ],
77
- "scripts": {
78
- "preinstall": "npx only-allow pnpm",
79
- "build": "pnpm build:spritesheet && pnpm vite build",
80
- "build:spritesheet": "svg-sprite --symbol --symbol-dest=assets/ --symbol-sprite=spritesheet.svg --svg-namespace-ids=false assets/icons/*.svg assets/integrations/*.svg",
81
- "fix": "pnpm lint:js-fix && pnpm lint:css-fix",
82
- "lint": "pnpm lint:js && pnpm lint:css",
83
- "lint:js": "eslint .",
84
- "lint:js-fix": "pnpm lint:js --fix",
85
- "lint:css": "stylelint ./**/*.vue",
86
- "lint:css-fix": "pnpm lint:css --fix",
87
- "lint:commits": "commitlint",
88
- "test": "vitest --reporter verbose",
89
- "test:ci": "vitest run --silent --coverage",
90
- "test:release": "vitest run --silent",
91
- "type-check": "vue-tsc --noEmit",
92
- "docs:illustrations": "cp -r ./assets/illustrations docs/public/",
93
- "docs:logos": "cp -r ./assets/logos docs/public/",
94
- "docs:spritesheet": "svg-sprite --symbol --symbol-dest=docs/public/ --symbol-sprite=spritesheet.svg --svg-namespace-ids=false assets/icons/*.svg assets/integrations/*.svg",
95
- "docs": "pnpm docs:spritesheet && pnpm docs:illustrations && pnpm docs:logos && vitepress dev docs",
96
- "docs:build": "pnpm docs:spritesheet && pnpm docs:illustrations && pnpm docs:logos && pnpm vitepress build docs",
97
- "docs:preview": "vitepress preview docs",
98
- "prepare": "husky"
99
- },
100
75
  "dependencies": {
101
76
  "@floating-ui/vue": "1.1.5",
102
77
  "@googlemaps/js-api-loader": "1.16.8",
@@ -119,9 +94,7 @@
119
94
  "@babel/core": "7.26.10",
120
95
  "@babel/preset-env": "7.26.9",
121
96
  "@babel/preset-typescript": "7.26.0",
122
- "@leaflink/eslint-config": "4.4.0",
123
97
  "@rollup/pluginutils": "^5.1.1",
124
- "@tailwindcss/postcss": "4.1.16",
125
98
  "@testing-library/jest-dom": "^6.6.3",
126
99
  "@testing-library/user-event": "^14.5.2",
127
100
  "@testing-library/vue": "^8.1.0",
@@ -130,41 +103,26 @@
130
103
  "@types/plaid-link": "^2.0.15",
131
104
  "@vitejs/plugin-vue": "5.2.1",
132
105
  "@vitejs/plugin-vue-jsx": "4.1.1",
133
- "@vitest/coverage-v8": "3.2.4",
106
+ "@vitest/coverage-v8": "3.0.8",
134
107
  "@vue/babel-plugin-jsx": "1.4.0",
135
108
  "@vue/test-utils": "^2.4.6",
136
- "commitlint": "^19.8.1",
137
- "doctoc": "^2.2.1",
138
- "eslint": "^9.31.0",
139
- "globals": "^16.3.0",
140
- "husky": "^9.1.6",
109
+ "autoprefixer": "^10.4.20",
141
110
  "jsdom": "^25.0.1",
142
- "lint-staged": "^15.2.10",
143
- "medium-zoom": "^1.1.0",
144
- "postcss": "8.5.6",
145
- "postcss-html": "1.8.0",
146
- "postcss-prefix-selector": "^1.16.1",
147
- "postcss-preset-env": "10.4.0",
111
+ "postcss": "^8.4.47",
112
+ "postcss-html": "^1.7.0",
113
+ "postcss-preset-env": "^10.4.0",
148
114
  "prettier": "^3.6.2",
149
115
  "quill": "^2.0.2",
150
116
  "rollup-plugin-copy": "^3.5.0",
151
- "stylelint": "^16.12.0",
152
- "stylelint-config-standard-scss": "^15.0.1",
153
- "stylelint-config-standard-vue": "^1.0.0",
154
117
  "svg-sprite": "^2.0.4",
155
- "tailwindcss": "4.1.16",
156
118
  "typescript": "5.4.2",
157
119
  "vite": "6.2.2",
158
120
  "vite-plugin-dts": "3.9.1",
159
121
  "vite-svg-loader": "^5.1.0",
160
- "vitepress": "1.6.4",
161
- "vitest": "3.2.4",
162
- "vue-component-meta": "3.0.6",
163
- "vue-eslint-parser": "10.2.0",
122
+ "vitest": "3.0.8",
164
123
  "vue-tsc": "2.2.8"
165
124
  },
166
125
  "peerDependencies": {
167
- "@leaflink/eslint-config": "^4.4.0",
168
126
  "lodash-es": "^4.x.x",
169
127
  "tailwindcss": "^4.x.x",
170
128
  "vue-router": "^4.x.x"
@@ -177,43 +135,15 @@
177
135
  "optional": true
178
136
  }
179
137
  },
180
- "lint-staged": {
181
- "{README,CONTRIBUTING,ARCHITECTURE}.md": [
182
- "prettier --write --config ./node_modules/@leaflink/eslint-config/prettier.js",
183
- "doctoc --title '## Table of Contents'"
184
- ]
185
- },
186
138
  "volta": {
187
139
  "node": "22.19.0"
188
140
  },
189
- "stylelint": {
190
- "extends": [
191
- "@leaflink/eslint-config/stylelint"
192
- ],
193
- "rules": {
194
- "value-keyword-case": [
195
- "lower",
196
- {
197
- "ignoreFunctions": [
198
- "theme",
199
- "v-bind"
200
- ]
201
- }
202
- ],
203
- "function-no-unknown": [
204
- true,
205
- {
206
- "ignoreFunctions": [
207
- "theme",
208
- "v-bind"
209
- ]
210
- }
211
- ]
212
- }
213
- },
214
- "commitlint": {
215
- "extends": [
216
- "@leaflink/eslint-config/commitlint"
217
- ]
141
+ "scripts": {
142
+ "prebuild": "svg-sprite --symbol --symbol-dest=assets/ --symbol-sprite=spritesheet.svg --svg-namespace-ids=false assets/icons/*.svg assets/integrations/*.svg",
143
+ "build": "vite build",
144
+ "test": "vitest run --reporter verbose",
145
+ "test:watch": "vitest --reporter verbose",
146
+ "test:ci": "vitest run --silent --coverage",
147
+ "type-check": "vue-tsc --noEmit"
218
148
  }
219
- }
149
+ }
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable */
2
+
1
3
  /**
2
4
  * This file contains the following css migrated from main.scss and it's children:
3
5
  * ✅ All CSS Variables
@@ -1359,7 +1361,6 @@
1359
1361
  /* ---------------------------------------
1360
1362
  1. Sidebar
1361
1363
  ---------------------------------------- */
1362
- /* stylelint-disable no-descending-specificity */
1363
1364
  .sidebar {
1364
1365
  background: #1E164B;
1365
1366
  background: var(--color-purple-500);
@@ -2259,7 +2260,6 @@ textarea {
2259
2260
  /* ---------------------------------------
2260
2261
  Checkbox & Radio
2261
2262
  ---------------------------------------- */
2262
- /* stylelint-disable no-descending-specificity */
2263
2263
  .input--checkbox,
2264
2264
  .input--radio {
2265
2265
  display: block;
@@ -2445,7 +2445,6 @@ textarea {
2445
2445
  /* ---------------------------------------
2446
2446
  Table
2447
2447
  ---------------------------------------- */
2448
- /* stylelint-disable no-descending-specificity */
2449
2448
  .table--bordered {
2450
2449
  border: 1px solid #C5C9D4;
2451
2450
  border-collapse: separate;
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- The MIT License
2
-
3
- Copyright (c) 2020 LeafLink, Inc. https://leafLink.com
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.