@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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/guidelines/Guidelines.md +78 -0
- package/guidelines/exp/context/Gem-Smry-1-15-10_45.md +57 -0
- package/guidelines/exp/v1/01-V1-Minimal.md +66 -0
- package/guidelines/exp/v1/TESTING-LOG.md +307 -0
- package/guidelines/exp/v1/quick-ref.md +230 -0
- package/package.json +1 -1
- package/styled-system/types/composition.d.ts +3 -0
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.
|
|
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
|
}
|