@discourser/design-system 0.7.0 → 0.9.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.
package/dist/index.d.cts CHANGED
@@ -20118,6 +20118,9 @@ type TextStyleProperty =
20118
20118
  | 'tabSize'
20119
20119
  | 'textAlign'
20120
20120
  | 'textAlignLast'
20121
+ | 'textBox'
20122
+ | 'textBoxEdge'
20123
+ | 'textBoxTrim'
20121
20124
  | 'textCombineUpright'
20122
20125
  | 'textDecoration'
20123
20126
  | 'textDecorationColor'
@@ -21177,6 +21180,7 @@ declare const HiddenInput$1: react.ForwardRefExoticComponent<Checkbox$1.HiddenIn
21177
21180
 
21178
21181
  declare const Indicator$3: react.ForwardRefExoticComponent<Omit<{
21179
21182
  string?: number | string | undefined | undefined;
21183
+ slot?: string | undefined | undefined;
21180
21184
  style?: react.CSSProperties | undefined;
21181
21185
  clipPath?: ConditionalValue<undefined | readonly string[] | Property.ClipPath | undefined>;
21182
21186
  filter?: ConditionalValue<undefined | `var(--${string})` | readonly string[] | "auto" | Property.Filter | undefined>;
@@ -21265,8 +21269,10 @@ declare const Indicator$3: react.ForwardRefExoticComponent<Omit<{
21265
21269
  className?: string | undefined | undefined;
21266
21270
  id?: string | undefined | undefined;
21267
21271
  lang?: string | undefined | undefined;
21272
+ nonce?: string | undefined | undefined;
21268
21273
  tabIndex?: number | undefined | undefined;
21269
21274
  role?: react.AriaRole | undefined;
21275
+ part?: string | undefined | undefined;
21270
21276
  "aria-activedescendant"?: string | undefined | undefined;
21271
21277
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
21272
21278
  "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
package/dist/index.d.ts CHANGED
@@ -20118,6 +20118,9 @@ type TextStyleProperty =
20118
20118
  | 'tabSize'
20119
20119
  | 'textAlign'
20120
20120
  | 'textAlignLast'
20121
+ | 'textBox'
20122
+ | 'textBoxEdge'
20123
+ | 'textBoxTrim'
20121
20124
  | 'textCombineUpright'
20122
20125
  | 'textDecoration'
20123
20126
  | 'textDecorationColor'
@@ -21177,6 +21180,7 @@ declare const HiddenInput$1: react.ForwardRefExoticComponent<Checkbox$1.HiddenIn
21177
21180
 
21178
21181
  declare const Indicator$3: react.ForwardRefExoticComponent<Omit<{
21179
21182
  string?: number | string | undefined | undefined;
21183
+ slot?: string | undefined | undefined;
21180
21184
  style?: react.CSSProperties | undefined;
21181
21185
  clipPath?: ConditionalValue<undefined | readonly string[] | Property.ClipPath | undefined>;
21182
21186
  filter?: ConditionalValue<undefined | `var(--${string})` | readonly string[] | "auto" | Property.Filter | undefined>;
@@ -21265,8 +21269,10 @@ declare const Indicator$3: react.ForwardRefExoticComponent<Omit<{
21265
21269
  className?: string | undefined | undefined;
21266
21270
  id?: string | undefined | undefined;
21267
21271
  lang?: string | undefined | undefined;
21272
+ nonce?: string | undefined | undefined;
21268
21273
  tabIndex?: number | undefined | undefined;
21269
21274
  role?: react.AriaRole | undefined;
21275
+ part?: string | undefined | undefined;
21270
21276
  "aria-activedescendant"?: string | undefined | undefined;
21271
21277
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
21272
21278
  "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
package/dist/index.js CHANGED
@@ -791,7 +791,7 @@ var Tooltip = forwardRef(function Tooltip2(props, ref) {
791
791
  ] });
792
792
  });
793
793
 
794
- // node_modules/.pnpm/@pandacss+dev@1.8.0_hono@4.11.3_jsdom@27.4.0_typescript@5.9.3/node_modules/@pandacss/dev/dist/index.mjs
794
+ // node_modules/.pnpm/@pandacss+dev@1.8.1_hono@4.11.4_jsdom@27.4.0_typescript@5.9.3/node_modules/@pandacss/dev/dist/index.mjs
795
795
  function defineRecipe(config) {
796
796
  return config;
797
797
  }