@ryanodd/design-system 0.1.0-dev7 → 0.1.0-dev8
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/dist/cjs/index.js +7 -7
- package/dist/esm/index.d.ts +90 -1
- package/dist/esm/index.js +1235 -1216
- package/dist/index.css +1 -1
- package/package.json +5 -2
package/dist/esm/index.d.ts
CHANGED
|
@@ -42,6 +42,22 @@ export declare type CheckboxProps = {
|
|
|
42
42
|
onClick: (checked: boolean) => void;
|
|
43
43
|
};
|
|
44
44
|
|
|
45
|
+
export declare const ChevronDown: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
46
|
+
size?: (typeof iconSizes)[number];
|
|
47
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
48
|
+
|
|
49
|
+
export declare const ChevronLeft: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
50
|
+
size?: (typeof iconSizes)[number];
|
|
51
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
52
|
+
|
|
53
|
+
export declare const ChevronRight: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
54
|
+
size?: (typeof iconSizes)[number];
|
|
55
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
56
|
+
|
|
57
|
+
export declare const ChevronUp: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
58
|
+
size?: (typeof iconSizes)[number];
|
|
59
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
60
|
+
|
|
45
61
|
export declare const Circle: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
46
62
|
size?: (typeof iconSizes)[number];
|
|
47
63
|
} & RefAttributes<SVGSVGElement>>;
|
|
@@ -87,7 +103,80 @@ export declare const Heart: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElemen
|
|
|
87
103
|
size?: (typeof iconSizes)[number];
|
|
88
104
|
} & RefAttributes<SVGSVGElement>>;
|
|
89
105
|
|
|
90
|
-
export declare const IconMap:
|
|
106
|
+
export declare const IconMap: {
|
|
107
|
+
ArrowLeft: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
108
|
+
size?: (typeof iconSizes)[number];
|
|
109
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
110
|
+
ArrowRight: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
111
|
+
size?: (typeof iconSizes)[number];
|
|
112
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
113
|
+
Calendar: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
114
|
+
size?: (typeof iconSizes)[number];
|
|
115
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
116
|
+
Check: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
117
|
+
size?: (typeof iconSizes)[number];
|
|
118
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
119
|
+
Circle: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
120
|
+
size?: (typeof iconSizes)[number];
|
|
121
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
122
|
+
Close: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
123
|
+
size?: (typeof iconSizes)[number];
|
|
124
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
125
|
+
Coffee: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
126
|
+
size?: (typeof iconSizes)[number];
|
|
127
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
128
|
+
ExternalLink: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
129
|
+
size?: (typeof iconSizes)[number];
|
|
130
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
131
|
+
Gear: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
132
|
+
size?: (typeof iconSizes)[number];
|
|
133
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
134
|
+
Hammer: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
135
|
+
size?: (typeof iconSizes)[number];
|
|
136
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
137
|
+
Heart: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
138
|
+
size?: (typeof iconSizes)[number];
|
|
139
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
140
|
+
Inbox: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
141
|
+
size?: (typeof iconSizes)[number];
|
|
142
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
143
|
+
Kebab: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
144
|
+
size?: (typeof iconSizes)[number];
|
|
145
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
146
|
+
Lamp: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
147
|
+
size?: (typeof iconSizes)[number];
|
|
148
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
149
|
+
Lightning: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
150
|
+
size?: (typeof iconSizes)[number];
|
|
151
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
152
|
+
LogIn: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
153
|
+
size?: (typeof iconSizes)[number];
|
|
154
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
155
|
+
LogOut: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
156
|
+
size?: (typeof iconSizes)[number];
|
|
157
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
158
|
+
Mail: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
159
|
+
size?: (typeof iconSizes)[number];
|
|
160
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
161
|
+
Menu: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
162
|
+
size?: (typeof iconSizes)[number];
|
|
163
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
164
|
+
NoMobile: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
165
|
+
size?: (typeof iconSizes)[number];
|
|
166
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
167
|
+
Pencil: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
168
|
+
size?: (typeof iconSizes)[number];
|
|
169
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
170
|
+
Plus: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
171
|
+
size?: (typeof iconSizes)[number];
|
|
172
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
173
|
+
Signpost: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
174
|
+
size?: (typeof iconSizes)[number];
|
|
175
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
176
|
+
SunMoon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & {
|
|
177
|
+
size?: (typeof iconSizes)[number];
|
|
178
|
+
} & RefAttributes<SVGSVGElement>>;
|
|
179
|
+
};
|
|
91
180
|
|
|
92
181
|
export declare type IconProps = ComponentPropsWithoutRef<"svg"> & {
|
|
93
182
|
size?: typeof iconSizes[number];
|