@stonecrop/aform 0.2.45 → 0.2.47

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stonecrop/aform",
3
- "version": "0.2.45",
3
+ "version": "0.2.47",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "author": {
@@ -33,8 +33,8 @@
33
33
  "dependencies": {
34
34
  "@vueuse/core": "^11.1.0",
35
35
  "vue": "^3.5.6",
36
- "@stonecrop/themes": "0.2.45",
37
- "@stonecrop/utilities": "0.2.45"
36
+ "@stonecrop/themes": "0.2.47",
37
+ "@stonecrop/utilities": "0.2.47"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@microsoft/api-documenter": "^7.25.3",
@@ -55,10 +55,10 @@
55
55
  "vitest": "^2.1.1",
56
56
  "vue-router": "^4.4.0",
57
57
  "stonecrop-rig": "0.2.22",
58
- "@stonecrop/atable": "0.2.45"
58
+ "@stonecrop/atable": "0.2.47"
59
59
  },
60
60
  "peerDependencies": {
61
- "@stonecrop/atable": "0.2.45"
61
+ "@stonecrop/atable": "0.2.47"
62
62
  },
63
63
  "publishConfig": {
64
64
  "access": "public"
@@ -156,7 +156,7 @@ useKeyboardNav([
156
156
  </script>
157
157
 
158
158
  <style>
159
- @import url('@stonecrop/themes/default/default.css');
159
+ @import url('@stonecrop/themes/default.css');
160
160
  @import url('@/theme/adate.css');
161
161
  @import url('@/theme/aform.css');
162
162
  </style>
@@ -1 +1 @@
1
- @import url('@stonecrop/themes/default/default.css');
1
+ @import url('@stonecrop/themes/default.css');
@@ -1,2 +1,2 @@
1
- @import url('@stonecrop/themes/default/default.css');
1
+ @import url('@stonecrop/themes/default.css');
2
2
  @import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');