@custardui/custardui 2.1.1 → 2.1.2-beta.1

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 (115) hide show
  1. package/dist/custardui.js +754 -514
  2. package/dist/custardui.js.map +1 -1
  3. package/dist/custardui.min.js +2 -2
  4. package/dist/custardui.min.js.map +1 -1
  5. package/dist/types/src/browser.d.ts.map +1 -1
  6. package/dist/types/src/lib/app/ui-manager.d.ts.map +1 -1
  7. package/dist/types/src/lib/features/adaptation/types.d.ts +6 -1
  8. package/dist/types/src/lib/features/adaptation/types.d.ts.map +1 -1
  9. package/dist/types/src/lib/features/anchor/descriptor.d.ts.map +1 -1
  10. package/dist/types/src/lib/features/anchor/resolver.d.ts +1 -1
  11. package/dist/types/src/lib/features/anchor/resolver.d.ts.map +1 -1
  12. package/dist/types/src/lib/features/focus/services/focus-service.svelte.d.ts +1 -2
  13. package/dist/types/src/lib/features/focus/services/focus-service.svelte.d.ts.map +1 -1
  14. package/dist/types/src/lib/features/highlight/services/highlight-service.svelte.d.ts +1 -3
  15. package/dist/types/src/lib/features/highlight/services/highlight-service.svelte.d.ts.map +1 -1
  16. package/dist/types/src/lib/features/labels/label-manager.d.ts +19 -0
  17. package/dist/types/src/lib/features/labels/label-manager.d.ts.map +1 -0
  18. package/dist/types/src/lib/features/labels/label-registry-store.svelte.d.ts +27 -0
  19. package/dist/types/src/lib/features/labels/label-registry-store.svelte.d.ts.map +1 -0
  20. package/dist/types/src/lib/features/labels/label-utils.d.ts +12 -0
  21. package/dist/types/src/lib/features/labels/label-utils.d.ts.map +1 -0
  22. package/dist/types/src/lib/features/labels/types.d.ts +12 -0
  23. package/dist/types/src/lib/features/labels/types.d.ts.map +1 -0
  24. package/dist/types/src/lib/features/placeholder/placeholder-manager.d.ts +1 -1
  25. package/dist/types/src/lib/features/placeholder/types.d.ts +2 -2
  26. package/dist/types/src/lib/features/placeholder/types.d.ts.map +1 -1
  27. package/dist/types/src/lib/features/settings/intro-manager.svelte.d.ts +2 -2
  28. package/dist/types/src/lib/features/settings/intro-manager.svelte.d.ts.map +1 -1
  29. package/dist/types/src/lib/features/toggles/types.d.ts +5 -0
  30. package/dist/types/src/lib/features/toggles/types.d.ts.map +1 -1
  31. package/dist/types/src/lib/features/url/url-constants.d.ts +13 -0
  32. package/dist/types/src/lib/features/url/url-constants.d.ts.map +1 -0
  33. package/dist/types/src/lib/features/url/url-encoding-utils.d.ts +35 -0
  34. package/dist/types/src/lib/features/url/url-encoding-utils.d.ts.map +1 -0
  35. package/dist/types/src/lib/features/url/url-state-generator.d.ts +17 -0
  36. package/dist/types/src/lib/features/url/url-state-generator.d.ts.map +1 -0
  37. package/dist/types/src/lib/features/url/url-state-manager.d.ts +10 -26
  38. package/dist/types/src/lib/features/url/url-state-manager.d.ts.map +1 -1
  39. package/dist/types/src/lib/features/url/url-state-parser.d.ts +17 -0
  40. package/dist/types/src/lib/features/url/url-state-parser.d.ts.map +1 -0
  41. package/dist/types/src/lib/features/url/url-state-shaper.d.ts +49 -0
  42. package/dist/types/src/lib/features/url/url-state-shaper.d.ts.map +1 -0
  43. package/dist/types/src/lib/registry.d.ts +1 -0
  44. package/dist/types/src/lib/registry.d.ts.map +1 -1
  45. package/dist/types/src/lib/runtime.svelte.d.ts +1 -3
  46. package/dist/types/src/lib/runtime.svelte.d.ts.map +1 -1
  47. package/dist/types/src/lib/stores/active-state-store.svelte.d.ts +8 -3
  48. package/dist/types/src/lib/stores/active-state-store.svelte.d.ts.map +1 -1
  49. package/dist/types/src/lib/stores/color-scheme-store.svelte.d.ts +13 -0
  50. package/dist/types/src/lib/stores/color-scheme-store.svelte.d.ts.map +1 -0
  51. package/dist/types/src/lib/stores/derived-store.svelte.d.ts +2 -6
  52. package/dist/types/src/lib/stores/derived-store.svelte.d.ts.map +1 -1
  53. package/dist/types/src/lib/stores/element-store.svelte.d.ts +2 -2
  54. package/dist/types/src/lib/stores/element-store.svelte.d.ts.map +1 -1
  55. package/dist/types/src/lib/types/config.d.ts +5 -4
  56. package/dist/types/src/lib/types/config.d.ts.map +1 -1
  57. package/dist/types/src/lib/types/index.d.ts +1 -1
  58. package/dist/types/src/lib/types/index.d.ts.map +1 -1
  59. package/dist/types/src/lib/utils/init-utils.d.ts +2 -3
  60. package/dist/types/src/lib/utils/init-utils.d.ts.map +1 -1
  61. package/package.json +5 -5
  62. package/dist/types/src/lib/features/render/assets.d.ts +0 -12
  63. package/dist/types/src/lib/features/render/assets.d.ts.map +0 -1
  64. package/dist/types/src/lib/features/render/render.d.ts +0 -3
  65. package/dist/types/src/lib/features/render/render.d.ts.map +0 -1
  66. package/dist/types/src/lib/features/render/types.d.ts +0 -19
  67. package/dist/types/src/lib/features/render/types.d.ts.map +0 -1
  68. package/dist/types/tests/functional/fingerprint-compatibility.test.d.ts +0 -2
  69. package/dist/types/tests/functional/fingerprint-compatibility.test.d.ts.map +0 -1
  70. package/dist/types/tests/lib/features/adaptation/adaptation-manager.test.d.ts +0 -2
  71. package/dist/types/tests/lib/features/adaptation/adaptation-manager.test.d.ts.map +0 -1
  72. package/dist/types/tests/lib/features/adaptation/stores/adaptation-store.test.d.ts +0 -2
  73. package/dist/types/tests/lib/features/adaptation/stores/adaptation-store.test.d.ts.map +0 -1
  74. package/dist/types/tests/lib/features/anchor/anchor.test.d.ts +0 -2
  75. package/dist/types/tests/lib/features/anchor/anchor.test.d.ts.map +0 -1
  76. package/dist/types/tests/lib/features/focus/focus-logic.test.d.ts +0 -2
  77. package/dist/types/tests/lib/features/focus/focus-logic.test.d.ts.map +0 -1
  78. package/dist/types/tests/lib/features/focus/focus-store.test.d.ts +0 -2
  79. package/dist/types/tests/lib/features/focus/focus-store.test.d.ts.map +0 -1
  80. package/dist/types/tests/lib/features/highlight/highlight-logic.test.d.ts +0 -2
  81. package/dist/types/tests/lib/features/highlight/highlight-logic.test.d.ts.map +0 -1
  82. package/dist/types/tests/lib/features/notifications/stores/toast-store.test.d.ts +0 -2
  83. package/dist/types/tests/lib/features/notifications/stores/toast-store.test.d.ts.map +0 -1
  84. package/dist/types/tests/lib/features/placeholder/placeholder-binder.test.d.ts +0 -2
  85. package/dist/types/tests/lib/features/placeholder/placeholder-binder.test.d.ts.map +0 -1
  86. package/dist/types/tests/lib/features/placeholder/placeholder-manager.test.d.ts +0 -2
  87. package/dist/types/tests/lib/features/placeholder/placeholder-manager.test.d.ts.map +0 -1
  88. package/dist/types/tests/lib/features/settings/intro-manager.test.d.ts +0 -2
  89. package/dist/types/tests/lib/features/settings/intro-manager.test.d.ts.map +0 -1
  90. package/dist/types/tests/lib/features/settings/stores/icon-settings-store.test.d.ts +0 -2
  91. package/dist/types/tests/lib/features/settings/stores/icon-settings-store.test.d.ts.map +0 -1
  92. package/dist/types/tests/lib/features/share/share-logic.test.d.ts +0 -2
  93. package/dist/types/tests/lib/features/share/share-logic.test.d.ts.map +0 -1
  94. package/dist/types/tests/lib/features/share/share-store.test.d.ts +0 -2
  95. package/dist/types/tests/lib/features/share/share-store.test.d.ts.map +0 -1
  96. package/dist/types/tests/lib/features/url/url-action-handler.test.d.ts +0 -2
  97. package/dist/types/tests/lib/features/url/url-action-handler.test.d.ts.map +0 -1
  98. package/dist/types/tests/lib/features/url/url-state-manager.test.d.ts +0 -2
  99. package/dist/types/tests/lib/features/url/url-state-manager.test.d.ts.map +0 -1
  100. package/dist/types/tests/lib/services/url-action-router.test.d.ts +0 -2
  101. package/dist/types/tests/lib/services/url-action-router.test.d.ts.map +0 -1
  102. package/dist/types/tests/lib/stores/active-state-store.test.d.ts +0 -2
  103. package/dist/types/tests/lib/stores/active-state-store.test.d.ts.map +0 -1
  104. package/dist/types/tests/lib/stores/element-store.test.d.ts +0 -2
  105. package/dist/types/tests/lib/stores/element-store.test.d.ts.map +0 -1
  106. package/dist/types/tests/lib/stores/ui-store.test.d.ts +0 -2
  107. package/dist/types/tests/lib/stores/ui-store.test.d.ts.map +0 -1
  108. package/dist/types/tests/lib/utils/persistence.test.d.ts +0 -2
  109. package/dist/types/tests/lib/utils/persistence.test.d.ts.map +0 -1
  110. package/dist/types/tests/lib/utils/scroll-utils.test.d.ts +0 -2
  111. package/dist/types/tests/lib/utils/scroll-utils.test.d.ts.map +0 -1
  112. package/dist/types/tests/lib/utils/url-utils.test.d.ts +0 -2
  113. package/dist/types/tests/lib/utils/url-utils.test.d.ts.map +0 -1
  114. package/dist/types/tests/setup.d.ts +0 -2
  115. package/dist/types/tests/setup.d.ts.map +0 -1
@@ -1,17 +1,13 @@
1
- import type { AssetsManager } from '$features/render/assets';
2
1
  /**
3
2
  * Cross-cutting derived state that combines data from multiple sub-stores.
4
- * Holds only computed/derived values and assetsManager — no mutable application state.
3
+ * Holds only computed/derived values — no mutable application state.
5
4
  */
6
- declare class DerivedStateStore {
7
- assetsManager: AssetsManager | undefined;
5
+ export declare class DerivedStateStore {
8
6
  menuToggles: import("../types").ToggleConfig[];
9
7
  menuTabGroups: import("../types").TabGroupConfig[];
10
8
  hiddenToggleIds: string[];
11
9
  hasVisiblePlaceholders: boolean;
12
10
  hasMenuOptions: boolean;
13
- setAssetsManager(manager: AssetsManager): void;
14
11
  }
15
12
  export declare const derivedStore: DerivedStateStore;
16
- export {};
17
13
  //# sourceMappingURL=derived-store.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"derived-store.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/stores/derived-store.svelte.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAK7D;;;GAGG;AACH,cAAM,iBAAiB;IACrB,aAAa,4BAAgD;IAI7D,WAAW,oCAKR;IAEH,aAAa,sCAKV;IAEH,eAAe,WAMZ;IAEH,sBAAsB,UAQnB;IAEH,cAAc,UAIZ;IAEF,gBAAgB,CAAC,OAAO,EAAE,aAAa;CAGxC;AAED,eAAO,MAAM,YAAY,mBAA0B,CAAC"}
1
+ {"version":3,"file":"derived-store.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/stores/derived-store.svelte.ts"],"names":[],"mappings":"AAIA;;;GAGG;AACH,qBAAa,iBAAiB;IAG5B,WAAW,oCAKR;IAEH,aAAa,sCAKV;IAEH,eAAe,WAMZ;IAEH,sBAAsB,UAQnB;IAEH,cAAc,UAIZ;CAEH;AAED,eAAO,MAAM,YAAY,mBAA0B,CAAC"}
@@ -20,9 +20,9 @@ export declare class ElementStore {
20
20
  */
21
21
  detectedPlaceholders: SvelteSet<string>;
22
22
  /**
23
- * Returns true if there are any active components (toggles or tab groups) actually present in the DOM.
23
+ * Returns true if there are any active components (toggles, tab groups, or placeholders) actually present in the DOM.
24
24
  */
25
- hasPageElements: boolean;
25
+ hasElementsOnCurrentPage: boolean;
26
26
  /**
27
27
  * Registers a toggle as active on the current page.
28
28
  * @param id The ID of the toggle found in the DOM.
@@ -1 +1 @@
1
- {"version":3,"file":"element-store.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/stores/element-store.svelte.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C;;;GAGG;AACH,qBAAa,YAAY;IACvB;;;OAGG;IACH,eAAe,oBAA8C;IAE7D;;;OAGG;IACH,iBAAiB,oBAA8C;IAE/D;;;OAGG;IACH,oBAAoB,oBAA8C;IAElE;;OAEG;IACH,eAAe,UAA8E;IAI7F;;;OAGG;IACH,cAAc,CAAC,EAAE,EAAE,MAAM;IAIzB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,EAAE,MAAM;IAI3B;;;OAGG;IACH,mBAAmB,CAAC,IAAI,EAAE,MAAM;IAIhC;;;OAGG;IACH,aAAa;IAMb,yBAAyB;CAG1B;AAED,eAAO,MAAM,YAAY,cAAqB,CAAC"}
1
+ {"version":3,"file":"element-store.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/stores/element-store.svelte.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C;;;GAGG;AACH,qBAAa,YAAY;IACvB;;;OAGG;IACH,eAAe,oBAA8C;IAE7D;;;OAGG;IACH,iBAAiB,oBAA8C;IAE/D;;;OAGG;IACH,oBAAoB,oBAA8C;IAElE;;OAEG;IACH,wBAAwB,UAItB;IAIF;;;OAGG;IACH,cAAc,CAAC,EAAE,EAAE,MAAM;IAIzB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,EAAE,MAAM;IAI3B;;;OAGG;IACH,mBAAmB,CAAC,IAAI,EAAE,MAAM;IAIhC;;;OAGG;IACH,aAAa;IAMb,yBAAyB;CAG1B;AAED,eAAO,MAAM,YAAY,cAAqB,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import type { PlaceholderDefinition } from '../features/placeholder/types';
2
2
  import type { TabGroupConfig } from '../features/tabs/types';
3
3
  import type { ToggleConfig } from '../features/toggles/types';
4
+ import type { LabelConfig } from '../features/labels/types';
4
5
  import type { ShareExclusions } from '../features/share/types';
5
6
  import type { WidgetSettings } from '../features/settings/types';
6
7
  declare const CONFIG_SECTION_KEYS: readonly ["toggles", "tabGroups", "placeholders"];
@@ -18,6 +19,8 @@ export interface Config {
18
19
  shareExclusions?: ShareExclusions;
19
20
  /** Global placeholder definitions */
20
21
  placeholders?: PlaceholderDefinition[];
22
+ /** Inline decorative label (badge) definitions */
23
+ labels?: LabelConfig[];
21
24
  }
22
25
  /**
23
26
  * Represents the configuration file structure for CustardUI auto-initialization.
@@ -25,14 +28,12 @@ export interface Config {
25
28
  export interface ConfigFile {
26
29
  /** Core configuration object with toggles and defaultState */
27
30
  config?: Config;
28
- /** Path to the assets JSON file */
29
- assetsJsonPath?: string;
30
- /** Base URL for all paths */
31
- baseUrl?: string;
32
31
  /** Optional key to namespace localStorage items for isolation */
33
32
  storageKey?: string;
34
33
  /** Widget configuration options */
35
34
  settings?: WidgetSettings;
35
+ /** Color scheme used to resolve shorthand label colors. Defaults to 'light'. */
36
+ colorScheme?: 'light' | 'dark' | 'auto';
36
37
  }
37
38
  export {};
38
39
  //# sourceMappingURL=config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAC3E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE,QAAA,MAAM,mBAAmB,mDAAoD,CAAC;AAE9E,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEpE,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,IAAI,gBAAgB,CAEzE;AAED;;GAEG;AACH,MAAM,WAAW,MAAM;IACrB,sCAAsC;IACtC,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IACzB,wCAAwC;IACxC,SAAS,CAAC,EAAE,cAAc,EAAE,CAAC;IAC7B,kDAAkD;IAClD,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,qCAAqC;IACrC,YAAY,CAAC,EAAE,qBAAqB,EAAE,CAAC;CACxC;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,8DAA8D;IAC9D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,mCAAmC;IACnC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,6BAA6B;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iEAAiE;IACjE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mCAAmC;IACnC,QAAQ,CAAC,EAAE,cAAc,CAAC;CAC3B"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAC3E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE,QAAA,MAAM,mBAAmB,mDAAoD,CAAC;AAE9E,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEpE,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,IAAI,gBAAgB,CAEzE;AAED;;GAEG;AACH,MAAM,WAAW,MAAM;IACrB,sCAAsC;IACtC,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IACzB,wCAAwC;IACxC,SAAS,CAAC,EAAE,cAAc,EAAE,CAAC;IAC7B,kDAAkD;IAClD,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,qCAAqC;IACrC,YAAY,CAAC,EAAE,qBAAqB,EAAE,CAAC;IACvC,kDAAkD;IAClD,MAAM,CAAC,EAAE,WAAW,EAAE,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,8DAA8D;IAC9D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iEAAiE;IACjE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mCAAmC;IACnC,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,gFAAgF;IAChF,WAAW,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;CACzC"}
@@ -1,8 +1,8 @@
1
1
  export * from './state';
2
2
  export * from './config';
3
- export * from '../features/render/types';
4
3
  export * from '../features/tabs/types';
5
4
  export * from '../features/toggles/types';
6
5
  export * from '../features/share/types';
7
6
  export * from '../features/placeholder/types';
7
+ export * from '../features/labels/types';
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC"}
@@ -1,7 +1,4 @@
1
1
  import type { ConfigFile } from '$lib/types/index';
2
- /**
3
- * structure for script attributes
4
- */
5
2
  export interface ScriptAttributes {
6
3
  baseURL: string;
7
4
  configPath: string;
@@ -13,6 +10,8 @@ export interface ScriptAttributes {
13
10
  export declare function getScriptAttributes(): ScriptAttributes;
14
11
  /**
15
12
  * Fetches and parses the configuration file.
13
+ * Returns the fallback config silently if the file is not found (404),
14
+ * since operating without a config file is a valid use case.
16
15
  */
17
16
  export declare function fetchConfig(configPath: string, baseURL: string): Promise<ConfigFile>;
18
17
  //# sourceMappingURL=init-utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"init-utils.d.ts","sourceRoot":"","sources":["../../../../../src/lib/utils/init-utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAEnD;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,IAAI,gBAAgB,CAkCtD;AAED;;GAEG;AACH,wBAAsB,WAAW,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC,CAqB1F"}
1
+ {"version":3,"file":"init-utils.d.ts","sourceRoot":"","sources":["../../../../../src/lib/utils/init-utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAEnD,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;CACpB;AAYD;;;GAGG;AACH,wBAAgB,mBAAmB,IAAI,gBAAgB,CAQtD;AAmBD;;;;GAIG;AACH,wBAAsB,WAAW,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC,CAe1F"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@custardui/custardui",
3
- "version": "2.1.1",
3
+ "version": "2.1.2-beta.1",
4
4
  "description": "A JavaScript dynamic custom views Library.",
5
5
  "type": "module",
6
6
  "main": "dist/custardui.min.js",
@@ -16,18 +16,18 @@
16
16
  ],
17
17
  "scripts": {
18
18
  "clean": "rimraf dist",
19
+ "build": "npm run clean && npm run build:types && npm run build:js",
19
20
  "build:types": "tsc --project tsconfig.json",
20
21
  "build:js": "rollup -c",
21
- "build": "npm run clean && npm run build:types && npm run build:js",
22
- "release": "npm run release:beta",
23
22
  "release:beta": "npm run build && npm publish --access public --tag beta && git push --tags",
24
23
  "release:prod": "npm run build && npm publish --access public --tag latest && git push --tags",
25
24
  "bump:beta": "npm version prerelease --preid=beta",
26
25
  "bump:patch": "npm version patch",
27
26
  "bump:minor": "npm version minor",
28
27
  "bump:major": "npm version major",
29
- "deploydocs:prod": "cd docs && markbind deploy -s prod-site.json",
30
- "deploydocs": "cd docs && markbind deploy -s site.json",
28
+ "deploydocs:prod": "cd docs && markbind deploy --ci -s site-prod.json",
29
+ "deploydocs:beta": "cd docs && markbind deploy --ci -s site-beta.json",
30
+ "deploydocs:dev": "npm run build && cd docs && markbind deploy --ci -s site.json",
31
31
  "dev": "rollup -c -w",
32
32
  "watch": "rollup -c -w",
33
33
  "lint": "eslint .",
@@ -1,12 +0,0 @@
1
- import type { CustomViewAsset } from './types';
2
- export declare class AssetsManager {
3
- assets: Record<string, CustomViewAsset>;
4
- private baseURL;
5
- constructor(assets: Record<string, CustomViewAsset>, baseURL?: string);
6
- validate(): boolean;
7
- get(assetId: string): CustomViewAsset | undefined;
8
- private prependBaseURL;
9
- loadFromJSON(json: Record<string, CustomViewAsset>): void;
10
- loadAdditionalAssets(additionalAssets: Record<string, CustomViewAsset>): void;
11
- }
12
- //# sourceMappingURL=assets.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/features/render/assets.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,qBAAa,aAAa;IACxB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;IACxC,OAAO,CAAC,OAAO,CAAS;gBAEZ,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,EAAE,OAAO,GAAE,MAAW;IASzE,QAAQ,IAAI,OAAO;IAInB,GAAG,CAAC,OAAO,EAAE,MAAM,GAAG,eAAe,GAAG,SAAS;IAgBjD,OAAO,CAAC,cAAc;IAatB,YAAY,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC;IAIlD,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC;CAGvE"}
@@ -1,3 +0,0 @@
1
- import type { AssetsManager } from './assets';
2
- export declare function renderAssetInto(el: HTMLElement, assetId: string, assetsManager: AssetsManager): void;
3
- //# sourceMappingURL=render.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"render.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/features/render/render.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAoE9C,wBAAgB,eAAe,CAAC,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,aAAa,QAoB7F"}
@@ -1,19 +0,0 @@
1
- /**
2
- * Represents an individual asset that can be rendered in a custom view.
3
- */
4
- export interface CustomViewAsset {
5
- /** Optional type. If not provided, auto-detected from src/content. */
6
- type?: 'image' | 'text' | 'html' | string;
7
- /** Image source URL */
8
- src?: string;
9
- /** Alt text for images */
10
- alt?: string;
11
- /** Text or HTML content */
12
- content?: string;
13
- /** CSS class name(s) to apply */
14
- className?: string;
15
- /** Inline CSS styles to apply */
16
- style?: string;
17
- [key: string]: any;
18
- }
19
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/features/render/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,eAAe;IAC9B,sEAAsE;IACtE,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;IAC1C,uBAAuB;IACvB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,0BAA0B;IAC1B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,2BAA2B;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iCAAiC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iCAAiC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=fingerprint-compatibility.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fingerprint-compatibility.test.d.ts","sourceRoot":"","sources":["../../../../tests/functional/fingerprint-compatibility.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=adaptation-manager.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"adaptation-manager.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/adaptation/adaptation-manager.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=adaptation-store.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"adaptation-store.test.d.ts","sourceRoot":"","sources":["../../../../../../../tests/lib/features/adaptation/stores/adaptation-store.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=anchor.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"anchor.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/anchor/anchor.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=focus-logic.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"focus-logic.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/focus/focus-logic.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=focus-store.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"focus-store.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/focus/focus-store.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=highlight-logic.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"highlight-logic.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/highlight/highlight-logic.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=toast-store.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"toast-store.test.d.ts","sourceRoot":"","sources":["../../../../../../../tests/lib/features/notifications/stores/toast-store.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=placeholder-binder.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"placeholder-binder.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/placeholder/placeholder-binder.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=placeholder-manager.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"placeholder-manager.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/placeholder/placeholder-manager.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=intro-manager.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"intro-manager.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/settings/intro-manager.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=icon-settings-store.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-settings-store.test.d.ts","sourceRoot":"","sources":["../../../../../../../tests/lib/features/settings/stores/icon-settings-store.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=share-logic.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"share-logic.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/share/share-logic.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=share-store.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"share-store.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/share/share-store.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=url-action-handler.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"url-action-handler.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/url/url-action-handler.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=url-state-manager.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"url-state-manager.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/url/url-state-manager.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=url-action-router.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"url-action-router.test.d.ts","sourceRoot":"","sources":["../../../../../tests/lib/services/url-action-router.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=active-state-store.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"active-state-store.test.d.ts","sourceRoot":"","sources":["../../../../../tests/lib/stores/active-state-store.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=element-store.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"element-store.test.d.ts","sourceRoot":"","sources":["../../../../../tests/lib/stores/element-store.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ui-store.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ui-store.test.d.ts","sourceRoot":"","sources":["../../../../../tests/lib/stores/ui-store.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=persistence.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"persistence.test.d.ts","sourceRoot":"","sources":["../../../../../tests/lib/utils/persistence.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=scroll-utils.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scroll-utils.test.d.ts","sourceRoot":"","sources":["../../../../../tests/lib/utils/scroll-utils.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=url-utils.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"url-utils.test.d.ts","sourceRoot":"","sources":["../../../../../tests/lib/utils/url-utils.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=setup.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../../tests/setup.ts"],"names":[],"mappings":""}