@ncino/web-components 14.0.0 → 14.1.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 (42) hide show
  1. package/dist/components/menu/base/gator/menu.gator.js +2 -2
  2. package/dist/components/menu/menu-item/gator/menu-item.gator.js +1 -1
  3. package/dist/components/table/gator/table.gator.js +12 -12
  4. package/dist/components/table/table.js +1 -1
  5. package/dist/node_modules/.pnpm/@floating-ui_core@1.7.4/node_modules/@floating-ui/core/dist/floating-ui.core.js +1 -1
  6. package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.5/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +1 -1
  7. package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +1 -1
  8. package/dist/packages/styles/dist/gator/icons/airplane-tilt.js +8 -0
  9. package/dist/packages/styles/dist/gator/icons/arrow-elbow-down-right.js +8 -0
  10. package/dist/packages/styles/dist/gator/icons/article.js +28 -0
  11. package/dist/packages/styles/dist/gator/icons/boat.js +8 -0
  12. package/dist/packages/styles/dist/gator/icons/bus.js +8 -0
  13. package/dist/packages/styles/dist/gator/icons/car-profile.js +8 -0
  14. package/dist/packages/styles/dist/gator/icons/car.js +8 -0
  15. package/dist/packages/styles/dist/gator/icons/chart-line-down.js +8 -0
  16. package/dist/packages/styles/dist/gator/icons/crown.js +8 -0
  17. package/dist/packages/styles/dist/gator/icons/equal-housing.js +16 -0
  18. package/dist/packages/styles/dist/gator/icons/exclamation-mark.js +8 -0
  19. package/dist/packages/styles/dist/gator/icons/hourglass.js +8 -0
  20. package/dist/packages/styles/dist/gator/icons/index.js +1 -1
  21. package/dist/packages/styles/dist/gator/icons/jeep.js +8 -0
  22. package/dist/packages/styles/dist/gator/icons/magnifying-glass-minus.js +8 -0
  23. package/dist/packages/styles/dist/gator/icons/magnifying-glass-plus.js +8 -0
  24. package/dist/packages/styles/dist/gator/icons/map-pin-simple.js +8 -0
  25. package/dist/packages/styles/dist/gator/icons/microphone-filled.js +8 -0
  26. package/dist/packages/styles/dist/gator/icons/microphone.js +8 -0
  27. package/dist/packages/styles/dist/gator/icons/paperclip-vertical.js +8 -0
  28. package/dist/packages/styles/dist/gator/icons/plus-minus.js +8 -0
  29. package/dist/packages/styles/dist/gator/icons/prohibit.js +8 -0
  30. package/dist/packages/styles/dist/gator/icons/return.js +12 -0
  31. package/dist/packages/styles/dist/gator/icons/sailboat.js +8 -0
  32. package/dist/packages/styles/dist/gator/icons/star-filled.js +8 -0
  33. package/dist/packages/styles/dist/gator/icons/truck-trailer.js +8 -0
  34. package/dist/packages/styles/dist/gator/icons/truck.js +8 -0
  35. package/dist/packages/styles/dist/gator/icons/van.js +8 -0
  36. package/dist/packages/styles/dist/gator/icons/waveform.js +8 -0
  37. package/dist/packages/styles/dist/gator/icons/x-square.js +8 -0
  38. package/dist/types/components/menu/base/gator/menu.gator.d.ts +5 -0
  39. package/dist/types/components/menu/menu-item/gator/menu-item.gator.d.ts +1 -1
  40. package/dist/types/components/table/table.d.ts +19 -0
  41. package/package.json +3 -3
  42. package/web-types.json +41 -1
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@ncino/web-components",
4
- "version": "13.12.2",
4
+ "version": "14.0.1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -8147,6 +8147,26 @@
8147
8147
  "default": "['10', '15', '20', '50', '100', msg('All')]"
8148
8148
  }
8149
8149
  },
8150
+ {
8151
+ "name": "empty-state-title",
8152
+ "description": "Title for the empty-state illustration when `data` is empty.\nDefaults to \"No results found\".",
8153
+ "value": { "type": "string", "default": "''" }
8154
+ },
8155
+ {
8156
+ "name": "empty-state-body",
8157
+ "description": "Body text for the empty-state illustration when `data` is empty and no filters are active.\nDefaults to \"Start by adding some data.\"",
8158
+ "value": { "type": "string", "default": "''" }
8159
+ },
8160
+ {
8161
+ "name": "empty-state-body-filtered",
8162
+ "description": "Body text for the empty-state illustration when `data` is empty and filters are active.\nDefaults to \"No data matches the current filters.\"",
8163
+ "value": { "type": "string", "default": "''" }
8164
+ },
8165
+ {
8166
+ "name": "empty-state-illustration",
8167
+ "description": "Illustration name for the empty state. Defaults to `empty-box`.",
8168
+ "value": { "type": "string", "default": "''" }
8169
+ },
8150
8170
  {
8151
8171
  "name": "data-testid",
8152
8172
  "value": { "type": "string | undefined", "default": "undefined" }
@@ -8195,6 +8215,26 @@
8195
8215
  { "name": "totalItems", "type": "number" },
8196
8216
  { "name": "itemsPerPage", "type": "number" },
8197
8217
  { "name": "itemsPerPageOptions", "type": "string[]" },
8218
+ {
8219
+ "name": "emptyStateTitle",
8220
+ "description": "Title for the empty-state illustration when `data` is empty.\nDefaults to \"No results found\".",
8221
+ "type": "string"
8222
+ },
8223
+ {
8224
+ "name": "emptyStateBody",
8225
+ "description": "Body text for the empty-state illustration when `data` is empty and no filters are active.\nDefaults to \"Start by adding some data.\"",
8226
+ "type": "string"
8227
+ },
8228
+ {
8229
+ "name": "emptyStateBodyFiltered",
8230
+ "description": "Body text for the empty-state illustration when `data` is empty and filters are active.\nDefaults to \"No data matches the current filters.\"",
8231
+ "type": "string"
8232
+ },
8233
+ {
8234
+ "name": "emptyStateIllustration",
8235
+ "description": "Illustration name for the empty state. Defaults to `empty-box`.",
8236
+ "type": "string"
8237
+ },
8198
8238
  { "name": "dataTestid", "type": "string | undefined" },
8199
8239
  { "name": "labelDataTestid" },
8200
8240
  { "name": "helpTextDataTestid" },