@atom-learning/components 2.29.0-beta.4 → 2.29.0-beta.5
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/components/button/Button.d.ts +0 -1
- package/dist/components/button/Button.js +1 -1
- package/dist/components/calendar/Calendar.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/package.json +3 -3
- package/dist/docgen.json +0 -1
- package/dist/docs/Accordion.mdx +0 -45
- package/dist/docs/ActionIcon.mdx +0 -87
- package/dist/docs/AlertDialog.mdx +0 -40
- package/dist/docs/Avatar.mdx +0 -129
- package/dist/docs/Badge.mdx +0 -55
- package/dist/docs/Box.mdx +0 -52
- package/dist/docs/Button.mdx +0 -76
- package/dist/docs/CONTRIBUTING.md +0 -224
- package/dist/docs/CSSWrapper.mdx +0 -10
- package/dist/docs/Carousel.mdx +0 -88
- package/dist/docs/Checkbox.mdx +0 -19
- package/dist/docs/CheckboxField.mdx +0 -14
- package/dist/docs/Chip.mdx +0 -118
- package/dist/docs/ChipDismissibleGroup.mdx +0 -33
- package/dist/docs/ChipToggleGroup.mdx +0 -27
- package/dist/docs/Combobox.mdx +0 -44
- package/dist/docs/DataTable.mdx +0 -279
- package/dist/docs/DateField.mdx +0 -20
- package/dist/docs/DateInput.mdx +0 -87
- package/dist/docs/Dialog.mdx +0 -68
- package/dist/docs/Dismissible.mdx +0 -48
- package/dist/docs/DismissibleGroup.mdx +0 -29
- package/dist/docs/Divider.mdx +0 -16
- package/dist/docs/DropdownMenu.mdx +0 -30
- package/dist/docs/EmptyState.mdx +0 -23
- package/dist/docs/FieldWrapper.mdx +0 -30
- package/dist/docs/FileInput.mdx +0 -45
- package/dist/docs/Flex.mdx +0 -16
- package/dist/docs/Form.mdx +0 -411
- package/dist/docs/Grid.mdx +0 -28
- package/dist/docs/Heading.mdx +0 -30
- package/dist/docs/Icon.mdx +0 -30
- package/dist/docs/Image.mdx +0 -14
- package/dist/docs/InlineMessage.mdx +0 -52
- package/dist/docs/Input.mdx +0 -24
- package/dist/docs/InputField.mdx +0 -26
- package/dist/docs/Label.mdx +0 -32
- package/dist/docs/Link.mdx +0 -53
- package/dist/docs/List.mdx +0 -38
- package/dist/docs/Loader.mdx +0 -16
- package/dist/docs/MarkdownContent.mdx +0 -77
- package/dist/docs/NavigationMenu.mdx +0 -144
- package/dist/docs/NotificationBadge.mdx +0 -35
- package/dist/docs/NumberInput.mdx +0 -37
- package/dist/docs/NumberInputField.mdx +0 -26
- package/dist/docs/PasswordField.mdx +0 -23
- package/dist/docs/PasswordInput.mdx +0 -15
- package/dist/docs/Popover.mdx +0 -29
- package/dist/docs/ProgressBar.mdx +0 -56
- package/dist/docs/RadioButton.mdx +0 -10
- package/dist/docs/RadioButtonField.mdx +0 -25
- package/dist/docs/RadioCard.mdx +0 -62
- package/dist/docs/SearchField.mdx +0 -26
- package/dist/docs/SearchInput.mdx +0 -13
- package/dist/docs/Select.mdx +0 -56
- package/dist/docs/SelectField.mdx +0 -17
- package/dist/docs/Sidedrawer.mdx +0 -155
- package/dist/docs/Slider.mdx +0 -117
- package/dist/docs/SliderField.mdx +0 -35
- package/dist/docs/Stack.mdx +0 -24
- package/dist/docs/StackContent.mdx +0 -32
- package/dist/docs/Stepper.mdx +0 -154
- package/dist/docs/Styling.mdx +0 -85
- package/dist/docs/Switch.mdx +0 -28
- package/dist/docs/Table.mdx +0 -146
- package/dist/docs/Tabs.mdx +0 -102
- package/dist/docs/Text.mdx +0 -24
- package/dist/docs/Textarea.mdx +0 -12
- package/dist/docs/TextareaField.mdx +0 -21
- package/dist/docs/Toast.mdx +0 -20
- package/dist/docs/ToggleGroup.mdx +0 -88
- package/dist/docs/Tooltip.mdx +0 -25
- package/dist/docs/TopBar.mdx +0 -95
- package/dist/docs/Video.mdx +0 -12
- package/dist/docs/accessibility.mdx +0 -67
- package/dist/docs/coreconcepts.mdx +0 -77
- package/dist/docs/introduction.mdx +0 -33
- package/dist/docs/versioning.mdx +0 -40
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
|
-
"version": "2.29.0-beta.
|
|
7
|
+
"version": "2.29.0-beta.5",
|
|
8
8
|
"description": "",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
"build:docs": "node ./scripts/generate-component-props.mjs && node ./scripts/export-documentation.mjs",
|
|
18
18
|
"start:sandbox": "vite -c ./sandbox/vite.config.js",
|
|
19
19
|
"add-component": "node ./scripts/add-component.mjs",
|
|
20
|
-
"prepublishOnly": "run-s clean build:lib build:types build:docs",
|
|
21
20
|
"clean": "del ./dist/",
|
|
22
21
|
"format": "prettier 'src/**/*.{js,ts,tsx}' --write",
|
|
23
22
|
"lint": "eslint 'src/**/*.{js,ts,tsx}' --fix",
|
|
@@ -71,6 +70,7 @@
|
|
|
71
70
|
"@semantic-release/npm": "^7.1.1",
|
|
72
71
|
"@semantic-release/release-notes-generator": "^9.0.2",
|
|
73
72
|
"@size-limit/preset-small-lib": "^7.0.5",
|
|
73
|
+
"@stitches/react": "^1.2.8",
|
|
74
74
|
"@testing-library/jest-dom": "^5.11.9",
|
|
75
75
|
"@testing-library/react": "^11.2.3",
|
|
76
76
|
"@testing-library/react-hooks": "^7.0.2",
|
|
@@ -122,6 +122,7 @@
|
|
|
122
122
|
"peerDependencies": {
|
|
123
123
|
"@atom-learning/icons": "^1.0.0",
|
|
124
124
|
"@atom-learning/theme": "^1.0.0",
|
|
125
|
+
"@stitches/react": "^1.0.0",
|
|
125
126
|
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
126
127
|
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
127
128
|
},
|
|
@@ -148,7 +149,6 @@
|
|
|
148
149
|
"@radix-ui/react-tooltip": "^1.0.0",
|
|
149
150
|
"@radix-ui/react-visually-hidden": "^1.0.0",
|
|
150
151
|
"@reach/combobox": "^0.16.1",
|
|
151
|
-
"@stitches/react": "^1.2.8",
|
|
152
152
|
"@tanstack/react-table": "^8.5.11",
|
|
153
153
|
"@types/react": "^17.0.30",
|
|
154
154
|
"color2k": "^2.0.0",
|