thread-ui 0.10.0 → 0.12.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.
- package/README.md +1 -1
- package/dist/components/media/image-panel/image-panel.js +46 -46
- package/dist/components/media/image-panel/image-panel.js.map +1 -1
- package/dist/components/typography/body/body.types.d.ts +3 -1
- package/dist/components/typography/body/text.d.ts +1 -1
- package/dist/components/typography/body/text.js +3 -2
- package/dist/components/typography/body/text.js.map +1 -1
- package/dist/components/typography/code/code.d.ts +1 -1
- package/dist/components/typography/code/code.js +11 -10
- package/dist/components/typography/code/code.js.map +1 -1
- package/dist/components/typography/code/code.types.d.ts +2 -0
- package/dist/components/typography/shared-utils/get-presentation-styles.js +4 -0
- package/dist/components/typography/shared-utils/get-presentation-styles.js.map +1 -1
- package/dist/components/typography/shared-utils/get-typography-styles.js +1 -0
- package/dist/components/typography/shared-utils/get-typography-styles.js.map +1 -1
- package/dist/components/typography/typography.js +1 -0
- package/dist/components/typography/typography.js.map +1 -1
- package/dist/components/typography/typography.types.d.ts +2 -0
- package/dist/components/ui/card/card.js +3 -32
- package/dist/components/ui/card/card.js.map +1 -1
- package/dist/components/ui/divider/divider.d.ts +1 -1
- package/dist/components/ui/divider/divider.js +20 -6
- package/dist/components/ui/divider/divider.js.map +1 -1
- package/dist/components/ui/divider/divider.types.d.ts +3 -0
- package/dist/components/ui/index.d.ts +1 -0
- package/dist/components/ui/index.js +1 -0
- package/dist/components/ui/index.js.map +1 -1
- package/dist/components/ui/tab-view/components/tab-item-content.d.ts +5 -0
- package/dist/components/ui/tab-view/components/tab-item-content.js +24 -0
- package/dist/components/ui/tab-view/components/tab-item-content.js.map +1 -0
- package/dist/components/ui/tab-view/components/tab-view-content.d.ts +1 -0
- package/dist/components/ui/tab-view/components/tab-view-content.js +9 -0
- package/dist/components/ui/tab-view/components/tab-view-content.js.map +1 -0
- package/dist/components/ui/tab-view/components/tab-view-controls.d.ts +1 -0
- package/dist/components/ui/tab-view/components/tab-view-controls.js +67 -0
- package/dist/components/ui/tab-view/components/tab-view-controls.js.map +1 -0
- package/dist/components/ui/tab-view/index.d.ts +2 -0
- package/dist/components/ui/tab-view/index.js +2 -0
- package/dist/components/ui/tab-view/index.js.map +1 -0
- package/dist/components/ui/tab-view/tab-view-context.d.ts +34 -0
- package/dist/components/ui/tab-view/tab-view-context.js +4 -0
- package/dist/components/ui/tab-view/tab-view-context.js.map +1 -0
- package/dist/components/ui/tab-view/tab-view.d.ts +18 -0
- package/dist/components/ui/tab-view/tab-view.js +42 -0
- package/dist/components/ui/tab-view/tab-view.js.map +1 -0
- package/dist/components/ui/tab-view/tab-view.types.d.ts +39 -0
- package/dist/components/ui/tab-view/tab-view.types.js +2 -0
- package/dist/components/ui/tab-view/tab-view.types.js.map +1 -0
- package/dist/styled-system/patterns/divider.d.ts +1 -1
- package/dist/styled-system/patterns/float.d.ts +1 -1
- package/dist/styled-system/patterns/spacer.js +6 -2
- package/dist/styled-system/styles.css +1 -1
- package/dist/styled-system/tokens/index.js +4 -4
- package/dist/styled-system/tokens/tokens.d.ts +1 -1
- package/dist/styles/panda.css +1 -1
- package/dist/styles/theme.css +1 -0
- package/dist/theme/css-name-configurations/theme-css-names.d.ts +1 -0
- package/dist/theme/css-name-configurations/theme-css-names.js +1 -0
- package/dist/theme/css-name-configurations/theme-css-names.js.map +1 -1
- package/dist/theme/default-theme.js +1 -0
- package/dist/theme/default-theme.js.map +1 -1
- package/dist/theme/index.d.ts +1 -1
- package/dist/theme/index.js +1 -1
- package/dist/theme/index.js.map +1 -1
- package/dist/theme/theme-docs/misc-elements.d.ts +6 -0
- package/dist/theme/theme-docs/misc-elements.js +20 -0
- package/dist/theme/theme-docs/misc-elements.js.map +1 -0
- package/dist/theme/theme-surface-system.d.ts +2 -0
- package/dist/theme/theme-surface-system.js +8 -0
- package/dist/theme/theme-surface-system.js.map +1 -1
- package/dist/types/theme/theme.types.d.ts +1 -0
- package/dist/utils/context/create-stateful-component-context/create-stateful-component-context.d.ts +11 -0
- package/dist/utils/context/create-stateful-component-context/create-stateful-component-context.js +21 -0
- package/dist/utils/context/create-stateful-component-context/create-stateful-component-context.js.map +1 -0
- package/dist/utils/context/create-stateful-component-context/index.d.ts +1 -0
- package/dist/utils/context/create-stateful-component-context/index.js +2 -0
- package/dist/utils/context/create-stateful-component-context/index.js.map +1 -0
- package/dist/utils/context/index.d.ts +1 -0
- package/dist/utils/context/index.js +1 -0
- package/dist/utils/context/index.js.map +1 -1
- package/dist/utils/theme-utilities/get-resolved-layer-values/get-resolved-layer-values.d.ts +1 -1
- package/dist/utils/theme-utilities/get-resolved-layer-values/get-resolved-layer-values.js +8 -1
- package/dist/utils/theme-utilities/get-resolved-layer-values/get-resolved-layer-values.js.map +1 -1
- package/dist/utils/theme-utilities/get-surface-styles/get-surface-styles.d.ts +3 -0
- package/dist/utils/theme-utilities/get-surface-styles/get-surface-styles.js +38 -0
- package/dist/utils/theme-utilities/get-surface-styles/get-surface-styles.js.map +1 -0
- package/dist/utils/theme-utilities/get-surface-styles/index.d.ts +1 -0
- package/dist/utils/theme-utilities/get-surface-styles/index.js +2 -0
- package/dist/utils/theme-utilities/get-surface-styles/index.js.map +1 -0
- package/dist/utils/theme-utilities/index.d.ts +1 -0
- package/dist/utils/theme-utilities/index.js +1 -0
- package/dist/utils/theme-utilities/index.js.map +1 -1
- package/package.json +5 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-surface-styles.js","sourceRoot":"","sources":["../../../../src/utils/theme-utilities/get-surface-styles/get-surface-styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,qBAAqB,CAAC;AAI1C,qEAAqE;AACrE,MAAM,mBAAmB,GAAG,GAAG,CAAC;IAC/B,QAAQ,EAAE;QACT,EAAE,EAAE;YACH,IAAI,EAAE,EAAE,EAAE,EAAE,aAAa,EAAE;YAC3B,MAAM,EAAE,EAAE,EAAE,EAAE,QAAQ,EAAE;YACxB,KAAK,EAAE,EAAE,EAAE,EAAE,OAAO,EAAE;YACtB,OAAO,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE;YAC1B,QAAQ,EAAE,EAAE,EAAE,EAAE,UAAU,EAAE;YAC5B,OAAO,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE;SAC1B;QACD,MAAM,EAAE;YACP,IAAI,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE;YAC3B,EAAE,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE;YACvB,EAAE,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE;YACvB,EAAE,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE;SACvB;QACD,SAAS,EAAE;YACV,IAAI,EAAE,EAAE;YACR,OAAO,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE;YACtF,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE;YACpF,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE;SACpF;QACD,MAAM,EAAE;YACP,IAAI,EAAE,EAAE;YACR,IAAI,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE;YACxB,OAAO,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE;YAC9B,MAAM,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE;YAC5B,KAAK,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE;YAC1B,MAAM,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE;SAC5B;KACD;CACD,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,KAAiC,EAAE,EAAE;IACrE,OAAO,mBAAmB,CAAC,KAAK,CAAC,CAAC;AACnC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './get-surface-styles';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/utils/theme-utilities/get-surface-styles/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/theme-utilities/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AAEzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,yBAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/theme-utilities/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AAEzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "thread-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.1",
|
|
4
4
|
"author": "Andrew Fisher",
|
|
5
5
|
"description": "UI Library for React Applications.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"react-dom": "^19.1.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
+
"@eslint/js": "^10.0.1",
|
|
48
49
|
"@pandacss/dev": "^1.8.2",
|
|
49
50
|
"@storybook/addon-essentials": "^8.6.17",
|
|
50
51
|
"@storybook/addon-interactions": "^8.6.17",
|
|
@@ -58,6 +59,7 @@
|
|
|
58
59
|
"@types/react-dom": "^19.0.2",
|
|
59
60
|
"autoprefixer": "^10.4.20",
|
|
60
61
|
"concurrently": "^9.1.0",
|
|
62
|
+
"eslint": "^10.4.0",
|
|
61
63
|
"plop": "^4.0.5",
|
|
62
64
|
"postcss": "^8.4.49",
|
|
63
65
|
"postcss-cli": "^11.0.0",
|
|
@@ -68,7 +70,8 @@
|
|
|
68
70
|
"tailwindcss": "^3.4.14",
|
|
69
71
|
"tsc-alias": "^1.8.16",
|
|
70
72
|
"tsx": "^4.21.0",
|
|
71
|
-
"typescript": "^5.7.2"
|
|
73
|
+
"typescript": "^5.7.2",
|
|
74
|
+
"typescript-eslint": "^8.60.0"
|
|
72
75
|
},
|
|
73
76
|
"overrides": {
|
|
74
77
|
"minimatch": "^10.2.1"
|