@admin-layout/tailwind-ui 12.2.4-alpha.46 → 12.2.4-alpha.49

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.
@@ -4,7 +4,7 @@ import {jsx}from'react/jsx-runtime';import*as React from'react';import {cn}from'
4
4
  }) {
5
5
  return jsx("div", {
6
6
  role: "toolbar",
7
- className: cn('flex w-full flex-row items-center gap-2 rounded-xl border border-slate-800/90 bg-slate-950 p-2 text-slate-50 shadow-sm', className),
7
+ className: cn('flex w-full flex-row items-center gap-2 rounded-xl border border-border bg-background p-2 text-foreground shadow-sm', className),
8
8
  ...props
9
9
  });
10
10
  }
@@ -41,7 +41,7 @@ const AIToolbarInputSurface = React.forwardRef(function AIToolbarInputSurface({
41
41
  }, ref) {
42
42
  return jsx("div", {
43
43
  ref: ref,
44
- className: cn('flex min-h-9 min-w-0 flex-1 items-center rounded-full border-0 bg-slate-900 px-3 py-0.5 shadow-inner outline-none ring-0 focus-visible:outline-none focus-visible:ring-0', className),
44
+ className: cn('flex min-h-9 min-w-0 flex-1 items-center rounded-full border border-input bg-muted px-3 py-0.5 shadow-inner outline-none ring-0 focus-visible:outline-none focus-visible:ring-0', className),
45
45
  ...props
46
46
  });
47
47
  });
@@ -1 +1 @@
1
- {"version":3,"file":"AIToolbarPrimitives.js","sources":["../../../../src/components/AIToolbar/components/AIToolbarPrimitives.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"wGAkBM;AAEN,EAAA,SAAA;AAIA,EAAA,GAAA;AAIA,CAAA,EAAA;AAIA,EAAA,OAAMA;AAEN,IAAA,IAAA,EAAA,SAAO;AAeP,IAAA,sIAA8E,EAAA,SAAA,CAAA;IAC1E,GAAA;GACF,CAAA;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"AIToolbarPrimitives.js","sources":["../../../../src/components/AIToolbar/components/AIToolbarPrimitives.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"wGAkBM;AAEN,EAAA,SAAA;AAIA,EAAA,GAAA;AAIA,CAAA,EAAA;AAIA,EAAA,OAAMA;AAEN,IAAA,IAAA,EAAA,SAAO;AAeP,IAAA,mIAA8E,EAAA,SAAA,CAAA;IAC1E,GAAA;GACF,CAAA;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -43,14 +43,14 @@ import {jsxs,jsx,Fragment}from'react/jsx-runtime';import {MicIcon,InfoIcon}from'
43
43
  children: [jsx("div", {
44
44
  className: "mb-1 font-semibold text-orange-600",
45
45
  children: "Speech Provider Configuration Required"
46
- }), jsx("p", {
46
+ }), jsx("div", {
47
47
  className: "text-muted-foreground",
48
48
  children: !speechProviderStatus ? jsxs(Fragment, {
49
49
  children: [jsxs("div", {
50
50
  className: "mt-2 flex flex-row items-center gap-1 text-orange-600",
51
51
  children: [jsx(InfoIcon, {
52
52
  size: 16
53
- }), selectedSttProvider.provider ? null : jsx("p", {
53
+ }), selectedSttProvider.provider ? null : jsx("span", {
54
54
  children: "PROVIDER IS MISSING"
55
55
  })]
56
56
  }), jsx("span", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admin-layout/tailwind-ui",
3
- "version": "12.2.4-alpha.46",
3
+ "version": "12.2.4-alpha.49",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -29,7 +29,7 @@
29
29
  "watch": "npm run build:lib:watch"
30
30
  },
31
31
  "dependencies": {
32
- "@admin-layout/client": "12.2.4-alpha.46",
32
+ "@admin-layout/client": "12.2.4-alpha.49",
33
33
  "@radix-ui/react-accordion": "^1.2.0",
34
34
  "@radix-ui/react-alert-dialog": "^1.1.1",
35
35
  "@radix-ui/react-aspect-ratio": "^1.1.0",
@@ -96,5 +96,5 @@
96
96
  "typescript": {
97
97
  "definition": "lib/index.d.ts"
98
98
  },
99
- "gitHead": "244974088e07688363f073121b72c13d05490518"
99
+ "gitHead": "08cd18b18c3497d1feee578f0cc2d47f0e48e8d2"
100
100
  }