@salt-ds/icons 0.0.0-snapshot-20251209111149 → 0.0.0-snapshot-20260109170443

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 (2) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # @salt-ds/icons
2
2
 
3
- ## 0.0.0-snapshot-20251209111149
3
+ ## 0.0.0-snapshot-20260109170443
4
+
5
+ ### Patch Changes
6
+
7
+ - e12cacd: poc
8
+ - Updated dependencies [e12cacd]
9
+ - @salt-ds/styles@0.0.0-snapshot-20260109170443
10
+
11
+ ## 1.16.0
4
12
 
5
13
  ### Minor Changes
6
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/icons",
3
- "version": "0.0.0-snapshot-20251209111149",
3
+ "version": "0.0.0-snapshot-20260109170443",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "clean": "rimraf ./src/components"
28
28
  },
29
29
  "dependencies": {
30
- "@salt-ds/styles": "0.2.1",
30
+ "@salt-ds/styles": "0.0.0-snapshot-20260109170443",
31
31
  "@salt-ds/window": "0.1.1",
32
32
  "clsx": "^2.0.0"
33
33
  },
@@ -42,7 +42,7 @@
42
42
  }
43
43
  },
44
44
  "devDependencies": {
45
- "glob": "^8.0.0",
45
+ "glob": "^10.0.0",
46
46
  "mustache": "^4.2.0",
47
47
  "rimraf": "^4.4.0",
48
48
  "svgo": "^4.0.0"