daisy-ui-kit 5.0.9 → 5.0.10

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 (2) hide show
  1. package/nuxt.js +2 -0
  2. package/package.json +1 -1
package/nuxt.js CHANGED
@@ -100,6 +100,7 @@ const components = [
100
100
  'RadialProgress',
101
101
  'Radio',
102
102
  'RadioGroup',
103
+ 'Range',
103
104
  'RangeMeasure',
104
105
  'RangeMeasureTick',
105
106
  'Rating',
@@ -123,6 +124,7 @@ const components = [
123
124
  'TabContent',
124
125
  'Table',
125
126
  'Tabs',
127
+ 'Text',
126
128
  'TextArea',
127
129
  'TextRotate',
128
130
  'ThemeController',
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "5.0.9",
7
+ "version": "5.0.10",
8
8
  "packageManager": "pnpm@10.10.0",
9
9
  "author": "feathers.dev",
10
10
  "exports": {