@seedgrid/fe-components 2026.8.5 → 2026.8.7

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 (63) hide show
  1. package/dist/ai/seedgrid-components.manifest.json +330 -148
  2. package/dist/commons/SgSkeleton.meta.js +3 -3
  3. package/dist/commons/SgToastHost.meta.js +1 -1
  4. package/dist/commons/SgToaster.meta.js +1 -1
  5. package/dist/commons/SgWhistleHost.meta.d.ts.map +1 -1
  6. package/dist/commons/SgWhistleHost.meta.js +1 -0
  7. package/dist/commons/SgWhistler.d.ts +10 -0
  8. package/dist/commons/SgWhistler.d.ts.map +1 -1
  9. package/dist/commons/SgWhistler.js +8 -4
  10. package/dist/commons/SgWhistler.meta.d.ts.map +1 -1
  11. package/dist/commons/SgWhistler.meta.js +1 -0
  12. package/dist/commons/dismissSgToast.meta.js +3 -3
  13. package/dist/commons/dismissSgWhistle.meta.js +3 -3
  14. package/dist/commons/subscribeSgToasts.meta.js +3 -3
  15. package/dist/commons/subscribeSgWhistles.meta.js +3 -3
  16. package/dist/commons/toast.meta.d.ts.map +1 -1
  17. package/dist/commons/toast.meta.js +32 -11
  18. package/dist/commons/whistle.meta.d.ts.map +1 -1
  19. package/dist/commons/whistle.meta.js +27 -9
  20. package/dist/digits/fade-digit/SgFadeDigit.meta.js +1 -1
  21. package/dist/digits/matrix-digit/SgMatrixDigit.meta.js +1 -1
  22. package/dist/digits/roller3d-digit/SgRoller3DDigit.meta.js +1 -1
  23. package/dist/digits/segment-digit/SgSegmentDigit.meta.js +1 -1
  24. package/dist/digits/seven-segment-digit/SgSevenSegmentDigit.meta.js +1 -1
  25. package/dist/environment/useSgEnvironment.meta.js +6 -6
  26. package/dist/environment/useSgNamespaceProvider.meta.js +2 -2
  27. package/dist/environment/useSgPersistence.meta.js +6 -6
  28. package/dist/environment/useSgPersistentState.meta.d.ts.map +1 -1
  29. package/dist/environment/useSgPersistentState.meta.js +15 -9
  30. package/dist/gadgets/calendar/SgCalendar.meta.js +1 -1
  31. package/dist/gadgets/clock/themes/useSgClockThemeResolver.meta.d.ts.map +1 -1
  32. package/dist/gadgets/clock/themes/useSgClockThemeResolver.meta.js +24 -17
  33. package/dist/gadgets/clock/useSgTime.meta.js +3 -3
  34. package/dist/gadgets/qr-code/SgQRCode.meta.js +1 -1
  35. package/dist/gadgets/string-animator/SgStringAnimator.meta.js +1 -1
  36. package/dist/i18n/en-US.d.ts.map +1 -1
  37. package/dist/i18n/en-US.js +1 -0
  38. package/dist/i18n/es.d.ts.map +1 -1
  39. package/dist/i18n/es.js +1 -0
  40. package/dist/i18n/fr.d.ts.map +1 -1
  41. package/dist/i18n/fr.js +1 -0
  42. package/dist/i18n/pt-BR.d.ts.map +1 -1
  43. package/dist/i18n/pt-BR.js +1 -0
  44. package/dist/i18n/pt-PT.d.ts.map +1 -1
  45. package/dist/i18n/pt-PT.js +1 -0
  46. package/dist/i18n/useComponentsI18n.meta.js +6 -6
  47. package/dist/inputs/SgYearPartSelector.d.ts.map +1 -1
  48. package/dist/inputs/SgYearPartSelector.js +5 -19
  49. package/dist/layout/SgCarousel.meta.js +1 -1
  50. package/dist/layout/SgExpandablePanel.meta.d.ts.map +1 -1
  51. package/dist/layout/SgExpandablePanel.meta.js +5 -1
  52. package/dist/layout/SgGrid.meta.js +3 -3
  53. package/dist/layout/SgMenu.meta.d.ts.map +1 -1
  54. package/dist/layout/SgMenu.meta.js +39 -3
  55. package/dist/layout/SgStack.meta.js +3 -3
  56. package/dist/sandbox.cjs +38 -38
  57. package/dist/wizard/SgWizard.d.ts +12 -0
  58. package/dist/wizard/SgWizard.d.ts.map +1 -1
  59. package/dist/wizard/SgWizard.js +11 -2
  60. package/dist/wizard/SgWizard.meta.d.ts.map +1 -1
  61. package/dist/wizard/SgWizard.meta.js +11 -1
  62. package/dist/wizard/SgWizardPage.meta.js +1 -1
  63. package/package.json +3 -3
@@ -44,9 +44,9 @@ export const sgMeta = {
44
44
  states: ["hydrated", "synced", "ticking"],
45
45
  examples: [
46
46
  {
47
- id: "basic",
48
- title: "Acessar tempo sincronizado",
49
- file: "apps/showcase/src/app/components/hooks/use-sg-time/samples/basic.tsx.sample",
47
+ id: "uso-basico",
48
+ title: "Uso basico",
49
+ file: "apps/showcase/src/app/components/hooks/use-sg-time/samples/uso-basico.tsx.sample",
50
50
  kind: "sample"
51
51
  }
52
52
  ],
@@ -20,7 +20,7 @@ export const sgMeta = {
20
20
  ],
21
21
  states: ["idle", "empty", "rendered"],
22
22
  examples: [
23
- { id: "interactive", title: "Interativo", file: "apps/showcase/src/app/components/gadgets/sg-qr-code/samples/interativo.tsx.sample", kind: "sample" },
23
+ { id: "interactive-example", title: "Exemplo interativo", file: "apps/showcase/src/app/components/gadgets/sg-qr-code/samples/interactive-example.tsx.sample", kind: "sample" },
24
24
  { id: "playground", title: "Playground", file: "apps/showcase/src/app/components/gadgets/sg-qr-code/sg-qr-code.tsx.playground", kind: "playground" }
25
25
  ],
26
26
  showcase: { route: "/components/gadgets/sg-qr-code", hasPlayground: true, hasPropsTable: true },
@@ -20,7 +20,7 @@ export const sgMeta = {
20
20
  ],
21
21
  states: ["idle", "animating", "completed"],
22
22
  examples: [
23
- { id: "roller3d", title: "Roller 3D", file: "apps/showcase/src/app/components/gadgets/sg-string-animator/samples/roller3d.tsx.sample", kind: "sample" },
23
+ { id: "roller-3d", title: "Roller 3D (numeros)", file: "apps/showcase/src/app/components/gadgets/sg-string-animator/samples/roller-3d-numeros-right-aligned.tsx.sample", kind: "sample" },
24
24
  { id: "playground", title: "Playground", file: "apps/showcase/src/app/components/gadgets/sg-string-animator/sg-string-animator.tsx.playground", kind: "playground" }
25
25
  ],
26
26
  showcase: { route: "/components/gadgets/sg-string-animator", hasPlayground: true, hasPropsTable: true },
@@ -1 +1 @@
1
- {"version":3,"file":"en-US.d.ts","sourceRoot":"","sources":["../../src/i18n/en-US.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAsNhC,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"en-US.d.ts","sourceRoot":"","sources":["../../src/i18n/en-US.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAuNhC,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -148,6 +148,7 @@ const enUS = {
148
148
  "components.badge.remove": "Remove badge",
149
149
  "components.toast.loading": "Loading...",
150
150
  "components.toaster.close": "Close toast",
151
+ "components.whistler.close": "Close alert",
151
152
  "components.dialog.ariaLabel": "Dialog",
152
153
  "components.dialog.close": "Close",
153
154
  "components.popup.ariaLabel": "Popup",
@@ -1 +1 @@
1
- {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../src/i18n/es.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,EAAE,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAsN9B,CAAC;AAEF,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../src/i18n/es.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,EAAE,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAuN9B,CAAC;AAEF,eAAe,EAAE,CAAC"}
package/dist/i18n/es.js CHANGED
@@ -148,6 +148,7 @@ const es = {
148
148
  "components.badge.remove": "Quitar insignia",
149
149
  "components.toast.loading": "Cargando...",
150
150
  "components.toaster.close": "Cerrar notificacion",
151
+ "components.whistler.close": "Cerrar aviso",
151
152
  "components.dialog.ariaLabel": "Dialogo",
152
153
  "components.dialog.close": "Cerrar",
153
154
  "components.popup.ariaLabel": "Popup",
@@ -1 +1 @@
1
- {"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../src/i18n/fr.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,EAAE,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAsN9B,CAAC;AAEF,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../src/i18n/fr.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,EAAE,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAuN9B,CAAC;AAEF,eAAe,EAAE,CAAC"}
package/dist/i18n/fr.js CHANGED
@@ -148,6 +148,7 @@ const fr = {
148
148
  "components.badge.remove": "Retirer badge",
149
149
  "components.toast.loading": "Chargement...",
150
150
  "components.toaster.close": "Fermer la notification",
151
+ "components.whistler.close": "Fermer l'alerte",
151
152
  "components.dialog.ariaLabel": "Dialogue",
152
153
  "components.dialog.close": "Fermer",
153
154
  "components.popup.ariaLabel": "Fenetre",
@@ -1 +1 @@
1
- {"version":3,"file":"pt-BR.d.ts","sourceRoot":"","sources":["../../src/i18n/pt-BR.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAsNhC,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"pt-BR.d.ts","sourceRoot":"","sources":["../../src/i18n/pt-BR.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAuNhC,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -148,6 +148,7 @@ const ptBR = {
148
148
  "components.badge.remove": "Remover badge",
149
149
  "components.toast.loading": "Carregando...",
150
150
  "components.toaster.close": "Fechar notificacao",
151
+ "components.whistler.close": "Fechar aviso",
151
152
  "components.dialog.ariaLabel": "Dialogo",
152
153
  "components.dialog.close": "Fechar",
153
154
  "components.popup.ariaLabel": "Popup",
@@ -1 +1 @@
1
- {"version":3,"file":"pt-PT.d.ts","sourceRoot":"","sources":["../../src/i18n/pt-PT.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAsNhC,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"pt-PT.d.ts","sourceRoot":"","sources":["../../src/i18n/pt-PT.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAuNhC,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -148,6 +148,7 @@ const ptPT = {
148
148
  "components.badge.remove": "Remover badge",
149
149
  "components.toast.loading": "A carregar...",
150
150
  "components.toaster.close": "Fechar notificacao",
151
+ "components.whistler.close": "Fechar aviso",
151
152
  "components.dialog.ariaLabel": "Dialogo",
152
153
  "components.dialog.close": "Fechar",
153
154
  "components.popup.ariaLabel": "Popup",
@@ -30,15 +30,15 @@ export const sgMeta = {
30
30
  states: ["pt-BR", "pt-PT", "en-US", "en", "es", "fr"],
31
31
  examples: [
32
32
  {
33
- id: "basic",
34
- title: "Acessar locale e mensagens",
35
- file: "apps/showcase/src/app/components/hooks/use-components-i18n/samples/basic.tsx.sample",
33
+ id: "uso-basico",
34
+ title: "Uso basico",
35
+ file: "apps/showcase/src/app/components/hooks/use-components-i18n/samples/uso-basico.tsx.sample",
36
36
  kind: "sample"
37
37
  },
38
38
  {
39
- id: "with-translation",
40
- title: "Usar para traducao de mensagens",
41
- file: "apps/showcase/src/app/components/hooks/use-components-i18n/samples/with-translation.tsx.sample",
39
+ id: "locale-aware",
40
+ title: "Componentes conscientes do locale",
41
+ file: "apps/showcase/src/app/components/hooks/use-components-i18n/samples/componentes-conscientes-do-locale.tsx.sample",
42
42
  kind: "sample"
43
43
  }
44
44
  ],
@@ -1 +1 @@
1
- {"version":3,"file":"SgYearPartSelector.d.ts","sourceRoot":"","sources":["../../src/inputs/SgYearPartSelector.tsx"],"names":[],"mappings":"AAMA,OAAO,EACL,YAAY,EAMZ,KAAK,gBAAgB,EACrB,KAAK,aAAa,EACnB,MAAM,YAAY,CAAC;AAEpB;;;;;;;;;;;;;GAaG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,oFAAoF;IACpF,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,qFAAqF;IACrF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wEAAwE;IACxE,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,yEAAyE;IACzE,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAChD,wFAAwF;IACxF,YAAY,CAAC,EAAE,YAAY,EAAE,CAAC;IAC9B,yDAAyD;IACzD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,uDAAuD;IACvD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,2CAA2C;IAC3C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AA2BF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,QAAQ,CAAC,uBAAuB,CAAC,2CA2K1E"}
1
+ {"version":3,"file":"SgYearPartSelector.d.ts","sourceRoot":"","sources":["../../src/inputs/SgYearPartSelector.tsx"],"names":[],"mappings":"AAMA,OAAO,EACL,YAAY,EAMZ,KAAK,gBAAgB,EACrB,KAAK,aAAa,EACnB,MAAM,YAAY,CAAC;AAEpB;;;;;;;;;;;;;GAaG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,oFAAoF;IACpF,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,qFAAqF;IACrF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wEAAwE;IACxE,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,yEAAyE;IACzE,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAChD,wFAAwF;IACxF,YAAY,CAAC,EAAE,YAAY,EAAE,CAAC;IAC9B,yDAAyD;IACzD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,uDAAuD;IACvD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,2CAA2C;IAC3C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AA2BF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,QAAQ,CAAC,uBAAuB,CAAC,2CA6J1E"}
@@ -2,7 +2,6 @@
2
2
  import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
3
3
  import React from "react";
4
4
  import { cn } from "../layout/sgDocking";
5
- import { SgAutocomplete } from "./SgAutocomplete";
6
5
  import { SgCombobox } from "./SgCombobox";
7
6
  import { YearPartKind, clampYearPart, resolveYearPart, yearPartKindLabel, yearPartOf, yearPartOptions } from "./yearPart";
8
7
  const FIELD_LABELS = {
@@ -60,16 +59,6 @@ export function SgYearPartSelector(props) {
60
59
  return { id: year, label: String(year) };
61
60
  });
62
61
  }, [firstYear, lastYear]);
63
- /*
64
- * O SgAutocomplete pede uma FONTE (funcao da query), nao um array. Filtra por prefixo, que e' o
65
- * unico casamento que faz sentido em ano: "202" oferece 2029..2020, e nao 1202.
66
- */
67
- const yearSource = React.useCallback((query) => {
68
- const typed = query.trim();
69
- if (!typed)
70
- return yearItems;
71
- return yearItems.filter((item) => item.label.startsWith(typed));
72
- }, [yearItems]);
73
62
  const kindItems = React.useMemo(() => kinds.map((kind) => ({ id: kind, label: yearPartKindLabel(kind, locale) })), [kinds, locale]);
74
63
  // Depende do recorte: trocar de trimestre para semestre troca 4 opcoes por 2.
75
64
  const partItems = React.useMemo(() => yearPartOptions(current.kind, locale).map((option) => ({ id: option.value, label: option.label })), [current.kind, locale]);
@@ -79,14 +68,11 @@ export function SgYearPartSelector(props) {
79
68
  * Flex em vez de grid de 3 colunas: com o combo de recorte escondido a linha reflui para dois
80
69
  * controles, em vez de deixar uma coluna vazia no meio.
81
70
  */
82
- return (_jsxs("div", { className: cn("w-full", className), children: [label ? (_jsxs("span", { className: "mb-1 block text-sm font-medium text-[rgb(var(--sg-text))]", children: [label, required ? " *" : ""] })) : null, _jsxs("div", { className: "flex w-full flex-col gap-2 sm:flex-row sm:items-start sm:gap-3", children: [_jsx("div", { className: "w-full sm:flex-1", children: _jsx(SgAutocomplete, { id: `${id}-year`, label: pickLocale(FIELD_LABELS.year, locale), source: yearSource, value: String(current.year),
83
- /*
84
- * A lista e' local e finita: abre no foco sem exigir digitacao (minLengthForSearch 0),
85
- * nao cacheia — nao ha' o que economizar, e o cache ficaria velho quando minYear/maxYear
86
- * mudassem e nao pode cair no maxResult padrao de 50, que cortaria uma faixa de anos
87
- * larga sem avisar ninguem.
88
- */
89
- minLengthForSearch: 0, openOnFocus: true, showDropDownButton: true, cacheEnabled: false, maxResult: yearItems.length, enabled: enabled, required: required, onSelect: (item) => commit({ ...current, year: Number(item.id) }) }) }), showKind ? (_jsx("div", { className: "w-full sm:flex-1", children: _jsx(SgCombobox, { id: `${id}-kind`, label: pickLocale(FIELD_LABELS.kind, locale), source: kindItems, value: current.kind, openOnFocus: true, enabled: enabled, required: required, onValueChange: (raw) => {
71
+ return (_jsxs("div", { className: cn("w-full", className), children: [label ? (_jsxs("span", { className: "mb-1 block text-sm font-medium text-[rgb(var(--sg-text))]", children: [label, required ? " *" : ""] })) : null, _jsxs("div", { className: "flex w-full flex-col gap-2 sm:flex-row sm:items-start sm:gap-3", children: [_jsx("div", { className: "w-full sm:flex-1", children: _jsx(SgCombobox, { id: `${id}-year`, label: pickLocale(FIELD_LABELS.year, locale), source: yearItems, value: current.year, openOnFocus: true, enabled: enabled, required: required, onValueChange: (value) => {
72
+ if (value === null || value === undefined)
73
+ return;
74
+ commit({ ...current, year: Number(value) });
75
+ } }) }), showKind ? (_jsx("div", { className: "w-full sm:flex-1", children: _jsx(SgCombobox, { id: `${id}-kind`, label: pickLocale(FIELD_LABELS.kind, locale), source: kindItems, value: current.kind, openOnFocus: true, enabled: enabled, required: required, onValueChange: (raw) => {
90
76
  if (raw == null)
91
77
  return;
92
78
  // A fatia pode nao existir no recorte novo (estava no Q4 e virou semestre); quem
@@ -22,7 +22,7 @@ export const sgMeta = {
22
22
  ],
23
23
  states: ["idle", "sliding", "autoplay"],
24
24
  examples: [
25
- { id: "basic", title: "Basico", file: "apps/showcase/src/app/components/sg-carousel/samples/basico.tsx.sample", kind: "sample" },
25
+ { id: "basico-horizontal", title: "Basico horizontal", file: "apps/showcase/src/app/components/sg-carousel/samples/basico-horizontal.tsx.sample", kind: "sample" },
26
26
  { id: "playground", title: "Playground", file: "apps/showcase/src/app/components/sg-carousel/sg-carousel.tsx.playground", kind: "playground" }
27
27
  ],
28
28
  showcase: { route: "/components/sg-carousel", hasPlayground: true, hasPropsTable: true },
@@ -1 +1 @@
1
- {"version":3,"file":"SgExpandablePanel.meta.d.ts","sourceRoot":"","sources":["../../src/layout/SgExpandablePanel.meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE9D,eAAO,MAAM,MAAM,EAAE,QA8BpB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,WAmBrB,CAAC"}
1
+ {"version":3,"file":"SgExpandablePanel.meta.d.ts","sourceRoot":"","sources":["../../src/layout/SgExpandablePanel.meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE9D,eAAO,MAAM,MAAM,EAAE,QAkCpB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,WAmBrB,CAAC"}
@@ -22,7 +22,11 @@ export const sgMeta = {
22
22
  ],
23
23
  states: ["closed", "open", "overlay", "inline", "resizing"],
24
24
  examples: [
25
- { id: "basic", title: "Basico", file: "apps/showcase/src/app/components/sg-expandable-panel/samples/basico.tsx.sample", kind: "sample" },
25
+ { id: "inline-controlado-resize", title: "Inline controlado com resize", file: "apps/showcase/src/app/components/sg-expandable-panel/samples/inline-controlado-resize.tsx.sample", kind: "sample" },
26
+ { id: "overlay-comportamento", title: "Comportamento em overlay", file: "apps/showcase/src/app/components/sg-expandable-panel/samples/overlay-comportamento.tsx.sample", kind: "sample" },
27
+ { id: "default-open-estilizacao", title: "Aberto por padrao e estilizacao", file: "apps/showcase/src/app/components/sg-expandable-panel/samples/default-open-estilizacao.tsx.sample", kind: "sample" },
28
+ { id: "acessibilidade-fade", title: "Acessibilidade e fade", file: "apps/showcase/src/app/components/sg-expandable-panel/samples/acessibilidade-fade.tsx.sample", kind: "sample" },
29
+ { id: "sem-backdrop-animation-none", title: "Sem backdrop e sem animacao", file: "apps/showcase/src/app/components/sg-expandable-panel/samples/sem-backdrop-animation-none.tsx.sample", kind: "sample" },
26
30
  { id: "playground", title: "Playground", file: "apps/showcase/src/app/components/sg-expandable-panel/sg-expandable-panel.tsx.playground", kind: "playground" }
27
31
  ],
28
32
  showcase: { route: "/components/sg-expandable-panel", hasPlayground: true, hasPropsTable: true },
@@ -67,9 +67,9 @@ export const sgMeta = {
67
67
  states: ["default", "dense", "responsive"],
68
68
  examples: [
69
69
  {
70
- id: "basic",
71
- title: "Basico",
72
- file: "apps/showcase/src/app/components/sg-grid/samples/basico.tsx.sample",
70
+ id: "columns-responsivo",
71
+ title: "Columns responsivo",
72
+ file: "apps/showcase/src/app/components/sg-grid/samples/columns-responsivo.tsx.sample",
73
73
  kind: "sample"
74
74
  },
75
75
  {
@@ -1 +1 @@
1
- {"version":3,"file":"SgMenu.meta.d.ts","sourceRoot":"","sources":["../../src/layout/SgMenu.meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE9D,eAAO,MAAM,MAAM,EAAE,QA+GpB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,WAyBrB,CAAC"}
1
+ {"version":3,"file":"SgMenu.meta.d.ts","sourceRoot":"","sources":["../../src/layout/SgMenu.meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE9D,eAAO,MAAM,MAAM,EAAE,QAmJpB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,WAyBrB,CAAC"}
@@ -82,9 +82,45 @@ export const sgMeta = {
82
82
  states: ["default", "collapsed", "expanded", "pinned", "searching", "docked"],
83
83
  examples: [
84
84
  {
85
- id: "basic",
86
- title: "Basico",
87
- file: "apps/showcase/src/app/components/sg-menu/samples/basico.tsx.sample",
85
+ id: "sidebar-fixa",
86
+ title: "Sidebar fixa",
87
+ file: "apps/showcase/src/app/components/sg-menu/samples/sidebar-fixa.tsx.sample",
88
+ kind: "sample"
89
+ },
90
+ {
91
+ id: "drawer-mobile",
92
+ title: "Drawer mobile",
93
+ file: "apps/showcase/src/app/components/sg-menu/samples/drawer-mobile.tsx.sample",
94
+ kind: "sample"
95
+ },
96
+ {
97
+ id: "panel-menu",
98
+ title: "Panel menu",
99
+ file: "apps/showcase/src/app/components/sg-menu/samples/panel-menu.tsx.sample",
100
+ kind: "sample"
101
+ },
102
+ {
103
+ id: "tiered",
104
+ title: "Menu em niveis",
105
+ file: "apps/showcase/src/app/components/sg-menu/samples/tiered.tsx.sample",
106
+ kind: "sample"
107
+ },
108
+ {
109
+ id: "mega-menu-horizontal",
110
+ title: "Mega menu horizontal",
111
+ file: "apps/showcase/src/app/components/sg-menu/samples/mega-menu-horizontal.tsx.sample",
112
+ kind: "sample"
113
+ },
114
+ {
115
+ id: "mega-menu-vertical",
116
+ title: "Mega menu vertical",
117
+ file: "apps/showcase/src/app/components/sg-menu/samples/mega-menu-vertical.tsx.sample",
118
+ kind: "sample"
119
+ },
120
+ {
121
+ id: "sidebar-dockable",
122
+ title: "Sidebar dockable",
123
+ file: "apps/showcase/src/app/components/sg-menu/samples/sidebar-dockable.tsx.sample",
88
124
  kind: "sample"
89
125
  },
90
126
  {
@@ -71,9 +71,9 @@ export const sgMeta = {
71
71
  states: ["default", "row", "column", "wrapped", "growing"],
72
72
  examples: [
73
73
  {
74
- id: "basic",
75
- title: "Basico",
76
- file: "apps/showcase/src/app/components/sg-stack/samples/basico.tsx.sample",
74
+ id: "column-row",
75
+ title: "Column e row",
76
+ file: "apps/showcase/src/app/components/sg-stack/samples/column-row.tsx.sample",
77
77
  kind: "sample"
78
78
  },
79
79
  {