@seed-design/migration-index 0.0.1-rc.0 → 0.0.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @seed-design/migration-index
2
2
 
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 9f55b8f: add iconography index
8
+
9
+ ## 0.0.1
10
+
3
11
  ## 0.0.1-rc.0
4
12
 
5
13
  ### Patch Changes
package/color.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { FoundationTokenMapping } from "./index";
1
+ import type { FoundationTokenMapping } from "./types";
2
2
 
3
3
  export declare const semanticColorMappings: FoundationTokenMapping[];
4
4
  export declare const scaleColorMappings: FoundationTokenMapping[];
@@ -0,0 +1,5 @@
1
+ import type { FoundationTokenMapping } from "./types";
2
+
3
+ export declare const monochromeIconMappings: FoundationTokenMapping[];
4
+ export declare const multicolorIconMappings: FoundationTokenMapping[];
5
+ export declare const iconMappings: FoundationTokenMapping[];