@pure-ds/core 0.3.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 (129) hide show
  1. package/CSS-INTELLISENSE-LIMITATION.md +98 -0
  2. package/CSS-INTELLISENSE-QUICK-REF.md +238 -0
  3. package/INTELLISENSE.md +384 -0
  4. package/LICENSE +15 -0
  5. package/custom-elements-manifest.config.js +30 -0
  6. package/custom-elements.json +2003 -0
  7. package/dist/types/index.d.ts +2 -0
  8. package/dist/types/packages/pds-configurator/src/figma-export.d.ts +13 -0
  9. package/dist/types/packages/pds-configurator/src/figma-export.d.ts.map +1 -0
  10. package/dist/types/packages/pds-configurator/src/pds-config-form.d.ts +2 -0
  11. package/dist/types/packages/pds-configurator/src/pds-config-form.d.ts.map +1 -0
  12. package/dist/types/packages/pds-configurator/src/pds-configurator.d.ts +2 -0
  13. package/dist/types/packages/pds-configurator/src/pds-configurator.d.ts.map +1 -0
  14. package/dist/types/packages/pds-configurator/src/pds-demo.d.ts +2 -0
  15. package/dist/types/packages/pds-configurator/src/pds-demo.d.ts.map +1 -0
  16. package/dist/types/pds.config.d.ts +13 -0
  17. package/dist/types/pds.config.d.ts.map +1 -0
  18. package/dist/types/pds.d.ts +408 -0
  19. package/dist/types/public/assets/js/app.d.ts +2 -0
  20. package/dist/types/public/assets/js/app.d.ts.map +1 -0
  21. package/dist/types/public/assets/js/pds.d.ts +23 -0
  22. package/dist/types/public/assets/js/pds.d.ts.map +1 -0
  23. package/dist/types/public/assets/pds/components/pds-calendar.d.ts +23 -0
  24. package/dist/types/public/assets/pds/components/pds-calendar.d.ts.map +1 -0
  25. package/dist/types/public/assets/pds/components/pds-drawer.d.ts +2 -0
  26. package/dist/types/public/assets/pds/components/pds-drawer.d.ts.map +1 -0
  27. package/dist/types/public/assets/pds/components/pds-icon.d.ts +53 -0
  28. package/dist/types/public/assets/pds/components/pds-icon.d.ts.map +1 -0
  29. package/dist/types/public/assets/pds/components/pds-jsonform.d.ts +104 -0
  30. package/dist/types/public/assets/pds/components/pds-jsonform.d.ts.map +1 -0
  31. package/dist/types/public/assets/pds/components/pds-richtext.d.ts +121 -0
  32. package/dist/types/public/assets/pds/components/pds-richtext.d.ts.map +1 -0
  33. package/dist/types/public/assets/pds/components/pds-scrollrow.d.ts +61 -0
  34. package/dist/types/public/assets/pds/components/pds-scrollrow.d.ts.map +1 -0
  35. package/dist/types/public/assets/pds/components/pds-splitpanel.d.ts +1 -0
  36. package/dist/types/public/assets/pds/components/pds-splitpanel.d.ts.map +1 -0
  37. package/dist/types/public/assets/pds/components/pds-tabstrip.d.ts +39 -0
  38. package/dist/types/public/assets/pds/components/pds-tabstrip.d.ts.map +1 -0
  39. package/dist/types/public/assets/pds/components/pds-toaster.d.ts +111 -0
  40. package/dist/types/public/assets/pds/components/pds-toaster.d.ts.map +1 -0
  41. package/dist/types/public/assets/pds/components/pds-upload.d.ts +83 -0
  42. package/dist/types/public/assets/pds/components/pds-upload.d.ts.map +1 -0
  43. package/dist/types/src/js/app.d.ts +2 -0
  44. package/dist/types/src/js/app.d.ts.map +1 -0
  45. package/dist/types/src/js/common/ask.d.ts +22 -0
  46. package/dist/types/src/js/common/ask.d.ts.map +1 -0
  47. package/dist/types/src/js/common/common.d.ts +3 -0
  48. package/dist/types/src/js/common/common.d.ts.map +1 -0
  49. package/dist/types/src/js/common/font-loader.d.ts +24 -0
  50. package/dist/types/src/js/common/font-loader.d.ts.map +1 -0
  51. package/dist/types/src/js/common/msg.d.ts +3 -0
  52. package/dist/types/src/js/common/msg.d.ts.map +1 -0
  53. package/dist/types/src/js/lit.d.ts +25 -0
  54. package/dist/types/src/js/lit.d.ts.map +1 -0
  55. package/dist/types/src/js/pds-configurator/figma-export.d.ts +13 -0
  56. package/dist/types/src/js/pds-configurator/figma-export.d.ts.map +1 -0
  57. package/dist/types/src/js/pds-configurator/pds-config-form.d.ts +2 -0
  58. package/dist/types/src/js/pds-configurator/pds-config-form.d.ts.map +1 -0
  59. package/dist/types/src/js/pds-configurator/pds-configurator.d.ts +2 -0
  60. package/dist/types/src/js/pds-configurator/pds-configurator.d.ts.map +1 -0
  61. package/dist/types/src/js/pds-configurator/pds-demo.d.ts +2 -0
  62. package/dist/types/src/js/pds-configurator/pds-demo.d.ts.map +1 -0
  63. package/dist/types/src/js/pds-core/pds-config.d.ts +758 -0
  64. package/dist/types/src/js/pds-core/pds-config.d.ts.map +1 -0
  65. package/dist/types/src/js/pds-core/pds-enhancer-metadata.d.ts +6 -0
  66. package/dist/types/src/js/pds-core/pds-enhancer-metadata.d.ts.map +1 -0
  67. package/dist/types/src/js/pds-core/pds-enhancers.d.ts +14 -0
  68. package/dist/types/src/js/pds-core/pds-enhancers.d.ts.map +1 -0
  69. package/dist/types/src/js/pds-core/pds-enums.d.ts +87 -0
  70. package/dist/types/src/js/pds-core/pds-enums.d.ts.map +1 -0
  71. package/dist/types/src/js/pds-core/pds-generator.d.ts +741 -0
  72. package/dist/types/src/js/pds-core/pds-generator.d.ts.map +1 -0
  73. package/dist/types/src/js/pds-core/pds-ontology.d.ts +48 -0
  74. package/dist/types/src/js/pds-core/pds-ontology.d.ts.map +1 -0
  75. package/dist/types/src/js/pds-core/pds-paths.d.ts +37 -0
  76. package/dist/types/src/js/pds-core/pds-paths.d.ts.map +1 -0
  77. package/dist/types/src/js/pds-core/pds-query.d.ts +102 -0
  78. package/dist/types/src/js/pds-core/pds-query.d.ts.map +1 -0
  79. package/dist/types/src/js/pds-core/pds-registry.d.ts +40 -0
  80. package/dist/types/src/js/pds-core/pds-registry.d.ts.map +1 -0
  81. package/dist/types/src/js/pds.d.ts +109 -0
  82. package/dist/types/src/js/pds.d.ts.map +1 -0
  83. package/dist/types/src/pds-core/pds-api.d.ts +31 -0
  84. package/dist/types/src/pds-core/pds-api.d.ts.map +1 -0
  85. package/package.json +104 -0
  86. package/packages/pds-cli/README.md +15 -0
  87. package/packages/pds-cli/bin/generate-css-data.js +565 -0
  88. package/packages/pds-cli/bin/generate-manifest.js +352 -0
  89. package/packages/pds-cli/bin/pds-build-icons.js +152 -0
  90. package/packages/pds-cli/bin/pds-dx.js +114 -0
  91. package/packages/pds-cli/bin/pds-static.js +556 -0
  92. package/packages/pds-cli/bin/pds.js +127 -0
  93. package/packages/pds-cli/bin/postinstall.js +380 -0
  94. package/packages/pds-cli/bin/sync-assets.js +252 -0
  95. package/packages/pds-cli/lib/asset-roots.js +47 -0
  96. package/packages/pds-cli/lib/fs-writer.js +75 -0
  97. package/pds.css-data.json +5 -0
  98. package/pds.html-data.json +5 -0
  99. package/public/assets/js/app.js +5719 -0
  100. package/public/assets/js/lit.js +131 -0
  101. package/public/assets/js/pds.js +3423 -0
  102. package/public/assets/pds/components/pds-calendar.js +837 -0
  103. package/public/assets/pds/components/pds-drawer.js +857 -0
  104. package/public/assets/pds/components/pds-icon.js +338 -0
  105. package/public/assets/pds/components/pds-jsonform.js +1775 -0
  106. package/public/assets/pds/components/pds-richtext.js +1035 -0
  107. package/public/assets/pds/components/pds-scrollrow.js +331 -0
  108. package/public/assets/pds/components/pds-splitpanel.js +401 -0
  109. package/public/assets/pds/components/pds-tabstrip.js +251 -0
  110. package/public/assets/pds/components/pds-toaster.js +446 -0
  111. package/public/assets/pds/components/pds-upload.js +657 -0
  112. package/public/assets/pds/custom-elements.json +2003 -0
  113. package/public/assets/pds/icons/pds-icons.svg +498 -0
  114. package/public/assets/pds/pds-css-complete.json +1861 -0
  115. package/public/assets/pds/pds.css-data.json +2152 -0
  116. package/public/assets/pds/vscode-custom-data.json +824 -0
  117. package/readme.md +1870 -0
  118. package/src/js/pds-core/pds-config.js +1162 -0
  119. package/src/js/pds-core/pds-enhancer-metadata.js +75 -0
  120. package/src/js/pds-core/pds-enhancers.js +357 -0
  121. package/src/js/pds-core/pds-enums.js +86 -0
  122. package/src/js/pds-core/pds-generator.js +5317 -0
  123. package/src/js/pds-core/pds-ontology.js +256 -0
  124. package/src/js/pds-core/pds-paths.js +109 -0
  125. package/src/js/pds-core/pds-query.js +571 -0
  126. package/src/js/pds-core/pds-registry.js +129 -0
  127. package/src/js/pds-core/pds.d.ts +129 -0
  128. package/src/js/pds.d.ts +408 -0
  129. package/src/js/pds.js +1579 -0
@@ -0,0 +1,741 @@
1
+ /**
2
+ * Adopt primitives stylesheet into a shadow root
3
+ * This is the primary method components should use
4
+ *
5
+ * @param {ShadowRoot} shadowRoot - The shadow root to adopt into
6
+ * @param {CSSStyleSheet[]} additionalSheets - Additional component-specific stylesheets
7
+ * @returns {Promise<void>}
8
+ *
9
+ * @example
10
+ * // In your web component:
11
+ * import { PDS } from 'pure-ds';
12
+ *
13
+ * async connectedCallback() {
14
+ * this.attachShadow({ mode: 'open' });
15
+ *
16
+ * const componentStyles = new CSSStyleSheet();
17
+ * componentStyles.replaceSync(`...your styles...`);
18
+ *
19
+ * await PDS.adoptPrimitives(this.shadowRoot, [componentStyles]);
20
+ * }
21
+ */
22
+ export function adoptPrimitives(shadowRoot: ShadowRoot, additionalSheets?: CSSStyleSheet[]): Promise<void>;
23
+ /**
24
+ * Adopt multiple layers into a shadow root
25
+ * For complex components that need more than just primitives
26
+ *
27
+ * @param {ShadowRoot} shadowRoot - The shadow root to adopt into
28
+ * @param {string[]} layers - Array of layer names to adopt (e.g., ['tokens', 'primitives', 'components'])
29
+ * @param {CSSStyleSheet[]} additionalSheets - Additional component-specific stylesheets
30
+ * @returns {Promise<void>}
31
+ */
32
+ export function adoptLayers(shadowRoot: ShadowRoot, layers?: string[], additionalSheets?: CSSStyleSheet[]): Promise<void>;
33
+ /**
34
+ * Create a component-specific stylesheet from CSS string
35
+ * Helper to create constructable stylesheets
36
+ *
37
+ * @param {string} css - CSS string
38
+ * @returns {CSSStyleSheet}
39
+ */
40
+ export function createStylesheet(css: string): CSSStyleSheet;
41
+ /**
42
+ * Check if running in live design system context
43
+ * Useful for conditional behavior
44
+ *
45
+ * @returns {boolean}
46
+ */
47
+ export function isLiveMode(): boolean;
48
+ /**
49
+ * Generator - A JS-config-first design system
50
+ * Generates comprehensive CSS variables and styles from a minimal configuration
51
+ */
52
+ export class Generator {
53
+ /**
54
+ * Static method to apply styles to document
55
+ * Creates a link element with BLOB URL
56
+ * @param {Generator} generator - The Generator instance with generated styles
57
+ */
58
+ static applyStyles(generator: Generator): void;
59
+ /**
60
+ * Install runtime styles for PDS using constructable stylesheets when
61
+ * available, otherwise update a single <style id="pds-runtime-stylesheet">.
62
+ * This approach reduces flicker and avoids link/blob swapping.
63
+ */
64
+ static installRuntimeStyles(cssText: any): void;
65
+ constructor(options?: {});
66
+ options: {
67
+ debug: boolean;
68
+ };
69
+ tokens: {
70
+ colors: {
71
+ primary: {
72
+ 50: string;
73
+ 100: string;
74
+ 200: string;
75
+ 300: string;
76
+ 400: string;
77
+ 500: any;
78
+ 600: string;
79
+ 700: string;
80
+ 800: string;
81
+ 900: string;
82
+ };
83
+ secondary: {
84
+ 50: string;
85
+ 100: string;
86
+ 200: string;
87
+ 300: string;
88
+ 400: string;
89
+ 500: any;
90
+ 600: string;
91
+ 700: string;
92
+ 800: string;
93
+ 900: string;
94
+ };
95
+ accent: {
96
+ 50: string;
97
+ 100: string;
98
+ 200: string;
99
+ 300: string;
100
+ 400: string;
101
+ 500: any;
102
+ 600: string;
103
+ 700: string;
104
+ 800: string;
105
+ 900: string;
106
+ };
107
+ success: {
108
+ 50: string;
109
+ 100: string;
110
+ 200: string;
111
+ 300: string;
112
+ 400: string;
113
+ 500: any;
114
+ 600: string;
115
+ 700: string;
116
+ 800: string;
117
+ 900: string;
118
+ };
119
+ warning: {
120
+ 50: string;
121
+ 100: string;
122
+ 200: string;
123
+ 300: string;
124
+ 400: string;
125
+ 500: any;
126
+ 600: string;
127
+ 700: string;
128
+ 800: string;
129
+ 900: string;
130
+ };
131
+ danger: {
132
+ 50: string;
133
+ 100: string;
134
+ 200: string;
135
+ 300: string;
136
+ 400: string;
137
+ 500: any;
138
+ 600: string;
139
+ 700: string;
140
+ 800: string;
141
+ 900: string;
142
+ };
143
+ info: {
144
+ 50: string;
145
+ 100: string;
146
+ 200: string;
147
+ 300: string;
148
+ 400: string;
149
+ 500: any;
150
+ 600: string;
151
+ 700: string;
152
+ 800: string;
153
+ 900: string;
154
+ };
155
+ gray: {
156
+ 50: string;
157
+ 100: string;
158
+ 200: string;
159
+ 300: string;
160
+ 400: string;
161
+ 500: any;
162
+ 600: string;
163
+ 700: string;
164
+ 800: string;
165
+ 900: string;
166
+ };
167
+ surface: {
168
+ base: any;
169
+ subtle: string;
170
+ elevated: string;
171
+ sunken: string;
172
+ overlay: string;
173
+ inverse: string;
174
+ hover: string;
175
+ };
176
+ };
177
+ spacing: string;
178
+ radius: {
179
+ none: string;
180
+ xs: string;
181
+ sm: string;
182
+ md: string;
183
+ lg: string;
184
+ xl: string;
185
+ full: string;
186
+ };
187
+ borderWidths: {
188
+ hairline: string;
189
+ thin: string;
190
+ medium: string;
191
+ thick: string;
192
+ };
193
+ typography: {
194
+ fontFamily: {
195
+ headings: any;
196
+ body: any;
197
+ mono: any;
198
+ };
199
+ fontSize: {
200
+ xs: string;
201
+ sm: string;
202
+ base: string;
203
+ lg: string;
204
+ xl: string;
205
+ "2xl": string;
206
+ "3xl": string;
207
+ "4xl": string;
208
+ };
209
+ fontWeight: {
210
+ light: any;
211
+ normal: any;
212
+ medium: any;
213
+ semibold: any;
214
+ bold: any;
215
+ };
216
+ lineHeight: {
217
+ tight: any;
218
+ normal: any;
219
+ relaxed: any;
220
+ };
221
+ };
222
+ shadows: {
223
+ sm: string;
224
+ base: string;
225
+ md: string;
226
+ lg: string;
227
+ xl: string;
228
+ inner: string;
229
+ };
230
+ layout: {
231
+ maxWidth: string;
232
+ minHeight: string;
233
+ containerPadding: string;
234
+ breakpoints: {
235
+ sm: string;
236
+ md: string;
237
+ lg: string;
238
+ xl: string;
239
+ };
240
+ pageMargin: string;
241
+ sectionGap: string;
242
+ containerGap: string;
243
+ heroSpacing: string;
244
+ footerSpacing: string;
245
+ };
246
+ transitions: {
247
+ fast: string;
248
+ normal: string;
249
+ slow: string;
250
+ };
251
+ zIndex: {
252
+ dropdown: any;
253
+ sticky: any;
254
+ fixed: any;
255
+ modal: any;
256
+ drawer: any;
257
+ popover: any;
258
+ tooltip: any;
259
+ notification: any;
260
+ };
261
+ icons: {
262
+ set: any;
263
+ weight: any;
264
+ defaultSize: string;
265
+ sizes: {
266
+ [k: string]: string;
267
+ };
268
+ spritePath: any;
269
+ };
270
+ };
271
+ generateTokens(): {
272
+ colors: {
273
+ primary: {
274
+ 50: string;
275
+ 100: string;
276
+ 200: string;
277
+ 300: string;
278
+ 400: string;
279
+ 500: any;
280
+ 600: string;
281
+ 700: string;
282
+ 800: string;
283
+ 900: string;
284
+ };
285
+ secondary: {
286
+ 50: string;
287
+ 100: string;
288
+ 200: string;
289
+ 300: string;
290
+ 400: string;
291
+ 500: any;
292
+ 600: string;
293
+ 700: string;
294
+ 800: string;
295
+ 900: string;
296
+ };
297
+ accent: {
298
+ 50: string;
299
+ 100: string;
300
+ 200: string;
301
+ 300: string;
302
+ 400: string;
303
+ 500: any;
304
+ 600: string;
305
+ 700: string;
306
+ 800: string;
307
+ 900: string;
308
+ };
309
+ success: {
310
+ 50: string;
311
+ 100: string;
312
+ 200: string;
313
+ 300: string;
314
+ 400: string;
315
+ 500: any;
316
+ 600: string;
317
+ 700: string;
318
+ 800: string;
319
+ 900: string;
320
+ };
321
+ warning: {
322
+ 50: string;
323
+ 100: string;
324
+ 200: string;
325
+ 300: string;
326
+ 400: string;
327
+ 500: any;
328
+ 600: string;
329
+ 700: string;
330
+ 800: string;
331
+ 900: string;
332
+ };
333
+ danger: {
334
+ 50: string;
335
+ 100: string;
336
+ 200: string;
337
+ 300: string;
338
+ 400: string;
339
+ 500: any;
340
+ 600: string;
341
+ 700: string;
342
+ 800: string;
343
+ 900: string;
344
+ };
345
+ info: {
346
+ 50: string;
347
+ 100: string;
348
+ 200: string;
349
+ 300: string;
350
+ 400: string;
351
+ 500: any;
352
+ 600: string;
353
+ 700: string;
354
+ 800: string;
355
+ 900: string;
356
+ };
357
+ gray: {
358
+ 50: string;
359
+ 100: string;
360
+ 200: string;
361
+ 300: string;
362
+ 400: string;
363
+ 500: any;
364
+ 600: string;
365
+ 700: string;
366
+ 800: string;
367
+ 900: string;
368
+ };
369
+ surface: {
370
+ base: any;
371
+ subtle: string;
372
+ elevated: string;
373
+ sunken: string;
374
+ overlay: string;
375
+ inverse: string;
376
+ hover: string;
377
+ };
378
+ };
379
+ spacing: string;
380
+ radius: {
381
+ none: string;
382
+ xs: string;
383
+ sm: string;
384
+ md: string;
385
+ lg: string;
386
+ xl: string;
387
+ full: string;
388
+ };
389
+ borderWidths: {
390
+ hairline: string;
391
+ thin: string;
392
+ medium: string;
393
+ thick: string;
394
+ };
395
+ typography: {
396
+ fontFamily: {
397
+ headings: any;
398
+ body: any;
399
+ mono: any;
400
+ };
401
+ fontSize: {
402
+ xs: string;
403
+ sm: string;
404
+ base: string;
405
+ lg: string;
406
+ xl: string;
407
+ "2xl": string;
408
+ "3xl": string;
409
+ "4xl": string;
410
+ };
411
+ fontWeight: {
412
+ light: any;
413
+ normal: any;
414
+ medium: any;
415
+ semibold: any;
416
+ bold: any;
417
+ };
418
+ lineHeight: {
419
+ tight: any;
420
+ normal: any;
421
+ relaxed: any;
422
+ };
423
+ };
424
+ shadows: {
425
+ sm: string;
426
+ base: string;
427
+ md: string;
428
+ lg: string;
429
+ xl: string;
430
+ inner: string;
431
+ };
432
+ layout: {
433
+ maxWidth: string;
434
+ minHeight: string;
435
+ containerPadding: string;
436
+ breakpoints: {
437
+ sm: string;
438
+ md: string;
439
+ lg: string;
440
+ xl: string;
441
+ };
442
+ pageMargin: string;
443
+ sectionGap: string;
444
+ containerGap: string;
445
+ heroSpacing: string;
446
+ footerSpacing: string;
447
+ };
448
+ transitions: {
449
+ fast: string;
450
+ normal: string;
451
+ slow: string;
452
+ };
453
+ zIndex: {
454
+ dropdown: any;
455
+ sticky: any;
456
+ fixed: any;
457
+ modal: any;
458
+ drawer: any;
459
+ popover: any;
460
+ tooltip: any;
461
+ notification: any;
462
+ };
463
+ icons: {
464
+ set: any;
465
+ weight: any;
466
+ defaultSize: string;
467
+ sizes: {
468
+ [k: string]: string;
469
+ };
470
+ spritePath: any;
471
+ };
472
+ };
473
+ /**
474
+ * Generate spacing tokens based on the provided configuration.
475
+ * @param {Object} spatialConfig
476
+ * @returns { String } CSS spacing tokens
477
+ */
478
+ generateSpacingTokens(spatialConfig: any): string;
479
+ generateTypographyTokens(typographyConfig: any): {
480
+ fontFamily: {
481
+ headings: any;
482
+ body: any;
483
+ mono: any;
484
+ };
485
+ fontSize: {
486
+ xs: string;
487
+ sm: string;
488
+ base: string;
489
+ lg: string;
490
+ xl: string;
491
+ "2xl": string;
492
+ "3xl": string;
493
+ "4xl": string;
494
+ };
495
+ fontWeight: {
496
+ light: any;
497
+ normal: any;
498
+ medium: any;
499
+ semibold: any;
500
+ bold: any;
501
+ };
502
+ lineHeight: {
503
+ tight: any;
504
+ normal: any;
505
+ relaxed: any;
506
+ };
507
+ };
508
+ getTokens(): {
509
+ colors: {
510
+ primary: {
511
+ 50: string;
512
+ 100: string;
513
+ 200: string;
514
+ 300: string;
515
+ 400: string;
516
+ 500: any;
517
+ 600: string;
518
+ 700: string;
519
+ 800: string;
520
+ 900: string;
521
+ };
522
+ secondary: {
523
+ 50: string;
524
+ 100: string;
525
+ 200: string;
526
+ 300: string;
527
+ 400: string;
528
+ 500: any;
529
+ 600: string;
530
+ 700: string;
531
+ 800: string;
532
+ 900: string;
533
+ };
534
+ accent: {
535
+ 50: string;
536
+ 100: string;
537
+ 200: string;
538
+ 300: string;
539
+ 400: string;
540
+ 500: any;
541
+ 600: string;
542
+ 700: string;
543
+ 800: string;
544
+ 900: string;
545
+ };
546
+ success: {
547
+ 50: string;
548
+ 100: string;
549
+ 200: string;
550
+ 300: string;
551
+ 400: string;
552
+ 500: any;
553
+ 600: string;
554
+ 700: string;
555
+ 800: string;
556
+ 900: string;
557
+ };
558
+ warning: {
559
+ 50: string;
560
+ 100: string;
561
+ 200: string;
562
+ 300: string;
563
+ 400: string;
564
+ 500: any;
565
+ 600: string;
566
+ 700: string;
567
+ 800: string;
568
+ 900: string;
569
+ };
570
+ danger: {
571
+ 50: string;
572
+ 100: string;
573
+ 200: string;
574
+ 300: string;
575
+ 400: string;
576
+ 500: any;
577
+ 600: string;
578
+ 700: string;
579
+ 800: string;
580
+ 900: string;
581
+ };
582
+ info: {
583
+ 50: string;
584
+ 100: string;
585
+ 200: string;
586
+ 300: string;
587
+ 400: string;
588
+ 500: any;
589
+ 600: string;
590
+ 700: string;
591
+ 800: string;
592
+ 900: string;
593
+ };
594
+ gray: {
595
+ 50: string;
596
+ 100: string;
597
+ 200: string;
598
+ 300: string;
599
+ 400: string;
600
+ 500: any;
601
+ 600: string;
602
+ 700: string;
603
+ 800: string;
604
+ 900: string;
605
+ };
606
+ surface: {
607
+ base: any;
608
+ subtle: string;
609
+ elevated: string;
610
+ sunken: string;
611
+ overlay: string;
612
+ inverse: string;
613
+ hover: string;
614
+ };
615
+ };
616
+ spacing: string;
617
+ radius: {
618
+ none: string;
619
+ xs: string;
620
+ sm: string;
621
+ md: string;
622
+ lg: string;
623
+ xl: string;
624
+ full: string;
625
+ };
626
+ borderWidths: {
627
+ hairline: string;
628
+ thin: string;
629
+ medium: string;
630
+ thick: string;
631
+ };
632
+ typography: {
633
+ fontFamily: {
634
+ headings: any;
635
+ body: any;
636
+ mono: any;
637
+ };
638
+ fontSize: {
639
+ xs: string;
640
+ sm: string;
641
+ base: string;
642
+ lg: string;
643
+ xl: string;
644
+ "2xl": string;
645
+ "3xl": string;
646
+ "4xl": string;
647
+ };
648
+ fontWeight: {
649
+ light: any;
650
+ normal: any;
651
+ medium: any;
652
+ semibold: any;
653
+ bold: any;
654
+ };
655
+ lineHeight: {
656
+ tight: any;
657
+ normal: any;
658
+ relaxed: any;
659
+ };
660
+ };
661
+ shadows: {
662
+ sm: string;
663
+ base: string;
664
+ md: string;
665
+ lg: string;
666
+ xl: string;
667
+ inner: string;
668
+ };
669
+ layout: {
670
+ maxWidth: string;
671
+ minHeight: string;
672
+ containerPadding: string;
673
+ breakpoints: {
674
+ sm: string;
675
+ md: string;
676
+ lg: string;
677
+ xl: string;
678
+ };
679
+ pageMargin: string;
680
+ sectionGap: string;
681
+ containerGap: string;
682
+ heroSpacing: string;
683
+ footerSpacing: string;
684
+ };
685
+ transitions: {
686
+ fast: string;
687
+ normal: string;
688
+ slow: string;
689
+ };
690
+ zIndex: {
691
+ dropdown: any;
692
+ sticky: any;
693
+ fixed: any;
694
+ modal: any;
695
+ drawer: any;
696
+ popover: any;
697
+ tooltip: any;
698
+ notification: any;
699
+ };
700
+ icons: {
701
+ set: any;
702
+ weight: any;
703
+ defaultSize: string;
704
+ sizes: {
705
+ [k: string]: string;
706
+ };
707
+ spritePath: any;
708
+ };
709
+ };
710
+ exportCSS(): string;
711
+ get tokensCSS(): any;
712
+ get primitivesCSS(): any;
713
+ get componentsCSS(): any;
714
+ get utilitiesCSS(): any;
715
+ get layeredCSS(): string;
716
+ /**
717
+ * Get a complete compiled representation of the design system state.
718
+ * This provides structured access to all generated tokens, scales, layers, and metadata.
719
+ * Linked to ontology and enums for introspection and tooling.
720
+ *
721
+ * @returns {Object} Compiled design system state with tokens, layers, metadata, and references
722
+ */
723
+ get compiled(): any;
724
+ get tokensStylesheet(): any;
725
+ get primitivesStylesheet(): any;
726
+ get componentsStylesheet(): any;
727
+ get utilitiesStylesheet(): any;
728
+ /**
729
+ * Generate CSS module files for export
730
+ * Returns object with filename => content
731
+ */
732
+ getCSSModules(): {
733
+ "pds-tokens.css.js": string;
734
+ "pds-primitives.css.js": string;
735
+ "pds-components.css.js": string;
736
+ "pds-utilities.css.js": string;
737
+ "pds-styles.css.js": string;
738
+ };
739
+ #private;
740
+ }
741
+ //# sourceMappingURL=pds-generator.d.ts.map